body {
	background-color: #000;
	background-image: url(../styleImages/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#header {
	background-image: url(../styleImages/header.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 157px;
	width: 980px;
}
ul, li  {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav {
	text-align: center;
	width: 575px;
	padding-left: 178px;
	padding-top: 114px;
	position: absolute;
	z-index: 3;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-right: 1px #ae262c solid;
	border-left: 1px #921219 solid;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:visited {
	color: #ffffff;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 9px;
	text-decoration: none;
	border-left: 1px #ae262c solid;
	border-right: 1px #921219 solid;
	text-transform: uppercase;
	}

#nav li a:hover {
	background: #ae262c;
	}
	
#nav li li a {
	background: #37650D;
	float: none;
	text-align: left;
	padding: 3px;
	}
#nav li li a, #nav li li a:visited {
	background: #921219;
	float: none;
	text-align: left;
	padding: 8px;
	padding-left: 11px;
	width: 200px;
	font: bold 10px Arial, Helvetica, sans-serif;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #ae262c;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 

	}

#nav li ul a { 
	/* width: 500px; */
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

/* variables of 3rd tier nav */

#nav li ul ul {
	margin: -29px 0 0 221px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
	
#main {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	font: 12px Arial, Helvetica, sans-serif;
	width: 940px;
	background-color: #FFF;
	background-image: url(../styleImages/main-bg.png);
	background-repeat: no-repeat;
}

#footer {
	padding: 20px;
	margin: auto;
	font: 10px Arial, Helvetica, sans-serif;
	width: 940px;
	background: #fff;
}
#footer-div {
	width: 930px;
	border-top: 1px dotted #cccccc;
	margin: auto;
	padding-bottom: 10px;
}

#desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#cat-logo {
	float: left;
	padding-right: 10px;
}

#bakset {
	float: right;
	padding-right: 50px;
	margin-top: 6px;
}
a {
	color: #a7141a;
	text-decoration: none;
}
a:hover  {
	color: #610a0f;
	text-decoration: none;
}
#blog {
	float: left;
	padding-top: 5px;
	text-align: left;
	padding-left: 170px;
}

.bottom {
	background-color: #E3E9EA;
	padding-left: 15px;
	border: 1px solid #bbd4d8;
}
.boxborder {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #c1c1c1;
}
.cards {
	padding-left: 20px;
}
.charttop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #444;
}
.chartleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #cccccc;
}
.chartright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
}
#content {
	float: left;
	width: 715px;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 10px;
}
#customer {
	float: left;
	padding-top: 18px;
	text-align: left;
	padding-left: 170px;
}
.customer-new {
	padding-right: 40px;
}
.customer-returning {
	padding-left: 40px;
	border-left: #cccccc;
	border-left-style: solid;
	border-left-width: 1px;
}
.customer-login {
	padding: 3px;
	margin-top: 2px;
}

#divider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c1c1c1;
	width: 680px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#dividerslim {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c1c1c1;
	width: 680px;
	margin-bottom: 5px;
}

#head {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D473D;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 8px;
	padding-top: 10px;
}
#headline {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D473D;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-left: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #878787;
	font-weight: normal;
	padding-top: 53px;
	padding-left: 116px;
	float: left;
}
h1 a:link, h1 a:visited {
	color: #878787;
	text-decoration: none;
}
#highlight {
	border: 1px solid #D2DDDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}
#more {
	background-color: #839B9F;
	text-align: center;
	margin-top: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#more:hover {
	background-color: #8BA2A6;
}
#more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.more {
	background-color: #e3e9ea;
	border: 1px solid #bbd4d8;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-weight: bold;
}
.morepics {
	background-color: #4BA7C3;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #3691AD;
	font-weight: bold;
	padding: 7px;
}
#name {
	color: #4D473D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 7px;
}


#numbers {
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 15px;
}
.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.priceborder {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8eeef;
	padding-top: 5px;
}
.prodimg {
	border: 1px solid #CCCCCC;
}

#product {
	float: left;
	text-align: center;

	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 210px;
	height: 250px;
}
#product img, #thumb img {
	border: 3px solid #999999;
	margin-bottom: 5px;
}
#product img:hover, #thumb img:hover {
	border: 3px solid #666666;
}
#thumb {
	margin: 10px;
}
.red {
	color: #b90404;
}

.search {
	height: 16px;
	width: 175px;
	margin-left: 9px;
	border: 1px solid #3691AD;
	background-image: url(../styleImages/search_bg.png);
	background-repeat: repeat-y;
	padding-left: 15px;
}
.search:hover {
	border: 1px solid #666666;
	background-image: url(../styleImages/search_bgb.png);
	background-repeat: repeat-y;
}
.session a {
	color: #4b666b;
}

.session a:hover {
	color: #b90404;
}

#side {
	float: left;
	width: 162px;
	background-color: #e3e9ea;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbd4d8;
	padding-top: 15px;
	padding-bottom: 30px;
}
#side li {
	line-height: 16px;
	margin-left: 30px;
	list-style-image: url(../styleImages/bullet.png);
}
#side li:hover {
	list-style-image: url(../styleImages/bullet_hover.png);
	background-color: #c7dce0
}
#side ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#splash {
	background-color: #4BA7C3;
	height: 49px;
	background-image: url(../styleImages/splash.png);
	background-repeat: no-repeat;
}
#splashb {
	background-color: #3691ad;
	height: 49px;
	background-image: url(../styleImages/splashb.png);
	background-repeat: no-repeat;
}
#splashbot {
	background-color: #4BA7C3;
	height: 49px;
}
#splashbotb {
	background-color: #3691ad;
	height: 49px;
	background-image: url(../styleImages/splashb_bot.png);
	background-repeat: no-repeat;
}
#splashtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;	
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textbody ul, .textbody li{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#texthome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 700px;
	border-top: 1px dotted #c1c1c1;
	padding-top: 10px;
	padding-bottom: 10px;
}
#thumb {
	border: 3px solid #999999;
}
#thumb:hover  {
	border: 3px solid #666666;
}
#toptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 2px;
}
.toptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#related {
	background: #EEE;
	border: 1px #cccccc solid;
	padding: 10px;
}
#titledocs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
#titletop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 5px;
	width: 250px;
	float: left;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
.topcart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.txtCopyright  {
	font-size: 0px;
display:none; overflow:hidden; height:0px;
}
.txtOldPrice {
	text-decoration: line-through;
}
.txtOutOfStock {
	color: #CC0000;
}
.txtSale {
 	color: #CC0000;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4D473D;
	padding-bottom: 7px;
}


.splash-home {
	background-color: #000000;
	background-image: url(http://underwearstation.com/site/images/splash.jpg);
	height: 260px;
}
#splash-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 295px;
	margin-top: 120px;
	margin-right: 70px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
}
#searchbox {
	width: 250px;
	height: 25px;
	position: absolute;
	padding-left: 740px;
	padding-top: 119px;
	z-index: 2;
}






#wrapper {
	text-align: left;
	width: 940px;
}

#wrap-top {
}

#left {
	float: left;
	width: 640px;
	font-size: 14px;
	line-height: 18px;
	border-right: 1px dotted #cccccc;
	padding-right: 20px;
}

#right {
	float: right;
	width: 255px;

}

#space{ 
	float: left;
	width: 1px;
}

#bottom {
	clear: both;
}

h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
#top-cart {
	background-image: url(../styleImages/cart-bg.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 70px;
	position: absolute;
	margin-left: 650px;
	z-index: 5;
	text-align: center;
	padding-top: 5px;
}
#top-cart a {
	color: #004680;
}
#top-cart a:hover {
	color: #0154a6;
}
