/* ChicShop CSS */

img{
	border:none;
}

#logo_container{
	width: 819px;
	height: 90px;
	margin: 0 auto;
	position:relative;
}

#chic_logo{
	position:absolute;
	top:9px;
}

#header{
	width: 819px;
	height: 51px;
	margin: 0 auto;
	margin-bottom: 7px;
	position:relative;
	font-size: 12px;
}

#top_nav{
	position:absolute;
	top:32px;
	left:152px;
	width:647px;
}

/* before dropdowns added */
#top_nav ul{
	margin:0;
	padding:0;
}

#top_nav li{
	margin-right:11px;
	display:inline;
	border-left:1px solid #FFFFFF;
	padding-left:11px;
}

#search{
	position:absolute;
	top:36px;
	right:15px;
}

.input_text{
	width:119px;
	height:18px;
}

.submit_button{
	padding:0;
	margin:0;
	border:none;
	background-color:#591E55;
	font-size:12px;
}

.chic_submit_button{
	padding:0;
	margin:0;
	border:none;
	color:#FFFFFF;
	background-color:#591E55;
	font-size:12px;
}

#container{
	position:relative;
	width: 819px;
	margin: 0 auto;
}

#left{
	width: 138px;
	float:left;
	font-size: 12px;
	margin-top: 30px;
}

#left img{
	margin-left:15px;
	margin-bottom:30px;
}

#left ul{
	margin:0;
	padding:0;
}

#left li{
	margin-left:15px;
	border-top:1px solid #FFFFFF;
	padding:8px 5px 8px 0;
	text-align:right;
	list-style-type:none;
}

#last_li1, #last_li2{
	border-bottom:1px solid #FFFFFF;
}

#left ul.interior_ul{
	margin:40px 0 0 0;
}	

#content{
	position:relative;
	width: 621px;
	background-color:#EDEDEF;
	border: 5px solid #FFFFFF;
	padding: 11px;
	float:right;
	margin-right: 15px;
	margin-bottom: 0px;
	min-height:363px;
}

#content_home{
	position:relative;
	/*background-image:url(../jpg/home_background.jpg);
	background-repeat:no-repeat;*/
	width: 621px;
	background-color:#EDEDEF;
	border: 5px solid #FFFFFF;
	padding: 11px;
	float:right;
	margin-right: 15px;
	margin-bottom: 0px;
	min-height:363px;
}

.prop {
	height:363px;
	float:right;
	width:1px;
}

.clear_prop {
	clear:both;
	height:1px;
	overflow:hidden;
}

#home_main_image{
	position:absolute;
	top:12px;
	left: 12px;
	width: 362px;
	background-color:#660000;
}

#home_text{
	position:absolute;
	top:20px;
	right:12px;
	width:455px;
	color: #656567;
	font-size:11px;
}

#home_small_images{
	position:absolute;
	right:12px;
	bottom:11px;
	width:242px;
	height:242px;
}

#section_header{
	margin-bottom: 30px;
	color: #4D4D4F;
	font-size:30px;
}

.product_container{
	width:174px;
	float:left;
	margin-right:35px;
	margin-bottom: 45px;
	text-align:center;
}

.small_product_image{
	border: 1px solid #000000;
}

.last_product_container{
	width:174px;
	float:left;
	margin-right:0px;
	margin-bottom:45px;
	text-align:center;
}