/* CSS Document */
/*********************************************************************************/
/** HTML Tags
/*********************************************************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.7em;
	background-image: url(img/bg-main.jpg);
	background-color: #030A14;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
p{
   margin-top: 5px;
   padding: 0px;
}
h1{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #FFC016;
	font-size: 1.6em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
img.floatright{
	float: right;
	margin: 5px;
	clear: both;
}
img.floatrightnotop{
    float: right; 
    margin: 5px; 
	margin-top: 0px;
}
img.floatleft{
    float: left; 
    margin: 8px;
	margin-left: 0px;
}
img.floatleftnotop{
    float: left; 
    margin: 8px; 
	margin-top: 0px;
	margin-left: 0px;
}
img.header{
    margin-bottom: 4px;
}
/*********************************************************************************/
/** Layout Elements
/*********************************************************************************/
#baselayer{
	width: 792px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding-left: 15px;
	padding-right: 15px;
}
#baselayerl{
	width: 792px;
	float: left;
	background-image: url(img/shd-l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#baselayerr{
	width: 792px;
	float: left;
	background-image: url(img/shd-r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contentlayer{
    width: 762px;
	margin-left: 15px;
	margin-right: 15px;
}
#contentleft{
    float: left;
	width: 510px;
	margin-left: 10px;
}
#contentleft a, a.visited{
	text-decoration: underline;
	color: #00FFFF;
}
#contentright{
	float: right;
	width: 225px;
}
#divdotright{
	padding-left: 10px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;   
}
#divdotright a, a.visited{
	text-decoration: underline;
	color: #00FFFF;
}
#header{
	width: 762px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#hdrmid{
	width: 762px;
	background-image: url(img/mnu-main.jpg);
	background-repeat: no-repeat;
}
#baseline{
	width: 762px;
	position: relative;
	float: left;
}
#footer{
	width: 762px;
	float: left;
	padding-bottom: 40px;
}
/*********************************************************************************/
/** Style Elements
/*********************************************************************************/
.divdothdr {
   margin-left: 10px;
   margin-right: 5px;
}
.footdiv{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6A727B;
	border-bottom-color: #6A727B;
	background-color: #06253E;
}
.footyam{
	padding: 5px;
}
.divright{
   float: right;
}
.divleft{
   float: left;
}
.hightlightgreen{
	font-weight: bold;
	color: #7EC81B;
}
.hightlightcyan{
	font-weight: bold;
	color: #00FFFF;
}
/*********************************************************************************/
/** DivDot Elements
/*********************************************************************************/
#offers{
   padding-top: 0px;
   margin-top: 0px;
   margin-left: 5px;
   margin-right: 25px;
}
#offers ul {
}
#offers li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#vmenu{
   padding-top: 0px;
   margin-top: 0px;
   margin-left: 5px;
   margin-right: 25px;
}
#vmenu ul {
}
#vmenu li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#vmenu a, a.visited {
   text-decoration: none;
}
#vmenu a.hover {
   text-decoration: underline;
}

/*********************************************************************************/
/** Misc
/*********************************************************************************/
.featureblock{
	width: 100px;
}
.preowned{
	padding-top: 0px;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.preowned ul {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.preowned li li{
	font-weight: bold;
	color: #01A1B9;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
.preowned li li li{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

.preowned li {
	list-style-type: none;
	font-weight: bold;
	color: #01D1EF;
	font-size: 1.1em;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0289A6;
}
.preownedpicture{
	margin-top: 20px;
	text-align: center;
}
.preowneddesc{
	width: 410px;
	float: right;
}
#precont{
   float: left;
}
.preownedsold{
	font-weight: bold;
	color: #FF0000;
  
}
