
/* Joes Jeans CSS
*
*
*/

html, body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: 600;*/
	text-align: center;
	letter-spacing: normal;
	color: #666;
}

a {
	color: #666;
	text-decoration:none;
	padding:0;
	margin:0;
}

.nav_tab {
	color:white;
	cursor:pointer;
	cursor:hand;
	padding:2px 0 2px 7px;
	margin:0;
}
 
.txtinput {
	font-size:11px;
	margin:0;
	padding:2px 4px;
	vertical-align:middle;
	border:1px solid #666;
}

.left_vertical {
	padding:2px 4px 2px 10px;
	border-left:1px solid #ccc;
}

.bluetext {
	color: #29abe2;
}

.go_button {
	text-align:center;
	color:#999;
	font-weight:bold;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	padding:1px 4px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	background-color:#fff;
}

.go_button_over {
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	padding:1px 4px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	background-color:#999;
}

.nav_item {
	padding: 2px 0;
}

.nav_item a {
	color: #666;
}

.selected_link {
	color: #333;
}

.darker {
	color: #333;
}

.nav_tab a {
	color:white;
	text-decoration:none;
}

.tabline {
	padding: 0 2px 0 1px;
	margin: 0;
	height: 4px;
}

        .newsletter-men {
	font-family:Helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #a38b6c;
	text-align: justify;
}

      #newsletter-men a, newsletter-men a:link, newsletter-men a:visited{
	font-family:Helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #a38b6c;
	text-align: justify;
}



.Style1 {
	color: #4B3530;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.Style1 a {
	color: #4B3530;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.Style2 {
	color: #4B3530;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.Style6 {color: #4b3530
}



/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
	margin:0;
	padding:0;
}

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-top: 25px;
	padding-bottom: 40px;  /* must be same height as the footer */
}

.centering {
	padding: 0;
	margin: 0 auto;
}

#footer {
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;
} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.body_text {font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.body_text10 {font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}


.style5 {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF59C4;
	font-style: normal;
}
