body{
	margin: 0px;
	padding: 0px;
	background: #333;
	text-align: center;
}

/* Reset ***********************************************/

img{
	border: none;
}
p, blockquote, ul, h1, h2, h3, h4, h5{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
ul{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #666;
	list-style: none;
        
}
p a, li a{
	color: #666;
	text-decoration: underline;
}
p a:hover, li a:hover{
	color: #666;
	text-decoration: none;
}

.red{
	color: #cc0000;
}

/** Images **/

img.left{
	float: left;
	padding: 25px 30px 15px 0px;
}
img.left_top{
	float: left;
	padding: 0px 30px 15px 0px;
}

img.right{
	float: right;
	padding: 25px 30px 15px 0px;
}
img.right_top{
	float: right;
	padding: 0px 30px 15px 0px;
}
div.sidebar_feature{
	width: 200px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	overflow: hidden;
}
div.sidebar_feature p{
	color: #666;
	font-size: 9px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

/* Typography ***********************************************/

p{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	color: #666;
}
h1, h2, h3, h4{
	font-family: Georgia, serif;
}
h1{
	font-size: 22px;
	color: #fff;
}
h3, blockquote{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 24px;
	color: #fff;
}
h4{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 16px;
	color: #44151f;
	padding-bottom: 15px;
}

.border_top{
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 15px;
}

/* Layout ***********************************************/

#wrapper{
	width: 940px;
	margin: auto;
	padding: 0px 20px 20px 20px;
	background-color: #fff;
	text-align: left;
	overflow: hidden;
}		
#header{
	position: relative;
	width: 940px;
	height: 100px;
        z-index: 9999;
}
#header #logo{
	position: absolute;
	left: 20px;
	top: 20px;
}
#header #call_to_action{
	position: absolute;
	right: 180px;
	top: 20px;
	border-bottom: none;
	padding: 0px 0px 5px 50px;
}

/** Main Nav **/

#nav_container{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#nav{
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	list-style: none;
	line-height: 1;
        z-index: 9999;
}

ul#nav ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 2;
}

ul#nav a {
	display: block;
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	z-index: 2;
}
ul#nav li { /* all list items */
	float: left;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 2;
}

ul#nav li a{
	padding: 10px 0 10px 0;
	z-index: 2;
}

/* widths of top level tabs and associated sub-lists */
ul#nav li#home{ width: 35px; }
ul#nav li#home a{ width: 35px; text-align: left; }
ul#nav li#home ul{ width: 35px; }
ul#nav li#home ul a{ width: 25px; }

ul#nav li#designer{ width: 105px; }
ul#nav li#designer a{ width: 105px; }
ul#nav li#designer ul{ width: 115px; }
ul#nav li#designer ul a{ width: 115px; }

ul#nav li#category{ width: 120px; }
ul#nav li#category a{ width: 120px; }
ul#nav li#category ul{ width: 100px; }
ul#nav li#category ul a{ width: 100px; }

ul#nav li#region{ width: 100px; }
ul#nav li#region a{ width: 100px; }
ul#nav li#region ul{ width: 100px; }
ul#nav li#region ul a{ width: 102px; }

ul#nav li#about{ width: 45px; }
ul#nav li#about a{ width: 45px; }

ul#nav li#cart{ width: 65px; }
ul#nav li#cart a{ width: 65px; }

ul#nav li#checkout{ width: 65px; 	border-right: none; padding-right: 0px; margin-right: 0px; }
ul#nav li#checkout a{ width: 65px; text-align: right; }

ul#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
	color: #000;
	width: 60px; /* must update */
	margin-left: -9999px; /* using margin instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 9999;
}
ul#nav li ul li{
	display: block;
	padding: 5px;
	border-right: none;
	border-bottom: none;
}
ul#nav li ul li.last{
	border-bottom: none;
}

ul#nav li ul li a,
ul#nav li:hover ul li a,
ul#nav li.sfhover ul li a{
	color: #000; 
	font-weight: normal;
	text-transform: none;
	padding: 3px 0;
	text-align: left;
}
ul#nav li ul li a:hover{
	font-weight: bold;
	color: #000;
}

ul#nav li:hover ul,
ul#nav li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 0;
}
ul#nav li:hover a,
ul#nav li.sfhover a {
	color: #c19f53;
font-weight: bold;
}


#main_nav{
	position: absolute;
	width: auto;
	right: 20px;
	bottom: 15px;
}
#main_nav li{
	float: left;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#main_nav li.clearance{
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}
#main_nav li.clearance a{
	color: #333;
}
#main_nav li.clearance a:hover{
	color: #c19f53;
}
#main_nav li a{
	color: #000;
	text-decoration: none;
}
#main_nav li a:hover{
	color: #c19f53;
	text-decoration: none;
}

/** Secondary Nav **/

#secondary_nav{
	position: absolute;
	width: auto;
	right: 20px;
	top: 26px;
	padding: 0px 0px 10px 50px;
	border-bottom: 0px solid #efefef;
}
#secondary_nav li{
	float: left;
	padding-right: 7px;
	margin-right: 7px;
	background: url('http://www.terrenejewelry.com/images/site/secondary_nav_divider.gif') center right no-repeat;
	font-size: 11px;
}
#secondary_nav li.last{
	padding-right: 0px;
	margin-right: 0px;
	background: none;
}
#secondary_nav li a{
	color: #a78247;
	text-decoration: none;
}
#secondary_nav li a:hover{
	color: #999;
	text-decoration: none;
}

/** Stage **/

#stage{
	position: relative;
	width: 940px;
	height: 340px;
}
#stage #click_through_url{
	position: absolute;
	width: 285px;
	right: 85px;
	bottom: 53px;
}
#stage #click_through_url a{
	display: block;
	padding: 10px;
}
#stage #click_through_url a span{
	display: none;
}

/** Features **/

#features_wrapper{
	width: 930px;
	border: 10px solid #e5e5e5;
	margin-top: 20px;
	overflow: hidden;
}
#features_wrapper .feature img{
	margin-bottom: -4px;
}
#features_wrapper .feature{
	float: left;
	display: block;
}
#features_wrapper .feature.left_border{
	border-right: 10px solid #e5e5e5;
}

#mailing_list 
#mailing_list .textfield{ width: 190px; height: 15px; padding: 5px; background: #fff; border: 1px solid #ccc; }
#mailing_list .send_btn{ width: 70px; height: 25px; background: url('/images/site/subscribe.gif') top center no-repeat; margin: 0; padding: 0; border: 0; text-indent: -1000em; }

/** Footer **/

#footer{
	width: 940px;
	margin: auto;
	text-align: left;
	padding: 20px 0px;
}
#footer li{
	float: left;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #666;
	font-size: 11px;
}
#footer li.last{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
#footer li a{
	color: #999;
	text-decoration: none;
}
#footer li a:hover{
	color: #fff;
	text-decoration: none;
}
#footer p{
	clear: left;
	font-size: 11px;
	color: #666;
	padding-top: 10px;
}
