/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #d9e1f2;
	margin: 0;
	padding: 0;
	color: #000;
}
	
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h2, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0f4b57;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* ~~ this fixed width container surrounds the other divs ~~ */
.bespoke {
	width: 990px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}


/* ~~ Tailored is Header 1 ~~ */
.Tailored {
	width: 990px;
	margin: 0 auto;
}
/* ~~ Fitted is Header 2 ~~ */
.Fitted {
	clear: both;
	width: 990px;
	height: 32px;
	background-color: #000033;
	color: #ffffff;
	list-style: none;
	margin-bottom: 0px;
	font-weight: bold;
	font-size:14px;
	}
	
.Fitted li {
	float: left;
	margin: 0px 2px;
	padding: 0;
	height: 30px;
}
	
.Fitted li a:link, .Fitted li a:visited {
	display: block;
	height: 23px;
	margin: 1px 0 0 0;
	padding: 5px 0 0 0;
	line-height: 14px;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
		
.Fitted li a {
	display: block;
	padding: 0px;
	text-align: center;
	text-decoration:none;
	margin: 0px 0px;
	border: 1px solid #FFFFFF;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
	
.Fitted li#custom a {
	width: 192px;	
}	

.Fitted a:hover{
	background-color: #990000;
	padding:0px 0px 0px 0px;
}

#sddm
{	margin: 0;
	padding: 0;
	
	}

#sddm li
{	margin: 0 2px;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	}

#sddm li a
{	display: block;
	margin: 1px 0 0 0;
	padding: 5px 10px 0px 10px;
	width: 170px;	
	background: #000033;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none}

#sddm li a:hover
{	background: #990000}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 1px 0 0 0;
		padding: 3px 10px 0px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		text-align: left;
		font-family:Verdana, Geneva, sans-serif;
		color: #000033;
		font-weight:bold;
		font-size: 11px;
	}

	#sddm div a:hover
	{	background: #990000;
		color: #FFF}
		
/* ~~ Quality is Header 3 ~~ */
.Quality {
	lear: both;
	width: 990px;
	height: 30px;
	background-color: #EAEBD8;
	color: #000033;
	list-style: none;
	margin-bottom: 0px;
	font-size:14px;
	}

.Quality li {
	float: left;
	margin: 0px 2px;
	padding: 0;
	height: 30px;
	}	
	
.Quality li a:link, .Quality li a:visited {
	display: block;
	height: 23px;
	margin: 1px 0 0 0;
	padding: 5px 0 0 0;
	line-height: 14px;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	color: #000033;
	text-decoration: none;
}
		
.Quality li a {
	display: block;
	padding: 0px;
	text-align: center;
	text-decoration:none;
	margin: 0px 0px;
	border: 1px solid #85906c;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
	
.Quality li#mens a {
	width: 192px;	
}	

.Quality a:hover{
	background-color: #990000;
	padding:0px 0px 0px 0px;
	color: #FFF
}	

.Quality li a:hover{
	color: #FFFFFF
}	
/* ~~ Online is .content ~~ */
#Online {
	width: 970px;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #85906c;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000033;
	font-size: 14px;
	background-color: #fff;
}

#Online img {
border: 1px solid #e5e5e5;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#Online a{
	font-size: 14px;
}

#Online h2 a{
	font-size: 12px;
}

#Online li a{
	font-size: 10px;
}

#Online2 {
	width: 970px;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #85906c;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000033;
	font-size: 14px;
	background-color: #fff;
}

#Online2 img {
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#Online2 a{
	font-size: 14px;
}

.Athletic {
	width: 990px;
	height: 8px;
	background-color: #d9e1f2;
}

.French_Cuff {
	background-color:#000033;
	height: 18px;
	font-family:Verdana, Geneva, sans-serif;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.French_Cuff h1{
	font-size: 12px;
	color: #ffffff;
	text-align: left;	
}

/* ~~ fashion is footer1 ~~ */
.fashion {
	width: 990px;
	background: #e5e5e5;
	border: 2px solid #85906c;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000033;
	font-size: 12px;
}

.fashion h1{
	font-size: 13px;
}

.fashion a{
	color: #000033;
}

.fashion img {
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.GQ {
	width: 990px;
	background: #ffffff;
	border: 2px solid #85906c;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000033;
	font-size: 10px;
}

.Custom {
	margin: 0px auto; 
	width: 900px;
	background: #ffffff;
	border: 2px solid #85906c;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000033;
	font-size: 14px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#tabbed_box_1 {
	margin: 0px auto; 
	width: 900px;
	background: #d9e1f2;
	font-family: Verdana, Geneva, sans-serif;; font-size: 14px;
	border: 2px solid #85906c;	
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.tabbed_area {
	padding: 8px; 
	border: 1px solid rgb(73, 78, 82); 
	text-align:left
}	
ul.tabs {
	margin: 5px 0px 6px; padding: 0px; color: #FFFFFF;
}
ul.tabs li {
	list-style: none; display: inline; color: #FFFFFF; 
}
ul.tabs li a {
	background-position: bottom; 
	padding: 8px 14px;
	border: 1px solid rgb(70, 76, 84);
	color: #FFFFFF; 
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background-repeat: repeat-x; 
	background-color: #000066; 
	font-family: Verdana, Geneva, sans-serif;; font-size: 12px;
}
ul.tabs li a:hover {
	border-color: rgb(47, 52, 58); color: #FFFFFF; background-color: #990000;
}
ul.tabs li a.active {
	background-position: top; border-width: 1px; border-style: solid; border-color: rgb(70, 76, 84) rgb(70, 76, 84) rgb(255, 255, 255); color: rgb(40, 46, 50); background-color: #FFFFFF; 
}
.content {
	background-position: bottom; padding: 9px; border: 1px solid rgb(70, 76, 84); background-color: #FFFFFF;
}
#content_2 {
	display: none; 
}
#content_3 {
	display: none;
}
#content_4 {
	display: none;
}
#content_5 {
	display: none;
}
#content_6 {
	display: none;
}

#content_7 {
	display: none;
}

.style1 {font-weight: bold;  color: #CC0000; }
.style2 {font-family: font: Verdana, Geneva, sans-serif; font-size: 14px; color: #000033; }

