/* CSS Document */

*	{
	margin: 0px;
	padding: 0px;
	}

body	{
	text-align:center;
	font: 11px arial, Helvetica, Verdana,Times New Roman,Times;
	color: #666666;
	line-height: 20px;
	background-color:#000000;
	margin-top: 30px;
	background-image: url(../images/body_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}
	
#colourswatches	{
	text-align:center;
	font: 11px arial, Helvetica, Verdana,Times New Roman,Times;
	color: #666666;
	line-height: 20px;
	background-color:#ffffff;
	background: none;
	margin-top: 30px;
	}
	
	
#wrapper	{
	width: 852px;
	margin:0px auto;
	}
	
#quicklinks	{
	margin:0px auto 0px auto;
	text-align: right;
	}
	
#container	{
	margin:0px auto 0px auto;
	border: 1px solid white;
	background-color: white;
	}
	

	
#header	{
	height: 130px;
	background-color: #000000;
	}
	
#logoarea	{
	float: left;
	}
	
#titlearea	{
	width: 680px;
	height: 130px;
	float:right;
	text-align: left;
	background-image: url(../images/section_headers/default_bg.jpg);
	background-repeat: no-repeat;
	}
	
#leisure #titlearea	{
	width: 680px;
	height: 130px;
	float:right;
	text-align: left;
	background-image: url(../images/section_headers/leisure_bg.jpg);
	background-repeat: no-repeat;
	}
	
#after5 #titlearea	{
	width: 680px;
	height: 130px;
	float:right;
	text-align: left;
	background-image: url(../images/section_headers/after5_bg.jpg);
	background-repeat: no-repeat;
	}
	
#smartcas #titlearea	{
	width: 680px;
	height: 130px;
	float:right;
	text-align: left;
	background-image: url(../images/section_headers/smartcasual_bg.jpg);
	background-repeat: no-repeat;
	}
	
#content	{
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	}
	
#contentleftouter	{
	width: 170px;
	float: left;
	background-image: url(../images/contentleftouter_bg.jpg);
	background-repeat: repeat-x;
	}


#mainnav	{
	padding: 30px 10px 30px 30px;
	}
	
#subnav	{
	padding: 15px 0px 15px 0px;
	margin: 5px 15px 40px 30px;
	border-top: dotted 1px #999999;
	}
	
	
#contentrightouter	{
	width: 680px;
	float: right;
	}
	
#breadcrumb	{
	text-align: right;
	padding: 10px 20px 0px 0px;
	font-size: 10px;
	}
	
#maintext	{
	padding: 30px 60px 30px 30px;
	}
	
#footer	{
	margin:0px auto;
	clear: both;
	}
	
/* main font formats */

h1	{
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: white;
	padding: 100px 20px 0px 20px;
	}
	
h2	{
	font-size: 13px;
	color: black;
	margin-bottom: 8px;
	margin-top: 0px;
	}
	
#producttext h2 {margin-top: 8px; margin-bottom: 4px;}
	
A:link	{
	color: #000000;
	text-decoration: none;
	}



A:visited	{
	color: #999999;
	text-decoration: none;
	}
	
A:hover	{
	color: #93c6f5;
	}
	
A.back	{
	color: #93c6f5;
	text-decoration: none;
	font-size: 12px;
	}
	
A.back:visited	{
	color: #93c6f5;
	text-decoration: none;
	}
	
A.back:hover	{
	color: #93c6f5;
	text-decoration: none;
	}




	
A.back:hover	{
	color: #999999;
	}
	
/* quicklinks */

#quicklinks ul	{
	padding: 0px 0px 10px 0px;
	}

#quicklinks ul li	{
	display: inline;
	padding: 0px 5px;
	border-right: solid 1px white;
	}
	
#quicklinks li a	{
	color: #ffffff;
	text-decoration: none;
	}
	
#quicklinks li a:hover	{
	color: #999999;
	}
	
/* main navigation formatting */

#mainnav ul li	{
	margin-bottom: 10px;
	list-style: none;

	}
	
#mainnav li a	{
	text-decoration: none;
	color: #000000;
	}
	
#mainnav li a:hover	{
	color: #93c6f5;
	}
	
/* sub navigation formatting */
	
#subnav ul li	{
	margin-bottom: 5px;
	list-style: none;

	}
	
#subnav ul li a	{
	text-decoration: none;
	color: #666666;
	list-style: none;
	}
	
#subnav ul li a:hover	{
	color: #93c6f5;
	}
	
#subnav h3	{
	font-size: 11px;
	color: black;
	margin-bottom: 10px;
	}
	
.currentlink	{	
	color: #93c6f5;
	font-weight: bold;
	}
	
	
/* footer links */

#footer ul	{
	padding: 15px 0px;
	}

#footer ul li	{
	display: inline;
	padding: 0px 5px;
	border-right: solid 1px white;
	color: white;
	}
	
#footer li a	{
	color: #ffffff;
	text-decoration: none;
	}
	
#footer li a:hover	{
	color: #999999;
	}

/* breadcrumb links */

#breadcrumb a	{
	color: #999999;
	}
	
#breadcrumb a:hover	{
	color: #000000;
	}
	
	
/* home page formatting */

#home #leftcontent	{
	width: 170px;
	float: left;
	background-color: white;
	text-align: left;
	}
	
#home #rightcontent	{
	width: 680px;
	float: right;
	background-color: white;
	height: 600px;
	}
	

#home #mainnav	{
	padding: 30px 10px 0px 30px;
	}


#hometext	{
	float: left;
	width: 295px;
	background-image: url(../images/hometext_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	height: 600px;
	}
	
#homeflash	{
	float: right;
	width: 385px;
	}
	
#home h1	{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 24px;
	color: #666666;
	font-weight: normal;
	margin: 150px 40px 0px 0px;
	}

#home h2	{
	font-size: 12px;
	color: #999999;
	padding-left: 20px;
	font-weight: normal;
	margin: 10px 40px 0px 0px;
	}
	
#hometexttop	{
	background-color: black;
	height: 185px;
	}
	
/* collection formatting */


TD.leisurewearhome, TD.smartcashome, TD.after5home, TD.deliveryhome	{ vertical-align: top;}

.deliveryhome h1	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 5px;
	background-color: #cccccc;
	text-align:center;
	text-transform: uppercase;
	font-weight: normal;
	}


.leisurewearhome h1	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	background-color: #bad9f5;
	text-align:center;
	}
	

.smartcashome h1	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;;
	color: #ffffff;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	background-color: #bcc264;
	text-align:center;
	}
	

.after5home h1	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	background-color: #bf9dbf;
	text-align:center;
	}	
	
	
.deliveryhome img	{
	border: 1px solid #cccccc;
	}
	
.leisurewearhome img	{
	border: 1px solid #bad9f5;
	}

.smartcashome img	{
	border: 1px solid #bcc264;
	}

.after5home img	{
	border: 1px solid #bf9dbf;
	}
	
#producttext	{
	float: left;
	width: 250px;
	}
	
#productimage	{
	float: right;
	}
	
#smartcasproduct img	{
	border: 1px solid #bcc264;
}


/* media box */

#mediashow	{
	text-align:center;
	}
	
#mediashow p	{
		padding-top: 10px;
		}
	
#mediashow a	{
	color: #ffffff;
	text-decoration: none;
}

#mediashow a:hover	{
	color: #93c6f5;
}

#mediashow img	{
	border: 1px solid #efefef;
	}
	
#mediashow	h2	{
	color: #ffffff;
	margin-bottom: 15px;
	}
	
#mediaboxhome td	{
	padding: 10px;
	}
	
#mediaboxhome img	{
	}
	
#mediaboxhome h3	{
	margin-bottom: 10px;
	font-size: 11px;
	}
	

/* size chart */


.sizechartheader	{
	background-color: 93c6f5;
	color: #000000;
	}
	
/* contact forms */

#contactform	{
	border: 1px solid #ececec;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	width: 300px;
	}
	

/* Subscription */

#subscribeform	{
	border: 1px solid #ececec;
	background-color: #ffffff;
	padding: 10px;
	margin-top: 20px;
	width: 300px;
	}
	
.alerttext	{
	color: #660000;
	font-weight: bold;
	}
	
/* Store Locator */

#locator Td	{
	font: 11px arial, Helvetica, Verdana,Times New Roman,Times;
	color: #666666;
	line-height: 20px;
	padding: 8px;
	text-transform: none;
	}
	
.locatornumber	{
	color: #333333;
	font-weight: bold;
	background-color:#93c6f5;
	padding: 2px 3px;
	border: 1px solid #333333;
	}
	

.formbutton	{
	background-color: #93c6f5;
	padding: 2px;
	color: white;
	}
	
#locator	{
	border: 1px solid #ececec;
	background-color: #ffffff;
	padding: 10px;
	margin-top: 20px;
	width: 400px;
	}
	
#locatormessage	{
	margin-bottom: 20px;
	color: #990000;
	}
	
	
/* images */
TD.leisurewearhome img,
TD.smartcashome img,
TD.after5home img,
TD.deliveryhome img	{
	width: 175px;
	}
	
	
#productimage img	{
	width: 250px;
	}
