@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #69806F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../gifs/pagebgd.gif);
	background-repeat: repeat;
}
h3 {
	font-size: 18px;
	color: #009999;
	font-weight: normal;
}


.separator {
	background-color: #FFFFFF;
	height: 5px;
	clear: left;
	margin-top: 0px;
}
.navbar {
}
.twoColFixLtHdr #container #sidebar1 .navbar a {
	width: 160px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	display: block;
	margin-bottom: 4px;
	color: #161210;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 .navbar a:hover {
	width: 160px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	display: block;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #55A0FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666600;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.logoimage {
	margin: 0px;
	padding: 0px;
}
.iframe {
	background-color: #FFFFFF;
	border: 1px dashed #FFFFFF;
}


.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 120px;
} 
.twoColFixLtHdr #container #sidebar1 a.navlink {
	display: block;
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
	color: #333333;
	text-decoration: none;
	background-color: #EFF1EF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.twoColFixLtHdr #container #sidebar1 a.navlink:hover {
	display: block;
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
	color: #F3F3F3;
	text-decoration: none;
	background-color: #69806F;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.twoColFixLtHdr #container #sidebar1 a.navlinkYellow {
	display: block;
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
	color: #333333;
	text-decoration: none;
	background-color: #FFEC9F;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.twoColFixLtHdr #container #sidebar1 a.navlinkYellow:hover {
	display: block;
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
	color: #F3F3F3;
	text-decoration: none;
	background-color: #69806F;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.twoColFixLtHdr #container #sidebar1 a.navlinkGreen {
	display: block;
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
	color: #333333;
	text-decoration: none;
	background-color: #CAE4AF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.twoColFixLtHdr #container #sidebar1 a.navlinkGreen:hover {
	display: block;
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
	color: #F3F3F3;
	text-decoration: none;
	background-color: #69806F;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.twoColFixLtHdr #container #header p {
	font-size: 11px;
	color: #F4F4F4;
	padding: 5px;
	line-height: normal;
}
.twoColFixLtHdr #container #header #image {
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 172px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
} 
#mainContent h2 {
	font-size: 1.5em;
	color: #333333;
	font-weight: normal;
	margin-top: 15px;
}


.twoColFixLtHdr #container #mainContent a {
	color: #000000;

}
.testimonial {
	background-color: #EFF1EF;
	border: 1px solid #B6BFBC;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.testimonial p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 7px;
	margin-bottom: 5px;
}

.greybox {
	background-color: #EFF1EF;
	padding: 10px;
	border: 1px solid #B6BFBC;
	margin-bottom: 15px;
}



.twoColFixLtHdr #container #mainContent a.nolink {
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent a:hover {
	color: #990000;
}


.twoColFixLtHdr #container #mainContent p {
	margin-right: 18px;
	line-height: 18px;
}
.twoColFixLtHdr #container #mainContent #ProductImage {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.twoColFixLtHdr #container #mainContent h1 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.8em;
	font-weight: normal;
	color: #657470;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	color: #E9EBEA;
	background-color: #333333;
} 
.twoColFixLtHdr #container #footer a.email {
	font-size: 11px;
	color: #999966;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a.email:hover {
	font-size: 11px;
	color: #FFCC66;
	text-decoration: none;
}


.products {
	padding: 0px;
	width: 150px;
	margin-right: 6px;
	float: left;
	height: 335px;
	border: 1px solid #CCCCCC;
	background-image: url(../gifs/productBgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F4F4F4;
}
.twoColFixLtHdr #container #mainContent .products .imagelink {
	margin: 0px;
	padding: 0px;
}

.subheader {
	background-color: #55A0FF;
	color: #F3F3F3;
	text-align: center;
	margin: 0px;
	height: 30px;
}
.subheader p {
	color: #F3F3F3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.productheader {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent .products .productheader a {
	color: #F5F5F5;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent .products .productheader a:visited {
	color: #F2F2F2;
}
.twoColFixLtHdr #container #mainContent .products .productheader a:hover {
	color: #66CC99;
}




.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearboth {
	clear: both;
	height: 1px;
	width: 630px;
}

.productimage {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.productText {
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}
.twoColFixLtHdr #container #mainContent .products .productText a {
	margin-top: 6px;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent .products .productText .notalink {
	font-weight: normal;
	text-decoration: none;
}


.boxcontainer {
	height: 330px;
	background-color: #CCCCCC;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.productlines {
	margin: 0px;
	padding: 3px;
	color: #F2F2EC;
	background-color: #657470;
	font-size: 11px;
	text-align: center;
}
.twoColFixLtHdr #container #header .productlines a {
	color: #F2F2EC;
	text-decoration: none;
}
.twoColFixLtHdr #container #header .productlines a:hover {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #PromoContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#PromoContent a {
	color: #000000;
}

.twoColFixLtHdr #container #PromoContent a.nolink {
	color: #333333;
	text-decoration: none;
}

.twoColFixLtHdr #container #PromoContent h1 {
	font-size: 22px;
	font-weight: normal;
	color: #657470;
}

.twoColFixLtHdr #container #PromoContent p {
	line-height: 18px;
}
#PromoContent #newdata {
	margin-left: 215px;
}
#newdata p {
	margin-left: 0px;
	padding-left: 0px;
}


.twoColFixLtHdr #container #PromoContent #ProductImage {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent p {
}
.newsheader {
	font-weight: bold;
	background-color: #99CCFF;
	padding: 3px;
	width: 160px;
	border: 1px solid #C0C0C0;
}
.caps {
	margin-left: 30px;
	margin-right: 30px;
}
.capsheader {
	color: #FFFFFF;
	background-color: #69806F;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.twoColFixLtHdr #container .capsheader #pricelist {
	float: left;
}
.twoColFixLtHdr #container .capsheader #info {
	background-color: #D5DDD7;
	margin-left: 300px;
	padding: 10px;
	border: 1px solid #FFFFFF;
}
.twoColFixLtHdr #container .capsheader strong {
	font-size: 15px;
}
.twoColFixLtHdr #container #footer a.sitemap {
	color: #99CC99;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer .sitemap:hover {
	color: #FF9933;
}
.subheaderframesetlinks {
	color: #FFFFCC;
	background-color: #3E4644;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 11px;
	text-align: right;
}
.twoColFixLtHdr #container #sidebar1 a.navlinkPink {
	display: block;
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
	color: #333333;
	text-decoration: none;
	background-color: #FFCC99;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.twoColFixLtHdr #container #sidebar1 a.navlinkPink:hover {
	display: block;
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
	color: #333333;
	text-decoration: none;
	background-color: #FF9E3E;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.callback {
	border: 1px solid #CCCCCC;
	background-color: #EFF1EF;
	width: 165px;
	margin-bottom: 14px;
}
.promoCat {
	background-color: #FFE3D7;
	padding: 8px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.promoCat a {
	color: #FF3300;
}
#brochures {
	line-height: 140%;
}
#brochures a {
	color: #333333;

}
#brochures a:hover {
	color: #AD0000;
	text-decoration: none;
}


#brochureheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #6C0000;
}

#brochureheader #small {
	font-size: 11px;
}
#keylines {
	color: #AD0000;
}
#keylines a {
	color: #AD0000;
}
#Brochurepage {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#Brochurepage .pdf {
	font-size: 10px;
	color: #999999;
}

#Brochurepage a {
	color: #333333;
	text-decoration: underline;
}
#Brochurepage a:hover {
	color: #A40000;
}


#Brochurepage h1 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.6em;
	font-weight: normal;
	color: #657470;
}
#brochures a.red {
	color: #990000;
}
#brochures .red:hover {
	color: #000000;
	text-decoration: none;
}
#required {
	color: #990000;
}
.productdata {
	float: left;
	width: 200px;
	margin-right: 9px;
	margin-bottom: 20px;
	font-size: 11px;
	padding: 4px;
	border: 1px solid #E2E7E6;
	height: 265px;
	text-align: center;
}
.productdata img {
	margin-bottom: 5px;
}
#zigzag {
	padding-bottom: 5px;
}
#zigzag a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#zigzag a:hover {
	color: #99CC66;
	text-decoration: none;
}
#break {
	height: 25px;
	float: left;
	width: 625px;
}
.boxwrapper {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.clearall {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}


/* Place order form */
div.contactFormArea			{
	display: inline;
	background-color: transparent;
	width: 450px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
					}
div.contactFormArea table		{
					display: table;
					background-color: transparent;
					width: 450px;

					}
div.contactFormArea td.formTable	{
					display: table-cell;
					padding: 4px 0px 4px 20px;
					}
div.contactFormArea td.topRow		{
					padding-top: 15px;
					}
div.contactFormArea td.bottomRow	{
					padding-bottom: 12px;
					}
div.contactFormArea input.contactLong	{
					width: 270px;
					}
div.contactFormArea input.contactShot	{
					width: 100px;
					}
.contactText				{
					width: 270px;
					height: 100px;
					}
div.contactFormArea .submitButton	{
	background-color: #FF9900;
	color: #000;
	font-weight: bold;
	border: 1px solid #666666;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
					}
#sendlogo {
	width: 200px;
}
#sendlogo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFCC00;
	padding: 3px;
	border: 1px solid #333333;
}
#sendlogo a:visited {
	color: #333333;
	text-decoration: none;
}
#sendlogo a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #99CC66;
}
#morestyles {
	width: 200px;
}
#morestyles a {
	color: #333333;
	background-color: #5ED7D7;
	border: 1px solid #333333;
	text-decoration: none;
	padding: 4px;
	width: 130px;
}
#morestyles a:hover {
	background-color: #5ED7D7;
	text-decoration: underline;
}
#morestyles a:visited {
	color: #333333;
	text-decoration: none;
}

#placeorder {
	width: 200px;
}
#placeorder a {
	background-color: #FFCC00;
	color: #333333;
	text-decoration: none;
	border: 1px solid #333333;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#placeorder a:visited {
	color: #333333;
	text-decoration: none;
}
#placeorder a:hover {
	background-color: #FFCC00;
	text-decoration: underline;
}
.leftmenulinks {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
.listboxcontainer {
	padding: 0px;
	margin: 0px;
	height: 220px;
	overflow: hidden;
}

.listboxes {
	float: left;
	width: 230px;
	margin-right: 20px;
}
.listboxes ul {
}
.listboxes li {
	margin-bottom: 4px;
	list-style-image: url(../gifs/arrowgrn.gif);
}
.promoboxes {
	font-size: 11px;
	border: 1px solid #E2E7E6;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin: 0px;
	width: 210px;
}
.promoboxes img {
	margin-bottom: 10px;
}
a.newslink {
	color: #3C483F;
	text-decoration: none;
	font-weight: bold;
}
a.newslink:hover {
	color: #FF6600;
}
hr {
	font-size: 1px;
	color: #CCCCCC;
}
#iframeContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.seemorestuff {
	float: left;
}
.seemorestuff #buttons {
	height: 30px;
	width: auto;
	margin-top: 10px;
}
.bigproductpix {
	float: left;
	height: auto;
	width: 200px;
}
.bigproductpix a:morestyles {
	color: #FFFFFF;
	background-color: #FFCC66;
	padding: 2px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.bigproductpix img {
	margin-bottom: 5px;
	border: 1px solid #BAC2BA;
}

.bigproductpix a {
	background-color: #FFCC00;
	border: 1px solid #666666;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-size: 11px;
	margin-right: 5px;
}
.bigproductpix a:hover {
	text-decoration: none;
	background-color: #66CC99;
}

.productInfoRight {
	float: right;
	height: auto;
	width: 450px;
}
.promoCatalogue {
	clear: right;
	background-color: #E2E7E6;
	padding: 10px;
	margin-top: 25px;
}
#offerspage {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: right;
	width: 640px;
}
#offerspage h2 {
	font-size: 14px;
	font-weight: bold;
	color: #657470;
}

#offerspage h1 {
	font-size: 24px;
	font-weight: bold;
	color: #69806F;
}
#offerspage .largeRed {
	font-size: 22px;
	font-weight: bold;
	color: #C31C2E;
}


#offerspage #offers {
	float: left;
	width: 630px;
}
#offerspage #offers .text {
	clear: left;
}
#offerspage #offers .red {
	font-size: 18px;
	font-weight: bold;
	color: #C31C2E;
}

#offerspage #offers .offer {
	float: left;
	width: 217px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#offerspage #offers .offer img {

}
