/* CSS Document */
/************************************************************************************/
/*	     +----------+----------+----------+----------+--------------+               */
/*	     |  Color   |   Dark   |  Medium  |   Lite   |  Extra Lite  |               */
/*	     +----------+----------+----------+----------+--------------+               */
/*Blue   |          |          |          | bfe0eb   |              |               */
/*orange | ec5800   |          |          |          |              |               */
/*gray   |          |  b7b7b7  |          | 666666   |              |               */
/*white  | fcfcfc   |          |          |          |              |               */
/*       |          |          |          |          |              |               */
/* FONTS | 191919   |          |          |          |              |               */
/*	     +----------+----------+----------+----------+--------------+               */
/************************************************************************************/

body,div,span,p,pre,label,table,td,th,ol,ul {	
	font-family: Arial, Helvetica, Verdana, Myriad, Lucinda Grande, sans-serif; 
	font-size: 11px; 
	color:#000000;
}
body {
	background:#333333;
	text-align:center;
	margin:0px;
	padding:0px;
}
.navBar {
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	border-right:1px solid #333333;
}
a.navBarLink{color:#333333; text-decoration:none;} 
a:visited.navBarLink{color:#333333; text-decoration:none;} 
a:hover.navBarLink{color:#999999; text-decoration:none;} 
a:active.navBarLink{color:#999999; text-decoration:none; }
.errorMsg {
	color: #AA0000;
}
.registrationErrMsg {
	font-size: 14px;
	text-align:center;
	color:#AA0000;
}
p.thankyou {
	font-size:14px;
	text-align:left;
	padding-left:20px;
}

span.contentHdr, td.contentHdr {
	color: #333333;
	font-weight: bolder;
	text-decoration:none;
	font-size: 18px;
	text-align:left;
}
td.ipcode {
	color:#AA0000;
}
td.price, td.des {
	background-color:#EEEEEE;
}
span.tabTitle {
	color: #000000;
	text-align:left;
	font-weight: bolder;
	text-decoration:none;
	font-size: 12px;
}
span.pageTitle {
	color: #333333;
	text-align:left;
	font-weight: bolder;
	text-decoration:none;
	font-size: 18px;
}
.newsLstItem {
	margin-left: 0px;
	padding-left: 0px;
	border:0px solid blue;
	width:295px;
	height:100px;
	background-image: url(/img/bg/blog1.png);
}
.newsLstItemText {
	margin-left:10px;
	margin-top:1px;
	padding-top:13px;
	padding-bottom:10px;
}
.nDate {
	font-size: 14px;
	color: #000000;
}
.nTeaser {
	color: #000000;
}
.nMoreLnk {
	color: #AA0000;
	cursor: pointer;
}
.newsDetailTitle {
	color: #000000;
	font-size:14px;
}
.newsDetailDate {
	color: #000000;
	font-size:14px;
}
.newsDetailText {
	color: #000000;
	font-size:14px;
	border:0px solid red;
}
.colHdr {
	font-size: 20px;
	color: #000000;
	/*color: #333333;*/
	text-align: left;
	padding-left:5px;
}
.regInstructions {
	text-align: left;
}
.tblHeader {
	background: #333333 url(/img/header/hdrBg.png) no-repeat;
	height:160px;
}
.tblProductsBanner {
	background: #333333 url(/img/bg/productsBg.png) no-repeat;
	height:400px;
}
.productsNavBar {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	border-right:2px solid #FFFFFF;
}
a.productsNavBarLink{color:#FFFFFF; text-decoration:none;} 
a:visited.productsNavBarLink{color:#FFFFFF; text-decoration:none;} 
a:hover.productsNavBarLink{color:#999999; text-decoration:none;} 
a:active.productsNavBarLink{color:#999999; text-decoration:none; }
.clickme {
	cursor: pointer;
}
#header {
	background:	#FFFFFF url(../img/header/hdrBg.png) no-repeat;
	padding:0px;
	text-align:left;
	width:960px;
	margin:0 auto;
}
#banner {
	background:#333333;
	padding:0px;
	margin:0px;
	text-align:left;
	width:960px;
	margin:0 auto;
	}
#footer {
	background:#FFFFFF;
	padding:0px;
	text-align:left;
	width:960px;
	margin:0 auto;
	}
#footerContent {
	color: red;
	padding:10px;
	width:850px;
	border:0px dashed red;
	text-align:center;
	margin:0 auto;
}
a.footerLink{color:#000000; text-decoration:none;} 
a:visited.footerLink{color:#000000; text-decoration:none;} 
a:hover.footerLink{color:#A54399; text-decoration:underline;} 
a:active.footerLink{color:#A54399; text-decoration:none; }
#wrapper1 {
	border:0px dashed black;
	margin:0 auto;
	width:960px;
	background:#FFFFFF;
	}
#canvas {
	border:0px solid blue;
	/*position:relative;*/
	margin:0px;
	vertical-align:top;
	}
#leftcol {
	border:0px solid red;
	text-align:left;
	padding:10px;
	width:300px;
	}
#centercol {
	border:0px dashed green;
	border-left:2px solid #333333 ;
	text-align:left;
	padding:10px;
	}
#rightcol {
	border-left:2px solid #333333 ;
	margin: 0px;
	padding-left:10px;
	}

