
/* UNIVERSAL STYLES
================================================================================*/

html, body{
	padding:0;
	margin:0;
	background:#fff url(../images/bg.jpg) repeat-x 0 0;
	font:normal 13px "Trebuchet MS";
	color:#727272;
	overflow-y: scroll;

	}
	
/*fixing firefox outline*/

a:active{
	outline:none;
	}
	
:focus{
	outline:none;
	}
	
img, form{
	padding:0;
	margin:0;
	border:none;
	}
	
	
	
/* NAVIGATION STYLES
================================================================================*/

#nav{
	padding:33px 0 0 54px;
	width:886px;
	}
	
#nav ul{
	padding:0 0 4px 0;
	margin:0;
	list-style:none;
	line-height:100%
	}
	
#nav ul li{
	padding:0;
	margin:0 36px 0 0;
	display:inline;
	font:bold 14px "Trebuchet MS";
	text-transform:uppercase;
	}
	
	
#nav ul li a:link, #nav ul li a:visited{
	text-decoration:none;
	color:#000;
	text-decoration:none;
	}
	
#nav ul li a:hover{
	border-bottom:3px solid #d6d6d6;
	}
	
/*highlighting current page*/
	

#womenpage #hlight  a{
	border-bottom:3px solid #d6d6d6;
	}
	
	
	
/* LAYOUT STYLES
================================================================================*/

#container{
	padding:0;
	margin:0 auto 0 auto;
	width:1081px;
	}
	
#header{
	padding:0 0 11px 0;
	}
	
#header_top{
	height:40px;
	padding:0 0 0 490px;
	width:448px;
	}
	
.cleardiv{
	clear:both;
	font-size:0;
	}
	
#search{
	float:left;
	width:256px;
	padding:8px 0 0 0;
	}
	
#search p{
	padding:5px 9px 0 0;
	margin:0;
	font:normal 14px "Trebuchet MS";
	color:#ccc;
	line-height:100%;
	float:left;
	}
	
.searchtxt{
	width:190px;
	height:20px;
	background-color:#363636;
	border:1px solid #686868;
	font:normal 12px "Trebuchet MS";
	color:#8e8e8e;
	float:left;
	padding:3px 0 0 5px;
	}
	
#signin_menu{
	float:left;
	width:165px;
	text-align:right;
	padding:11px 0 0 0;
	}
	
#signin_menu ul{
	padding:0;
	margin:0;
	list-style:none;
	line-height:100%;
	}
	
#signin_menu ul li{
	padding:0;
	margin:0;
	display:inline;
	font:normal 14px "Trebuchet MS";
	color:#666;
	}
	
#signin_menu ul li a:link, #signin_menu ul li a:visited{
	text-decoration:none;
	color:#ccc;
	}	
	
#signin_menu ul li a:hover{
	text-decoration:underline;
	}
	
#header_main{
	width:1081px;
	}

#logo{
	float:left;
	width:129px;
	padding:9px 0 0 0;
	}
	
#header_right{
	float:left;
	width:950px;
	}
	
#cart_detail{
	height:24px;
	padding:0 0 0 590px;
	width:188px;
	}

#cart_detail ul{
	padding:2px 0 0 0;
	margin:0;
	list-style:none;
	line-height:100%;
	width:184px;
	background-color:#c4c4c4;
	height:22px;
	text-align:center;
	}
	
#cart_detail ul li{
	font:normal 14px "Trebuchet MS";
	color:#000;
	display:inline;
	padding:0;
	margin:0;
	}
	
#cart_detail ul li a:link, #cart_detail ul li a:visited{
	text-decoration:none;
	color:#000;
	}
	
#cart_detail ul li a:hover{
	text-decoration:underline;
	}
	
#bodyarea{
	width:1081px;
	}
	
#bodyarea_home{
	float:left;
	width:917px;
	padding:0 0 10px 0;
	border:1px solid #fff;
	}
		
#bodyarea_main{
	float:left;
	width:917px;
	padding:0 0 10px 0;
	border:1px solid #c4c4c4;
	}
	
#your_cart{
	float:left;
	width:161px;
	border-right:1px solid #c4c4c4;
	}
	
#leftnav{
	float:left;
	width:133px;
	padding:20px 0 0 20px;
	}
	
#bodyarea_content{
	float:left;
	width:730px;
	padding:23px 0 0 30px;
	}
	
#leftnav ul{
	padding:0;
	margin:0;
	list-style:none;
	line-height:100%;
	}
	
#leftnav ul li{
	padding:0 0 2px 0;
	margin:0;
	font:normal 14px "Trebuchet MS";
	text-transform:uppercase;
	}

#leftnav ul li a:link, #leftnav ul li a:visited{
	color:#727272;
	text-decoration:none;
	}
	
#leftnav ul li a:hover{
	color:#000;
	}
	
#womenpage #crew_b a{
	color:#000;
	}
	
#item_pic_outer{
	float:left;
	width:266px;
	margin:0 18px 0 0;
	}
	
#item_pic{
	padding:0 0 7px 0;
	}
	
#item_pic_button{
	width:266px;
	}
	
#item_pic_button_left{
	float:left;
	width:150px;
	}
	
#item_pic_button_right{
	float:right;
	width:100px;
	text-align:right;
	}	
	
#item_content{
	float:left;
	width:446px;
	}
	
#item_content p{
	padding:0 0 17px 0;
	margin:0;
	line-height:125%
	}
	
#colors_outer{
	padding:0 0 17px 0;
	}
	
#colors_outer ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
#colors_outer ul li{
	padding:0;
	margin:0 2px 0 2px;
	display:block;
	width:23px;
	height:30px;
	float:left;
	}
	
#colors_outer ul li.WhiteBox{
	border:1px solid #000;
	height:28px;
	}

#colors_outer ul li.right_color{
	border:2px solid #363636;
	}
	
#sizes_outer{
	padding:0 0 17px 0;
	}
	
#sizes_outer ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
#sizes_outer ul li{
	padding:3px 0 0 0;
	margin:0 0 0 0;
	display:block;
	background:#363636;
	font:normal 14px "Trebuchet MS";
	color:#fff;
	text-transform:uppercase;
	float:left;
	width:30px;
	height:21px;
	text-align:center;
	border:2px solid #fff;
	}
	
#sizes_outer ul li.right_size{
	border:2px solid #363636;
	background-color:#c4c4c4;
	color:#333;
	}
	
#price{
	padding:0 0 20px 0;
	}
	
.boldblack{
	font:bold 16px "Trebuchet MS";
	color:#000;
	}
	
#add_outer{
	padding:0 0 17px 0;
	}
	
#add_left{
	float:left;
	width:109px;
	text-align:center;
	line-height:170%;
	color:#000;
	}
	
.add_txt{
	border:1px solid #c4c4c4;
	background-color:#fff;
	width:104px;
	height:19px;
	text-align:center;
	margin:0;
	padding:1px 0 3px 0;
	font:normal 17px "Trebuchet MS";
	color:#000;
	}
	
#add_middle{
	float:left;
	width:165px;
	color:#000;
	padding:24px 0 0 10px;
	font:normal 17px "Trebuchet MS";
	}
	
#add_right{
	float:left;
	width:122px;
	padding:10px 0 0 0;
	}
	
#add_to_cart{
	text-align:right;
	padding:25px 40px 0 0;
	}
	
#cart_heading{
	color:#000;
	background-color:#c4c4c4;
	text-align:center;
	padding:3px 0 3px 0;
	}
	
.cart_content{
	border-bottom:1px solid #c4c4c4;
	padding:8px 4px 5px 4px;
	width:153px;
	}
	
.cart_content p{
	padding:0 0 10px 0;
	margin:0;
	font:normal 15px "Trebuchet MS";
	color:#000;
	}
	
.cart_content_row{
	padding:0 0 4px 0;
	color:#000;
	font:normal 11px "Trebuchet MS";
	}
	
.cart_content_cell_1st{
	float:left;
	width:21px;
	padding:1px 0 0 0;
	}
	
.cart_content_cell_2nd{
	float:left;
	width:53px;
	}
	
.cart_content_cell_3rd{
	float:left;
	width:79px;
	}
	
.cart_content_total{
	text-align:right;
	font:bold 11px "Trebuchet MS";
	color:#000;
	padding:2px 2px 0 0;
	}
	
#cart_grand_total{
	color:#000;
	background-color:#c4c4c4;
	text-align:center;
	padding:3px 0 3px 0;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	}
	
#footer{
	padding:27px 151px 27px 0;
	text-align:center;
	width:930px;
	}
	
#footer ul{
	padding:0 0 6px 0;
	margin:0;
	list-style:none;
	line-height:100%;
	}
	
#footer ul li{
	padding:0 5px 0 0;
	margin:0;
	display:inline;
	text-transform:uppercase;
	}
	
#footer ul li em{
	color:#d3d3d3;
	font:normal 11px "Trebuchet MS";
	padding:0 0 0 4px;
	}
	
#footer ul li a:link, #footer ul li a:visited{
	font:normal 12px "Trebuchet MS";
	color:#2a2a2a;
	text-decoration:none;
	}
	
#footer ul li a:hover{
	color:#000;
	text-decoration:underline;
	}
	
#footer p{
	padding:0;
	margin:0;
	font:normal 12px "Trebuchet MS";
	color:#9b9b9b;
	}
	
#footer p a:link, #footer p a:visited{
	text-decoration:none;
	color:#9b9b9b;
	}
	
#footer p a:hover{
	text-decoration:underline;
	color:#000;
	}
	
#bodyarea_content_women{
	float:left;
	width:758px;
	padding:23px 0 0 0;
	}	
	
.item_row_women{
	width:758px;
	padding:0 0 28px 0;
	}
	
.item_cell{
	float:left;
	width:124px;
	margin:0 24px 0 0;
	}
	
.item_cell_pic{
	width:124px;
	}
	
.item_cell_text{
	text-align:center;
	padding:7px 0 0 0;
	}
	
.item_cell_text p{
	padding:0 0 3px 0;
	margin:0;
	text-transform:uppercase;
	font-size:12px;
	line-height:100%;
	text-align:center;
	}
	
	
	
/*TEXT STYLES
================================================================================*/
	
h1{
	padding:0 0 20px 0;
	margin:0;
	line-height:100%;
	font:normal 21px "Trebuchet MS";
	color:#000;
	text-transform:uppercase;
	}	
	
h2{
	padding:0 0 4px 0;
	margin:0;
	line-height:100%;
	font:normal 15px "Trebuchet MS";
	color:#000;
	text-transform:uppercase;
	}		
	
	
	
	
	
a.forms:link {color:#666; text-decoration:none; }
a.forms:visited {color:#666; text-decoration:none; }
a.forms:active {color:#666; text-decoration:none; }
a.forms:hover {color:#2a2a2a; text-decoration:underline; }


ul#nav {
list-style: none;
padding: 0;
margin: 0;
}

ul#nav li, ul#nav li ul li{
position: relative;
width: 100px;
}

ul#nav li a {
display: block;
}

li ul {

text-align:center;
list-style:none;
display: none;
position: absolute;
width:0px;
top: 18px;
left: 0;
margin-left:-1px;

}

li>ul {
top: auto;
left: auto;
}

