* {margin:0; padding:0; }
*:focus {outline:none; }

body {
	color:#fff;
	background:#b9987f url(../img/body-bg.jpg) repeat-x;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

table {border-collapse:collapse; }

img {border:0; }

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
} 
h1 {font-size:2.5em; }
h2 {font-size:2em; }
h3 {font-size:1.5em; }
h4 {font-size:1.25em; }
h5 {font-size:1em; }
h6 {font-size:1em; }

p {margin-bottom:1em; }

a {color:#fff; text-decoration:underline; }
a:hover {text-decoration:none; }

.relative {position:relative; }
.container,
.shop li {overflow:hidden; }
* html .container,
* html .shop li {zoom:1; }


#background {
	min-height:700px;
	background:url(../img/background.jpg) center top no-repeat;
}
* html #background {height:700px; }

#main {
	position:relative;
	width:1000px;
	margin:0 auto;
}

	#header {
		position:relative;
		width:1000px;
		height:230px;
		overflow:hidden;
	}
	
		#menu {
			position:absolute;
			top:0;
			left:388px;
			height:44px;
			padding:0 15px;
			background:#4b3d48;
			list-style:none;
			text-transform:uppercase;
			font-size:11px;
			font-family:Tahoma;
		}
		
		#menu li {
			float:left;
			height:44px;
			white-space:nowrap;
		}
		* html #menu li {width:0; }
		#menu a {
			display:block;
			text-decoration:none;
			height:28px;
			padding:16px 10px 0 10px;
		}
		#menu a:hover {text-decoration:underline; }
		
		
		#fly-fly {
			position:absolute;
			top:103px;
			left:418px;
			width:161px;
			height:42px;
			overflow:hidden;
		}
		#fly-fly span {
			position:absolute;
			top:0;
			left:0;
			width:161px;
			height:42px;
			background:url(../img/fly-fly.jpg) no-repeat;
		}
		
		#fly-here {
			position:absolute;
			top:109px;
			left:594px;
			width:234px;
			height:31px;
			overflow:hidden;
		}
		#fly-here span {
			position:absolute;
			top:0;
			left:0;
			width:234px;
			height:31px;
			background:url(../img/fly-here.jpg) no-repeat;
		}
		#phone {
			position:absolute;
			top:160px;
			right:171px;
			font-family:"Times New Roman", Times, serif;
			font-size:28px;
			font-weight:normal;
			color:#fff;
			letter-spacing:-1px;
		}
		
		
		
	
	#secondary {
		position:relative;
		float:left;
		width:262px;
		padding:95px 73px 50px 42px;
	}
		#submenu {
			width:262px;
			font-weight:bold;
			list-style:none;
			border-top:1px solid #d7cecf;
		}
		#submenu li {
			width:262px;
			margin-bottom:1px;
		}
		#submenu a {
			display:block;
			width:222px;
			padding:8px 13px 8px 27px;
			text-decoration:none;
			background:#d0b297;
		}
		#submenu a:hover {background:#c7ac90; }
		#submenu ul {list-style:none;}
		#submenu ul li {margin-top:1px; }
		#submenu ul a {background:#a98d82; }
		#submenu ul a:hover {background:#a68a80; }
	
	
	#primary {
		position:relative;
		float:left;
		width:604px;
	}
	
		#primary .content {
			position:relative;
			margin-top:12px;
			padding-top:12px;
			border-top:1px solid #d1b492;
			width:546px;
		}
			#primary .content .welcome {
				width:456px;
			}
		
		#one-click {
			position:absolute;
			top:0;
			right:0;
			z-index:10;
			display:none;
		}
			
		
		
		#primary .promo {
			position:relative;
			width:546px;
			overflow:hidden;
			background:#ebd8ba;
			color:#261e13;
			padding-top:19px;
			margin-bottom:1em;
		}
		#primary .promo a {color:#261e13; }
		#primary .promo ul {
			width:570px;
			list-style:none;
		}
		#primary .promo li {
			float:left;
			width:160px;
			padding:0 0 5px 25px;
		}
		
		
		
		.shop {
			padding:18px 0 0 0;
			width:462px;
			background:#ebd8ba;
			color:#261e13;
			margin-bottom:1em;
		}
			.shop ul {list-style:none; }
			.shop li {
				padding-bottom:28px;
			}
			.shop .pic {
				float:left;
				width:127px;
				padding:0 15px 0 19px;
			}
			.shop .txt {
				float:left;
				width:286px;
			}
			.shop .btns a {
				float:left;
				padding:5px 7px;
				text-decoration:none;
				color:#ebd8ba;
				margin-right:13px;
			}
			.shop .price {
				background:#a48c88;
				float:left;
				padding:5px 7px;
				text-decoration:none;
				color:#ebd8ba;
				margin-right:13px;
			}
			.shop .buy {
				background:#4b3d48;
			}
		
		
		
		
		
		.counts {margin:30px 0 1em 0; }
		.counts a {margin-right:3px; }
		
		
		
		
		
