/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	background-image: url(images/main_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #e7e8e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	}
	
p.standard{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	}
	
p.large{
	font-size: 18px;
	color: #333333;
	}
	
ul.standard{
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	}

.caption{
	font-size: 9px;
	font-style: italic;
	}
	
.photo_border{
	border: #333333 thin solid;
	margin: 10px;
	padding: 10px;
	}	
	
a:link, a:visited{
	color: #1e5969;
	text-decoration: none;
	}
	
a:hover{
	color: #1e5969;
	text-decoration: underline;
	}		
	
a.nav:link, a.nav:visited{
	color: #666666;
	text-decoration: none;
	}	
	
a.nav:hover{
	color:#1e5969;
	text-decoration:underline;
	}		
	
.indent{
	padding-top: 10px;
	padding-bottom: 10px;
	}	
	
.indent2{
	padding: 10px;
	}
	
.indent3{
	padding-left: 30px;
	line-height: 16px;
	}
	
.indent4{
	padding: 10px;
	margin: 10px;
	border: #666666 thin solid;
	}
	
.indent5{
	padding-left: 30px;
	padding-right: 10px;
	line-height: 16px;
	}	
	
.float_cart{
	float: right;
	}				
	
.nav_text{
	float:left;
	width: 425px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
.left_nav{
	height: 100%;
	width: 175px;
	border-right: #666666 thin dotted;
	}	
	
.right_content{
	border-left: #666666 thin solid;
	background-color: #ffffff;
	}		
	
#top{
	top: 0px;
	height: 68px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	}
	
#navigation{
	top: 68px;
	height: 37px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f3f3ef;
	border-left: #666666 thin solid;
	border-right: #666666 thin solid;
	border-top: #666666 thin solid;
	}	
		
#flash_container{
	top: 105px;
	width: 850px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	border: #666666 thin solid;
	}
	
#flash_container2{
	top: 105px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border: #666666 thin solid;
	background-color: #FFFFFF;
	background-image: url(images/sub_center_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
#flash_container3{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/grunge_border_top.png);
	background-repeat: no-repeat;
	z-index: 200;
	}	
	
#sub_header_womens{
	width: 675px;
	height: 100px;
	border-bottom: #666666 thin solid;
	}
	
#sub_header_womens2{
	width: 675px;
	border-bottom: #666666 thin solid;
	}	
	
	

	
#sub_body_container{
	top: 105px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border: #666666 thin solid;
	}
		
	
#bottom_base{
	top: 605px;
	width: 850px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	border-left: #666666 thin solid;
	border-right: #666666 thin solid;
	border-bottom: #666666 thin solid;
	background-color: #1e5969;
	}
	
#bottom_base_left{
	float: left;
	width: 425px;;
	height: 52px;
	}
	
#bottom_base_right{
	float: left;
	width: 425px;
	height: 52px;
	}	
	
#footer{
	top: 657px;
	width: 850px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}	
	
#footer_left{
	float: left;
	width: 180px;
	
	}
	
#footer_right{
	float: right;
	}		