* {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
}

body {
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
}

img{
	border: 0px;
}

div,p,h1,td,a{
	color: #7f8082;
}

h2,h3,h4,h5,h6{
	color: #000084;
}

h1{
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 18px;
}

div#wrapper{
	padding: 15px 15px 0px 15px;
	width: 900px;
	margin:10px auto;
	text-align: left;
	background: #FFFFFF url(../images/background.gif) no-repeat scroll top center;
	border: 2px solid #d2d3d4;
	/*border-left: 2px solid #d2d3d4;
	
	border-right: 2px solid #d2d3d4;*/
}

div#header{
	margin-left: 30px;
	width: 100%;
	clear: both;
}

div#topline{
	height: 15px;
	border-top: 1px solid #d2d3d4;
	border-left: 1px solid #d2d3d4;
	/*margin-left: 15px;
	margin-right: 0px;*/
	margin: 0px 0px 0px 15px;
}

div#menu{
	float: left;
}

div#menuL1{
	background-color: #FFFFFF;
	width: 185px;
	border: 1px solid #d2d3d4;
	padding: 0px;
	float:left;
	clear:both;
}

#menuL1 table{
	width: 100%;
}

#menuL1 table tr td{
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	background-color: #f2f1f2;
	width: 100%;
	padding-left: 26px;
	cursor: pointer;
}

#menuL1 table tr td.selected{
	background-color: #7f8082;
}

#menuL1 table tr td.mouseOver{
	background-color: #7f8082;
}

a.menuL1{
	color: #7f8082;
	text-decoration: none;
}

a.menuSelectedL1{
	color: #f2f1f2;
	text-decoration: none;
}

#menuL1 table tr td.mouseOver a{
	color: #f2f1f2;
	text-decoration: none;
}

div#menuL2{
	float:left;
	clear:both;
	width: 185px;
	padding-left: 6px;
}

#menuL2 table{
	width: 100%;
}

#menuL2 table tr td{
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(../images/menu2Bullet.gif) no-repeat scroll bottom left;
	width: 100%;
	padding-left: 25px;
	vertical-align: middle;
	cursor: pointer;
}

a.menuL2{
	color: #7f8082;
	text-decoration: none;
}

a.menuSelectedL2{
	color: #000084;
	text-decoration: none;
}

#menuL2 table tr td.selected{
	background: transparent url(../images/menu2BulletSelected.gif) no-repeat scroll bottom left;
}

#menuL2 table tr td.mouseOver{
	background: transparent url(../images/menu2BulletSelected.gif) no-repeat scroll bottom left;
}
#menuL2 table tr td.mouseOver a{
	color: #000084;
	text-decoration: none;
}

div#content{
	float:right;
	width: 675px;
	padding-top: 10px;
	/*border: 1px solid #d2d3d4;*/
}

div#adminContent{
	float:right;
	width: 675px;
	padding-top: 10px;
	/*border: 1px solid #d2d3d4;*/
}

div#contentTitle{
	text-align: right;
	height: 125px;
	float:right;
	width: 450px;
	/*border: 1px solid #d2d3d4;*/
}


div#contentTitle h2{
	color: #000084;
	font-weight: bold;
}

div#contentTitle h2.titleBold{
	color: #000084;
	font-size: 34px;
	font-weight: bold;
}

div#contentBody{
	font-size: 16px;
	text-align: justify;
	float:right;
	width: 450px;
	/*border: 1px solid #d2d3d4;*/
}

div#contentBodyProducts{
	font-size: 16px;
	text-align: justify;
	float:right;
	width: 675px;
	background-color: #FFFFFF;
	padding: 10px 0px;
	/*border: 1px solid #d2d3d4;*/
}

span.contentBold{
	font-size: 16px;
	font-weight: bold;
}

div#contactus{
	float:right;
	clear:right;
	
	width: 250px;
	font-weight: bold;
	vertical-align: top;
}

div#contactus table tr td{
	font-weight: bold;
	vertical-align: top;
	padding: 0px 8px 2px 0px;
}

div#contactus table tr td input,textarea{
	border: 1px solid #7f8082;
	width: 150px;
}

div#contactus table tr td textarea{
	height: 50px;
}

div#contactus h2{
	font-weight: normal;
	padding-bottom: 10px;
}

div#contactus input.imageButton{
	border-width: 0px;
	color: #f2f1f2;
}

div#contactus table tr td.contactMessage{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

hr#hrule{
	border-width: 0px;
	margin-top: 20px;
	border-top: 1px solid #d2d3d4;
	height:0px;
}

div#spacer{
	height: 20px;
	width: 100%;
	clear: both;
}

div#footer{
	width: 900px;
	padding: 0px 30px 0px 30px;
	margin:5px auto;
	text-align: right;
	font-size: 10px;
}

div#footer a{
	font-size: 10px;
	text-decoration: none;
}

div#footer a:hover{
	text-decoration: underline;
}

td.productImage{
	width: 40%;
	padding-bottom: 20px;
}

td.productDesc{
	width: 250px;
	padding-right: 10px;
	padding-bottom: 20px;
}

td.productDesc p, td.productSpecs p{
	padding-top: 10px;
}

td.productSpecs{
	width: 60%;
	padding-bottom: 20px;
	vertical-align: top;
}

table.productsTable{
	width: 100%;
}

