*
{
	margin:0px;
	padding:0px;
}

body 
{
	background:url("../content/images/siteBacker.jpg") repeat fixed center top #000;
	color:#CCC;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
}

a
{
	color:#FF9900;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

p
{
	line-height:22px;
	margin:0 0 16px 0;
}

h1
{
	color:#CC;
	font-size:30px;
	font-weight:bold;
	margin:0 0 24px 0;
	line-height:40px;
}

h2
{
	color:#CCC;
	font-size:24px;
	font-weight:bold;
	margin:0 0 16px 0;
	line-height:30px;
}

h3
{
	color:#CCC;
	font-size:18px;
	font-weight:normal;
	margin:0 0 16px 0;
	line-height:25px;
}

.req
{
	color:#FF0000;
}

.clear-both, .clear
{
	clear:both;
}

#container
{
	padding:0 25px 25px;
	width:960px;
	margin:0 auto;
	color:#CCC;
	position:relative;
	border:1px solid transparent;
}

/***************************************     HEADER     ***************************************/

#header
{
}

#header .logo
{
	float:left;
	width:300px;
	padding:10px;
}

#header .search
{
	float:right;
	width:230px;
	padding:80px 0 4px 0;
}

#header .search .form-row input
{
	float:left;
	font-style:italic;
	padding:1px;
	width:175px;
}

#header .search .form-row .submit
{
	float:right;
	border:none;
	font-weight:bold;
	padding:2px 8px;
	text-align:center;
	width:auto;
}

#content .menu
{
	margin:0px;
	clear:both;
	background:#333;
}

#content .text .menu ul
{
	list-style:none;
	margin:0px;
	padding:0px; 
}

#content .text .menu li
{
	float:left;
	margin:0px;
	padding:0px;
}

#content .text .menu li a
{
	color:#FFF;
	font-size:14px;
	padding:10px 11px;
	margin:0 1px 0 0;
	display:block;
	text-decoration:none;
}

#content .text .menu li a:hover, #content .text .menu li a.active, #content .text .menu li:hover a
{
	background:#CCC;
	color:#333;
}

#content .text .menu li:hover ul
{
	display:block;
}

#content .text .menu li ul
{
	position:absolute;
	display:none;
	z-index:10;
	background:#CCC;
}

#content .text .menu li ul li
{
	width:150px;
	display:block;
	float:none;
}

#content .text .menu li ul li.last
{
	border-bottom:0px;
}

#content .text .menu li ul li a
{
	padding:10px;
	display:block;
	border-right:0px;
	font-size:12px;
	color:#333;
}

#content .text .menu li ul li a:hover
{
	text-decoration:underline;
}

/***************************************     BREADCRUMB     ***************************************/

#breadcrumbs
{
	clear:both;
	padding:10px 5px 20px;
	color:#FF9900;
}

#breadcrumbs .dash
{
	padding:0 5px;
	color:#CCC;
}

#content .text #breadcrumbs p
{
	margin:0px;
	padding:5px 0 0;
	line-height:16px;
	font-size:12px;
}

/***************************************     CONTENT     ***************************************/

#content
{
	margin:0 0 20px 0;
}

#content .text
{
	float:left;
	width:725px;
}

#content .text p
{
	color:#e1e1e1;
	font-size:14px;
	line-height:20px;
	margin:0 0 20px 0;
}

#content .text ul, #content .text ol
{
	margin:0 0 20px 0;
	padding:0 0 0 25px;
}

#content .text ul
{
	list-style-type:disc;
}

#content .text ol
{
	list-style-type:decimal;
}

#content .text ul li, #content .text ol li
{
	color:#e1e1e1;
	font-size:14px;
	line-height:20px;
	margin:0 0 10px 0;
}

#content .text table td
{
	border:1px solid #D6D6D6;
	padding:10px;
}

#content .text ul
{
	list-style-type:square;
	margin:0 0 18px 20px;
}

#content .text ul li
{
	margin:0 0 8px;
}

#content .text .galimg
{
	float:left;
	width:125px;
	height:150px;
	text-align:center;
	overflow:hidden;
}

#content .text .galimg img
{
	max-width:110px;
	max-height:100px;
	width: expression(this.width > 110 ? "110px" : true);
	height: expression(this.height > 100 ? "100px" : true);
}

#content .text .galimg p
{
	line-height:16px;
	font-size:11px;
	padding:0 10px;
}

#content .text .testimonial
{
	border-bottom:1px solid #CCC;
	margin:0 0 20px 0;
	padding:0 10px;
}

#content .text .testimonial .quotetext
{
	font-size:18px;
}

#content .text .testimonial .quotetext .quote
{
	font-size:28px;
	padding:0 5px;
}

#makeMeScrollable, #makeMeScrollable.text
{
	position:relative;
	height:150px;
	overflow:hidden;
	margin:0 0 20px 0;
}

#makeMeScrollable img
{
	margin:20px 0 0 0;
}

#content .survey .form-row
{
	float:left;
	width:225px;
	clear:none;
	margin:0 10px 0 0;
}

#content .survey .form-row label
{
	line-height:18px;
}

#content .text .quoteleft
{
	float:left;
	width:250px;
}

#content .text .quoteright
{
	float:left;
	width:400px;
}

/***************************************     CONTENT RIGHT SUBNAV     ***************************************/

.subnav
{
	background:#FFF;
	float:right;
	width:230px;
}

.subnav li a
{
	background:#ececec url("../content/images/subnav-bg.gif") repeat-x top left;
	display:block;
	padding:10px 20px 10px 10px;
	margin:0px;
	border:1px solid #CCC;
	color:#6a7885;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
}

.subnav li a:hover, .subnav li a.active
{
	background:#FFF;
	color:#000;
}

ul.thirdNav a
{
	background:#FAFAFA;
	padding:5px 10px;
	margin:0px;
	border:none;
	border:1px solid #CCC;
	font-size:12px;
}

ul.thirdNav a:hover, ul.thirdNav a.active
{
	background:#FFF;
	color:#CC0000;
}

.subnav h2
{
	margin:10px 0 10px 0;
	padding:0 0 0 10px;
	color:#333;
	border-bottom:1px solid #CCCCCC;
}

.subnav .testimonials a.quote
{
	margin:20px 0 30px;
	width:230px;
	height:78px;
	display:block;
	background:url('../content/images/quote.jpg') no-repeat bottom left;
}

.subnav .testimonials a.quote:hover
{
	background:url('../content/images/quote.jpg') no-repeat top left;
}

.subnav .testimonials h2.title a, .subnav .testimonials h2.title a:hover
{
	color:#333;
	text-decoration:none;
	display:block;
}

.subnav .testimonials .inner div
{
	line-height:22px;
	padding:0 10px;
	color:#666;
	font-size:16px;
}

.subnav .testimonials span.name
{
	color:#666;
	font-style:italic;
}

.subnav .logos
{
	border-top:1px solid #CCCCCC;
	padding:20px 10px;
	margin:20px 0;
}

.subnav .logos .imgcont
{
	text-align:center;
	margin:0 0 25px 0;
}

.subnav .logos img
{
	max-width:100px;
	max-height:100px;
	width: expression(this.width > 100 ? "100px" : true);
	height: expression(this.height > 100 ? "100px" : true);
}

#content .subnav .logos p
{
	line-height:18px;
	padding:0px;
	margin:0px;
	color:#333;
}

/***************************************     FORMS     ***************************************/

.form-row
{
	clear:both;
	padding:0 0 20px 0;
}

.form-row label
{
	display:block;
	padding:0 0 5px 0;
}

.form-row input, .form-row select
{
	padding:4px;
	border:1px solid #CCC;
	width:200px;
}

.form-row input.check
{
	width:auto;
	margin:0 5px 0 0;
}

.form-row label.check
{
	width:auto;
	display:block;
	text-align:left;
	width:auto;
}

.form-row textarea
{
	padding:4px;
	border:1px solid #CCC;
	width:400px;
	height:100px;
}

.form-submit
{
}

.form-submit input, .submit
{
	background:none repeat scroll 0 0 #2E7AA7;
	border:medium none;
	border-radius:10px 10px 10px 10px;
	color:#ECECEC;
	font-weight:bold;
	padding:4px 12px;
	text-align:center;
	width:auto;
	cursor:pointer;
	font-style:normal;
}

.form-submit input:hover, .submit:hover
{
	background:none repeat scroll 0 0 #2E7ACA;
	color:#FFF;
}

.results
{
	padding:10px 0 20px;
}

#content .results p
{
	font-size:12px;
	color:#FF0000;
	line-height:14px;
	padding:0 0 6px;
	margin:0px;
}

.form-row input.google-submit-button
{
	border:0px;
}

/**************************************	 PAGINATION	 **********************************************/


.pagination 
{
	font-size:11px;
	height:35px;
	margin:10px 0;
}

.pagination .current
{
	padding:4px 3px;
	margin:0 2px 0 0;
}

.pagination a 
{
	text-decoration:none;
	border:solid 1px #AAE;
	color:#15B;
	padding:4px 3px;
	margin:0 5px 0 0;
	background:#FFF;
}

#tinymce, body.mceContentBody 
{
	background: #FFFFFF;
}

/***************************************     FOOTER     ***************************************/

#footer
{
	border-top:1px solid #FFF;
	padding:10px 0;
}

#footer .text
{
	float:right;
	text-align:right;
	width:200px;
}

#footer .text p
{
	line-height:16px;
	font-size:11px;
}

#footer .menu
{
	float:left;
	width:500px;
}

#footer .menu a
{
	color:#999;
}

#footer li
{
	float:left;
	margin:0 20px 20px 0;
}

#footer .teamviewer
{
	position:relative;
	width:234px;
	height:60px;
	margin:10px 0 0 0;
}

#footer .teamviewer span
{
	position:absolute;
	top:30.5px; 
	left:60px; 
	display:block; 
	cursor:pointer; 
	color:White; 
	font-size:12px; 
	line-height:1.2em; 
	font-weight:bold; 
	text-align:center; 
	width:169px;
}

#snowcollect
{
	position:fixed;
	bottom:0;
	left:0;
	height:10px;
	width:100%;
}

/***************************************     SITE MAP     ***************************************/

ul#map li
{
	padding:0 0 5px;
}

ul#map ul.childmap li
{
	padding:0 0 0 20px;
}

ul#map ul.productmap, ul.childmap
{
	padding:5px 0;
}

ul#map ul.productmap li
{
	padding:0 0 0 40px;
}




