/* 
  -----------------------------------
 global settings
  -----------------------------------
*/
html, body {height: 100.1%;}
body {
	margin: 0 auto;
	font-family: "Trebuchet MS", "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(img/texture_blue.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	color: #333333;
	font-size: 100%;
	
	padding: 0;
}
#masthead {
	position: relative; left:50%; width:1000px; margin-left:-500px;
	left: 0;
	margin: 0 auto;
	height: 20px;
	
	background: transparent;
}

/********LAYOUT WRAPPER**********/
#layout {
	
	width: 1000px;
	margin: 0 auto;
	background: transparent;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative; 
}

/********COLUMN WRAPPER**********/

#columnwrapper {
	
	position: relative; left:50%; width:1000px; margin-left:-500px; 
	margin-top: 3em;
	top: 0;
	
	background: transparent;
	padding: 0;
	
}
/********Lightshow wrappers**********/
#columns-top {
	
	height: 1px;
	clear: both;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 1px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px  12px;
}
#columns-top {
	
}
#c1, #c2, #c3 {
	width: 220px;
	margin-right: 0px;
}
#c2 {
	width: 460px;
}
#c3 {width: 280px;
	margin-right: 0px;
}
#columns-bottom {
	
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */

#navbox {
	float: left; 
	width: 170px; 	 
	
}
#mainboxMid {
	float: left; 
	width: 410px;
	
}
#mainboxMiddle {
	float: left; 
	width: 410px;
	
}
#mainbox {
	float: left;
	width: 600px;
}
#mainboxNarrow {
	float: right;
	width: 620px;
	margin: 0;
	
}
#cartbox {
	float: right; 
	width: 100px; 
	margin: 0;
	
	
}


/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding-left: 100px;
	font-size: 0.8em;
	
}
#maincontentwide {
	padding: 0;
	font-size: 0.8em;
	
}
#maincontentNarrow {
	margin-right: 10px;
	margin-left: 70px;
	padding-left: 120px;
	font-size: 0.8em;
	
}
#maincontent p{
	line-height: 1.8em;
	margin: 0;
}

/*Sidebar*/
#sidecontent {
	font-size: 0.8em;
	padding: 5px 15px 0 0;
	margin: 0 0 0 15px;
	
}
#sidecontentright {
	font-size: 0.8em;
	color:#666;
	padding: 30px 2px 0 0;
	margin-right: 0;
	
}
#sidecontent p{
	line-height: 1.35em;
	margin: 0;
}
UL .square{
	list-style-image: url('img/icon_ul.gif'); line-height: 1.8em; 
	 }	 
UL .square li{
	margin-bottom: 20px;
	 }	
UL .arrow {
	list-style-image: url('img/arrow.gif'); 
	 }	
UL .arrow li{
	margin-bottom: 20px; margin-left:-10px;
	 }	 
/********HEADINGS*******/
h1 { 	
	font: 2em Georgia, "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color : #718a9a;
	FONT-WEIGHT: bold; 
	letter-spacing: 0.15em; 
	line-height: 1.5em;
	
}
h2, { FONT-FAMILY: Georgia, "Trebuchet MS", "ComicSans", Verdana,Arial,Helvetica,Geneva; 
	FONT-SIZE: 1.3em; 
	FONT-WEIGHT: bold; 
	letter-spacing: 0.25em; 
	line-height: 1em;
	color : #999;
	}
h3 { FONT-FAMILY: Georgia, "Trebuchet MS", "ComicSans", Verdana,Arial,Helvetica,Geneva; 
	FONT-SIZE: 1.5em; 
	FONT-WEIGHT: bold; 
	letter-spacing: 0.25em; 
	line-height: 2em;
	color : #396b5a;
	}		
h4 {FONT-FAMILY: "Trebuchet", "ComicSans", Verdana,Arial,Helvetica,Geneva; 
	FONT-SIZE: 1.3em; 
	FONT-WEIGHT: bold; 
	margin: 1.8em 0 1.8em 0;
	letter-spacing: 0.25em; 
	line-height: 2em;
	color : #C66;
}
h5, h6 {
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
}
#sidecontentright h3.topheading {
	margin: 1.8em 0 0 0;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
.callout {
	float: left;
	margin: 6px 8px 0px 0px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 0.75em;
}
.calloutCentre {
	position: relative; background-position:center;
	 
	margin: 6px 8px 0px 80px;
	padding: 8px; text-align: center;
	border: 1px solid #CCCCCC;
	font-size: 0.75em;
}
.calloutRight {
	position: relative; float: right;
	right: -200px;  
	margin: 6px 8px 0px -180px;
	padding: 8px; text-align: right;
	border: 1px solid #CCCCCC;
	font-size: 0.75em;
}
.caption { font-size: 0.85em; color:#666;
}
.cgroupCd .calloutRight {
	position: relative; float: right;
	right: -228px;  
	margin: 6px 8px 0px -180px;
	padding: 8px; text-align: right;
	border: 1px solid #CCCCCC;
	font-size: 1em;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	height: 55px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 750px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #999999;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px; text-align: center; color: #666;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
/* Link Link Styles*/
A { color:#CC6600; background-color: transparent; text-decoration:none;}
A:hover { color:#CC6600; background-color: transparent; }

.caption a, .caption a:visited, .caption a:hover {
	color: #06C;
	cursor: default;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
.p7fix a:active, .caption a:active, .caption a:focus {
	color: #FFFFFF;
	background-color: transparent;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}




/*********table entry..................................................*/  	

	
#tableEntry { width: 200px;
	background: transparent;
	border: none; 
	border-collapse:collapse; 
	padding: 0;}
#tableEntry td { 
	padding: 4px;}
.tableEntry_top {height: 34px;
    background:  url('img/topTable_170.png') no-repeat;
	margin: 0 0;}
.tableEntry_mid {
	line-height:1em;
	padding: 1px;
	background:  url('img/midTable_170.png') repeat-y;
	
	}
.tableEntry_bottom {height: 42px;
    background:  url('img/bottomTable_170.png') no-repeat;}   
#tableEntry a:hover { text-decoration: none;}   

/*********table MidLeft..................................................*/ 
#tableMidLeft { float:left;
width: 200px;
	background: transparent;
	border: none; 
	border-collapse:collapse; 
	padding: 0;}
#tableMidLeft td { 
	padding:6px;}
.tableMidLeft_top {height: 35px;
    background:  url('img/topTable_170.png') no-repeat;
	margin: 0 0;}
.tableMidLeft_mid {
	line-height:1em;
	padding: 3px;
	background:  url('img/midTable_170.png') repeat-y;
	
	}
.tableMidLeft_bottom {height: 42px;
    background:  url('img/blank.png') no-repeat;}   
#tableMidLeft a:hover { text-decoration: none;}  
/*********table MidRight.................................................*/
.tableMin { 
width: 500px;
	background: transparent;
	border: none; 
	border-collapse:collapse;
	border:1px solid #CCC; 
	padding: 0;}
.tableMin td { 
	
	padding: 6px;}

.tableMin_top {height: 31px;
    background-color:  #EEE;
	font-size: 0.85em;
	}
.tableMin_mid {
	line-height:1em;
	padding: 1px;
	
	
	}
.tableMin_bottom {height: 42px;
font-size: 0.85em;
    background-color:  #EEE;}   
.tableMin a:hover { text-decoration: none;}  	
/*********table MidRight..................................................*/	
#tableMidRight { float:right;
	right: -70px;
	margin: 10px -170px 0 -340px;
	width: 270px;
	background: transparent;
	border: none; 
	border-collapse:collapse; 
	padding: 0;
	font-size:1em;
}
#tableMidRight td { 
	padding-left: 6px;}

.tableMidRight_top {height: 31px;
    background:  url('img/topTable_250.png') no-repeat;
	margin: 0 0;}
.tableMidRight_mid {
	line-height:1em;
	padding: 1px 2px 0 5px;
	background:  url('img/midTable_250.png') repeat-y;
}
#tableMidRight .tableMidRight_mid td { 
	padding-left: 0 5px 0 5px;}
.tableMidRight_bottom {height: 42px;
    background:  url('img/bottomTable_250.png') no-repeat;}   
#tableMidRight a:hover { text-decoration: none;}  
/********* end table MidRight..................................................*/ 
	
/*********general styles..................................................*/
.bold {	
	FONT-WEIGHT: bold; COLOR: #C93;}
.boldUnderline {	
	FONT-WEIGHT: bold; COLOR: #C93; border-bottom: 1px solid #FC0;}

.caption: {font-size: 0.6em; }
.captionCentre {font-size: 0.8em; text-align: center;}
.captionPale {font-size: 0.85em; color:#999;}
.cgroupAll {border: 1px solid #CCC; padding: 5px;}
.cgroupCd {border: 1px solid #CCC; padding: 5px; font-size: 0.8em; }
.cgroupCdWide { width: 650px; border: 1px solid #CCC; 
	padding: 5px; font-size: 0.9em;
	background-color: #FFFFFF;
	background-image: url(img/spacer_CdBox.jpg);
	background-repeat: repeat-x; }
.descriptionPalest {
	font-size: 0.85em;
	color: #999;
	
}
.floatRight { float: right; padding: 0 10px 0 10px }
.floatLeft { float: left; padding: 0 15px 15px 0 }
.floatClear { clear: both }
.headBold {	COLOR: #C63; FONT-SIZE: 1.1em; FONT-WEIGHT: bold; letter-spacing: 0.25em;}
.headBoldCd {
	COLOR: #FFF; FONT-SIZE: 1em; FONT-WEIGHT: bold; text-align: center; font-variant: small-caps; BACKGROUND: #B5A8DE;  letter-spacing: 0.65em;
}
.highlight { color:#CC6666; font-weight: bold;}
.intro {	
	FONT-SIZE: 0.8em; padding: 4px; color: #666;}
.line { 
	width: 400px; background:  url('img/line_dot.gif') repeat-x; }
.lineDotted { 
	 margin-left: 40px; border-top: 2px dotted #CCC; }
.lineThin { 
	width: 100px; margin-left: 40px; border-top: 1px solid #999; }
.lineThinSeparate { 
	clear:both;
	width: 300px; 
	margin: 10px 10px; 
	border-top: 1px solid #999; 
	
}	
.mask {background-color:#FFF; color:#333; padding: 2px 8px 2px 8px;}
.maskDark {color:#333; padding: 2px 8px 2px 8px;}
.quote {
	COLOR:#666666;  LINE-HEIGHT: 22px;  
}
.quote a{
	COLOR:#666;  LINE-HEIGHT: 22px;  
}
.quote a:hover{
	color:#000;   
}
.quoteDark {
	COLOR: #333; font-size: 1em; line-height: 2em; padding-left: 20px;
}
.tableNarrow{ 
	margin-left:10px;
	padding: 3px 40px 3px 10px;
}	
.tdImage {	
		margin: 0 0; padding: 3px 8px;
		background: #666; }
.tdLeft {	
		border-top: 1px solid #CCC; padding: 5px 0 0 5px; }
.tdLine {	
		border-top: 1px dotted #CCC; padding: 5px; }	
.tdLeftEven {	
		width: 50%; padding: 5px; }	
.tdMid {	
		padding: 10px; }
.tdRight {	
		border-top: 1px solid #CCC; padding: 5px 5px 0 0; text-align: right; }
.tdRightEven {	
		width: 50%; padding: 5px; }		
.tdtitle {text-decoration: none;}		
.white {color:#FFFFFF;
background:  url('img/transparent_dark.png');
background-color:transparent;
font-size: 0.85em;
padding: 2px;
line-height: 1.5em;}


#welcome {
	background: transparent url(img/welcomesafe.png) no-repeat top left; 
	background-color: transparent
	width: 200px;
	height: 50px;
	
}

#welcome h3 span {display:none;}
