@charset "utf-8";

/* global */
.accMenu{
	height: 25px;
	text-align: right;
	background-color: #FFFFFF;
	width: 400px;
	float: right;
}
.accMenu ul{
	background-image: url(../images/accBar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 307px;
	float: right;
	padding-top: 5px;
}
.accMenu li{
	display: inline;
	padding-right: 17px;
}
.accMenu a, .accMenu a:link, .accMenu a:active, .accMenu a:visited {
	color: #383838;
	font-weight: normal;
	text-decoration: none;
}
.accMenu a:hover{
	text-decoration: underline;
}
.border{
	background-image: url(../images/dropShadow.png)!important;
	background-image: url(../images/dropShadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: auto;
	width: 935px;
}
body{
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.borderFoot{
	background-image: url(../images/dropShadowFoot.png)!important;
    background-image: url(../images/dropShadowFoot.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
	width: 935px;
	margin: auto;
}
#page{
	width: 895px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/pageBG.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.pageFooter{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 885px;
	text-align: right;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-right: 10px;
	margin: auto;
}
.pageFooter a, .pageFooter a:link, .pageFooter a:active, .pageFooter a:visited {
	font-weight: normal;
}
.clearall, .clearfix:after {
    content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	margin: 0;
}
a, a:link, a:active, a:visited {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #CF5202;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;

}
h2 {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	color: #F37421;
	padding-bottom: 5px;
}
.hidden{
	display: none;
}
p {
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
li{
	margin: 0px;
	padding: 0px;
}
ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}





/* Global Forms */
.textArea{
}
.textField{
	width: 200px;
	margin-top: 3px;
}
.listMenu{
	font-size: 11px;
}
.label{}
.submit{
}
.enquiry{
	width: 420px;
	text-align: right;
}
.enquiry div{
	margin-bottom: 20px;
}
.notify{
	text-align: left;
	width: 215px;
	margin-left: 200px;
}




.topHeader{
	height: 160px;
	width: 895px;
	background-image: url(../images/headerDivide.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}

.logo{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	height: 108px;
	width: 318px;
	margin-left: 40px;
	display: inline;
	float: left;
}
.header{
	background-image: url(../images/menuBox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 245px;
	width: 895px;
	margin-top: 15px;
}
.headerImg{
	height: 209px;
	width: 594px;
	background-image: url(../images/headerImg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-top: 18px;
	margin-right: 22px;
	position: relative;
	display: inline;
}
.headerTextBox{
    height: 53px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 594px;
}
.headerText{
	padding-left: 45px;
	padding-top: 5px;
	background-image: url(../images/bulletOrange.gif);
	background-position: 14px 12px;
	background-repeat: no-repeat;
	width: 549px;
	height: 48px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.headerText p strong{
	font-size: 14px;
	color: #F37421;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.headerText p{
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/* main Menu */
#menu{
	width: 240px;
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.button, a.button:link, a.button:active, a.button:visited {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 17px;
	background-image: url(../images/bulletStack.gif);
	width: 85px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
a.button:hover {
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	height: 17px;
	background-image: url(../images/bulletStack.gif);
	width: 85px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 14px;
	color: #CF5202;
	font-weight: bold;
}
a.buttonHit {
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	height: 17px;
	background-image: url(../images/bulletStack.gif);
	width: 85px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 14px;
	color: #CF5202;
	font-weight: bold;
}



.contentLeft{
	float: left;
	width: 269px;
	padding-top: 15px;
	background-color: #FFFFFF;
}
.contentRight{
	float: right;
	width: 615px;
	padding-top: 15px;
}
.leftBox{
	background-image: url(../images/infoBoxBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 260px;
	width: 253px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 16px;
}
.fakeleftBox{
	background-image: url(../images/fakeinfoBoxBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 260px;
	width: 253px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 16px;
}
.leftBox a, .leftBox a:link, .leftBox a:active, .leftBox a:visited{
    color: #68310E;
}
.leftBoxTop{
	background-image: url(../images/infoBoxTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 220px;
	border: 1px solid #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}
.leftBoxMid{
	height: 129px;
	width: 236px;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #68310E;
}

.leftBoxMid li {
	padding: 5px;
}

.leftBoxMid a:link {
	color: #FFFFFF;
}

.leftBoxBot{
	background-image: url(../images/infoBoxBot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	width: 220px;
	border: 1px solid #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	color: #68310E;
}
.leftBoxTop p{
	padding-top: 8px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftBoxBot p{
	padding-top: 7px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rightBox{
	background-color: #F5F5F5;
	width: 575px;
	padding: 20px;
	margin-bottom: 15px;
}
.rightBox a, .rightBox a:link, .rightBox a:active, .rightBox a:visited {
	text-decoration: underline;
}
.rightBox p strong{
	color: #F37421;
}
.titleBar{
	background-image: url(../images/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
	padding-left: 36px;
	padding-top: 7px;
}
.titleBar h2{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.newsItem{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 14px;
	margin-bottom: 14px;
	position: relative;
	width: 100%;
	height: 100%;
}
.newsItem p{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 500px;
}
.newsItem h3{
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 3px;
}
.newsItem span{
	color: #F37421;
	background-image: url(../images/divide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-left: 10px;
	display: inline-block;
}
.more{
	height: 15px;
	width: 50px;
	display: block;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	right: 0px;
	bottom: 15px;
	font-weight: bold;
}
a.more, a.more:link, a.more:active, a.more:visited {
	text-decoration: none;
}
a.back, a.back:link, a.back:active, a.back:visited {
	text-decoration: none;
}
.back{
	height: 15px;
	width: 35px;
	display: block;
	background-image: url(../images/arrowBack.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
}
.homeHeadline{
	height: 50px;
	background-image: url(../images/productDivide.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.homeHeadline h1{
	color: #F07321;
	font-size: 14px;
	font-weight: bold;
}






.alternHeader {
	height: 25px;
	background-image: url(../images/altdivide.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.newsHeadline{
	height: 50px;
	background-image: url(../images/productDivide.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.newsHeadline h3{
	font-size: 14px;
	font-weight: bold;
}
.newsStory{
	padding-top: 5px;
	margin-bottom: 20px;
}
.newsStoryFull{
	padding-top: 5px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.newsStory li{
	margin: 0px;
	padding: 2px;
}
.newsStory em{
	font-weight: bold;
	font-style: normal;
}
.newsImg{
	float: right;
	height: 178px;
	width: 256px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 5px;
}
.newsStory ul{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/listBullet.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}





.wrapImg{
	float: right;
	height: 178px;
	width: 256px;
	padding-left: 10px;
	padding-bottom: 10px;
}




.product{
	height: 100%;
	width: 100%;
}
.rightBox .product p strong{
	color: #666666;
}
.rightBox .product p span{
	color: #F37421;
	font-weight: bold;
}
.product ul{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/listBullet.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.product li{
	margin: 0px;
	padding: 2px;
}
.product h2{
	font-size: 14px;
	color: #F37421;
	padding-bottom: 15px;
}
.product a{
	text-decoration: underline;
	font-weight: bold;
}
.productImgSet{
	float: right;
	width: 321px;
	padding-left: 10px;
	display: inline;
}
.demoImgSet{
	float: right;
	width: 150px;
	padding-left: 10px;
	padding-right: 15px;
	display: inline;
}
.productInfoSet{
	float: right;
	width: 310px;
	display: inline;
}


.productDemoSet{
	float: right;
	width: 310px;
	display: inline;
}
.productDemoBar{
	background-image: url(../images/productdemo.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 310px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px #aaa;
	border-style: solid;
}
.productDemoBar h1 {
	color: #FFFFFF;
	padding-left: 32px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.productDemoBar a {
	text-decoration: none;
	color: #FFFFFF;
}
.productDemoBar a:hover {
	color: #CF5202;
}


.productImg{
	float: left;
	width: 150px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px #bbb;
}
.img{
	border: 1px #aaa;
	border-style: solid;
}
.productInfoBar{
	background-image: url(../images/productinfo.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 310px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.productInfoBar h1 {
	color: #FFFFFF;
	padding-left: 22px;
	padding-top: 8px;
}

.productInfoBar a {
	text-decoration: none;
	color: #FFFFFF;
}

.productInfoBar a:hover {
	color: #CF5202;
}
.productDivide{
	height: 60px;
	width: 575px;
	background-image: url(../images/productDivide.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.cellDivide{
	height: 60px;
	width: 200px;
	background-image: url(../images/productDivide.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.cellDivideBottom {
	height: 60px;
	width: 200px;
	background-image: url(../images/productDivide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 25px;
}



#contact{
	font-size: 12px;
}
#contact p{
	font-weight: bold;
	font-size: 12px;
}
#contact h3{
	color: #FF6600;
	padding-bottom: 15px;
}
#contact p strong{
	color: #F37421;
}
#contact span{
	color: #FF6600;
}
.map{
	height: 318px;
	width: 350px;
	float: right;
	position: relative;
}
a.mapLoc , a.mapLoc:link, a.mapLoc:visited, a.mapLoc:active {
	background-image: url(../images/mapStack.png)!important;
	background-image: url(../images/mapStack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 34px;
	width: 280px;
	padding-top: 22px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 70px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-decoration: none;
}
a.mapLoc:hover{
	background-image: url(../images/mapStack.png)!important;
	background-image: url(../images/mapStack.gif);
	background-position: left bottom;
	display: block;
	height: 34px;
	width: 280px;
	padding-top: 22px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 70px;
	text-decoration: none;
}















#accessibility li{
	padding-bottom: 5px;
}
#accessibility ul{
	padding-bottom: 20px;
	font-size: 14px;
}
#accessibility h1{
}
#accessibility h2{
	padding-bottom: 5px;
}
#accessibility h3{
	padding-bottom: 5px;
}
#accessibility p{
	font-size: 11px;
}
#accessibility .ul{
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
}
#accessibility blockquote{
	background-color: #E4E4E4;
	padding: 10px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}





.siteMap{
	font-size: 14px;
}

/* Order Page Classes */

.producttable {
	border: solid #aaa 1px;
	background:#fff;
}

.productheader {
	padding: 7px;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/orderBarBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.productsubheaderleft {
	background: #EDE8EB;
	padding: 7px;
	font-weight: bold;
	border-top: solid #ccc 1px;
}

.productsubheader {
	background: #EDE8EB;
	padding: 7px;
	font-weight: bold;
	border-top: solid #ccc 1px;
	border-left: 1px solid #bbb;
	width:100px;
}

.productcellleft {
	border-top: solid #ccc 1px;
	padding: 4px;
	padding-left: 7px;
}

.productcell {
	border-left: 1px solid #bbb;
	border-top: solid #ccc 1px;
	padding: 4px;
	padding-left: 7px;
	width:100px;
}

.shoppingcart {
	vertical-align:middle;

}

.orderdropdown {
	width: 200px;
}




.title
{
	font-weight:bold;
	background: #EDE8EB;
	color: #000;
	height: 2px;
	padding: 4px;
	border: 1px;
	border-style: solid;
}
.cart {
	/* border: solid #CCC 1px; */
	border-width: 1px 1px 0px 0px;
	border-left: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background: #FFF;
	padding: 7px;	
}
.cartbottom {
	border-left: 1px solid;
	border-top: 1px solid;
	background: #fff;
	padding: 7px;
}
.item
{
	background:#fff;
	/* border: solid #CCC 1px; */
	border-width: 1px 1px 0px 0px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
    broder-style: solid;
	padding: 4px;
}
.desc-bank
{
	width: 240px;
	/* border: solid #CCC 1px; */
	border-right: 1px solid;
	border-top: 1px solid;
	background: #FFF;
	padding: 5px;
}
.bottom {
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	background: #fff;
	padding: 4px;
}
.paypal 
{
	margin-left: 370px;
	height: 100px;
	border: solid #CCC 1px;
	background: #EDE8EB;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	padding-top: 15px;
	width: 190px;
	line-height: 22px;
}

