* {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #3B3F47;
	
}
#container {
	position:relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	height:auto;
	overflow:visible;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	position:relative;
	float: left;
	height: 144px;
	width: 960px;
	position: relative;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inline;
	z-index:		4;
}
#company_info {
	position:relative;
	height: 105px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}



#phone_number {
	color: #036;
	width: 210px;
	float: left;
	height: 35px;
	text-align: right;
	margin-top: 30px;
	
}

#phone_number h2{
	font-size: 12px;
	color: #036;
	display: inline;
	font-weight:normal;
}
#navigation {
	position:relative;
	background-color: #C00;
	height: 24px;
	width: 790px;
	padding-top: 11px;
	padding-left: 170px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: inline;
	clear: both;
	float: left;
	z-index:6;
}


#content {
	height:auto;
	width: 960px;
	background-color: #FFF;
	z-index: 1;
}

#content ul {
	position: relative;
	color: #000;
	margin: 0;
	padding: 0;
}

#content li {
	color: #000;
	list-style-position: inside;
}

#product_info .product_name{
	color: #39c;
	display: inline;
}
#company_tagline {
	position:relative;
	float: left;
	height: 60px;
	width: 450px;
	text-align: center;
	padding-left: 50px;
	margin-top: 9px;
}
#search_and_share {
	float: left;
	position: relative;
	width: 410px;
	margin-left: 300px;
	height: 30px;
	display: inline;
}
#search input {
}

#share {
	float: right;
	width: 140px;
	margin-top: 6px;
}
#search {
	margin-top:3px;
	width: 260px;
	float: left;
	height: 30px;
}
#search input {
	margin-right: 4px;
	margin-left: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #CCC;
	color: #000000;
	background-color: #FFF;
}

#link_block {
	height: 110px;
	width: 298px;
}
#link_block img {
	position:relative;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}
#company_logo {
	position:relative;
	float: left;
	height: 100px;
	width: 223px;
}

#site_links {
	position:relative;
	background-color: #C00;
	height: 12px;
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
	clear: both;
}
#site_links p {
	color: #FFF;
}

#introduction p {
	font-size: 11px;
}
#company_tagline h1 {
font-size:22px;
	font-weight: normal;
	color: #036;
	display: inline;
}

#footer {
	position:relative;
	clear: both;
	width: 960px;
	height: 52px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-size: 11px;
}

#footer p {
	font-size:10px;
}

#copywrite {
	font-size: 9px;
	color: #CCC;
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align:center;
}
#copywrite p{
	color: #CCC;}

#brand_logos {
	position:relative;
	height: 45px;
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#footer p {
		font-size: 11px;
}
#footer img {
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
}
#navigation a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
#navigation a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}


/***************************** Nagiation Style ******************************/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 10;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;

	width:			10em; /* left offset of submenus need to match (see below) */
	list-style:		none;
}
.sf-menu ul li {
	width:			140px;
	list-style:		none;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	list-style:		none;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	z-index:		12;
	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	z-index:		14;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:	1em;
}
.sf-menu a {
	color:#ffffff;
	text-decoration:none;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 1em;
	padding-bottom: 0.75em;
	padding-left: 1em;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
		text-decoration:none;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 1em;
	padding-bottom: 0.75em;
	padding-left: 1em;color:#ffffff;
}
.sf-menu li {
	background:		none;
	z-index:		18;
}
.sf-menu li li {
	background:		#C00;
	z-index:		20;
}
.sf-menu li li li {
	background:		#C00;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	1em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		none;
	visibility:hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	visibility:hidden;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
	visibility:hidden;/* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	visibility:hidden;
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




/***************************** End Nagiation Style ******************************/


.columns a:link {
	color: #333; 
	text-decoration: underline;
}

.columns a:hover {
	color: #333; 
	text-decoration: underline;
}

.columns a:visitied {
	color: #333; 
	text-decoration: underline;
}
.columns a:active {
	color: #33; 
	text-decoration: underline;
}

.columns {
	position: relative;
	height:auto;
	min-height: 25%;
	_height: 25%;
	width: 300px;
	float: left;
	margin-left: 15px;
	padding-top: 10px;
	display: inline;
	background-color: #FFF;
	z-index: 3;
}
.columns img {
}



.double_wide_col {
	position: relative;
	height:auto;
min-height: 25%;
_height: 25%;
	width: 616px;
	padding-top: 10px;
	margin-left: 15px;
	float: left;
}

.double_wide_col td { padding:6px; } 

.columns h2 {
	position:relative;
	font-size: 18px;
	margin-bottom: 5px;
}


.youtube_stream {
	position:relative;
	height: 234px;
	width: 288px;
	margin-bottom: 8px;
	background-color: #CCC;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}

h1 .tag{
	font-size:22px;
	font-weight: normal;
	color: #036;
	display: inline;	
}
.double_wide_col h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.double_wide_col p {
	margin-bottom: 12px;
}

.columns img {
	z-index: 50;
	margin-bottom: 8px;
}
.side_links ul {
	height: auto;
	width: 200px;
	list-style-position: outside;
	position: relative;
	margin-left:1px;
	padding-left: 20px;
	color: #FFF;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}


.side_links ul li {
	color: #FFF;
	padding-bottom: 4px;
}
.side_links {
	height: auto;
	width: 299px;
	position: relative;
	background-image: url(images/line_repeat_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	color: #FFF;
	margin-left:1px;
	padding-top: 8px;
	padding-bottom: 15px;
	margin-bottom: 8px;
}
.side_links p, .side_links td {
	color: #FFF;
	padding-left: 10px;
}
.columns p {
	padding-bottom: 8px;
}

.columns table {
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.columns table tr td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}
.columns #product_info {
	height: auto;
	width: 300px;
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #39C;
	margin-bottom: 12px;
}
.columns h3 {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


.columns a:hover {
	color: #C00;
	text-decoration: none;
}
label {
	color: #C00;
	padding-right: 5px;
}
table input{
	color: #333;
	background-color: #FFF;
	border: 1px solid #999;
	padding: 2px;
	margin-bottom: 5px;
}
textarea {
	color: #333;
	background-color: #FFF;
	border: 1px solid #999;
	padding: 2px;
	margin-bottom: 5px;
}

.alt { background:#e0e0e0  }

.contactAlt { visibility:hidden;  }

.callout { font-size:15px; color:#CC0000; font-weight:bold; margin-top:10px; }

.stream {
	float:right;
            font-size:8px;
                       height: 65px;
            width: 105px;
            text-align:center;
}

.stream img {
            clear: both;
}

.stream p {
            font-size:10px;
            font-size:9px;
            width: 105px;
            display: inline;
}

.stream a:link, .stream a:hover, .stream a:visited, .stream a:active {
            font-size:9px;
            color:#999;
            text-decoration:underline;
}
#footer_copy {
	text-align:center;
	float:left;
	width:575px;
	height:auto;
	margin-left:200px;
}

.stream {
	float:right;
            font-size:8px;
                       height: 65px;
            width: 105px;
            text-align:center;
}

.stream img {
            clear: both;
}

.stream p {
            font-size:10px;
            font-size:9px;
            width: 105px;
            display: inline;
}

.stream a:link, .stream a:hover, .stream a:visited, .stream a:active {
            font-size:9px;
            color:#999;
            text-decoration:underline;
}
#footer_copy {
	text-align:center;
	float:left;
	width:575px;
	height:auto;
	margin-left:200px;
	color:#CCC;
}
.error {font-style: italic; color: #900;}
#quoteRequest p.error{font-style: italic; color: #900;}

