/********************************************************/
/* Standard Style Sheet for Richard Burns 2002			*/
/* Copyright 2002 by MSOnet				 				*/
/* By Andrew Dixon 										*/
/* 					 									*/
/* File Created on 14/01/2002							*/
/* Last Edited on 14/01/2002							*/
/********************************************************/

/* Tag Styles */

A
{
	font-family		: arial, sans-serif; 
	color			: #666666;
	text-decoration	: underline;
	font-weight		: bold;
}

A:hover
{
	font-family		: arial, sans-serif; 
	color			: #5fb7bc;
	text-decoration	: underline;
	font-weight		: bold;
}

BODY
{
	font-family		: arial, sans-serif; 
	font-size  		: 1em;
}

TD, p, textarea, li
{
	font-family		: arial, sans-serif; 
	font-size  		: 1em;
	color			: #666666;
}
H1
{
	font-size: 110%;
	color: #666666;
}
H2
{
	font-size: 1em;
	font-weight: bold;
	color	: #666666;
	padding: 5px 0 5px 0;
}

.black, h2.black a{
	color:#000000;
	font-size:16px;
}
HR
{
	color: #cccccc;
	height: 1px;
}

.GEN_MainOuterContainer
{
	width: 980px;
	background-color: #FFFFFF;
}
.GEN_MainInnerContainer
{
	padding: 11px;
}

.GEN_leftColumn
{
	float: left;
	width: 170px;
	text-align:left;
	padding-bottom: 20px;
}
.GEN_MainHome
{
	float: left;
	width: 770px;
	text-align: left;
	font-size: 0.9em;
}
.GEN_MainContent
{
	float: left;
	width: 770px;
	text-align: left;
	font-size: 0.9em;
}
.GEN_MainContentInner
{
	padding: 10px;
}

.GEN_crumbtrail
{
	height: 15px;
	color: #666666;
	font-size: 0.7em;
}
.GEN_crumbtrail a, .GEN_crumbtrail a:visited
{
	color:#666666;
	text-decoration: none;
	font-weight: normal;
}
.GEN_crumbtrail a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color			: #5fb7bc;
}



.GEN_navigation
{
	height: 26px;
	background-color: #6fd8de;
	text-align: left;
}
.GEN_navigationInner
{
	padding: 3px 0px 0px 19px;
}
.GEN_navigationInner a
{
	text-transform: uppercase;
}

.GEN_leftColumnItem
{
	padding : 5px 0px 5px 10px;	
	border-bottom: 1px solid #999da9;
}
/**************************************************************************/
/*  OLD MENUS   */
/*
.menutext
{
	font-family		: Arial;
	font-size		: 75%;
	color			: #666666;
	text-decoration	: none;
	font-weight		: bold;
	padding			: 0px 20px 0px 0px;
}
.menutext:hover
{
	font-family		: Arial;
	font-size		: 75%;
	color			:  #dd1c00;//#5fb7bc;
	text-decoration	: none;
	font-weight		: bold;
	padding			: 0px 20px 0px 0px;
}
*/
/*  NEW Left sliding menus */
.GEN_LeftMenuSection
{
	padding: 3px 0px 3px 3px ;
	}
.GEN_LeftMenuSectionItemSelected, .GEN_LeftMenuSectionItemSelected:active, .GEN_LeftMenuSectionItemSelected:visited
{
	padding-left: 0px;
	text-decoration:none;
	/*background-image:url('/images/bg_leftMenuOver.jpg');
	background-position:left;
	background-repeat:no-repeat;*/
	color: #b71f0a;
	font-size:1em;
	font-weight: normal;
}

.GEN_LeftMenuSectionItemSelected:hover
{
	text-decoration:underline;
	font-weight:normal;
}
.GEN_LeftMenuSectionItem, .GEN_LeftMenuSectionItem:active, .GEN_LeftMenuSectionItem:visited
{
	padding-left: 0px;
	text-decoration:none;
	color:#92857b!important;
	font-size:1em;
	font-weight: normal;
}
.GEN_LeftMenuSectionItem:hover
{
	/*background-image:url('/images/bg_leftMenuOver.jpg');
	background-position:left;
	background-repeat:no-repeat;*/
	color: #5fb7bc;
	font-weight:normal;
}


.GEN_LeftSubmenusBox
{
	border-top: 1px solid #dcd4bb;
	border-bottom: 1px solid #dcd4bb;
	background-color:#e0edee;
	padding: 5px 0px 5px 3px;
}
.GEN_LeftSubmenuSection
{
	padding: 0px 0px 2px 7px;
}
.GEN_LeftSubmenuSectionItem, .GEN_LeftSubmenuSectionItem:active, .GEN_LeftSubmenuSectionItem:visited
{
	padding-left: 0px;
	font-size: 0.9em;
	font-weight:normal;
	text-decoration:none;
	color:#92857b;
}
.GEN_LeftSubmenuSectionItem:hover
{
/*	background-image:url('/images/bg_leftSubmenuOver.jpg');
	background-position:left;
	background-repeat:no-repeat;*/
	color: #666666;
	font-weight:normal;
	text-decoration:underline;
}
.GEN_LeftSubmenuSectionItemSelected, .GEN_LeftSubmenuSectionItemSelected:active, .GEN_LeftSubmenuSectionItemSelected:visited
{
	padding-left: 0px;
	font-size: 0.8em;
	text-decoration:none;
	font-weight:normal;
	color: #000000;
}
.GEN_LeftSubmenuSectionItemSelected:hover
{
	font-weight:normal;
}

.GEN_Left3rdLevelSubmenuSection
{
	padding: 0px 0px 10px 18px;
}
.GEN_Left3rdLevelSubmenuSectionItem, .GEN_Left3rdLevelSubmenuSectionItem:active, .GEN_Left3rdLevelSubmenuSectionItem:visited
{
	padding: 0px;
	font-size: 0.7em;
	font-weight:normal;
	text-decoration:none;
	color:#92857b;
}
.GEN_Left3rdLevelSubmenuSectionItem:hover
{
/*	background-image:url('/images/bg_leftSubmenuOver.jpg');
	background-position:left;
	background-repeat:no-repeat;*/
	color: #1d6734;
	font-weight:normal;
	text-decoration:underline;
}





.GEN_footer
{
	height: 23px;
	background-color: #bdc9d7 ;
}
.GEN_footerLeft
{
	float			:left;
	width			: 350px;
	text-align		:left;
	color			: #FFFFFF;
	text-decoration	: none;
	font-weight		: normal;
	font-size  		: 70%;
}
.GEN_footerLeftInner
{
	padding			: 3px 0px 0px 20px;
}
.GEN_footerLeftInner a, .GEN_footerLeftInner a:visited
{
	font-family		: Arial;
	font-size  		: 100%;
	color			: #FFFFFF;
	text-decoration	: none;
	font-weight		: normal;
}
.GEN_footerLeftInner a:hover
{
	font-family		: Arial;
	font-size  		: 100%;
	color			: #5fb7bc;
	text-decoration	: none;
	font-weight		: normal;
}
.GEN_footerRight
{
	float: right;
	text-align:right;
}
.GEN_footerRight a
{
	padding: 0px 10px 0px 0px;
}
.footertext, .footertext:visited
{
	font-family		: arial, sans-serif; 
	font-size  		: 70%;
	color			: #FFFFFF;
	text-decoration	: none;
	font-weight		: normal;
}
	
.footertext:hover
{
	font-family		: arial, sans-serif; 
	font-size  		: 70%;
	color			: #5fb7bc;
	text-decoration	: none;
	font-weight		: normal;
}

/* ******************************************************************************** */
/*	SITE MAP  */


.GEN_sitemap_block
{
	width	: 770px;
	padding: 5px 0px 5px 0px;
}
.GEN_sitemap_alphabet
{
	text-align: center;
	color: #666666;
}
.GEN_sitemap_alphabet a, .GEN_sitemap_alphabet a:visited
{

}
.GEN_sitemap_alphabet a:hover
{
	text-decoration: none;
}

.GEN_sitemap_letter a, .GEN_sitemap_letter a:visited
{
	color: #6fd8de;
	font: 0.9em Arial;
	font-weight: bold;	
	text-decoration: none;
}
.GEN_sitemap_links_block
{
}
.GEN_sitemap_link a, .GEN_sitemap_link a:visited
{
	font: 0.9em Arial;
	text-decoration: none;
}
.GEN_sitemap_link a:hover
{
	font: 0.9em Arial;
	text-decoration: underline;
}

div.GEN_sitemap_letter {
	width	: 40px;
	float	: left;
}

div.GEN_sitemap_links_block {
	width	: 360px;
	float	: left;
}

div.GEN_sitemap_link {
	width	: 355px;
	float	: left;
}
div.paddedBlock {
	padding						: 5px 0px 5px 0px;
	vertical-align				: top;
	margin						: 0;
	border						: 0;
}


/**********************************************************************************************/

.smallText
{
	font-family		:Arial, Helvetica, sans-serif;
	font-size		:11px;
	color			:#999da9;
	text-decoration	:none;
	font-weight		:normal;
	height: 91px;
	background-image: url('/images/Pic_TextBox.jpg');
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
}
.smallTextInner
{
	padding-top		:4px;
	padding-bottom:4px;
	padding-right:20px;
	padding-left:5px;
}
.smallTextInner a
{
	text-decoration:none;
	font-weight:normal;
}
.smallTextInner a:hover
{
	color:#999da9;
	text-decoration:none;
	font-weight:normal;
}
.smallTextImage
{
	border: 1px solid #999da9;	
}


.SubmitButton
{
	cursor		: pointer;
	cursor		: hand;
}

.mainHeading
{
	background-color: #FFFFFF;
	color			: #999da9;
	font-size		: 10pt;
	font-weight		: bolder;
	padding			: 2px;
	text-transform	: uppercase;
	border-top		: 1px solid #6fd8de;
	border-bottom	: 1px solid #6fd8de;
}

.ddMenuItem {
	cursor				: pointer;
	cursor				: hand;
	font-size  			: 11px;
	color				: 006600;
}

.textField
{
	width: 200 px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family		: verdana,arial, sans-serif; 
	font-size  		: 10px;
	color			: #000000;
}

.largetextarea
{
	width: 200 px;
	height: 75 px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family		: verdana,arial, sans-serif; 
	font-size  		: 10px;
	color			: #000000;
}

.smalltextField
{
	width: 100 px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family		: verdana,arial, sans-serif; 
	font-size  		: 10px;
	color			: #000000;
}
.selectField
{
	width: 300 px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family		: verdana,arial, sans-serif; 
	font-size  		: 10px;
	color			: #000000;
}

.textareaField
{
	width: 400 px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family		: verdana,arial, sans-serif; 
	font-size  		: 10px;
	color			: #000000;
}
.sImage
{
	border-top		: 1px solid #afa7a2;
	border-right	: 1px solid #afa7a2;
	border-left		: 1px solid #afa7a2;
	border-bottom	: 1px solid #afa7a2;
}
	
.sButton
{
	background-color: #6fd8de;
	border-top: 1px solid #bdc9d7;
	border-left: 1px solid #bdc9d7;
	border-right: 1px solid #bdc9d7;
	border-bottom: 1px solid #bdc9d7;
	color : #FFFFFF;
	cursor		: pointer;
	cursor		: hand;
	font-weight: bold;
	font-family		: verdana,arial, sans-serif; 
	font-size  		: 9pt;
}

/* Questionnaire styles */
.questionnaireError {
	color					: #FF0000;
}

.questionnaireTextfield {
	background-color		: #FFFFFF;
	color					: #000000;
	border					: 1px solid #00458D;
	width					: 350px;
}

.questionnaireTextArea {
	background-color		: #FFFFFF;
	color					: #000000;
	border					: 1px solid #00458D;
	width					: 350px;
	height					: 75px;
}

.questionnaireButton {
	background-color		: #99DAEA;
	color					: #0081A0;
	border					: 1px solid #0081A0;
	cursor					: pointer;
	cursor					: hand;
	font-size				: 8pt;
	font-family				: arial,sans-serif;
	height					: 23px;
}

.questionnaireSelectList {
	background-color		: #FFFFFF;
	color					: #000000;
	border					: 1px solid #00458D;
}

/* SITE MAP STYLES */



.sitemapHeaderText, a.sitemapHeaderText,a.sitemapHeaderText:hover,a.sitemapHeaderText:visited
{
	font-family		: Arial, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #000000;
	text-decoration	: none;
	font-weight		: bold;
	line-height		: 18px;
	padding-top		: 5px;
}


/*   SHOP classes */

.quantityBox
{
	width				: 25px;
	height				: 18px;
	font-family			: arial;
	font-size			: 7pt;
}
.promotionBox
{
	width				: 60px;
	height				: 18px;
	font-family			: arial;
	font-size			: 7pt;	
}


/*****************************************************************************************************/
/*     GOOGLE search box and results   */
.searchResultTitle a
{
		color: #666666;
		font-size: 1.2em;
		font-weight: bold;
}
.GEN_SearchButton
{
	float:right;
	height: 25px;
	text-align:left;
	padding: 1px 10px 0px 0px;
}
.GEN_Search
{
	height: 25px;
	float:right;
	width:220px;
	text-align:right;
}
.GEN_SearchField
{
	padding-right: 5px;
}
.GEN_SearchButtonHeader
{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #dd1c00;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
.GEN_SearchButtonNormal
{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #dd1c00;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
/*.GEN_SearchInput
{
	border: 1px solid #a19594;
	width: 165px;
	height:21px;
	background-image: url('/images/search.jpg');
	background-repeat: no-repeat;
}*/
form#quickSearch
{
	margin: 0;
	padding: 0;
}

input#quickSearch {
	border: 1px solid #a19594;
	width: 195px;
	height:21px;
	font-size				: 10pt;
	font-weight				: normal;
	font-family				: arial;
	margin					: 0;
	/*padding					: 1px 2px 1px 2px;*/
}

form#quickSearch div {
	margin					: 0 0 0 0;
}

/***************************************************************************************************/
.footerLogos
{
	height:55px;
	background-color: #FFFFFF;
	font-size: 0.7em;
	color: #999999;
}


