/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-image: url(dress-shirt/oxford-background.jpg);
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: -0px;
	padding: 0px;
	text-align: left
	}
	
a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}



/* overrides decoration from previous rule for hovered links */



h1{font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #000000;
	margin: 0px;
	padding: 0px;
}

h2{color: #006699;
	margin: 0px;
	padding: 0px;
}

h3{color: #000000;font-family: Arial,sans-serif; font-size: 12px; 
	margin: 0px;
	padding: 0px;
}
 
h4{font-family: Geneva, Arial, Helvetica, sans-serif; font-size:14px; font-weight: bold;  color: #000000; 
	margin: 0px;
	padding: 0px;
}

h5 {color: #000000;font-family: Arial,sans-serif; font-size: 12px; 
	margin: 0px;
	padding: 0px;
}

h6{color: #006699;font-family: Arial,sans-serif; font-size: 11.5px;
	margin: 0px;
	padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 750px;
	border-bottom: 1px solid #0000cc;
	}

#Dress-Shirts{
	background-color: #ccccff;
	float: left;
	width: 160px;
	border-right: 1px solid #6699cc;
	border-bottom: 1px solid #6699cc;
	border-left: 1px solid #6699cc;
	text-align: left
}

/***********************************************/
/*Component Divs                               */
/***********************************************/



/************* #Custom-Shirts styles **************/

#Custom-Shirts{
border-bottom: 1px solid #0000cc;
background-color: #0000cc;
width: 750px;
display: block;
color: #ffffff;
padding: 0px 0px 3px 0px;
}

#Custom-Shirts img{
 display: block;
}

#Custom-Shirts a {
 font-family: Arial,sans-serif;
 color: #ffffff;
padding: 0px 3px 0px 0px;
 font-size: 13px;
}

#Custom-Shirts a:hover{
	background-color: #ccccff;
	color: #000099;
	padding: 0px 3px 0px 0px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 3px 0px 5px;
	line-height: 1.166;	
	}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 0px 3px 0px 5px;
	font-size: 13px;
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	text-align: left
	}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #Dress-Shirt styles ***************/

#Dress-Shirt{
	background-color: #ffffff;
	width: 739px;
	border-top: 2px solid #cccccc;
	font-size: 12px;
	color: #cccccc;
	padding: 4px 0px 0px 3px;
	margin-top: -1px;
	text-align: left
}
/* negative top margin pulls Dress-Shirt up so its top border overlaps (and thus lines up with)
	the bottom border of the Dress-Shirts in cases where they "touch" */



/*********** #Dress-Shirts link styles ***********/

#Dress-Shirts{
	margin-right: -4px;
	}

#Dress-Shirts ul a:link, #Dress-Shirts ul a:visited {display: block;}
#Dress-Shirts ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#Dress-Shirts li {border-bottom: 1px solid #ccccff;}

/* fix for browsers that don't need the hack */
html>body #Dress-Shirts li {border-bottom: none;}


/*********** #Custom-Dress-Shirts styles ***********/

#Custom-Dress-Shirts{
position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #6699cc;
}

#Custom-Dress-Shirts h3{
	padding: 10px 0px 2px 10px;
}

#Custom-Dress-Shirts a:link{
	display: block; 
	border-top: 1px solid #6699cc;
	padding: 2px 0px 2px 10px;
}

#Custom-Dress-Shirts a:visited{
	display: block; 
	border-top: 1px solid #6699cc;
	padding: 2px 0px 2px 10px;
}

#Custom-Dress-Shirts a:hover{
	border-top: 1px solid #6699cc;
	background-color: #EEEEEE;
	padding: 2px 0px 2px 10px;
}


/*********** .Mens-Dress-Shirts styles ***********/

.Mens-Dress-Shirts{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #6699cc;
}

.Mens-Dress-Shirts h3{
	padding: 10px 0px 2px 10px;
	border-top: 1px solid #6699cc;
	
}

.Mens-Dress-Shirts a:hover{
	background-color: #EEEEEE;
}
.Mens-Dress-Shirts a:link,
.Mens-Dress-Shirts a:visited {
	display: block; 
	border-top: 1px solid #6699cc;
	padding: 2px 0px 2px 10px;
}

.style2 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;  color: #000000; }
.style15 {font-family: Arial, sans-serif; font-size: 11px; color: #006699; }
.style20 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;  color: #FF0000; }
.style24 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.style25 {	font-family: Geneva, Arial, Helvetica, sans-serif; color: #3366ff; font-size: 12px;}
.style26 {color: #FF0000}
.style27 {	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold;  color: #FF0000; }
.style28 {	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold;  color: #000066; }
.style36 {font-size: 14px; font-weight: bold; color: #3366ff; }
.style131 {color: #000066}
.style133  {font-family: Arial, sans-serif; font-size: 13px; color: #FFFFFF; }
.style174 {font-size: 13px}
.style175 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold;  color: #000000; }
.style176 {color: #000000; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; }
.style177 {color: #252525; font-family: Verdana, sans-serif; font-size: 13px; }
.style180 {color: #666666; font-family: Verdana, sans-serif; font-size: 11px; }
.style191 {	color: #006699; 	font-size: 87%;}
.style192{color: #006699;font-family: Arial,sans-serif; font-size: 12px; }
.style193{color: #006699;font-family: Arial,sans-serif; font-size: 12px; }
.style194 {font-size: 85%}
.style195 {color: #000000;font-family: Arial,sans-serif; font-size: 12px; }
.style196 {font-size: 80%}
.style197 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:12px; font-weight: bold;  color: #000000; }
.style198 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold;  color: #000000; }
.style199 {font-family: Arial, sans-serif; font-size: 12px; font-weight: bold;  color: #996600; }
.style200 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight: bold;  color: #252525; }
.style201 {font-size: 14px}
.style202 {color: #336666}
.style203 {font-size: 11.5px}
.style205 {font-size: 10px}
.style206 {font-size: 11px}
.style207 {	color: #0080FF; font-size: 10px; font-family: Arial, sans-serif;}
.style208 {	color: #990000; font-size: 10px; font-family: Arial, sans-serif;}
.style210 {color: #990000}
.style213 {color: #0080FF}
.style217 {font-family: Arial, sans-serif; color: #990000;}
.style218 {color: #666666}
.style219 {font-family: Verdana, sans-serif}
.style220 {	font-family: David;	font-size: 14px;	font-weight: bold;}
.style221 {font-family: Geneva, Arial, Helvetica, sans-serif}
