@charset "utf-8";
/* CSS Document */

body  {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#container {
	width: 997px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/contain-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position: absolute;
	margin-top: auto;
	margin-right: 20%;
	margin-bottom: auto;
	margin-left: 20%;
	height: auto;
}
#full {
	width: 997px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/contain-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position: absolute;
	margin-top: auto;
	margin-right: 20%;
	margin-bottom: auto;
	margin-left: 20%;
	height: 100%;
}
#nav {
	width: 349px;
	height: 172px;
	float: left;
	margin-left: 88px;
	margin-bottom: 25px;
}
.slideshow {
	height: 172px;
	width: 472px;
	margin: auto;
	float: left;
	overflow: hidden;
	clip: rect(auto,88px,25px,auto);
}
#content {
	width: 560px;
	float: left;
	margin-left: 88px;
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
#brands {
	width: 820px;
	float: left;
	margin-left: 88px;
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
#about {
	width: 820px;
	float: left;
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 88px;
	text-align: justify;
}
#contact {
	width: 820px;
	float: left;
	margin-left: 88px;
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
#contact a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#contact a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#specials {
	width: 260px;
	float: left;
	margin-right: 88px;
}
#footer {
	width: 820px;
	float: left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 204px;
	margin-right: 88px;
	margin-left: 88px;
	margin-top: 10px;
}
#counter {
	width: 820px;
	float: left;
	text-align: center;
	margin-left: 88px;
}


