/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
 
body{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	background-color: #191919;
	font: 100%/normal Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#header {
	background-color: #FFF;
	border-bottom: 1px solid #666666;
	height: 160px;

}

 
a:link, a:visited, a:hover {
	color: #00F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 115%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 8px;
	width: 72%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
h2{
	color: #333;
	font-size: 100%;
 
}
h3{
	font-size: 100%;
	color: #333;
	font-weight: 500;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: #333333;
}

h5{
	font-size: 100%;
	color: #333;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
	height: 82px;
}

#navBar{
	background-color: #FFF;
	width: 200px;
	float: left;
	text-align: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #666666;
	border-bottom-color: #ccc;
}

#content{
	margin-left: 200px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF;
}
#content p{
	line-height: normal;
}
.divider{
	border-bottom: 1px solid #c1c1d5;
	margin-bottom: 12px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	margin-bottom: 2px;
	margin-top: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


/************* #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: #666;
padding: 3px 0px 6px 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 2px 12px 2px 12px; 
	background-color: #DCDCEB;
	border: 1px solid #333;
	margin: 3px 5px 0;
	text-decoration:none;
}

 
#globalNav a:hover {
	font-size: 90%;
	padding: 2px 12px 2px 12px; 
	background-color: #EBF7EA;;
	border: 1px solid #333;
	margin: 3px 5px 0;
	text-decoration:none;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	height: 0px;
	padding-bottom: 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	color: #000066;
	text-align: right;
	float: right;
}

.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 */




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
/* 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;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	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 {
	display: block;
	background-color: #FE1B12;
	color: #FFFFFF;
	text-decoration:none;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 4px;
}
#navBar ul a:hover {
	display: block;
	background-color: #FF9D9B;
	padding: 0px 0 0px 2px;
	text-decoration:none;
	color: #FFF;
}

#navBar 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: 1px solid #EEE;
	text-align: left;
	font-size: 90%;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	/*background-color: #dddddd;*/
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-size: 80%;
	text-align: left;
}

.relatedLinks h3{
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-weight: bold;
}


/************** #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 ************/


.tableheader {
	background-color: #FE1B12;
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	margin-bottom: 8px;
	margin-left: 8px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.bolder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #313131;
	font-weight: bold;
}
.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #006699;
}
label {
width: 12em;
float: left;
text-align: left;
margin: 0px 1em 10px 0px;
clear: left
} 
.wide {
width: 100%;
float: left;
text-align: left;
margin: 0px 1em 10px 0px;
clear: left
} 
.input-box {
float: left;
margin-bottom: 10px;
color: #26a;
border: #26a solid 1px
} 
.submit-button {
	margin-left: 5em;
	clear: both;
	color: #FFFFFF;
	border: 2px #9cf outset;
	background-color: #8CAB2A;
} 
/*fieldset {
	border: #26a solid 1px;
	width: 30em;
	padding-left: 10px;
} */
legend {
	border: #26a solid 1px;
	padding: 1px 10px;
	background-color: #8CAB2A;
	color: #FFFFFF;
} 
#strikethrough {
	color: #eeeeee;
	text-decoration: line-through;
}
.style2 {
	font-weight: bold;
	color: #FF0000;
}
.prices , a.prices  {
	font-size: 100%;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
.vatlink {
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper {
	width: 920px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-left-color: #006699;
	background-color: #FFF;
}
.border1 {
	border: 1px solid #666666;
}
.imgright {
	float: right;
	margin-left: 6px;
	width: 146px;
	margin-right: 8px;
	margin-top: 0px;
}
#wrapper #content .story .imgright p {
	text-align: center;
	border: 4px solid #FFCC00;
	padding-top: 10px;
	padding-bottom: 10px;
}
.relatedLinks h4 {
	color: #CCCCCC;
}
 
#wrapper .p7tbsub .subselected {
	font-weight: bold;
	color: #000000;
}
#wrapper .story #enquiry #emailInfo {
	text-align: right;
	margin-left: 32%;
}
#wrapper .story #enquiry .compulsory {
	background-color: #FFFF99;
	float: right;
	margin-top: 4px;
	padding-right: 4px;
}
#navWrap {
	background-color: #02569C;
	position: absolute;
	top: 75px;
	height: 32px;
}


.imgLeft {
	float: left;
	margin-right: 8px;
}
.openinghours {
	font-size: 200%;
	color: #FF0000;
	text-align: center;
}
 #wrapper .p7tbsub {
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
}
#wrapper .p7tbsub a {
}
#centrecol {
	margin-right: 186px;
	margin-top: 0px;
	font-size: 80%;
	background-color: #FFF;
	color: #333;
}

/************** .story styles *****************/

#wrapper #content #centrecol .story{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	color: #003366; 
}

#wrapper #content #centrecol .story p{
	padding-top: 0px; 
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #content .imgright table {
	font-size: 80%;
}
#wrapper #content #centrecol h2 {
	line-height: normal;
}
#wrapper #content .story {
	font-size: 90%;
} 
 
.telnumber{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
 
#wrapper #content #centrecol .border1 .tableheader .specials {
	padding-bottom: 2px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
#wrapper #content #centrecol .specTD {
	font-size: 80%;
	text-align: left;
}
.logo {
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 70px;
}

#header a:link, #header a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #fe1b12;
	text-align: center;
	height: 20px;
	padding-bottom: 0px;
	padding-top: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	text-decoration:none;
	padding-right: 2px;
	padding-left: 2px;
	width: 108px;
}
#header a:hover, #header a:active {
	color: #CCCCCC;
	text-decoration:none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	width: 108px;
}

.cartHeader {
	color: #FFF;
	text-align: right;
	margin-right: 36px;
	font-size: 12px;
	font-weight: bold;
}

#wrapper #content #centrecol .warning {
	color: #FF0000;
}


#wrapper #content #centrecol table td.subCats {
	border: 1px solid #0091A4;
	width: 160px;
}
#wrapper #content #centrecol .subCats h2 {
	color: #FFFFFF;
	background-color: #FE1B12;
	height: 40px;
}
#wrapper #content #centrecol .subCats a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #content #centrecol .subCats img#cat {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.catDescription {
	margin-top: 6px;
	margin-bottom: 8px;
}
#footer {
	clear: both;
	background-color: #999;
}



.viewCart a:link, .viewCart a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #FE1B12;
	text-align: center;
	display: block;
	height: 20px;
	padding-bottom: 0px;
	padding-top: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #00316B;
	border-left-color: #00316B;
	text-decoration:none;
	padding-right: 2px;
	padding-left: 2px;
	width: 106px;
}
.viewCart a:hover, .viewCart a:active {
	color: #CCCCCC;
	text-decoration:none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #FF9D9B;
}
.story img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bestSellers li {
	list-style-type: none;
	margin: 0px;
	display: inline;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 70px;
}
#navBar .bestSellers a:link, #navBar .bestSellers a:visited {
	text-decoration: none;
	margin: 0;
}
#navBar .bestSellers a:hover, #navBar .bestSellers a:active {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #666;
	margin: 0;
}
.bestSellers img {
	border: 1px solid #000000;
	margin: 0px;
}
.bestSellers {
	padding: 0px;
	text-align: center;
}
.bestSellers h3 {
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
	padding-left: 8px;
	text-align: left;
}
.bestSellers ul {
	margin: 0px;
	padding-top: 12px;
	margin-top: 36px;
	list-style-type: none;
}
#wrapper #content #centrecol .border1 .specTD a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.white   {
	color: #FFE864;
	font-size: 110%;
	}
#navBar .relatedLinks form {
	margin: 0px;
	padding: 0px;
}
.tableheader a:link, .tableheader a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableheader a:hover, .tableheader a:active {
	color: #FEE30D;
}
#navBar .relatedLinks a {
}
#navBar .relatedLinks #Keyword {
	background-color: #E2E2E2;
}
.logos {
	font-size: 80%;
	color: #666;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: 1px solid #999;
}
