html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	}
:focus {
	outline: 0;
	}
body {
	color: black;
	background: white;
	}
html, body {
	height:100%;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
*.cb{
	clear:both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#ffffff top repeat-x url('/images/bg.jpg');
	color:#7e7e7e;
	margin:0;
	padding:0;
}
h1{
	color:#383838;
	font-size:28px;
	padding:15px 0px 5px 0px;
	}
h2{
	color:#383838;
	font-size:26px;
	padding:15px 0px 5px 0px;
	}
h3{
	color:#383838;
	font-size:22px;
	padding:15px 0px 5px 0px;
	}
h4{
	color:#383838;
	font-size:18px;
	padding:15px 0px 5px 0px;
	}
h5{
	color:#383838;
	font-size:16px;
	padding:15px 0px 5px 0px;
	}
h6{
	color:#383838;
	font-size:14px;
	padding:15px 0px 5px 0px;
	}
.bottom_line{
	padding-bottom:10px;
	border-bottom:1px #d2d2d2 solid;
	}
small{
	font-size:11px;
	}
b, strong{
	font-weight:bold;
	}
i, em{
	font-style:italic;
	}
p{
	padding:15px 0px 5px 0px;
	line-height:19px;
	}
.fleft{
	float:left;
	}
.fright{
	float:right;
	}
.alignright{
	float:right;
	margin: 3px 0px 10px 10px;
	}
.alignleft{
	float:left;
	margin: 3px 10px 10px 0px;
	}
#content img{
	border:4px #EFEFEF solid;
	}
#content img.noimgborder{
	border:none;
	}
#content ul, ol{
	position:relative;
	margin:10px 0px;
	}
#content ul li, ol li{
	padding:5px 0 0 5px;
	margin:0 0 0 30px;
	}
#content ul li{
	list-style-type:disc;
	}
#content ol li{
	list-style-type: decimal;
	}
#features_wrap ul, ol{
	position:relative;
	margin:0px 0px;
	}
#features_wrap ul li, ol li{
	padding:5px 0 0 0px;
	margin:0 0 0 30px;
	}
#features_wrap ul li{
	list-style-type:disc;
	}
#features_wrap ol li{
	list-style-type: decimal;
	}
#content table{
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
	}
#content table tr th{
	background-color:#5B5B5B;
	color:#FFF;
	padding:5px;
	text-align:center;
	border:1px #d6d6d6 solid;
	}
#content table{
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
	}
#content table tr th{
	background-color:#5B5B5B;
	color:#FFF;
	padding:5px;
	text-align:center;
	border:1px #d6d6d6 solid;
	}
#content table tr td{
	padding:5px;
	text-align:left;
	border:1px #d6d6d6 solid;
	}
#main_container{
	width:960px;
	margin:0px auto 0px auto;
	display:block;
	min-height:100%;
	}
#clearfooter{
	height:66px;
	border:0;
	margin:0;
	padding:0;
	}	
#header_wrap{
	position:relative;
	display:block;
	width:960px;
	height:95px;
	margin:0px 0px 0px -50px;
	background:top left no-repeat url('/images/logo.jpg');
	}
#logo_link{
	position: relative;
	display:block;
	width:240px;
	height:95px;
}
#client_login{
	float:right;
	position:relative;
	height:49px;
	padding:0px 50px 0 80px;
	margin:20px 0 0 0;
	color:#FFF;
	}
#meta_login{
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:11px;
	}
#client_login #loginform #un,#client_login #loginform #ps{
	width:145px;
	height:16px;
	background:left no-repeat url('/images/login_field_bg.png');
	border:0px;
	padding:5px 10px;
	}
#client_login #loginform #loginsubmit{
	position:absolute;
	top:0px;
	right:0px;
	width:50px;
	height:26px;
	background:left no-repeat url('/images/login_bt.png');
	border:0px;
	cursor:pointer;
	}
#client_login label.client_label{
	font-size:12px;
	position:absolute;
	left:0px;
	top:6px;
}
#menu_wrap {
	display:block;
	width:960px;
	height:49px;
	margin:15px 0 0 0;
	z-index:1;
	}
#menu_wrap  a.current{
	}
#search{
	float:right;
	position:relative;
	height:49px;
	padding:0px 50px 0 0;
	}
#search #searchform #s{
	width:150px;
	height:16px;
	background:left no-repeat url('/images/search_field_bg.png');
	border:0px;
	padding:5px 10px;
	color:#666;
	}
#search #searchform #searchsubmit{
	position:absolute;
	top:0px;
	right:0px;
	width:50px;
	height:26px;
	background:left no-repeat url('/images/search_bt.png');
	border:0px;
	cursor:pointer;
	}
#banner_wrap{
	width:960px;
	height:355px;
	margin:30px auto;
	}
#banner{
	width:960px;
	height:275px;
	background:top center no-repeat url('/images/banner_corners_top.jpg');
	color:#FFF;
	font-size:16px;
	}
#banner_bottom{
	position:relative;
	width:925px;
	height:60px;
	font-size:27px;
	padding:20px 0px 0px 35px;
	color:#FFF;
	}
#description{
	width:430px;
	display:inline;
	z-index:100;
	float:left;
	}
#description h2{
	color:#FFF;
	}
#slideshow2 ul li{
	  display:block;
	  width:420px;
	  height:220px;
	  padding:30px 30px 0 30px;
	  float:left;
	}
#imgs{	  
  position:relative;
  width:445px;
  float:right;
  height:245px;
  display:block;
  right:20px;
  top:22px;
  }	
#banner_wrap .prev, #banner_wrap .next{
	display:block;
	width:35px;
	height:51px;
	cursor:pointer;
	}
#banner_wrap .prev{
	position:absolute;
	z-index:100;
	top:210px;
	left:-95px;
	background:top center no-repeat url('/images/nav_left.png');
	}
#banner_wrap .next{
	position:absolute;
	z-index:100;
	top:210px;
	left:-60px;
	background:top center no-repeat url('/images/nav_right.png');
	}
#banner_bottom #learn_more{
	position:absolute;
	width:173px;
	height:50px;
	background:top center no-repeat url('/images/learn_more_bt.png');
	top:15px;
	right:230px;
	}
#banner_bottom #contact{
	position:absolute;
	width:173px;
	height:50px;
	background:top center no-repeat url('/images/contact_bt.png');
	top:15px;
	right:30px;
	}
#content_wrap{
	width:960px;
	margin:30px 0px;
	background:top center no-repeat url('/images/content_bg.jpg');
	}
#content{
	width:580px;
	margin:25px 20px 25px 25px;
	float:left;
	display:inline;
	}
.services_table {
	border:0px!important;
	margin-top:0px;
	padding-top:0px;
	}
.services_table tr td{
	border:10px #FFF solid!important;
	background-color:#eaeaea!important;
	padding:10px!important;
	}
.services_table tr.heading td{
	padding:20px!important;
	text-align:center;
}
.product{
	border-bottom:1px #CCC solid;
	padding-bottom:30px;
	margin-top:10px;
	}
.product table{
	width:580px!important;
	border:0px!important;
	}
.product table tr td{
	vertical-align:top;
	border:0px!important;
	}
.product table tr td.image img{
	border:0px #EFEFEF solid!important;
	}	
.product table tr td.break{
	width:10px;
	}
.product table tr td.description{
	vertical-align:text-top;
	}
.product table tr td.description img:hover{
	}
.product .read_more_product{
	float:right;
	width:120px;
	height:30px;
	background:top center no-repeat url('/images/read_more_product.jpg');
	padding-left:10px;
	}
.product .buy_now{
	float:right;
	width:120px;
	height:30px;
	background:top center no-repeat url('/images/buy_now.jpg');
	padding-left:10px;
	}
.post{
	padding:25px 0px 10px 0px;
	border-bottom:1px #d2d2d2 dotted;
	}
.postmeta {
	width:560px;
	padding:5px 10px;
	background-color:#EFEFEF;
	}
.postmeta a{
	padding:0px 10px;
	}
span.red{
	color:#F00;
	}
.message{
	display:block;
	width:80%;
	padding:10px;
	margin:0px auto;
	border:1px #999 solid;
	text-align:center;
	font-size:16px;
	}	
#commentForm { 
	width: 563px;
	}
#commentForm label.error { 
	width: 250px; text-align:left;  color: #F00; font-size:12px;
	}
#commentForm label.error{
	display:block;
	}
#commentForm input.submit:hover { 
 	background-color:#000000;
	}	
table.quote-form {
	margin:20px 0px;
	}
table.quote-form tr td{
	border:0px!important;
	}
table.quote-form tr td.field-name{
	width:150px;
	padding:12px;
	text-align:right;	
	}
table.quote-form input, table.quote-form select, table.quote-form textarea{
	width:330px;
	background-color:#F2F2F2;
	border:1px #C5C5C5 solid;
	padding:5px;
	}
table.quote-form select{
	width:342px;
	background-color:#F2F2F2;
	}
table.quote-form textarea{
	width:330px;
	height:200px;
	background-color:#F2F2F2;
	border:1px #C5C5C5 solid;
	padding:5px;
	}
table.quote-form .submit{
	width:79px;
	height:30px;
	display:block;
	border:0px;
	padding:0px;
	cursor:pointer;
	}
table.quote-form .submit:hover{
	}	
#sidebar{
	width:285px;
	margin:25px 25px 25px 20px;
	float:left;
	display:inline;
	}
#sidebar .submenu {
	margin-bottom:40px;
	}
#sidebar .submenu a{
	display:block;
	padding:10px;
	border-bottom:1px #d2d2d2 solid;	
	}
#sidebar .submenu ul ul li{	
	padding-left:20px;
	}
#sidebar .submenu ul ul ul li{	
	padding-left:40px;
	}
#sidebar .submenu ul ul a{
	padding:6px;
	border-bottom:none;
	}
#sidebar .submenu ul ul{	
	border-bottom:1px #d2d2d2 solid;	
	}	
#sidebar .submenu ul ul ul a{
	padding:6px;
	border-bottom:none;
	}
#sidebar .submenu ul ul ul{	
	border-bottom:none;	
	}	
#sidebar .sidebar_block{
	margin-bottom:40px;
	}	
#sidebar .mediaheading{
	background:top left no-repeat url('/images/icon-media.png');
	padding-left:45px;
	padding-top:5px;
	height:41px;
	border-bottom:1px #d2d2d2 solid;
	}
#sidebar .contactheading{
	background:top left no-repeat url('/images/icon-mail.png');
	padding-left:45px;
	padding-top:5px;
	height:41px;
	border-bottom:1px #d2d2d2 solid;
	}
#sidebar .locationheading{
	background:top left no-repeat url('/images/icon-location.png');
	padding-left:45px;
	padding-top:5px;
	height:41px;
	border-bottom:1px #d2d2d2 solid;
	}
#bedrock_wrap{
	position:relative;
	width:960px;
	margin:30px auto;
	background: repeat-y url('/images/bedrock_bg.jpg');
 	}
.bedrock_corners_top{
	top:0px;
	left:0px;
	display:block;
	width:960px;
	height:9px;
	background:center top  no-repeat url('/images/bedrock_corners_top.jpg'); 
	}
.bedrock_corners_bottom{
	bottom:0px; 
	left:0px;
	display:block;
	width:960px;
	height:37px;
	font-size:11px;
	text-align:right;
	background:center  top no-repeat url('/images/bedrock_corners_bottom.jpg');
	}	
#features_wrap{
	position:relative;
	width:960px;
	background: repeat-y url('/images/features_bg.jpg');
 	}
.features_corners_top{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:960px;
	height:9px;
	background:center top  no-repeat url('/images/features_corners_top.jpg'); 
	}
.features_corners_bottom{
	position:absolute;
	bottom:0px; 
	left:0px;
	display:block;
	width:960px;
	height:37px;
	font-size:11px;
	text-align:right;
	background:center  top no-repeat url('/images/features_corners_bottom.jpg');
	}
.features_block_left{
	width:285px;
	margin:25px 20px 37px 25px;
	float:left;
	display:inline;
	}
.features_block_center{
	width:260px;
	margin:25px 20px 19px 20px;
	float:left;
	display:inline;
	}
.features_block_right{
	width:285px;
	margin:25px 25px 37px 20px;
	float:left;
	display:inline;
	}
.features_block_left h4{
	background:top left no-repeat url('/images/icon-pencil.png');
	padding-left:45px;
	padding-top:5px;
	height:41px;
	padding-bottom:20px;
	}
.features_block_center h4{	
	padding-left:5px;
	padding-top:5px;	
	height:26px;
	}
.features_block_right h4{
	background:top left no-repeat url('/images/icon-talk.png');
	padding-left:45px;	
	padding-top:5px;
	height:41px;
	}
.features_block_left a{
	display:block;
	color:#7E7E7E;
	padding:15px 10px!important;
	border-top:1px #d2d2d2 solid;
	}
.features_block_left a:hover{
	background-color:#E5E5E5;
	}
.features_footer_left{
	width:285px;
	height:27px;
	padding:12px 20px 0px 25px;
	float:left;
	display:inline;
	}
.features_footer_center{
	width:260px;
	height:27px;
	padding:12px 20px 0px 20px;
	float:left;
	display:inline;
	}
.features_footer_right{
	width:285px;
	height:27px;
	padding:12px 25px 0px 20px;
	float:left;
	display:inline;
	}
.clear{
	width:960px;
	height:1px;
	clear:both;
	}
#clients_wrap{
	width:855px;
	height:53px;
	margin:30px auto;
	padding-left:105px;
	background:top left no-repeat url('/images/clients_label.jpg');
}
#clients_wrap ul#clients li img{
	margin:0px 10px;
	}
#footer_container{
	height:16px;
	width:100%;
	padding:20px 0px 30px 0px;
	margin: -66px auto 0 auto;
	}
#footer_container a{
	}	
#footer_container a:hover{
	}	
#footer{
	position:relative;
	width:960px;
	margin:0px auto;
	}
#footer_menu{
	position:absolute;
	top:0px;
	right:0px;
	}
#footer_menu a{
	display:inline-block;
	padding:0px 15px;
	}
a{
	color:#5198E6;
	text-decoration:none;
	}
a:hover{
	color: #04304B;
	
	}
.template_color{
	color:#5198E6;
	}
#client_login #loginform #un,#client_login #loginform #ps{
	color:#5198E6;
	}
#menu_wrap  a.current,#menu_wrap  a:hover{
	color:#3a8dd0;		
	}
.sf-menu li li {
	border-top:		1px solid #ffffff;
}
.sf-menu li li li {
	background:		#c8c8c8;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#3a8dd0;
}
#banner_wrap{
	position:relative;
	background-color:#81b1e6;
	}
#banner_bottom{
	background:#002a45 bottom center no-repeat url('/images/banner_corners_bottom.jpg');
	}
.services_table tr.heading td{
	background-color:#5198E6!important;
	color:#FFF;
}
.product table tr td.description img:hover{
	border:4px #FFFF00 solid!important;
	}
.message{
	color:#FFF;
	background-color:#5198E6;
	}	
table.quote-form .submit{
	background-color:#5198E6;
	color:#FFF;
	}
table.quote-form .submit:hover{
	background-color:#00436D;	
	}	
#footer_container{
	background:#222222 top repeat-x url('/images/footer-bg.gif');
	color:#666666;
	}
#footer_container a{
	color:#666666;
	}	
#footer_container a:hover{
	color:#ffffff;
	}	
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit;
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;

}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em;
	z-index:		99;

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em;
	top:			0;
}
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;
	top:			0;
}
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-right:	0px solid #FFFFFF;
	padding: 		.8em 1em;
	text-decoration:none;
	color:#515151;
}
.sf-menu a, .sf-menu a:visited  {
	color:			#515151;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#c8c8c8;
}
.sf-menu li li li {
	background:		#c8c8c8;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#ddd;
	outline:		0;
}
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em;
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/arrows-ffffff.png') no-repeat -10px -100px;
}
a > .sf-sub-indicator {
	top:			.8em;
	background-position: 0 -100px;
}
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;
}
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
.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 {
	background-position: -10px 0;
}
.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;
}