/* CSS Document */

*      {margin:0; padding:0}

html   {height:100%; font-size:100.01%}

body {
	text-align:center;
	margin-top:10px;
	min-height:101%;
	font:100.01%/130% Verdana, Helvetica, sans-serif;
	color:#000; background:#e7e7e7;
	
	}

body * {text-align:left}

img {border:0px}

h1
{
font-weight: normal;
font-style: italic;
font-family: Georgia,Times New Roman;
font-size: 14px;
}

#wrapper {
	position: relative;
	width: 669px;
	height: auto;
	padding:10px 10px 5px 10px;
	margin:0 auto;
	background-color:#FFFFFF;
	
	}

#horizon{position:relative; height:100%; width:669px; background:url(../styleImages/bg.gif) repeat-y top left}
#header {
	position:relative;
	width:669px;
	height:115px;
	background:url(../styleImages/headerBg1.jpg) no-repeat top right;
	}

#logo {
	float:left;
	}	
/*----------------------------------------------*/
/* T O P  M E N U
/*----------------------------------------------*/

#menu {
	position:relative;
	float:left;
	width:669px;
	background:url(../styleImages/menuBg.jpg) no-repeat top left;
	}

#menu ul {
	font-size:11px;
	color:#fff;
	padding-left:5px;
	}

#menu ul li {
	float:left;
	text-decoration:none;
	list-style:none;
	background:url(../styleImages/menuDivider.gif) no-repeat top right;
	}
	
#menu ul li a {color:#fff; text-decoration:none; display:block; padding:0px 5px;}

#menu > ul li a {width:auto;}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu ul li a {float:none;}
	/* End IE5-Mac hack */
#menu ul li a:hover{color:#CCCCCC; }
#menu ul li.last {background-image:none;}

/*----------------------------------------------*/
/* S I D E  N A V I G A T I O N
/*----------------------------------------------*/

.nav ul li.yarn {background:url(images.navYarn.gif) no-repeat left middle;}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight:bold;
	padding-top:7px;
	margin-bottom:10px;
	list-style: none;
	}

.nav ul{
	width: 145px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.nav ul li{
	width: 145px;
	display: block;
	clear: both;
	position: relative;
	padding:0px;
	}

.nav ul li a {
	display: block;
	text-decoration: none;
	color:#096842;
	padding: 0px 0px 0px 10px;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html .nav ul li { float: left; height: 1%; }
* html .nav ul li a { height: 1%; }
/* End */

*>html .nav ul li {height:auto;} 

/* Fix IE. Hide from IE Mac \*/
*+html .nav ul li { float: left; height: 1%; }
*+html .nav ul li a { height: 1%; }
/* End */

*+>html .nav ul li {height:auto; clear: both;} 

.nav ul li a:hover {color:#567297; } /* Hover Styles */
.nav li:hover ul, .nav li.over ul { display: block; } /* The magic */

.nav ul li ul {
	margin-left:10px;
	padding:0px;

	}
.nav ul li ul li {
	clear: both;
	position: relative;
	padding:0px;
	background:none;
	font-weight:normal;
	line-height:14px;
	background: url(../styleImages/arrow.gif) no-repeat top left ;
	}

.nav ul li ul li a{
	background:none;
	margin-left:0px;
	padding: 0px 0px 0px 15px;
	}

.nav a.active {color:#567297;background: url(../styleImages/arrow.gif) no-repeat top left ;}

/*----------------------------------------------*/
/* C O L O U M S
/*----------------------------------------------*/

#leftCol {
	float:left;
	position:relative; 
	width:165px;
	height:100%;
	background:url(../styleImages/leftCol.gif) repeat-y;
	}
	
#content {
	position:relative;
	margin-top:2px;
	float:right;
	height:auto;
	min-height:400px;
	width:502px;
	background:#fff;
	}
	
#subNav {position:relative; border-bottom:2px solid white; border-top:2px solid white;}

.text{float:right; width:118px; font-size:60%; color:#666666; padding-top:7px; line-height:13px;}
.text1{float:right; width:118px; font-size:60%; color:#666666; padding-top:7px; line-height:13px;}
.text2{float:right; width:118px; font-size:60%; color:#666666; padding-top:6px; line-height:13px;}

/*----------------------------------------------*/
/* I N T R O
/*----------------------------------------------*/

.intro {
	position:relative;
	width:502px;
	height:104px;
	background-color: #ffffff;
	}

html>body .intro {min-height:104px; height:auto}

.introBg {
	position:relative;
	width:502px;
	height:304px;
	background-image: url(../styleImages/introBg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
.introBg p {width:270px}

html>body .introBg {min-height:304px; height:auto}

.introBg a{text-decoration:none; font-weight:bold; color:#336600;}
.introBg a:hover {text-decoration:none; color:#000000;}


.intro h2 	{ font-family:Arial, Helvetica, sans-serif; color:#999999; line-height:18px; font-size:16px; font-weight:bold; width:300px; padding:20px 10px;}
.intro p	{ line-height:15px; font-size:70%; padding:0px 0px 10px 10px;}

.intro  a {color:#096842; text-decoration:underline;}
.intro a:hover {color:#000000; text-decoration:none;}

/*----------------------------------------------*/
/* B O T T O M  A D S
/*----------------------------------------------*/
	
.advert1 {width:165px; float:left;padding-left:3px}
.advert2 {width:165px; float:left;padding:0px 2px}
.advert3 {width:165px; float:left;padding:0px}

/*----------------------------------------------*/
/* F 0 0 T E R
/*----------------------------------------------*/

#footer 	{ 
	position:relative;
	z-index:1;
	clear:both;
	background:#FFFFFF;
	float:left;
	height:40px; 
	width:669px; 
	background:url(../styleImages/footerBar.gif) no-repeat top left;
	}
#payment 	{ position:absolute; top:50px; left:430px; }
.copyright 	{ left:5px; padding-left:5px; font-size:55%; color:#EEEEEE;}

/*----------------------------------------------*/
/* B O T T O M  N A V
/*----------------------------------------------*/

#bottNav {
	margin-top:20px;
	position:relative;
	float:left;
	width:669px;
	}

#bottNav ul {
	font-size:11px;
	color:#000000;
	padding-left:0px;
	}

#bottNav ul li {
	float:left;
	text-decoration:none;
	list-style:none;
	background:url(styleImages/menuDivider1.gif) no-repeat top right;
	}
	
#bottNav ul li a {color:#999999; text-decoration:none; display:block; padding:0px 5px;}
#bottNav > ul li a {width:auto;}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#bottNav ul li a {float:none;}
	/* End IE5-Mac hack */
#bottNav ul li a:hover{color:#CCCCCC; }
#bottNav ul li.last {background-image:none;}
#bottNav img {padding-left:5px;}

/* -------------------------------------------------------------------
C L E A R F I X
---------------------------------------------------------------------- */

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.left{float:left;}
.right{float:right; }

.session{float:right; padding:0px; margin:3px 3px 0px 0px; color:#FFFFFF; font-size:70%}
.session a{text-decoration:none; color:#CCCCCC;}
.session a:hover {text-decoration:none; color:#096842;}

/* ---------------------------------------------
S U B  C A T A G O R Y S
------------------------------------------------ */

#subCats {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	float: left;
	width: 100%;
}
.subCat {	
	text-align: center;
	padding-bottom: 15px;
	font-weight:bold;
	float: left;
	width: 124px;
	height:80px;
}

.boxContent {
	
	position:relative;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
	width:499px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	margin-bottom: 5px;
	height:204px;
}

html>body .boxContent {min-height:204px; height:auto}
.boxContent h1 {
	font-size:100%;
	padding:5px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.boxContent h2 {font-size:130%; font-weight:bold; color:#666666; padding:5px 4px;}
.boxContent h3 {font-size:140%; font-weight:bold; color:#666666; margin:15px 0 4px 0; padding:1px 0px 0px 1px; width:455px; height:20px; background:url(../styleImages/grey_fade.gif) no-repeat left}
.boxContent p{padding-right:8px;font-size:105%; padding-bottom:5px;}
.boxContent a {color:#F5357E; text-decoration:none;}
.boxContent a:hover {color:#666666; text-dcoration:none;}
.boxContent ul{font-size:110%; padding-left:10px; padding-bottom:5px; }
.boxContent ol{font-size:110%; padding-left:10px; padding-bottom:5px; }

.pagination {
text-align: left;
padding:9px;}

/*      {margin:0; padding:0}
//
//html   {height:100%; font-size:100.01%}
//
//body {
//	text-align:center;
//	margin-top:10px;
//	min-height:101%;
//	font:100.01%/130% Verdana, Helvetica, sans-serif;
//	color:#000; background:#e7e7e7;
//	
//	}
//
//body * {text-align:left}
//
//img {border:0px}
//
//#pageSurround {
//	width: 748px;
//	margin: 0px auto;
//	padding: 5px;
//	border: 2px solid #333333;
//	background-color: #FFFFFF;
//	background-image: url(../styleImages/backgrounds/contentBg.jpg);
//	background-repeat: no-repeat;
//	background-position: left top;	
//}
//#topHeader {
//	text-align: right;
//	height: 36px;
//	margin-bottom: 20px;
//	padding-right: 0px;
//	padding-top: 68px;	
//}
//.boxTitleLeft, .boxTitleRight {
//	font-family: Verdana, Arial, Helvetica, sans-serif;
//	font-size: 75%;
//	color: #FFFFFF;
//	background-color: #031074;
//	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
//	height: 15px;
//	border-top: 1px solid #000000;
//	border-left: 1px solid #000000;
//	border-right: 1px solid #000000;
//	padding-left: 5px;
//}
//.boxContentLeft, .boxContentRight {
//	border: 1px solid #000000;
//	background-color: #EBEDFE;
//	padding-left: 5px;
//	margin-bottom: 10px;
//	padding-top: 3px;
//	padding-bottom: 5px;
//}
//.colLeft {
//	position: relative;
//	left: 0px;
//	width: 160px; 
//	padding-left: 15px;
//	padding-right: 5px;
//	float: left;
//}
//.colMid {
//	position: relative;
//	width: 403px;
//	float: left;
//}
//.colRight {
//	position: relative;
//	width: 160px; 
//	padding-left: 5px;
//	right: 0px;
//	float: right;
//}
//.boxContent {
//	border: 1px solid #000000;
//	padding: 3px;
//	font-family: Verdana, Arial, Helvetica, sans-serif;
//	font-size: 75%;
//	color: #333333;
//	background-color: #FFFFFF;
//	margin-bottom: 5px;
//}
///* CHECKOUT PAGES *
//.colLeftCheckout {
//	position: relative;
//	left: 0px;
//	width: 160px; 
//	padding-left: 15px;
//	padding-right: 5px;
//	float: left;
//}
//.colMainCheckout {
//	position: relative;
//	width: 568px;
//	float: left;
//}
///* END CHECK OUT PAGES *
//.siteDocs {
//	text-align:center;
//	margin-top: 10px;
//}
//.pagination {
//	text-align: right;
//	padding-top: 5px;
//	padding-bottom: 5px;
//}
//#subCats {
//	background-color: #EBEDFE;
//	text-align: center;
//	border: 1px solid #C9CEFC;
//	margin: 0px;
//	padding: 3px;
//	float: left;
//	width: 387px;
//}
//.subCat {	
//	text-align: center;
//	padding: 8px;
//	float: left;
//	width: 110px;
//}
//.regSep{
//	padding: 10px 0px 10px 0px;
//	margin: 10px 0px 10px 0px;
//	border-top: 1px solid #cccccc;
//	border-bottom: 1px solid #cccccc;
//}