﻿body
	{ 
		background: #FFF url(/assets/images/bg.gif) repeat top left;
		text-align: left;
		font-family: Arial, Verdana, Helvetica;
		font-size: 12px;
		color: #3F3F3F;
	}

html
{ min-height: 100%; margin-bottom: 1px; }

#wrapper
	{
		width: 880px; 
		background-color: #FFFFFF;
		margin: 0px auto;
		text-align: left; 
		padding: 8px;
	}
	
#header
	{
		 width: 880px;
		 height: 140px;
		 overflow: hidden;
	}

#headerLogo
	{
		width: 140px;
		height: 140px;
		float: left;
	}

#headerMain
	{
		width: 740px;
		height: 140px;
		float: left;
		background-image: url(../Images/headerMain.gif);
		background-repeat: no-repeat;
	}

#headerLogo2
	{
		width: 180px;
		height: 140px;
		float: left;
	}

#headerMain2
	{
		width: 700px;
		height: 140px;
		float: left;
		background-image: url(../Images/headerMain2.gif);
		background-repeat: no-repeat;
	}

#menu
	{
		font-size: 14px;
	}

#menuBar
	{
		line-height: 42px;
		height: 42px;
		background-image: url(../Images/menu.gif);
		background-repeat: repeat-x;
		margin: 0px;
		padding: 0px;
		width: 879px;
		border-right: 1px solid #BCBCBC;
	}
		
#menuBar li
	{
		list-style-type: none;
		display: inline;
		border-left: 1px solid #BCBCBC;
		padding: 0px 10px 0px 9px;
		line-height: 42px;
		height: 42px;
		float: left;
	}
	
#menuBar li.lastItem
	{
		padding: 0px 7px 0px 7px;
	}

li#menuItem1
	{
		border-left: 1px solid #BCBCBC;
		padding: 0px 23px 0px 23px;
	}		
	
#menuBar li a
	{
		text-decoration: none;
		line-height: 42px;
		height: 42px;
		display: inline-block;
	}

#menuBar li a:hover
	{
		text-decoration: underline;	
	}
	
#flash
	{
		width: 880px;
		height: 192px;
		background-image: url(../Images/flash.jpg);
		background-repeat: no-repeat;
	}

.locationBasket
	{
		width: 874px;
		background-color: #DDE2CE;
		padding: 3px;
		margin-bottom: 8px;
	}

.location
	{
		float: left;
		height: 20px;
		line-height: 20px;
		vertical-align: middle;
	}
	
.location a
	{
		color: #054000;
		text-decoration: none;
	}

.basket
	{
		float: right;
	}
	
#content
	{
		width: 880px;
	}

.col1
	{
		width: 200px;
		float: left;
	}
	
.col2
	{
		width: 404px;
		float: left;
		padding: 10px 20px 0px 20px;
	}

.col3
	{
		width: 236px;
		float: left;
	}

.mainContent
	{
		width: 648px;
		padding: 8px 12px 0px 20px;
		float: left;
	}
		
.menuLeft
	{
		margin-bottom: 20px;
	}

.menuLeftHeader
	{
		background-color: #054000;
		color: #FFFFFF;
		height: 24px;
		line-height: 24px;
		vertical-align: middle;
		width: 192px;
		padding: 4px;
	}

.menuLeftContent
	{
		width: 170px;
		background-color: #CDD3B7;
		padding: 8px 15px 8px 15px;
	}

.linkItem
	{
		border-top: 2px solid #FFFFFF;
		padding: 10px;
		background-color: #CDD3B7;
	}
		
.menuRight
	{
	}

.menuRightHeader
	{
		background-color: #054000;
		color: #FFFFFF;
		height: 24px;
		line-height: 24px;
		vertical-align: middle;
		width: 226px;
		padding: 5px;
	}
#footer
	{
		margin-top: 20px;
	}
		
#footerDivider
	{
		background-image: url(../Images/footerDivider.gif);
		background-repeat: repeat-x;
		width: 880px;
		height: 11px;
	}

#footerLinks1
	{
		width: 860px;
		padding: 10px 10px 0px 15px;
		font-size: 11px;
	}

#footerLinks2
	{
		width: 860px;
		padding: 10px 0px 20px 10px;
	}

#footerCopyright
	{
		float: left;
	}

#footerLinksRight, #footerLinksLeft
	{
		margin: 0px;
		padding: 0px;
	}
	
#footerLinksRight li, #footerLinksLeft li
	{ 
		list-style-type: none;
		display: inline;
		border-right: 1px solid #BCBCBC;
		padding: 0px 6px 0px 6px;
	}

li#linksRightItem2, li#linksLeftItem6
	{
		border-right: none;
	}

#footerPartners
	{
		color: #666;
		background-color: #FFF;
		padding: 15px 0px 0px 0px;
		font-size: 11px;
	}

.partnerInfo
	{
		float: left;
		width: 240px;
		height: 50px;
		padding: 15px 25px 0px 25px;
		border-right: 1px dotted #CCC;
		text-align: center;
	}

.last
	{
		border-right: none;
	}	
		


/*Font Styles*/
a
	{
		color: #3F3F3F;
	}

p
	{
		margin: 0px;
		padding: 0px;
	}
	
h1
	{
		margin: 0px;
		padding: 0px;
	}

h2
	{
		margin: 0px;
		padding: 0px;
		font-size: 20px;
	}

h3
	{
		margin: 0px;
		padding: 0px;
		font-size: 15px;
	}

.white
	{
		color: #FFFFFF;
	}

.black
	{
		color: #000000;
	}
	
.darkGreen
	{
		color: #054000;
	}
	
.marginBS
	{
		margin-bottom: 5px;
	}
	
.marginBM
	{
		margin-bottom: 10px;
	}

.marginBL
	{
		margin-bottom: 15px;
	}

.marginTS
	{
		margin-top: 5px;
	}
	
.marginTM
	{
		margin-top: 10px;
	}

.marginTL
	{
		margin-top: 15px;
	}

br.cB
	{
		clear: both;
	}

.fix
	{
		clear: both;
		line-height:0px;
		height: 0px;
		font-size: 0px;
	}
		
.fL
	{
		float: left;
	}

.fR
	{
		float: right;
	}

.bNone
	{
		border: none;
	}

.bold
	{
		font-weight: bold;
	}

.italic
	{
		font-style: italic;
	}



.lnkContactUs
	{
		padding: 5px; text-decoration: none; background-color: #003300; color: #FFCE08;
	}

#footerLinksMore
{
    float: right;
	padding-right: 22px;
	margin: 15px 0px 0px 0px;
}

#footerLinksMore li
{
	border-right:1px solid #BCBCBC;
    float: left;
	list-style-type: none;
	padding-left: 8px;
	padding-right: 8px;
}
#footerLinksMore li.liLast
{
	border: 0px;
}
