body{
	background: #fff;
	color: #888;
	font-family: Georgia, serif;
	font-size: 13px;
}

p, td{
	color: #888;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 17px;
}

li, label{
	color: #888;
	font-size: 13px;
}

a{
	color: #888;
	text-decoration: underline;
}

a:hover, a:active, a:focus{
	color: #888;
	text-decoration: underline;
}




#error_messages{
	border: 1px solid #f00;
}

#error_messages ul li{
	color: #f00;	
}

#good_messages{
	border: 1px solid #ccc;
}

#good_messages ul li{
	color: #f17bb0;
}

div.messages{
	background: #fff;
	margin-bottom: 12px;
	padding: 5px 10px;
}




div#page_container{
	margin: auto;
	padding-bottom: 20px;
	width: 946px;
}



div#header{
	margin-top: 80px;
	position: relative;
	width: 946px;
}

div#header a#logo h1{
	background: url(/images/main_logo.png);
	position: absolute;
	text-indent: -8000px;
	bottom: -61px;
	right: 55px;
	width: 78px;
	height: 84px;
}

div#header a#secret h2{
	background: url(/images/main_secret.png);
	text-indent: -5000px;
	margin-left: 154px;
	height: 25px;
	width: 252px;
}



div#shopper_nav{
	font-size: 12px;
	position: absolute;
	right: 0;
	top: -60px;
}

div#shopper_nav a{
	color: #f17bb0;
	text-decoration: none;
}

div#shopper_nav a:hover{
	text-decoration: underline;
}

div#shopper_nav img{
	vertical-align: middle;
}



div#header #main_nav{
	margin: 9px 0 12px 142px;
}

div#header #main_nav li.menu_item{
	border-right: solid 1px #aeb0b2;
	float: left;
	padding: 2px 12px;
	position: relative;
}

div#header #main_nav li.menu_item a.menu_item{
	background: no-repeat 0 0;
	display: block;
	height: 10px;
	outline: none;
	text-indent: -5000px;
}

div#header #main_nav li.menu_item a.menu_item:hover{
	background-position: 0 -10px;
}

div#header #main_nav li.menu_item a#prodinfo{
	background-image: url(/images/main_nav-prodinfo.png);
	width: 118px;
}

div#header #main_nav li.menu_item a#howworks{
	background-image: url(/images/main_nav-howworks.png);
	width: 119px;
}

div#header #main_nav li.menu_item a#sizing{
	background-image: url(/images/main_nav-sizing.png);
	width: 109px;
}

div#header #main_nav li.menu_item a#shop{
	background-image: url(/images/main_nav-shop.png);
	width: 110px;
}

div#header #main_nav li.menu_item a#contact{
	background-image: url(/images/main_nav-contact.png);
	width: 71px;
}



div#header ul#shop_dropdown{
	border: 1px solid #aeb0b2;
	left: 12px;
	display: none;
	position: absolute;
	top: 14px;
	z-index: 99;
}

div#header #main_nav li#shop_menu:hover ul#shop_dropdown{
	display: block;
}

div#header ul#shop_dropdown li{
}

div#header ul#shop_dropdown li a{
	background: #fff;
	border-top: 1px solid #aeb0b2;
	color: #F17BB0;
	display: block;
	margin-top: -1px;
	padding: 4px 10px;
	text-decoration: none;
	font-style: italic;
}

div#header ul#shop_dropdown li a:hover{
	background: #ffd8ea;
}



div#content{
	border: 1px solid #bfc0c2;
	padding: 12px;
	width: 920px;
}




div#footer{
	margin: 16px 0;
	width: 946px;
}

div#footer span#copyright{
	color: #999;
	font-size: 12px;
	float: right;
}

div#footer #footer_nav{
	/*margin: 0 0 0 142px;*/
}

div#footer #footer_nav li{
	border-right: solid 1px #aeb0b2;
	float: left;
	/*padding: 2px 12px;*/
	padding: 0px 8px;
}

div#footer #footer_nav li a{
	color: #999;
	font-size: 12px;
	text-decoration: none;
}

div#footer #footer_nav li a:hover{
	text-decoration: underline;
}

/*
div#footer #footer_nav li a{
	background: no-repeat 0 0;
	display: block;
	height: 10px;
	outline: none;
	text-indent: -5000px;
}

div#footer #footer_nav li a:hover{
	background-position: 0 -10px;
}

div#footer #footer_nav li a#company{
	background-image: url(/images/footer_nav-company.png);
	width: 121px;
}

div#footer #footer_nav li a#help{
	background-image: url(/images/footer_nav-help.png);
	width: 40px;
}

div#footer #footer_nav li a#news{
	background-image: url(/images/footer_nav-news.png);
	width: 124px;
}

*/



div#followus{
	bottom: 0px;
	left: -240px;
	position: absolute;
}

div#pull_to_bottom div#followus{
	bottom: -3px;
}

div#followus img{
	display: block;
	margin-bottom: 8px;
}

div#followus p{
	margin-bottom: 4px;
}

div#followus strong{
	color: #f17bb0;
	font-weight: normal;
	font-size: 12px;
}

div#followus a{
	color: #888;
	font-style: italic;
	text-decoration: none;
}

div#followus a:hover{
	color: #f17bb0;
}





li.end{
	border-right: 0 !important;
}



