body {
	color: #333;
	margin: 0;
	background-color: #000000;
	background-image: url(background.png);
	background-position: top center;
	padding-bottom: 3em;
	background-repeat: no-repeat;
	padding: 0;
	text-align: center;
}

body, div, h2, h3, h4 { /* redundant rules for bad browsers  */
	font-family: "Times New Roman", Times, serif;
	font-size:    90%;
	color: #FFFFFF;
}  

.wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	z-index: 2;
}

.wrapper2 {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	z-index: 3;
}


a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover { color: #CC9933; }
a:active {
	color: #996600;
}

p { line-height: 140%; }

h2 {
	color: #003399;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}

.left {float:left}
.right {float:right}

h1 {
	font-size: 500%;
	margin: 0;
	font-family: impact;
	color: #333;
}



p.note {
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}

.specs ul li{

	position: relative;
	width: 220px; /* menu width*/
	top: 150px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	font-size: 85%;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 1px 5px;
	margin-left: 10px;
}

#main {
	background-color: #000000;
	height: 500px;
	width: 850px;
	top: 140px;
	position: absolute;
	border: 1px solid #B5A391;
}

#header {
	height: 150px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	width: 100%;
	left:0;
	background-image: url(headerback.png);
	background-repeat: repeat;
}

#topnav {
	height: 100px;
	width: 100%;
	position: absolute;
	background-image: url(navigation/navigation2a.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 4;
	top: 115px;

}

#tovnav ul {
	width: 800px;
	height: 100px;
	position: absolute;
	background-image: url(navigation/navigation2a.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}


#topnav ul li  {
	display: inline;
	list-style: none;
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	position: absolute;
}


#topnav a {
	display: block;
	text-indent: -200em;

}
	
#topnav a hover {
	background-image: url(navigation/navigation2.png);
}


#home {
	left: 29px;
	top: -2px;
	width: 80px;
	height: 47px;
}

#home a {height: 40px;}
#home a:hover {background: url(navigation/navigation2.png) -29px 1px no-repeat;}
#home a.current {background: url(navigation/navigation2.png) -29px 1px no-repeat;}


#about {
	left: 144px;
	top: -1px;
	width: 102px;
	height: 44px;
}

#about a {height: 80px;}
#about a:hover {background: url(navigation/navigation2.png) -143px 1px no-repeat;}
#about a.current {background: url(navigation/navigation2.png) -143px 1px no-repeat;}


#watches {
	left: 263px;
	top: 0px;
	width: 109px;
	height: 43px;
}

#watches a {height: 44px;}
#watches a:hover {background: url(navigation/navigation2.png) -263px 0px no-repeat;}
#watches a.current {background: url(navigation/navigation2.png) -263px 0px no-repeat;}


#retailers {
	left: 406px;
	top: 2px;
	width: 114px;
	height: 26px;
}

#retailers a {height: 30px;}
#retailers a:hover {background: url(navigation/navigation2.png) -406px -2px no-repeat;}
#retailers a.current {background: url(navigation/navigation2.png) -406px -2px no-repeat;}

#warranty {
	left: 558px;
	top: 0px;
	width: 113px;
	height: 25px;
}

#warranty a {height: 40px;}
#warranty a:hover {background: url(navigation/navigation2.png) -558px -0px no-repeat;}
#warranty a.current {background: url(navigation/navigation2.png) -5580px -0px no-repeat;}

#contact {
	left: 720px;
	top: -1px;
	width: 102px;
	height: 46px;
}

#contact a {height: 80px;}
#contact a:hover {background: url(navigation/navigation2.png) -720px 2px no-repeat;}
#contact a.current {background: url(navigation/navigation2.png) -720px 2px no-repeat;}


#content {
	right: 40px;
	top: 180px;
	position: absolute;
	width: 450px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 90%;
	z-index: 2;

}

#content2 {
	right: 40px;
	top: 180px;
	position: absolute;
	width: 750px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 90%;
	z-index: 2;

}

#contentleft {
	width: 400px;
	position: relative;
	left: 50px;
	top: 200px;
	height: 405px;
	background-image: url(lifestyle-hero.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {
	font-family:"Times New Roman", Times, serif;
	color: white;
	position: absolute;
	top: 650px;
	right: 20px;
	
}

#navigate {
	width: 400px;
	position: absolute;
	top: 50px;
	height: 450px;
	background-image: url(lifestyle-hero.png);
	background-repeat: no-repeat;
	background-position: center center;
}
