body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
}
#body {
	width: 750px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/background.gif) bottom center;
}
#pop {
	background-color: #3D3DB7;
}
.background {
	background-image: url(../images/backcar.jpg);
	background-position: bottom;
	background-repeat: no-repeat;

}
.background2 {
	background-image: url(../images/background.gif);
	background-position: bottom;
}
p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
.newsdate {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC00;
}
#lightsalebox {
	background-color: #3D3DB7;
	padding: 3px 5px 3px 5px;
}
	#lightsalebox a {
		text-decoration: none;
	}
.saletext1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC00;
	font-size: 16px;
	margin: 0;
}
	.saletext1 strong {
		font-size: 22px;
		text-align: center;
	}
	.saletext1 span {
		text-align: right;
	}
	.strongsale strong {
		display: block;
		width: 110px;
		float: left;
	}
	.strongsale span {
		font-weight:bold;
		color:#FFCC00;
	}
.points {
	color: #000099;
}
.news, a.news:link, a.news:visited, a.news:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.news:hover {
	color: #FFFF00;
	text-decoration: none;
}
.news2, a.news2:link, a.news2:visited, a.news2:active {
	color: #BBBBFF;
	text-decoration: none;
}
a.news2:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.baselink:link, a.baselink:visited, a.baselink:active {
	color: #FAC2AE;
	text-decoration: none;
}
a.baselink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.toplink:link, a.toplink:visited, a.toplink:active {
	color: #BBBBFF;
	text-decoration: none;
}
a.toplink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#animation {
	width: 660px;
	margin: 0;
	padding: 5px;
	background: #000099;
}
#requestform input {
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#requestform textarea {
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#requestform #Submit {
	width: 80px;
	margin: 0 0 0 100px;
}
#requestform label {
	display: block;
	width: 100px;
	float: left;
}
#requestform h1 {
	padding: 0;
	margin: 0 0 15px 0;
}
#requestform p {
	padding: 0;
	margin: 10px 0 0 0;
}

#gallerylist {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
	background-color: #000099;
}
	#gallerylist li {
		float: left;
		padding: 0 5px 4px 0;
		margin: 0;
	}
	
/*
---- Clear All and the Clearfix
*/
.clear-all {
	margin:0px;
	padding:0px;
	clear:both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */