BODY
{
	background: #C1C3BA url(/img/bg.gif) repeat-x;
	color: #292929;
	margin: 0px;
	padding: 0px;
}

BODY, HTML, P, OL, UL, LI, DL, DD, DT, A, TD, TR, TABLE, H1, H2, H3, H4
{
	font-family: "arial",verdana, helvetica;
	font-size: 8pt;
	color: #292929;
}

UL
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}

LI
{
	margin: 0px;
	padding: 0px;
}


A, A:link, A:active, A:visited
{
	color: #B2B230;
	text-decoration: none;
}

A:hover
{
	color: #B2B230;
	text-decoration: underline;
}

FORM
{
	margin: 0px;
	display: inline;
	font-size: 10px;
	font-family: "arial", verdana, helvetica;
}

INPUT
{
	margin: 0px;
	font-size: 10px;
	line-height: normal;
}


TABLE
{
	padding: 0px;
	margin: 0px;
	border-collapse: separate;
}

TD, TH
{
	vertical-align: top;
}

.main
{
	width: 779px;
	margin-top: 8px;
}

.topmenu {
	width: 735px;
	background-color: #FFFFFF;	
}

.topmenuITEMS {
	width: 100%;
}

.topmenuITEMS A, .topmenuITEMS A:link, .topmenuITEMS A:active, .topmenuITEMS A:visited
{
	color: #4C4C4C;
	text-decoration: none;
	line-height: 14px;
	vertical-align: top;
}

.topmenuITEMS A:hover
	{ color: #4C4C4C; text-decoration: underline; line-height: 14px; vertical-align: top; }

.topmenuITEMS TD {
	padding: 10px 10px 0px 14px;;
	border-right: 1px solid #DDDDDD;
	cursor: hand;
	height: 45px;
}

.logo
{
	padding-left: 10px;
}

.footer {
	background-image: url(/img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 1px;
}

.footer P {
	padding-left: 20px;
	padding-top: 20px;
	border-left: 6px solid #ADAFA7;
}

.footer A, .footer A:link, .footer A:active, .footer A:visited
{
	color: #4C4C4C;
	text-decoration: none;
}
.footer A:hover
{
	color: #4C4C4C;
	text-decoration: underline;
}

.footer2 {
	background-image: url(/img/footer_bg2.gif);
	background-repeat: repeat-y;
	background-color: #CECFC9;
	padding-bottom: 30px;
}

.footer3 {
	background-image: url(/img/footer_bg_b.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #CECFC9;
	height: 5px;
}

.homecontent {
	width: 100%;
	margin-top: 10px;
}

.content H2
{
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 25px 0px 10px 0px;
	font-size: 9pt;
}

.content P
{
	font-size: 8.5pt;
}

.newsletter {
	margin-left: 8px;
	width: 257px;	
	background-image: url(/img/newsletter_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.newsletterB {
	background-image: url(/img/newsletter_b.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 30px 30px 70px 20px;
}
.newsletter INPUT
{
	height: 16px;
	width: 92px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #D4D4D4;
}

.newsletter P
{
	color: #717171;
}

.newsletter INPUT.iButton
{
	border: 0px;
	width: 150px;
	height: 30px;
}
.video {
	width: 470px;
	margin-top: 10px;
}
.videoB {
	background-image: url(/img/video_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 5px;
}
.videoB2 {
	background-image: url(/img/video_bg_.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 5px;
}
.clip {
	width: 195px;
	background-image: url(/img/video_bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.prevs {
	width: 275px;
	background-image: url(/img/video_bg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EBEBEB;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

.smenu
{
	vertical-align: top;
	background-color: #FFFFFF;
}
.smenu A, .smenu A:link, .smenu A:active, .smenu A:visited
{
	padding: 0px 8px;
	margin: 0px;
	font-size: 7.5pt;
	color: #848484;
	text-decoration: none;
	vertical-align: top;
}

.smenu A:hover
{
	padding: 0px 8px;
	margin: 0px;
	font-size: 7.5pt;
	color: #5E6F00;
	text-decoration: underline;
	vertical-align: top;
}

.pagetitle
{
	border: 0px;
}
.forprint
{
	display: none;
}

.photo
{
	border: 1px solid #444444;
	margin: 20px;
}
.forms
{
	border: 1px solid #3A737A;
	background-color: #D3E9EA;
	width: 90%;
	font-family: "arial",verdana, helvetica;
	font-size: 8pt;
	margin: 10px 20px;
}
.forms TD
{
	padding: 2px 10px;
	vertical-align: middle;
}
.forms INPUT
{
	width: 100%;
	border: 1px solid black;
	background: white;
}

/* FOR PRINTER */
@media print{

	BODY 
	{ 
		background: #ffffff;
		color: #000000;
	}

	.topmenu, .homecontent, .pagetitle
	{
		display: none;
	}

	.footer2, .footer3, .footer
	{
		background: #ffffff;
		color: #000000;
	}

	.footer
	{
		border-top: 1px solid black;
	}
	
	.footer P
	{
		border: 0px;
	}
	
	.main
	{
		width: 100%;
	}
	
	.c_top
	{
		display: block;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	.forprint
	{
		display: inline;
	}
}

/*
.customerQuote {display: block; float: right; width: 312px; padding: 0 0 7px 0; margin: 0 0 2em 2em;}
.customerQuote strong {display: block; padding: 12px 14px 5px 44px; font: normal bold 14px "Arial", Verdana, Helvetica, sans-serif; color: #889536;}
*/

.customerQuote {display: block; float: right; /*background: transparent url("/inc/bg_quote_b.gif") no-repeat scroll 0 100%; */width: 312px; padding: 0 0 7px 0; margin: 0 0 2em 2em;}
.customerQuote strong {display: block; background: transparent url("/inc/bg_quote_t.gif") no-repeat scroll 0 0; padding: 12px 14px 5px 44px; font: normal bold 14px "Arial", Verdana, Helvetica, sans-serif; color: #889536;}

.customerQuote strong em {display: block; font-style: normal; background: transparent url("/inc/bg_quote.gif") no-repeat scroll 100% 100%; padding: 0 20px 0 0;}
.customerQuote strong span {color: #d2499a;}

.hpText {background: transparent url("/img/bg_homepagetext.jpg") no-repeat scroll 0 0; margin: 10px 18px 0 17px; width: 240px;}
.hpTextContainer {background: transparent url("/img/bg_homepagetext_b.gif") no-repeat scroll 0 100%; padding: 30px 20px;}
.hpTextContainer, .hpTextContainer * {font-family: "Arial", Verdana, Helvetica, sans-serif; font-size: 20px; line-height: 1em; color: #000; letter-spacing: -1px;}
.hpTextContainer a {text-decoration: none; color: #000;}
.hpTextContainer a:hover {text-decoration: underline; color: #000;}
