body{
	margin:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}
html{ height:100%;}

/**************** GENERIC STYLE *****************/
h1{
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	line-height: 100%;
}
h2{
	font-size:18px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3{
	font-size:16px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin:0 0 5px 0;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
}

/**************** GENERIC NAVIGATIONS *****************/
a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #66CC00;
}
a:hover {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #030;
}
/**************** GENERIC DIV *****************/
.left { float:left; }
.right { float:right; }
.full { width:100%; }
.topSpace{ padding-top: 20px; }
.clearL{ clear:left; }
.clearR{ clear:right; }
.clearB{ clear:both; }

/**************** LAYOUT STRUCTURE MAIN*****************/
#wrapper{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header{
	float: left;
	height: 140px;
	width: 960px;
	background-color: #FFFFFF;
}
#flashheader{
	width: 720px;
	height: 240px;
	background-color: #339966;
	overflow: hidden;
}
#horizontalMenu{
	width: 960px;
}

#bodyWrapper{vertical-align: top;}
#LeftContentColumn{
	float: left;
	width: 720px;
}
/**************** LAYOUT STRUCTURE CONTENTS *****************/
#LeftPanel{	float: left;	width: 200px;}
#ContentPanel{
	float: right;
	color: #333;
	width: 480px;
	display: inline;
	clear: none;
	margin: 0px;
	/**background-image: url(img/bodyT.gif);**/
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-top: 20px;
}
/**************** LAYOUT STRUCTURE :: RIGHT COLUMN *****************/
#RightContentColumn{
	float: right;
	width: 240px;
}
#awardBox{
	width:220px;
	height:235px;
	float:right;
	background-color: #339966;
	overflow: visible;
	padding: 10px;
}
#searchBox{
	background-color: #396;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 240px;
	height: 46px;
	float: left;
	background-image: url(img/searchBox.png);
}
.searchTxtInput{
	border:none 1px;
	background-color: transparent;
	width: 180px;
	height: 20px;
	padding: 4px;
}
/**************** LAYOUT STRUCTURE :: WIDGET BOX *****************/
#WidgetBox{
	float: left;
	width: 240px;
	margin-top: 20px;
	background-color: #EEEEEE;
}
#WidgetBoxT{
	text-align: center;
	height: 16px;
	width: 220px;
	text-align: center;
	font-weight: bold;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #EEEEEE url(img/calendarT.gif) no-repeat center top;
	margin: 0px;
	padding:10px 10px 6px 10px;
}
#WidgetBoxM{
	background-color: #EEEEEE;
	text-align: center;
	width: 240px;
	float: left;
	overflow: visible;
}
#WidgetBoxB{	background: url(img/calendarB.gif) no-repeat center top;	height: 20px;	width: 240px;	float: left;
}
#flipperModule{
	padding-left:15px;
	padding-top: 20px;
}

/**************** LAYOUT STRUCTURE :: FOOTER *****************/
#footer {
	width: 960px;
	color: #333;
	float: left;
	border-top:#339966 10px solid;
	border-top-width: 10px;
	height: 30px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}


/****************** HORIZONTAL NAVIGATION MENU *******************/
#hNavL{	background-image: url(img/hnavl.gif);	background-repeat: no-repeat;	background-position: right top;	height: 40px;	width: 19px;	float: left;	border-right-width: 1px;	border-right-style: solid;	border-right-color: #DCDCDC;}
#hNavR{	background-image: url(img/hnavr.gif);	background-repeat: no-repeat;	background-position: left top;	height: 40px;	width: 20px;	float: left;}
ul#horNav{
	padding:0;
	list-style-type:none;
	width:920px;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	background:url(img/hnnav1.gif) repeat-x left top;
	line-height: 100%;
	float: left;
	clear: none;
}

ul#horNav li{display:block;float:left;margin:0;padding:0;}
ul#horNav li a, ul#horNav li a:visited {
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	height:28px;
	padding:10px 25px 0px 25px;
	border-right:solid 1px #dcdcdc;
	border-left:solid 1px #fff;
	}
ul#horNav li a:hover{
	background-image: url(img/hnav0.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-left-color: #003300;
}
ul#horNav li a.current{	color:#FFFFFF;	text-decoration: none;}
ul#horNav li a:active{	color:#000000;}
#verNav{}


/***************** VERTICAL NAVIGATION MENU  *****************/
#VernavHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 17px;
	padding-top: 20px;
}
hr {border:none;	border-top:1px solid #CCCCCC;	height:1px;	margin-bottom:25px;	}
ul {list-style: none;	margin: 0;	padding: 0;	}
img {border: none;	}
#menu {
	width: 200px;
	margin: 0px;
}
#menu li a {
	text-decoration: none;
	font-weight: bold;
	background: url(img/vnav0.gif) no-repeat left top #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 172px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 18px;
	height: auto;
	display: block;
}
#menu li a:link, #menu li a:visited {
	color: #390;
	display: block;
	height: auto;
	width: 172px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 18px;
}
#menu li a:hover {
	color: #FFF;
	text-decoration: none;
	background: url(img/vnav1.gif) no-repeat left top #339966;
}
#menu li a:active{
	color:#009900;
}

/************************ NEWS BOX  ************************/
#NewsBoxH{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	height: 14px;
	width: 200px;
	padding-top: 30px;
	float: left;
	margin-bottom: 10px;
}
#NewsBox{}
.tdNewsBox{
	text-decoration: none;
	text-align: justify;
	padding-bottom: 10px;
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	border-bottom:#CCC solid 1px;
	line-height: 140%;
	margin-bottom: 10px;
}
.tdNewsBox a{	display: block;}
.tdNewsBox a:link, .tdNewsBox a:visited{
	color: #666;
	display: block;
	text-decoration: none;
	font-weight: normal;
	line-height: 130%;
}
.tdNewsBox a:hover{
	color: #030;
	text-decoration: none;
}
.tdNewsBox a:active{ color:#000;}

/************************ TEXT STYLING ************************/
.txtGreen{
	color: #009900;
}
.txtGreen2{
	color: #66CC00;
}
.txtBlue{
	color: #0099CC;
}
.txtBlack{	color: #000;}
.txtWhite{	color: #FFF;}
.txtGrey1{	color: #CCC;}
.txtGrey2{	color: #999;}
.txtGrey3{	color: #666;}
.txtRed{	color: #F00;}
.txtSize14{ font-size:14px;}


/************************ CALENDAR  ************************/
#calendarT{
	text-align: center;
	height: 16px;
	width: 240px;
	text-align: center;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #EEEEEE url(img/calendarT.gif) no-repeat center top;
	margin: 0px;
	padding:10px 0px 6px 10px;
}
#calendarM{
	background-color: #EEEEEE;
	text-align: center;
	width: 240px;
	height: 100%;
	float: left;
	overflow: visible;
}
#calendarBG{
	text-align: center;
	vertical-align: top;
	width: 210px;
	/*background-color: #000000;*/
	background-image: url(img/calendar.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tableCalendar{
	border-bottom:solid 1px #339966;
	border-left:solid 1px #339966;
	border-right:solid 0px #FFF;
	border-top:solid 0px #FFF;
	margin-right: auto;
	margin-left: auto;
}
.tdCalendar{
	text-align: center;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:solid 0px #FFF;
	border-left:solid 0px #FFF;
	border-right:solid 1px #339966;
	border-top:solid 1px #339966;
	color: #66CC00;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
}
.tdCalendar a, .tdCalendar a:link, .tdCalendar a:visited, .tdCalendar a:active{
	display: block;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	height: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
.eventSel {
	background-color: #339966;
}
.eventSel a, .eventSel a:link, .eventSel a:visited, .eventSel a:active{
	color:#fff;
}

.tdCalendar a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #94C8AB;
}
.calendarTxt{ color:#FFF;}
.calendarTxt a, .calendarTxt a:link, .calendarTxt a:visited, .calendarTxt a:active{
	height: auto;
	width: 164px;
	font-weight: bold;
	color: #339966;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

.calendarTxt a:hover {
	color: #669966;
	text-decoration: none;
}
/*.calendarTxt a{
	height: auto;
	width: 164px;
	font-weight: bold;
	color: #339966;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.calendarTxt a:link, a.calendar a:visited{
	color: #339966;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: auto;
	width: 164px;
}
.calendarTxt a:hover{	color: #669966;	text-decoration: none;}
.calendarTxt a:active{
	color: #339900;
	text-decoration: none;
	margin: 0;
}
*/

a.lnk02 {color: #FFF;	text-decoration: none;}
a.lnk02:link, a.lnk02:visited {	text-decoration: underline;	font-weight: bold;	color: #FF0;}
a.lnk02:hover {	color: #9F0;	text-decoration: underline;}
a.lnk02:active {text-decoration:underline;	color: #030;}

.qtyInput{font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #066;	text-decoration: none;	width: 24px;	border: 1px solid #999;}

/****************** PAGES CONTENT - FORM QUEST *******************/
.formInputTxt{font-family: Arial, Helvetica, sans-serif;	font-weight: normal;	color: #333;	text-decoration: none;	height: 16px;	border: 1px solid #DCDCDC;}
.formDropDornw{font-family: Arial, Helvetica, sans-serif;	color: #333333;	text-decoration: none;	height: 20px;	border: 1px solid #E6E6E6;}
.formButton{	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #333;	text-decoration: none;	height: 22px;}
/****************** PAGES CONTENT - PRODUCT PAGE *******************/
.productMenuHeading{	float:left;	width:460px;	background-color:#339966;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	color: #FFF;	text-decoration: none;	padding: 2px 10px 2px 10px;	display: block;}
.productMenu{	clear: both;	width: 100%;	float: left;	margin-bottom: 20px;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #CFC;	line-height: 110%;}
.productMenu a {width: auto;	font-size: 12px;	font-weight: normal;	background-color: #396;	font-family: Arial, Helvetica, sans-serif;	border-bottom: 1px solid #CFC;	padding: 3px 10px 3px 10px;}
.productMenu a:link, .productMenu a:visited {	color: #666;	text-decoration: none;	display: block;	background-color: #FFF;	background-image: url(img/proNav0.gif);	background-repeat: no-repeat;	background-position: left top;}
.productMenu a:hover{	color: #009900;	text-decoration: none;	padding-left: 15px;	background-color: #ebf5f5;	width: auto;	background-image: url(img/proNav1.gif);	background-repeat: no-repeat;	background-position: left top;}
.productMenu a:active {	color: #033;}

.productMenuHeading a{	display:block;	color: #FFF;	text-decoration: none;}
.productMenuHeading a:link,.productMenuHeading a:link{	color: #FFF;	text-decoration: none;}
.productMenuHeading a:hover{	color: #336600;	text-decoration: none;	width: auto;	padding-left: 5px;}
/****************** BREADCRUMB *******************/
.breadCrumb{float: left;	width: 100%;	padding-bottom: 10px;	color: #999;}
.breadCrumb a{color: #999;}
.breadCrumb a:link, .breadCrumb a:visited{color: #999;	text-decoration: none;}
.breadCrumb a:hover{color: #396;	text-decoration: underline;}

/****************** LIBRARY *******************/
/********************************************************************/
.error_img	{
	background:url(img/error.gif) 0 0 no-repeat;
  display:block;
	width:120px;
	height:120px;
}

.no_found_page	{
	color:red;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
}
/********************************************************************/
.fad {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
