@charset "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000 url(../imgs/bg.jpg) no-repeat center 94px; 
	text-align:center;
	font: 11px Arial, Helvetica, sans-serif;
}

#ccPromo {
	clear:both;
	background:url(../imgs/freeshipping.gif) no-repeat;
	width:376px;
	height:20px;
	position:relative;
	top:65px;
	left:574px;
}

.clearBoth {
	clear:both;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:Left;
}

#container {
	width: 1000px;
	margin:0 auto;
	position:relative;
	text-align:left;
}

#flashDiv {
	margin-top:70px;
}

#header_bg {
	background-color:#FFFFFF;
	height:94px;
	width:100%;
	position:absolute;
}

#header {
	height: 94px;
	background-color:#FFFFFF;
	margin: 0px 40px;
	
}

/* top nav */

.navlist {
	float:right;
	margin:0px;
	padding-top:37px;
	height:21px;
	width:786px;
}

.navlist li, .navlist ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style-type:none;
}

.navlist ul li a, .navlist ul li a:visited {
	display: block; 
	height:21px; 
	line-height:21px; 
	background-repeat: no-repeat;
	cursor:pointer;
	outline:none;
}


.navlist li.home {
	width:77px;
	margin-right:26px;
}

.navlist li.products {
	width:100px;
	margin-right:26px;
}

.navlist li.technology {
	width:123px;
	margin-right:26px;
}

.navlist li.tour {
	width:72px;
	margin-right:26px;
}

.navlist li.media {
	width:79px;
	margin-right:26px;
}

.navlist li.about {
	width:82px;
	margin-right:26px;
}

.navlist li.lifestyle {
	width:97px;
}

.navlist ul li.home a { 
	background: url(../imgs/menu_home.gif) 0 0;
	text-indent:-9999px; 
}

.navlist ul li.home a:hover { 
	background-position: 0 -21px;
	background-image: url(../imgs/menu_home.gif); 
}

.navlist ul li.products a { 
	background: url(../imgs/menu_products.gif) 0 0;
	text-indent:-9999px; 
}
.navlist ul li.products a:hover { 
	background-position: 0 -21px;
	background-image: url(../imgs/menu_products.gif); 
}



.navlist ul li.technology a { 
	background: url(../imgs/menu_technology.gif) 0 0;
	text-indent:-9999px; 
}
.navlist ul li.technology a:hover { 
	background-position: 0 -21px;
	background-image: url(../imgs/menu_technology.gif); 
}


.navlist ul li.tour a { 
	background: url(../imgs/menu_tour.gif) 0 0;
	text-indent:-9999px; 
}
.navlist ul li.tour a:hover { 
	background-position: 0 -21px;
	background-image: url(../imgs/menu_tour.gif); 
}


.navlist ul li.media a { 
	background: url(../imgs/menu_media.gif) 0 0;
	text-indent:-9999px; 
}
.navlist ul li.media a:hover { 
	background-position: 0 -21px;
	background-image: url(../imgs/menu_media.gif); 
}

.navlist ul li.about a { 
	background: url(../imgs/menu_about.gif) 0 0;
	text-indent:-9999px; 
}
.navlist ul li.about a:hover { 
	background-position: 0 -21px;
	background-image: url(../imgs/menu_about.gif); 
}

.navlist ul li.lifestyle a { 
	background: url(../imgs/menu_lifestyle.gif) 0 0;
	text-indent:-9999px; 
}
.navlist ul li.lifestyle a:hover { 
	background-position: 0 -21px;
	background-image: url(../imgs/menu_lifestyle.gif); 
}

/* search box */
#search_bar { 
	padding-top:2px;
	
	position:absolute; 
	text-align:right; 
	width:1000px;
} 

#search_bar input#keywords { 
	width:150px;
	border:1px solid #d0cfcf;
	font-size:10px;
	color:#999; 
	padding-left: 5px; 
}

#search_bar input#submit { 
	width:30px;
	border:0px;
	background-color:#d0cfcf;
	color:#FFF;
	font-size:10px;
	margin-right:40px;
}



/* body */
.mainbody {
	width:1000px;
	height:590px;
	background-color:#000;
}

/* footer */
#footer, #footerNav {
	color:#d0cfcf;
	font-size:10px;
	margin:8px 50px 8px 50px;
	width:900px;  
	
}

#footerNav {
	height:24px;
	border-bottom:1px solid #d0cfcf;
	
}

#footerNav span a {
	color:#b4b4b4;
	font-size:10px;
	
}

#footerLogos {
	height:27px;
	float:right;
	
	
}
