body {
	background: #acacac url('body.gif') left top repeat-x;
	text-align: center;
	margin: 0 0 54px;
	padding: 0;
	font: 10pt /1.4 Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6,p,table {
	margin: 0 0 12px;
}
h1,h2,h3,h4,h5,h6 {
	color: #555;
}

h1 {
	font-size: 20pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 12pt;
}
a {
	color: black;
}
a img {
	border: none;
}

table {
	font-size: 100%;
	line-height: 1.6;
}
table td {
	background: #ccc;
	padding: 0 4px;
}


form p {
	margin: 0 0 0.8em;
}
label {
	cursor: pointer;
}
textarea {
	width: 500px;
	border: 1px solid #999;
}

label.block {
	display: block;
	float: left;
	width: 120px;
}
label.narrower {
	width: 80px;
}
a.imgCont:hover {
	background: none;
}


.text {
	border: 1px solid #999;
}
.exception {
	color: red;
}
.success {
	color: green;
}
.cleaner {
	clear: both;
}

.news .title {
	background: #c9c9ca;
	margin-bottom: 20px;
}
.news .title h2 {
	font-size: 12pt;
	padding-left: 15px;
	line-height: 33px;
	margin: 0;
}
.news .title h2 a {
	color: #555;
	text-decoration: none;
}
.news .title h2 a:hover {
	text-decoration: underline;
}
.news .title p {
	font-size: 10pt;
	float: right;
	line-height: 33px;
	margin: 0;
	color: white;
	padding-right: 11px;
	font-weight: bold;
}
.news div.content {
	margin: 0 15px;
	margin-bottom: 32px;
}

.margined {
	margin-left: 15px;
}

.product {
	float: left;
	width: 275px;
	height: 93px;
	margin: 0 25px 18px 0;
	position: relative;
	left: 10px;
}
.product_marginal {
	margin-right: 0;
}
.product .image {
	float: left;
	width: 93px;
	height: 93px;
	background: url('product_image.gif') left top no-repeat;
}
.product .image img {
	margin: 9px 0 0 9px;
}
.product p a {
	font-size: 9pt;
	display: block;
	text-decoration: none;
	text-align: left;
	float: left;
	padding: 7px;
	width: 168px;
	_width: 182px;
	height: 73px;
	_height: 87px;
	margin-top: 3px;
	background: url('product_text.gif') 0 0 no-repeat;
}
.product p a:hover {
	text-decoration: underline;
}

.productDetail .rightColumn {
}
.productDetail .title {
	line-height: 20pt;
}

.productDetail ul, .productDetail ol {
	list-style-position: inside;
}
.productDetail .manufacturer {
	float: right;
	line-height: 20pt;
}
.productDetail .thumbs {
	width: 237px;
}
.productDetail .thumbs a {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	font-size: 0;
}
.productDetail .price {
	margin-top: 2em;
	text-align: right;
	font-weight: bold;
	color: #666;
}
.productDetail .price span {
	color: red;
}
.gallery {
	float: left;
	margin: 0 1em 1em 0;
}

.smallSpace {
	height: 1em;
}
.mediumSpace {
	height: 2em;
}
.productDetail .action {
	font-size: 110%;
	color: red;
	font-weight: bold;
}

#page {
	width: 1010px;
	margin: 54px auto 0;
	text-align: left;
}
#header {
	height: 138px;
	background: #dadbdf url('header.gif') 219px 23px no-repeat;
}
#logo {
	margin: 0;
	padding: 0;
	position: relative;
	top: 27px;
	left: 18px;
}
#logo a {
	display: block;
	width: 200px;
	height: 77px;
	background: url('logo.gif') left top no-repeat;
}
#logo a span {
	display: none;
}

#header_strip, #footer {
	text-align: center;
	color: white;
	line-height: 26px;
	background: url('header_strip.gif') left top repeat-y;
	border: 1px solid #7e7e7e;
	border-width: 1px 0;
}

#main {
	width: 1010px;
	background: url('main.gif') left top repeat-y;
}

#navigation {
	width: 190px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#navigation li {
	font-size: 0;
	width: 100%;
}
#navigation li a {
	text-align: left;
	font-size: 9pt;
	display: block;
	padding: 7px 10px;
	width: 170px;
	_width: 190px;
	border-bottom: 1px solid white;
	text-decoration: none;
	color: #333;
}
#navigation li a:hover {
	background-color: #d9d9d9;
}

#navigation li.ruwac a {
	padding: 15px 10px 15px 40px;
	width: 140px;
	_width: 190px;
	background: #d1d1d1 url('logo_vertical.gif') 11px 8px no-repeat;
}
#navigation li.ruwac a:hover {
	background-color: #d1d1d1;
}

#rightColumn {
	float: right;
	width: 158px;
	background: url('rightColumn.gif') left bottom repeat-x;
	color: #333;
	font-size: 9pt;
	line-height: 1.6;
}
#rightColumn p {
	margin: 30px 15px;
}
#rightColumn a {
	color: #333;
}
#clocks {
	padding: 15px 0 0 16px;
	height: 115px;
}

#content {
	float: left;
	padding-top: 1px;
	margin: 25px 30px;
	width: 600px;
}

/*** temp ***/

#rightColumn {
	height: 650px;
}