/*Code for the page layouts and master css*/

body{
	margin: 0;
	/*padding: 0;*/
	background-image:url(images/bg_master.gif);
	background-position:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.sp_heading{
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #AD092B;
	padding: 3px;
	background: no-repeat left top;
	border-bottom: 1px solid #666666;
}

.sp_sub_heading{
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding: 5px;
}

.sp_text{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.td_link {
	padding: 5px;
}

.td_heading {
	font-size: 14px;
	color: #ad092b;
	font-weight: bold;
	padding: 5px;
	height: 10px;
}


a:link {
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	border-bottom-style: none;


}
a:active {
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;

}
a:visited {
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;

}
a:hover {
	font-weight: bold;
	color: #999999;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	background-color: #FFFFFF;

}

/*Code for the roll overs on the images*/

.highlightit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.highlightit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}

/*Code for the page layout boxes*/



#ContactContainer{
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 130px;
	text-align:right;
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 365px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
}
.formitem {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#SpContainer {
	position:relative;
	left:0px;
	top:0px;
	width:621px;
	z-index:1;
	background-image: url(images/used_sp_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.usedtb_BG {
	background: url(SP_IMAGES/searchresultsgrad.gif) repeat-x;
}
.maintb_bg {
	background: url(SP_IMAGES/maintb_bg.gif) repeat-x;
}
