/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	text-align: center;
	font-size: 100%;
	background-color: #033;
}
#wrapper     {
	width: 788px;
	text-align: left;
	/*border: 1px solid #E10000;*/
	margin-right: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-left: auto;
}
a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 140%;
	font-family: "Comic Sans MS", sans-serif;
}

h2{
	font-size: 140%;
}

h3{
	font-size: 120%;
	color: #FF0000;
	padding-top: 8px;
	padding-bottom: 0px;
	line-height: normal;
	padding-left: 20px;
}

h4{
	font-size: 110%;
	color: #333333;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h5{
 font-size: 100%;
 color: #333333;
}

ul{
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	background-color: #FFFFFF;
	height: 233px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navBar{
	padding: 0px;
	color: #000066;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0;
	width: 200px;
	float: left;
	background-image: url(../images/new/menuBG.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: 0px;
	font-family: "Comic Sans MS", cursive;
}

#content{
	float: right;
	width: 560px;
	color: #000000;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0em;
}
#contenthone{
	float: right;
	width: 440px;
	margin: 1em;
	padding: 1em 1em 0 .5em;
	border: 1px solid #336699;
	color: #000000;
}

.divider{
 border-bottom: 1px solid #D2D9E6;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	width: 90%;
	font-family: "Comic Sans MS", sans-serif;
	color: #E80000;
	margin-bottom: 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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	background-color: #FFFFCC;
	border: 1px solid #333333;
	text-decoration:none;
	color: #666666;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}


#globalNav a:hover {
	text-decoration:none;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	clear: both;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 6px;
	font-size: 70%;
	float: left;
}

.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{
	clear: both;
	padding: 0;
	font-size: 80%;
}

.story p{
	padding: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 80%;
	color: #333333;
	padding: 10px;
	margin-top: -1px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E10000;
}
/* 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 ***********/

#wrapper #navBar .relatedLinks ul a:link, #wrapper #navBar .relatedLinks ul a:visited {
	display: block;
	color: #333333;
	text-decoration:none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#wrapper #navBar .relatedLinks ul a:hover {
	display: block;
	text-decoration:none;
	color: #FFFFFF;
}
li.subCats a:link, li.subCats a:visited {
	display: block;
	padding-left: 8px;
	color: #FFFFFF;
	text-decoration:none;
}
#wrapper #navBar .relatedLinks ul ul li.subCats a:link, #wrapper #navBar .relatedLinks ul ul li.subCats a:visited {
	display: block;
	padding-left: 8px;
	color: #FFFFFF;
	text-decoration:none;
}

#wrapper #navBar .relatedLinks ul ul li.subCats a:hover {
	display: block;
	text-decoration:none;
	color: #E9E603;
}

#wrapper #navBar .relatedLinks ul ul li.subCats {
	background-image: url(../images/new/red_speech_bubble_selected_centre.png);
	background-repeat: repeat-y;
}
/*#wrapper #navBar .relatedLinks ul ul li.subCats a:link, #wrapper #navBar .relatedLinks ul ul li.subCats a:visited {
	color: #FFFFFF;
}
*/



#wrapper #navBar .relatedLinks ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: none;
	width: 176px;
}


/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	width: 176px;
}


/*********** #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: 70%;
	width: 176px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #333333;
	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{
	font-size: 100%;
	font-weight: bold;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#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{
	padding-top: 0px;
	font-size: 200%;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.tableheader {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	PADDING-TOP: 2px;
	color: #666666;
	background-color: #FFFF6F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #CC0000;
	border-left-color: #FFFFFF;
	height: 4em;
}
.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: 2px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.red {
	color: #FF0000;
	font-size: 120%;
	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 {
	color: #000060;
	width: 788px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	text-align: left;
	margin-bottom: 0px;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 2px;
	display: block;
	margin-left: 0px;
	float: right;
}
.results {
	border: 1px solid #D2D9E6;
	width: 99%;
}
#sitelinks  {
	margin: 0 0 79%;
	float: right;
	padding: 0px;
	padding-top: 10px;
	border-right: #000066;
	border-bottom: 1px solid #000066;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #000066;
	border-left-color: #000066;
	width: 120px;
	font-size: 80%;
}
#sitelinks ul {
	list-style:none;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
#sitelinks li  {
	margin-left: -24px;
	padding-right: 2px;
	padding-top: 6px;
}
#sitelinks li a:link, #siteInfo li a:visited {
	color: #0000FF;
}
#sitelinks li a:hover {
	text-decoration: underline;
}
.handwriting {
	font-family: "Monotype Corsiva", "Lucida Handwriting", "Lucida Calligraphy", sans-serif;
	font-size: 200%;
	color: #000066;
	font-weight: bold;
}
.alignright {
	text-align: right;
}
.valigntop {
	vertical-align: top;
}
.bigger {
	font-size: 120%;
	font-weight: bold;
}
.border1 {
	border: 1px solid #33669F;
}
#navBar ul ul li {
	list-style-position: outside;
}
#header #masthead p {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 118%;
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
	color: #333333;
}
.shop {
	color: #CC0000;
	font-weight: bold;
}
#header #masthead #siteName {
	padding-top: 0px;
}
.resultsTable {
	width: 516px;
	border: 1px solid #F00;
}
#wrapper #content .story .specialsTable {
	margin-right: 4px;
}
#wrapper #content .announce {
	color: #FF0000;
	border: 2px solid #CC0000;
	padding: 8px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFF6F;
	margin-top: 1px;
}
#wrapper #content .story .sale {
	color: #FF0000;
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	border: 1px double #666666;
	padding: 8px;
	background-color: #FFFF6F;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content .story .sale a {
	color: #FF0000;
	text-decoration: underline;
}
hi {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 140%;
}
#wrapper #content .story .story li {
	text-align: left;
	margin-left: 20px; 
}


#wrapper #content .story table tr .specialsTable table .bgLower {
	text-align: center;
	background-color: #2F0000;
	color: #FF0;
}
.bgLower {
	text-align: center;
	background-color: #2F0000;
	color: #FF0;
}
#wrapper #content .story table tr .specialsTable table tr .bgUpper {
	height: 100px;
	width: 140px;
	background-color: #FFFFFF;
	border: 1px solid #555555;
}
#wrapper #content .story table tr .specialsTable table tr .bgLower a {
	color: #FFF;
	text-decoration: underline;
}
.bgLower a {
	color: #FF0;
	text-decoration: underline;
}
#wrapper #content div form .resultsTable tr td li {
	margin-left: 20px;
	padding: 0px;
}
#wrapper #content div form .resultsTable.story tr .story table tr .optionHeader {
	font-size: 140%;
	color: #F00;
	height: 30px;
}
.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
#header #masthead img {
	margin: 0px;
	padding: 0px;
}
