/***********************************************/
/* mens.css                               */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/* Global
================================================*/
* {
	margin:0;
	font-size: 0.98em;
	}
body,
html {}
body {
	padding:0px;
	color:#222;
	font:80%/150% "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	background: #414b56;
	}
.loginTable {font-size: 0.8em; font-family: Tahoma,Helvetica,Arial, sans-serif;}

/* Main layout
================================================*/
	#container{
	width:862px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	position: relative;
	
	}
	#shadow-top {
	width:862px;
	margin: 0px 0px 0px 0px;
	background-image:url(images/arse-top.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	height: 30px;
	}

#shadow {
	width:862px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/arse-shadow.jpg);
	background-repeat: repeat-y;

	
	
}

#shadow-bottom {
	width:862px;
	height:15px;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	background-image:url(images/arse-ft.jpg);
	background-repeat:no-repeat;
	}
#navWrap{
background-image:url(images/nav-top.jpg);
background-repeat:no-repeat;
width:862px;
height:13px;
}

#wrap {
	width: 862px;
	position: relative;
	
	}


#content {
	margin:0 auto;
	padding:0;
  }	
  
 #mainBg {
	color: #333333;
	border-right: solid #9d9fa2 2px;
	width:830px;
	background-color:#fff;
	float:left;
	margin:0px 0px 0px 0px;
	clear: right;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-y;
	} 
	
#main {
	width:540px;
	margin:10px 0px 0px 0px;
	padding-right: 10px;
	color: #333333;
	background-color: #FFFFFF;
	padding-left: 10px;
	float: right;
	
	}
#sidebar {
	font-size:0.94em;
	line-height:1.6em;
	float:right;
	width:205px;
	margin:0px 3px 0px 0px;
	background-color: #FFFFFF;
	}

#footerWrap{
	width: 862px;
	position: relative;
height:	30px;
clear:both;
margin-left: auto;
	margin-right: auto;
	background-position:bottom;
background-image:url(images/arse-ft.jpg);
background-repeat:no-repeat;
	
}
#footer {
	text-align:right;
	font-size:0.94em;
	color:#bcbdc0;
	width: 760px;
	margin-left: auto;
	margin-right: 40px;
	clear:both;
	height:15px;
	position: relative;
	padding: 3px 4px 5px 0px;
	
}

/* Links
================================================*/
a:link,
a:visited {
	color:#8a9097;
	font-weight:normal;
	text-decoration:none;
	margin:0 0px;
	}
a:visited {color:#8a9097;}
a:focus {
	color:#580801;}
a:hover {
	color:#C7B902;}
a.imglink:link,
a.imglink:visited {border:0;}
a.imglink:hover {background:transparent;}

a.section:link {color: #0e577b; background: #ffffff; padding: 0 2px 10px 15px; line-height:1.8em;}
a.section:active {color: #dc6e0a;background: #ffffff; padding: 0 2px 10px 15px;  line-height:1.8em;}
a.section:visited {color: #999999;background:#ffffff; padding: 0 2px 10px 15px;  line-height:1.8em;}
a.section:hover {color: #dc6e0a;background: #ffffff; padding: 0 2px 10px 15px;  line-height:1.8em;}



/* Headings
================================================*/
h4,h5,h6 {
	font-weight:normal;
	font-size:1.3em;
	color:#2D71AB;
	background-color:#FFFFFF;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	}
h1 {
	font: 13px "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:1.4em;
	margin:0px 0 0 0px;
	color: #FF9900;
}
	
.panel h1  {
	font: 13px "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:1.7em;
	margin:0px 0 0 10px;	
	
	}
h2 {
	margin:0px 0 0.625em;
	font-weight:normal;
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 13px;
	}
h3 {
	margin:.25em 0 0;
  padding:0 0 4px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.2em;
  font-weight:normal;
  line-height:1.4em;
  color:#A80303;
}
.home h2 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 0.625em;
	}
h2 a:link,
h2 a:visited,
h2 a:hover {
	font-weight:normal;
	background-color:#fff;
	color:#000;
	border:0;
	padding:0;
	margin:0;
	}
	


/* Lists
================================================*/
dl,
ol,
ul {margin:0 0 1em;}
dl {margin-top:-0.5em;}
dt {
	border-top: 1px dotted #D5D5D5;
	font-weight:bold;
	margin:0.5em 0 0;
	color: #8B7A63;
	background-color:#FFFFFF;
	}
dd {margin:1em 0 0 2em;}
dd p {margin:0 0 0.5em;}
ul {
	padding:0 0 0 1.5em;
	list-style-type: none;
	list-style-position: outside;
	}
ol {padding:0 0 0 4em;}
li {
	margin:0px;
	padding-left: 5px;
	list-style-image:url(images/yellow-bullet.gif);
	list-style-position: outside;
}




/* Images
================================================*/
img {
	border:0;
	display:block;
}
.fullwidth {
	border:1px solid #ccc;
	padding:4px;
	margin:1em 0;
	margin-left: 78px;
	}
	
.fullwidthnoborder {
	padding:4px;
	margin:1em 0;
	}
.flow {
	float:right;
	margin:0 3px 10px 6px;
	padding: 0px 0px 10px 0px;
	}
.flowtext {
	float:left;
	margin:0 10px 6px 0px;
	}
.dec {
	padding:4px;
	border:1px solid #ccc;
	}
.flowbox {
	padding-bottom:2px
	}	
	



/* Header
================================================*/
#header {
	height:144px;
	background-color:#206AA5;
	color:#cccccc;
	
	vertical-align: text-bottom;
	}
#header img {
	position:absolute;
	background-color:#FFFFFF;
	color:#cccccc;
	top:0px;
	right: 0px;
	left: 0px;
	}
#header a,
#header a:hover {
	border:0;
	background:transparent;
	}


/* Navigation
================================================*/
#nav {
	display:inline;
	background-color:transparent;
	width: 600px;
	float: right;
	padding: 2px 27px 0px 0px;
	height: 25px;
}
#nav ul {
	display:inline;
	width:600px;
	margin:0;
	padding:0;
	background-color:transparent;
	list-style-type:none;
	}
#nav li {
	display:inline;
	padding:0;
	margin:0;
	}
#nav a {
	background:transparent;
	padding:0px 6px 0px 6px;
	border-right:#8a9097 solid 1px;
	margin:10px 4px 0px 0px;
	color:#fff;
	text-decoration:none;
	display:inline;
	float:right;
	width:auto;
	font:normal 0.94em/1em "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	text-transform:none;
	letter-spacing:1px;
	}
#nav a:hover,
#nav a:focus {color:#ffce00;
border-bottom:3px solid #8a9097;
	
	
	
	}
#nav .sel a {
	display:inline;
	
	}
#nav .sel a:hover {
	display: inline;
}
#nav .sel a:focus {color:#787001;}
#nav a:active {
	display:inline;
	
	}

/* Sidebar
================================================*/


#sidebar h3 {
	font-size:1.1em;
	text-transform:none;
	color:#8B7A63;
	margin-bottom:0.5em;
	}
#sidebar dl {margin-top:-0.5em;}
#sidebar dt {margin-top:1.5em;
padding-top: 0.5em;}
#sidebar dd {margin:0;}


#quicklinks dd {display:inline;}

	
/* Tables
=======================================================*/	

.table1 .headers td {
	font-weight:bold;
	text-align:center;
	}
.tablehd {
	color: #8B7A63;
	font-weight: bold;
}
.sidebartable {
	padding: 2px;
	border: solid #666666 1px;
}
/* Quotations
================================================*/
blockquote {
	margin:3em 0 1em 0;
	padding-left:30px;
	color:#555;
	
	}
	

.cb h1 {
	margin:0 -10px;
	padding:0.6em 10px;
	font:bold 1em Helvetica,Arial,Geneva,sans-serif;
	color: #47604F;
	}
.sidehead {
	padding-bottom: 5px;
}
.vertline {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	width: 90%;
}
.sidetext {
	text-indent: 6px;
}




/* Extras
=================================================*/



/* Banner Ads
=================================================*/

/* This is necessary bc IE does not deal with hr correctly */
div.separator {
	margin: 12px 0 12px 0;
	background-position: top;
	clear:both;
	height: 1px;
	width: 100%;
	line-height: 1px;
	color:#fff;
	border-top: 1px solid #cbc900;
 
}

.buttonReadmore {
	vertical-align: bottom;
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.h1indent {
	font-size: 11px;
}

.goImage {
	display: inline;
}
.price {
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.code {
	color: #999999;
}
.tableRow {
	color: #333333;
	background: #CFC6C4;
}
.tablerowGirls {
	color: #333333;
	background: #e2cbc6;
}
.formBG {
	background: #CFC6C4;
	background-image: url(images/undies-text.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 9pt;
}
