/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	text-align: center;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color:#030;
}
#wrapper     {
	width: 840px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 35px;
	background-color: #FFF;
}

a:link, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CCC;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 240%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2{
	font-size: 110%;

}

h3{
	font-size: 110%;
}

h4{
	font-size: 110%;
}

h5{
	font-size: 100%;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	padding-bottom: 0px;
	width: 840px;
	height: 109px;
	margin: 0;
	background-color: #6C6;
}

#navBar{
	background-color: #FFF;
	width: 160px;
	float: left;
}
#navBarHome{
	width: 160px;
	float: left;
	
}
#navBarCats{
		background-color: #FFF;
	width: 160px;
	float: left;
}


#content{
	margin-left: 170px;
	padding: 4px;
	margin-right: 160px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin-top: 1px;
	margin-bottom: 2px;
}
#contenthome{
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	min-height: 400px;
	}
	
#contentWide{
	margin-left: 170px;
	padding: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-top: 1px;
	margin-bottom: 2px;
	min-height: 400px;
	}

.divider{
 border-bottom: 1px solid #D2D9E6;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 12px 0px 2px 12px;
}


/************* #globalNav styles **************/


/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
   


#globalNav{
	color: #FFF;
	padding: 0px 4px 2px 6px;
	font-size: 75%;

	background: transparent
!;
	margin-bottom: 0px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	text-decoration:none;
	color: #FFF;
	padding: 0;
	margin: 0 4px 0 4px;
	font-weight: normal;
}


#globalNav a:hover {
	text-decoration:underline;
	color: #CCC;
}
/************* #breadCrumb styles *************/

#header #breadCrumb{
	font-size: 90%;
	padding: 4px 0px 0px 10px;
	clear: both;
	height: 24px;
	background-color: #030;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
/*	background-image: url(images/navBG.jpg);
	background-repeat: repeat-x;
	background-position: top;    */
}

#header #breadCrumb ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header #breadCrumb ul li {

}

/************** .feature styles ***************/

.feature{
	font-size: 75%;
	color: #333;
	padding: 0px 4px 2px 0px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	margin: 0px 5px 0px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 10px 4px 0px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 80%;
	color: #666;
	padding: 10px;
	margin-top: -1px;
	clear: both;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfo ul {
	list-style:none;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
#siteInfo li  {
	display:inline;
}
#siteInfo li a:link, #siteInfo li a:visited {
	color: #0000FF;
}
#siteInfo li a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#siteInfo p  {
	margin-bottom: 2px;
	padding-bottom: 2px;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #FF0000;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited, #navBarHome ul a:link, #navBarHome ul a:visited, #navBarCats ul a:link, #navBarCats ul a:visited {
	display: block;
	padding: 2px 0 2px 2px;
	margin: 0 10px 3px 0;
	text-decoration:none;
}
#navBar ul a:hover, #navBarHome ul a:hover, #navBarCats ul a:hover {
	display: block;
	padding: 2px 0 2px 2px;
	margin-right: 10px;
	text-decoration:none;
	color: #000000;
}
#navBar ul ul a:link, #navBar ul ul a:visited, #navBar ul ul a:hover, #navBarHome ul ul a:link, #navBarHome ul ul a:visited, #navBarHome ul ul a:hover, #navBarCats ul ul a:link, #navBarCats ul ul a:visited, #navBarCats ul ul a:hover {
	border-left: 6px solid #D0DDC6;
	border-top-color: #D0DDC6;
	border-right-color: #D0DDC6;
	border-bottom-color: #D0DDC6;
}
#navBar ul, #navBarHome ul, #navBarCats ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li, #navBarHome li, #navBarCats li {border-bottom: 1px solid #D0DDC6;}


/* fix for browsers that don't need the hack */
html>body #navBar li, html>body #navBarHome li, html>body #navBarCats li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #D2D9E6;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #D2D9E6;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #D2D9E6;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #000066;
	/*background-color: #dddddd;*/
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #3C0500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/******Design Images ************/
#masthead .logo{
position:absolute;
top: 0px;
right: 0px;
float: right
}

#masthead .leftimage{
	position: absolute;
	top: 8px;
	left: 16px;
	float: left;
}
#masthead .strapline{
	/*float: right;*/
	font-size: 50%;
	font-weight: bold;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
}
#masthead>span{
	float: right;
	font-size: 100%;
	font-weight: bold;
	color: #FF6633;
	font-family: "Lucida Calligraphy", "Lucida Handwriting", "Monotype Corsiva";
	margin-top: 26px;
	margin-right: 10px;
}
#masthead .header{

}
.tableheader {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 4px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	PADDING-TOP: 2px;
	color: #333;
	border: 1px solid #FFFFFF;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.border0 {
	border: 0px;
}
.floatright {
	float: right;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 4px;
}
.floatleft {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
}
.red {
	color: #FF0000;
	font-size: 110%;
	font-weight: bold;
}
.white {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	float: right;
	margin-top: 30px;
	margin-right: 8em;
}
.bolder {
	font-weight: bold;
}

#header {
	background-color: #030;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 2px;
	display: block;
	margin-left: 0px;
	float: right;
}
.results {
	margin-bottom: 12px;
}
#rightbar  {
	float: right;
	padding: 0px;
	padding-top: 10px;
	background-color: #FFF;
	width: 150px;
	font-size: 80%;
	padding-bottom: 30px;
	padding-left: 6px;
	padding-right: 4px;
}
#rightbar ul {
	list-style:none;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	margin-left: -20px;
}
#rightbar li  {
	padding-right: 2px;
	padding-top: 6px;
}
#rightbar li a:link, #rightbar li a:visited {
	color: #000075;
}
#rightbar li a:hover {
	text-decoration: underline;
	color: #000075;
}
.handwriting {
	font-family: "Monotype Corsiva", "Lucida Handwriting", "Lucida Calligraphy", sans-serif;
	font-size: 200%;
	color: #567142;
	font-weight: bold;
	border: none;
}
.alignright {
	text-align: right;
}
.valigntop {
	vertical-align: top;
}
.bigger {
	font-size: 120%;
	font-weight: bold;
}
.clear {
	clear: both;
}
td.resultsTable  {
	font-size: 80%;
	margin: 0;
	padding: 2px;
}
#header #masthead #pageImage {
	float: left;
	width: 168px;
	text-align: left;
	height: 109px;
	vertical-align: bottom;
	margin-right: 36px;
}
.dot {
	margin-bottom: 2px;
}
.active {
	color: #036;
}
.water {
	color: #039;
}
.features {
	color: #06C;
}
#header #masthead h1 {
	margin: 0px;
	padding-top: 18px;
	font-weight: normal;
	font-size: 46px;
	text-align: left;
	padding-bottom: 0px;
	line-height: normal;
}
#header #masthead h2 {
	color: #666;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 20px;
	line-height: normal;
}
#header #breadCrumb ul li a {
	color: #FFF;
	font-weight: normal;
}
.resultsTable a {
	color: #39C;
}
.story td {
	font-size: 100%;
}
#siteInfo a {
	color: #CCC;
}
.subCats {
	width: 124px;
}
.cat {
	border: none;
}
.border1   {
	border: 1px solid #eeeeee;
} 
#sitelinks {
	margin-top: 20px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #content .resultsTable {
	width: 96%;
}
#wrapper #contenthome #contentImage {
	float: right;
	width: 600px;
	text-align: right;
}
#wrapper #contenthome #categoryImage {
	float: right;
	width: 300px;
	text-align: right;
}
#sitelinks ul li {
	margin-bottom: 12px;
}
#sitelinks ul {
	padding-top: 12px;
}
#tableWhite td {
	background-color: #FFF;
}
#header #breadCrumb #MenuBar1 li a:visited {
	color: #FFF;
}
#header .right #cartTable {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #contenthome a {
	color: #333;
}
#resultsLinks {
	color: #333;
}
#resultsLinks a {
	color: #333;
}
#wrapper #contenthome .results a {
	color: #333;
}
