html { 
	padding: 0px;
	margins: 0px;
	}

body {
	background-position: center top; 
	background-repeat: no-repeat; 
	background-image: url("../images/body-bg.jpg"); 
	background-color: #000;
	font-family: Verdana; 
	font-size: 11px;
	color: #fff;
	margin: 0px;
	}
	
#container {
	width: 700px;
	height: 500px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -350px;
	text-align: center;
	}
	
#header {
	background-position: center top; 
	background-repeat: no-repeat; 
	background-image: url("../images/header-bg.jpg"); 
	width: 700px;
	height: 51px;
	margin: 0px 0px 0px 0px;
	padding: 29px 0px 0px 0px;
	}

#footer {
	background-position: center top; 
	background-repeat: no-repeat; 
	background-image: url("../images/footer-bg.jpg"); 
	text-align: center;
	width: 700px;
	height: 28px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	}
	
#footer p {
	font-size: 9px;
	color: #333;
	padding: 0px;
	margin: 0px;
	}
	
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
	
a {
	outline: none;
	}

a.linkcolor1:link,
a.linkcolor1:visited {
	color: #ffd400; 
	text-decoration: none;
	} 

a.linkcolor1:hover,
a.linkcolor1:active {
	color: #ffd400; 
	text-decoration: underline;
	}
	
a.footer-link:link,
a.footer-link:visited {
	color: #333; 
	text-decoration: none;
	} 

a.footer-link:hover,
a.footer-link:active {
	color: #333; 
	text-decoration: underline;
	}
	
a.home {
	position:absolute;
	display: block;
	top: 19px;
	left: 35px;
	width: 195px;
	height: 38px;
	float: left;
	}	
	
a.store-info {
	display: block;
	float: right;
	width: 81px;
	height: 32px;
	background: transparent url(../images/nav-store-info.gif) no-repeat;
	}
	
a.store-info-on {
	display: block;
	float: right;
	width: 81px;
	height: 32px;
	background: transparent url(../images/nav-store-info-on.gif) no-repeat;
	}
	
a.our-brands {
	display: block;
	float: right;
	width: 89px;
	height: 32px;
	background: transparent url(../images/nav-our-brands.gif) no-repeat;
	}
	
a.our-brands-on {
	display: block;
	float: right;
	width: 89px;
	height: 32px;
	background: transparent url(../images/nav-our-brands-on.gif) no-repeat;
	}
	
a.photo {
	display: block;
	float: right;
	width: 55px;
	height: 32px;
	background: transparent url(../images/nav-photo.gif) no-repeat;
	}
	
a.photo-on {
	display: block;
	float: right;
	width: 55px;
	height: 32px;
	background: transparent url(../images/nav-photo-on.gif) no-repeat;
	}
	
a.video{
	display: block;
	float: right;
	width: 53px;
	height: 32px;
	background: transparent url(../images/nav-video.gif) no-repeat;
	}
	
a.video-on {
	display: block;
	float: right;
	width: 53px;
	height: 32px;
	background: transparent url(../images/nav-video-on.gif) no-repeat;
	}
	
a.contact {
	display: block; 
	float: right;
	width: 67px;
	height: 32px;
	margin-right: 28px;
	background: transparent url(../images/nav-contact.gif) no-repeat;
	}
	
a.contact-on {
	display: block; 
	float: right;
	width: 67px;
	height: 32px;
	margin-right: 28px;
	background: transparent url(../images/nav-contact-on.gif) no-repeat;
	}
	
a.store-info:hover,
a.our-brands:hover,
a.photo:hover,
a.video:hover,
a.contact:hover {
	background-position: 0px -32px;
	} 