﻿body {
	margin: 0px;
	background: #fff;
	font: normal 10pt arial;
	color: black;
	}

#wrapper {
	width: 950px;
	/*height: 100%;*/
	margin: 0px auto;
	background: white;
	}
	
	
p {
	font: normal 10pt arial;
	color: black;
	margin: 10px;
	text-align: justify;
	line-height: 18px;

}

p.descriptions {
	font: normal 10pt arial;
	color: black;
	margin: 0px 10px 15px 10px;
	text-align: justify;
	line-height: 18px;

}

p.greybox {
	font: normal bold 8pt arial;
	color: black;
	margin: 10px 15px 10px 5px;
	text-align: justify;
	line-height: 14px;

}
p.caption {
	font: normal bold  8pt arial;
	color: red;
	margin: 2px 10px;
	text-align: center;
	line-height: 18px;

}

li, ul {
	font: normal 10pt arial;
	color: black
;
	margin: 10px;
	padding-left: 10px;

}

ol.lists {
	margin: 5px 15px;
	padding: 5px 15px;
	}

li.lists {
	color: black;
	margin: 1px 10px;
	padding: 1px 10px;
	}

h1 {
	font: normal 16pt arial;
	color: #2a0a06;
	margin: 10px;
}

h2 {
	font: normal 14pt arial;
	color: white;
	margin: 10px;
}

h3{
	font: normal 12pt arial;
	color: black
;
	margin: 10px;
	font-weight: bold;
}

h4 {
	font: normal bold 10pt arial;
	color: #003564;
	margin: 10px;
}

h5 {
	font: normal 10pt arial;
	color: red;
	margin: 10px;
}
h5.bigger {
	font: normal bold 12pt arial;
	color: red;
	margin: 10px 10px 0px 10px;
}
h6 {
	font: normal bold 14px arial;
	color: red;
	margin: 10px 10px 0px 10px;
}



img {
	border: 0px ;
}	

#nav {
	width: 950px;
	height: 75px;
	background-image: url('images/navbg.jpg');  
	text-align: center;
}

a.nav:link, a.nav:visited {text-decoration:none; color: white; font: normal 12pt arial;}
a.nav:hover, a.nav:active {text-decoration: none; color:  red; font: normal 12pt arial;}

a.rm:link, a.rm:visited {text-decoration:none; color: red; font: normal bold 8pt arial;}
a.rm:hover, a.rm:active {text-decoration: underline; color:  red; font: normal bold 8pt arial;}


#left {
	width: 297px;
	min-height:966px;
	background-image: url('images/leftbar.jpg');
	float:left;
	position: relative;
	
}

#right {
	width: 650px;
	min-height:966px;
	float:left;
	position: relative;
	
}

#mainpic {
	width: 650px;
	height: 395px;
}

#mainrotating {
	width: 650px;
	height: 312px;
}

#mainslogan{
	width: 651px;
	height: 82px;
	background-image: url('images/mainpicbottom.jpg');
}

marquee {
	font: normal 14pt arial;
	color: white;
	margin-left: 20px;
	width: 600px
}

#content {
	width: 610px;
	padding: 20px;
	font: normal 10pt arial;
	color: black;
	background: white url('images/watermark.gif') no-repeat scroll center top;
	float: left;
	position: relative;
	}

#box1 {
	width: 257px;
	height: 217px;
	background-image: url('images/box1bg.png');
	margin-top: 245px;
	padding: 20px 10px 20px 30px; 
}

#box2 {
	width: 297px;
	height: 447px;
	background-image: url('images/box2bg.png');
	margin-top: 17px;
}
#box3 {
	width: 297px;
	height: 580px;
	background-image: url('images/box3bg.png');
	margin-top: 17px;
}

#bottom {
	background-image: url('images/bottom.jpg');
	font: normal 8pt arial;
	color: white;
	width: 950px;
	height: 35px;
	margin-top: 20px;
	text-align: center;
	padding-top: 15px;
	float: left


}

#container { overflow: auto; height: auto }

.prodbox {
	width: 610px;
	height: 150px;
	margin: 15px 0px;
}

#top {
	width: 950px;
	height: 394px;
	float:left;
	background-image: url('images/logo.jpg');
	position: relative;
}

#mainlogo {
	width: 296px;
	height: 394px;
	background-image: url('images/logoleft.jpg');
	position:relative;
	float:left;
	
}

	table.specs {margin-left: 20px; background: red;}
	td.specs {background: #ccc; padding: 4px; font: normal 8pt arial; color: black;}
	input, textarea {border: 1px black solid; font: normal 10pt arial; color: gray }
