/******************
HTML Tags
******************/
BODY
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
TABLE
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
TD
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}

A
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana;
}
h2 
{
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	margin-bottom: 2px;
}

/******************
FONT STYLES
******************/
.gen
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.genbold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #d7553e;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.blacksmall
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 7.5pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.redsmall
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 7.5pt;
    COLOR: #00ADEF;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.underline
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 7.5pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}
.normalsmallblack
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 7.5pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
}
.unnamed1
{
}

.rednormal
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 7.5pt;
    COLOR: #d7553e;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.redthin
{
    FONT-SIZE: 7.5pt;
    COLOR: #bc2149;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
A.FootLinks
{
    FONT-WEIGHT: normal;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
A.FootLinks:hover
{
    TEXT-DECORATION: underline
}

.required
{
    COLOR: #ff0000
}

.pptable
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}


/******************
DIV STYLES
******************/
#topBar 
{
	background-color: #BFd730;	
	height: 20px;
	text-align: right;
	padding-top: 5px;
}
#topBar a:link, #topBar a:visited, #topBar a:active
{
    color: #FFFFFF;
    font-weight: bold;
    display:inline-block;
    width: 100px;
    text-align: center;
    text-decoration: none;
}
#topBar a:hover 
{
    text-decoration: underline;
}

#topBarMenu li
{
    list-style-type:none;
    margin:0px;
    padding:0px;
    float:right;
    text-align:center;
}


#header 
{
	background-color: #000000;
	border-bottom: solid 1px #FFFFFF;
	text-align: left;
	height: 91px;
}


#contentContainer 
{
	width: 100%;
	height: 100%;
	background: #FFF url(/images/leftBarBg.jpg) repeat-y;
}

#content 
{
	/*overflow:hidden;*/
	/*width: 100%;*/
	height: 595px;	
	height: 100%;
	margin: 0px 0px 0px 180px;		
	background-color: #FFFFFF;
	border-right: solid 1px #BFd730;
}
#content label 
{
    display: block;
    float: left;
    width: 200px;
}


#homeContent 
{
	width: 100%;
	margin: 0;		
	background: #0092C8;
}


#homeContent1 
{
	width: 100%;
	margin: 0;		
	background: #0092C8;
}


#footer 
{
	display: inline-block;
	color: #0077df;
	list-style: none;
	margin: 0;
	padding-left: 5px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 10pt;
	background-color: #FFFFFF;
	height: 30px;
	vertical-align: middle;
	text-align:center;
}

#FooterLinks 
{
    
	color: #ffffff;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 8pt;
	background: #0092C8 url(App_Themes/blue/BlueCorner.jpg) no-repeat bottom right;
	text-align:center;
	
}
#FooterLinks a
{
	color: #ffffff;
	font-size: 10pt;
}



/****** TOP MENU ******/
#topMenuContainer 
{	
	border-bottom: solid 1px #FFFFFF;
	height: 25px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 180px;	

	/*overflow:hidden;*/
}
#topMenuItems 
{

	height: 25px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	vertical-align: middle;
}
#topMenuContainer #topMenuItems .unselectedItem
{
	width: 16%;
}

#topMenuItems .unselectedItem
{
	height: 25px;
	text-align:center; 
	white-space:nowrap;	
	font-weight: bold;	
	padding: 4px;
	border-left: solid 1px #FFFFFF;
	background-color: #BFd730;
}
#topMenuItems .unselectedItem A, #topMenuItems .unselectedItem A:visited
{
	color: #BFd730;
	text-decoration: none;
}

#topMenuContainer #topMenuItems .selectedItem
{ 
	width: 16%;
}
#topMenuItems .selectedItem
{ 
	height: 25px;
	text-align:center; 
	white-space:nowrap;	
	background-color: #0077DF;
	font-weight: bold;
	padding: 4px;
	border-left: solid 1px #FFFFFF;
}
#topMenuItems .selectedItem A, #topMenuItems .selectedItem A:visited
{ 
	color: #FFFFFF; 
	text-decoration: none;
}

#homeLink
{
	width: 180px;
	height: 25px;	
	white-space:nowrap;	
	font-weight: bold;	
	text-align:center; 		
	vertical-align: middle;
	border-bottom: solid 1px #FFFFFF;	
	background: #BFd730 url(/images/topMenuBg.gif) no-repeat top right;
	padding: 4px 0px 0px 0px;
}
#homeLink A, #homeLink A:visited
{
	color: #BFd730;
	text-decoration: none;
}

/****** TOP MENU - STATIC SITE ******/
#homeTopMenuContainer 
{	
	border-bottom: solid 1px #FFFFFF;
	height: 25px;
	padding: 0;
	margin: 0;	
}

#homeTopMenuContainer #topMenuItems .unselectedItem
{
	width: 16%;
}

	
#homeTopMenuContainer #topMenuItems .selectedItem
{ 
	width: 16%;
}


/****** HOMEPAGE ******/
.homePanel
{
	/*background-color: #0092C8;*/
}

.homePanelLeft 
{
	text-align: center;
	vertical-align: middle;
	background-color: white;
}

.homePanelMiddle 
{	
	width: 59px;
	height: 100%;
	vertical-align: top;
}
.homePanelMiddle img { margin: 0; }

.homePanelRight 
{
	background-color: #BFD730;
	vertical-align: top;
	width: 50%;
	padding: 0;
}
.homePanelRight h2
{
	color: #FFFFFF;	
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
.homePanelRight p 
{
	margin-left: 10px;
	margin-right: 10px;
}
.homePanelRight form 
{
	margin: 0;
	padding: 0;
}
.homePanelRight b 
{ 
	color: #FFFFFF; 
}
.homePanelRight label 
{ 
	width: 80px; 
	display: block;
	float: left;
	padding-top: 4px;
	padding-left: 2px;
	font-weight: 700;
}
.homePanelRight .WhiteBar {
    height:30px; 
    background-color:#FFFFFF;
    padding: 2px 0px 0px 2px;
    margin: 0;
}
.homePanelCorner
{
	background-color: #BFD730;
	height: 104px;	
	padding: 0;
	vertical-align: bottom;
	text-align: right;
}
.homePanelCorner img 
{
    border-width: 0px;
    margin: 0;
    padding: 0;
    float: right;
}


/****** CONTENT PAGES ******/
.infoPanelLeft 
{
	width: 10px;
	height: 440px;
	border-left: solid 1px #BFd730;
	border-bottom: solid 1px #BFd730;
}
.infoPanelLeft img { margin-left: 4px;}

.infoPanelMiddle 
{
	vertical-align: top;
	border-bottom: solid 1px #BFd730;
	padding: 15px;
	height: 394px;
	overflow: scroll;
}
.infoPanelMiddle h2
{
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
}

.infoPanelRight 
{
	height: 394px;
	border-right: solid 1px #BFd730;
}
.infoPanelCorner
{
	background: #0077DF url(/images/curveWhite.jpg) no-repeat bottom right;
	height:46px;
	width:46px;
}

.packContainer 
{
	display: block;
	width: 630px;
	height: auto;
	clear: right;
}

.packContainer h3 
{
	background: #BFd730 url('/images/title_bg.jpg') repeat-y right;
	color: #000000;
	font-size: 12px;
	height: 25px;
	padding-top: 4px;
	padding-left: 4px;
	margin: 0px 0px 2px 0px;
}


.packContainerLeft 
{
	border: solid 1px #000;
	display: block;
	float: left;
	height: 220px;
	width: 300px;
	margin: 15px 6px 0px 2px;
	padding: 2px;	
}

.packContainerLeft2 
{
	border: solid 1px #000;
	display: block;
	float: left;
	height: 120px;
	width: 550px;
	margin: 15px 6px 0px 2px;
	padding: 2px;	
}

.packContainerRight 
{
	border: solid 1px #000;
	display: block;
	float: right;	
	height: 210px;
	width: 300px;
	margin: 15px 0px 0px 2px;
	padding: 2px;
	clear: right;
}




/****** E-COMMERCE PAGES ******/
#panelLeft 
{
	width: 180px;
	height: 440px;	
	vertical-align: top;
	float: left;
	display: block;	
}
#panelLeft  table
{
	width: 173px;
}
#panelLeft td 
{
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	border-bottom: solid 1px #FFFFFF;
}
#panelLeft .unselectedItem
{
	background-color: #B00F15;
}
#panelLeft .selectedItem
{
	background-color: #EE1B24;
}

#panelMiddle 
{
	vertical-align: top;	
	padding: 15px;
	height: 100%;
	margin: 0;
	
	/*overflow:scroll;
	scrollbar-base-color: #BFd730;*/
}
#panelMiddle h2
{
	font-size: 14pt;
	font-weight: bold;
	font-family: Helvetica;	
}
#panelMiddle h3
{
	font-size: 11pt;
	font-weight: bold;
	font-family: Helvetica;		
	color: #BFd730;
	margin-top: 2px;
	margin-bottom: 2px;
}

.panelBottom 
{
	clear:both;
	height:46px;
	padding-left: 5px;
	border-bottom: solid 1px #BFd730;	
	background: #FFF url(/images/leftBarBg.jpg) repeat-y;
}
.panelFootLinks {border-bottom: solid 1px #BFd730;	}
.panelCorner
{
	background: #FFFFFF url(/images/curveWhite.jpg) no-repeat bottom right;
	width:46px;
}

#packOptions
{
	height: 360px;
	width: 160px;	
	overflow: auto;
	
}

/************************/
.boxTop 
{
	 
	background-color:#BFD730;	
	vertical-align: bottom;
	padding: 2px 5px 2px 8px;
	font-size:14px;
	font-weight: bold;	
	border-bottom: solid 1px #000000;
}

.boxMiddle
{
	
	height: 170px;
	display:block;
	border-top: solid 1px #ACACAC;
	padding:  2px 5px 2px 8px;
}

.boxTop a, .boxTop a:visited
{	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.boxMiddle .thumbnail { float: right; padding-right:5px; clear:right; }


.boxBottom
{
	background: #FFF url(/images/box-bottom.gif) no-repeat;
    text-align:right;
	height: 32px;
	padding:  5px 10px 0px 5px;	
	color: #BFd730;
	
}

.boxBottom2
{
	background: #FFF url(/images/box-bottom.gif) no-repeat;
    text-align:left;
	height: 60px;
	padding:  5px 10px 0px 5px;	
	color: #BFd730;
	
}

.boxcBottom
{	
	
	height: 42px;
	padding: 22px 10px 0px 5px;	
	
}

.boxBottom a, .boxBottom a:visited
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.boxBorder
{
    border:solid 1px black;
    padding:0;
    width:328px;
    }

/************************/
.ProductRange 
{ 	
	font-weight: bold; 
	font-size: 11pt;
	color: #BFd730;
	height: 46px;
	padding: 0px 3px 3px 50px;
	background: #FFFFFF url(\images\rangeTitleBg.jpg) no-repeat;
}

.Calendar a, .Calendar a:visited
{
	color: #BFd730;
}

.BasketSummary th
{
	background-color: #BFd730;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	white-space: nowrap;
	
}


.FinalBasketSummary th
{
	
	color: #00ADef;
	font-weight: bold;	
	padding: 2px;
	white-space: nowrap;
	
}

.BasketSummary .BasketItem 
{
	background-color: #F0F0F0;
}



.BasketOrderOption 
{
	border-bottom: solid 1px #BFd730;
}

.BasketFooter 
{
	background-color: #BFd730;	
	font-weight:bold;
	padding: 3px 5px 3px 0px;
}

.BasketSummary .BasketItems a, .BasketSummary .BasketItem a:visited
{
	color: #BFd730;
}

.AdditionalItems 
{
	border-bottom: solid 2px #BFd730;
	margin-bottom: 5px;
}
.AdditionalItems th
{
	background-color: #BFd730;
	font-weight: 700;
	padding: 2px;
}
.AdditionalItems td 
{
	background-color: #F0F0F0;
	border-top: solid 1px #C0C0C0;
}
.tabHeader {

	width:164px;	
	margin:1px;
	background: #0077df;
	height:20px;
	padding:2px 2px 1px 3px;
	text-decoration:none;
	}
	
.tabHeader a.atabHeader:link, .tabHeader a.atabHeader:visited{
    display:block;
    color:White;
    text-decoration:none;
   
	}
	

.tabHeader a.atabHeader:hover, .tabHeader a.atabHeader:active{
    color:red;
	}		
	
	
.tabContent
{
    display:none;
    height:250px;
    overflow:auto;
    width:165px;
    padding:2px 2px 1px 3px;
    background-color:White;
}


.tabContent a:link, a:visited, a:active
{
    color:red;
    text-decoration:none;
}

.tabContent a:hover
{
     text-decoration:underline overline;   
}

.BasketSummary th
{
	background-color: #00ADEF;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	white-space: nowrap;
}

.BasketSummary .BasketItem 
{
	background-color: #F0F0F0;
}

.BasketSummary .BasketItems 
{
	background-color: #0092C8;
}

.BasketSummarys .BasketItems 
{
	background-color: #BFd730;
}

.GradientButton 
{
    background-color: #000 ;
    background-image: url(/App_Themes/blue/buttonbg.GIF);
    background-repeat:repeat-x;
    color: #FFFFFF;
    font-weight: 700;
    padding: 2px;
    cursor: hand;
    border-top: solid 1px #00ADEF;
    border-left: solid 1px #00ADEF;
    border-right: solid 1px #EFEFEF;
    border-bottom: solid 1px #EFEFEF;
}

.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }

