body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background: #D0D0D0;
}
a, a:visited, a:active{
	color: #0343D5;
	text-decoration: none;
}
a:hover{
	color: #3D72EA;
}
p{
	margin-top: 0px;
	margin-bottom: 10px;
}
div.clearBoth{
	clear: both;
	font-size: 1px;
}
div#centeringDiv{
	text-align: center;
}
div#mainContainer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
	background: url(/images/main_bg.gif);
}
div#headerContainer{
	width: 100%;
	background: url(/images/header_bg.jpg);
	height: 108px;
}
div#footerImg{
	width: 100%;
	clear: both;
}
div#navContainer{
	width: 152px;
	float: left;
	background: url(/images/nav_bg.gif);
}
div.navElement{
	clear: both;
	margin-left: 5px;
	margin-bottom: 3px;
}
div#navBottom{
	height: 25px;
}
div#leftLinks{
	width: 152px;
	float: left;
	clear: left;
}
div#leftLinks img{
	margin-left: 7px;
	margin-top: 2px;
	margin-bottom: 200px;
}
div#headerLinks{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 454px;
	position: relative;
	top: 0px;
	left:300px;
}
div#headerContacts{
	font-weight: bold;
	color: #022753;
	height: 57px;
	padding: 20px 0px 0px 590px;
	font-size: 11px;
}
div#headerContacts a{
	color: #022753;
}
div#bodyContainer{
	width: 620px;
	float: right;
	padding-bottom: 30px;
	margin-top: 4px;
	margin-bottom: 2px;
}
div#bodySpacer{
	width: 17px;
	font-size: 1px;
	float: right;
}
div#subTitle{
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	border-bottom: solid 1px #AFAFAF;
	margin-bottom: 15px;
}
div.shadedBox{
	background: #f2f2f2;
	border: solid 1px #BEB3A5;
	padding: 10px;
	padding-top: 0px;
}
p.boxHeader{
	background: #bfbab4;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #857A6D;
	border-top: none;
	width: 120px;
}

/* listing styles */
div.itemListTitle{
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px 0px 3px 0px;
}
div.itemListFeatures{
	font-size: 12px;
	padding-bottom: 2px;
}
div.itemListPrice{
	border-bottom: solid 1px #AFB1B5;
	border-left: solid 1px #AFB1B5;
	padding: 3px;

	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #61656A;
}

/* item details styles */
div#itemDetailsTitle{
	background: #07366E;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 2px;
}

div#itemDetailsPictures{
	width: 156px;
	background: #07366E;
	padding-bottom: 1px;
}
div#itemDetailsPictures div{
	padding: 2px 2px 2px 2px;
}
div#itemDetailsPictures img{
	border: solid 1px #9AB0CC;
}
div#itemDetailsDescrition{
	margin-top: 30px;
	border: solid 1px #AFAFAF;
	clear: both;
}
div#itemDetailsPrice{
	width: 90px;
	float: right;
	color: #07366E;
	font-size: 15px;
	font-weight: bold;
	border: solid 1px #AFAFAF;
	border-top: none;
	padding: 5px;
	text-align: center;
}
div#itemDetailsFeatures{
	font-weight: bold;
	width: 320px;
	float: left;
	padding-top: 10px;
}

/* item details contact form */
div#itemDetailsContact{
	margin-top: 30px;
	border: solid 1px #afafaf;
}
div#itemDetailsContactTitle{
	text-align: center;
	font-weight: bold;
	background: #afafaf;
	padding: 2px;
	clear: both;
	color: #e8e8e8;
	font-size: 11px;
}
div#itemDetailsContactElements{
	width: 300px;
	padding: 0px 10px 10px 10px;
	
}
div#itemDetailsContactElements div{
	margin-bottom: 5px;
	clear: both;
}
div#itemDetailsContactElements label{
	font-weight: bold;
	margin-right: 15px;
	float: left;
}
div#itemDetailsContactElements input{
	float: right;
}
div#contactErrorBox{
	padding: 10px 10px 0px 10px;
	color: #FF0000;
}
div#contactErrorBox ol{
	margin-top: 0px;
	margin-bottom: 10px;
}
div#contactSentBox{
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding-top: 15px;
	border-top: solid 1px #afafaf;
	margin-top: 30px;
}