/* CSS Document */
@charset "utf-8";



a 			{ color: #069; text-decoration: none; }
a:visited	{ color: #069; }
a:hover		{ color:#F60; text-decoration: underline; }
a:active	{ color:#C00; }


body  {
	background-color: #000;
	color: #282828; 
	color:#000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	line-height: 24px;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding:0px;
	margin:0px;
}
#container {
	width: 976px;
	text-align: left;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	border-right: 3px solid #ff9900;
	border-left: 3px solid #ff9900;
} 

#header {
	height: 100px;
	padding: 0px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
	float:none;
	margin: 0px auto 0px auto;
	width: 982px;
	text-align: left;
}
.header-links { 
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color:#777;
	clear:left;
	float:right;
	margin: 72px 18px 0 0;
	letter-spacing: 0.05em;
}
.header-links a {
	color:#C60; 
	font-weight:bold;
	margin:0 2px;
}
.header-links a:hover {
	color:#000;
	text-decoration:none;
}

#top-row {
	display:block;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 228px;
	margin: 0 0 0 -2px;
	padding: 15px 10px 15px 10px;
	background: url(../images/panel_gradient.jpg) repeat-x left top;
	overflow:hidden;
}
.sidebarborder {
	border: 1px dotted #ccc;
	padding:10px 15px 10px 15px;
}




#mainContent {
	line-height: 20px;
	min-height: 300px;
	background-color: #fff; 
	width: 665px;
	margin: 0px 220px 0px 0px;
	padding: 15px 30px 0px 30px;
	border-right: 1px dotted #ccc;
	z-index: 2;
	overflow: hidden;
} 
#mainContent ul {
	margin: 1em;
	list-style: disc;
}
#mainContent ul ul {
	margin: .5em .5em .5em 2em;
	list-style: circle;
}
#mainContent li {
	margin-left: 1em;
}
#mainContent p {
	margin-bottom: 1em;
}

#mainContent .img-main {
	float:right;
}


#call-to-action {
	text-align:left;
	padding: 10px 20px 25px;
	background: #EEEEE6;
}

#pre-footer {
	width:956px;
/*	height:18px; */
	padding:10px;
	border-right: 3px solid #ff9900;
	border-left: 3px solid #ff9900;
	margin: 0px auto;
	background:#FFF;
}

#footer {
	width: 946px;
	background: #5E574F;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 3px 15px 3px 15px;
	margin: 0px auto;
	
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	
	border-right: 3px solid #ff9900;
	border-left: 3px solid #ff9900;

	background-image: url(../images/bg-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
	float:none;
}
#footer a {
	font-size: 12px;
	letter-spacing: normal;
	text-decoration:none;
	color:#ccc;
}
#footer a:hover {
	text-decoration: underline;
	color:#fff;
}

#footer-btm {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 980px;
	height:15px;
	margin: 0px auto 0px auto;
}
.footer-address {
	display:block;
	width: 960px;
	margin: 5px auto;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	padding-bottom:100px;
}




.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;
}
h1, h2, h3, h4, h5, .bottom-div h2 a {
	font-family: georgia, "times new roman", times, serif;
	/*	font-family: 'Lucida Grande','Trebuchet MS',Helvetica; */
	font-weight:normal;
	margin-bottom: 10px;
	color: #06C;
}


h1 {
	letter-spacing:-1px;
	font: bold 2em/1em Helvetica, Arial, sans-serif;

}
h2 {
	letter-spacing:-1px;
	font-size: 2em;
	line-height: 1em;
	color: #D75600;/*	color: #2E321F; */
}
h3 {
	color:#D75600;
/*	letter-spacing:1px; */
	margin-top:17px;
	font: normal 16px Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}




.headline {
	display:block;
	background: url(../images/bg-h1.jpg) repeat-x left bottom;
	padding: 37px 15px 7px 30px;
	margin: -14px -29px 15px -29px;
	border-bottom: 2px solid #F90;
	color:#FFF;
}



.bb01 {
	border-bottom: 1px dotted #807971;
}


#home-center {
	padding: 7px;
	text-align:center;
	border-top: 2px dotted #666;
	border-bottom: 1px dotted #F60;
	background: #CCC;
}
#home-center ul {
	margin: 0px;
	padding: 0px;
}
#home-center li {
	width: auto;
	display:inline-block;
	clear:left;
	list-style: none;
	margin: 0px 15px;
	vertical-align:top;
}

.newsletter-div {
/*	width: 184px;
	height: 101px; */
	padding-top:10px;
	text-align:center;
}




a.btn-float {
	color: #FFF;
	background-color: #036;
	border: 1px solid #E6E2DB;
	display: inline-block;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	float: none;
	font-weight: normal;
	text-transform: uppercase;
	line-height:normal;
	padding: 3px 10px 3px 10px;
	margin: 3px 3px 0px 0px;
}
a.btn-float:visited  	{ text-decoration: none; color: #FFF; }
a.btn-float:hover 		{
	background-color: #FFF;
	color: #512400;
	border: 1px solid #8D9AA9;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	margin: 3px 3px 0px 0px;

}
a.btn-float:active 		{
	text-decoration: none;
	color: #FFF;
	background-color: #F90;
	border: 1px solid #FFF;
}






a.btn-float2 {
	color: #FFF;
	border: 1px solid #E6E2DB;
	display: inline-block;
	text-decoration: none;
	float: none;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 3px 3px 0px 0px;
	background: #036 url(../images/bg-h1.jpg) repeat-x left top;
	font: normal 14px/normal Helvetica, Arial, sans-serif;
}
a.btn-float2:visited  	{ text-decoration: none; color: #FFF; }
a.btn-float2:hover 		{
	color: #fff;
	border: 1px solid #FFF;
	text-decoration: none;
	padding: 10px 20px;
	margin: 3px 3px 0px 0px;
	background: #F90 url(none);
}
a.btn-float2:active 		{
	text-decoration: none;
	color: #FFF;
	background-color: #F90;
	border: 1px solid #FFF;
}









.tbl-features td {
	padding: 5px;
	border: 1px dotted #999;
	vertical-align: top;
	line-height: 18px;
}
table.tbl-features { margin-bottom:20px; margin-top:15px; }

.lcol, .rcol { width:46%; }
.lcol { float:left; }
.rcol { float:left; }

.div-products {
	display:block;
}

.div-products div a {
	display: block;
	width: 140px;
	height: 185px;
	float:left;
	line-height: 16px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 2px 20px 0;
	text-align:center;
}
.div-products div img {
	margin:auto auto 7px;
}

.div-products div a {
	text-decoration:none;
	background: #F2F2EC;
	font: 14px Arial, Helvetica, sans-serif;
}
.div-products div a:hover {
	text-decoration:none;
	background: #E9E8D8;
	color:#333;
}



.prod-page-ul {
	margin: 0;
	padding: 0;
}
.prod-page-ul li {	
	list-style: none;
}
.prod-page-ul li a {
	display: inline-block;
	font-size: 13px;
	padding: 3px 15px;
	width:600px;
	margin-bottom: 1px;
	border-bottom: 1px dotted #CCC;
	margin-left:-20px;
}
.prod-page-ul li a:hover { 
	background-color:#F0EFE8;
	text-decoration:none;
}

.prod-page-ul li span {
	display:inline-block;
	border-right: 1px dotted #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	min-width:75px;
	margin-right:15px;
	padding-right:15px;
}
.news-tbl-img {
	margin:0 0 20px 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	display: inline-block;
	clear: left;
	float: right;
}
