html{
	height:100%;
}
body{
	margin:0;
	padding:0;
	position:relative;
	min-height:100%;
	min-width:960px;
	background:#fff url(../img/bg-page.gif) repeat-x 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
* html body{ 
	height:100%;
} 
img{
	display:block;
	border:none;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#page{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding-top:12px;
	padding-bottom:103px;
}
#header{
	width:100%;
	height:175px;
	overflow:visible;
	position:relative;
	background:url(../img/bg-header.gif) no-repeat;
}
#header h1{
	float:left;
	margin:17px 0 0 42px;
	overflow:hidden;
	height:98px;
	display:inline;
}
#header h1 a{
	float:left;
	width:130px;
	height:98px;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../img/logo.jpg) no-repeat;
}
#header .brands{
	float:left;
	width:507px;
	height:111px;
	overflow:hidden;
	padding:2px 0 0 43px;
}
#header strong{
	background:url(../img/phone.gif) no-repeat;
	display:inline;
	float:right;
	width:172px;
	height:25px;
	margin:45px 29px 0 0;
	overflow:hidden;
	text-indent:-9999px;
	padding-top: 10px;
}
#header div.top-bar{
	width:100%;
	overflow:hidden;
}
#header div.menu{
	width:100%;
	float:right;
	/*display:block;*/
	margin:17px 0 0;
	background:url(../img/bg-menu.gif) no-repeat;
}
#header ul#main-nav{
	padding:2px 0 0;
	margin:0 0 0 5px;
	overflow:hidden;
	list-style:none;
	display:inline;
	float:left;
}
#header ul#main-nav li{
	float:left;
	padding:0 0 0 2px;
	margin: 0 0px 0 0px;
	font:15px/38px Helvetica, Arial, sans-serif;
	background:url(../img/divider-menu.gif) no-repeat 0 0;
}
#header ul#main-nav li a{
	text-decoration:none;
	padding:0 18px;
	color:#224b83;
	display:block;
}
#header ul#main-nav li.active a,
#header ul#main-nav li a:hover{
	background:url(../img/bg-menu-hover.gif) repeat-x;
	color: #349ad4;

}
#header div.menu div.form{
	float:right;
	height:22px;
	overflow:hidden;
	padding:8px 0 0;
	width:273px;
}
#header div.menu div.form div.form-item{
	float:left;
}
#header div.menu div.form input.form-text{
	border:0;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	font:13px/18px Helvetica, Arial, san-serif;
	height:19px;
	background-color:#fff;
	padding:2px 5px 0;
	width:188px;
	color:#686868;
}
#header div.menu div.form input.form-submit{
	background:url(../img/btn-go.gif) no-repeat 0 0;
	width:40px;
	height:22px;
	border:0;
	float:left;
	margin:0 0 0 8px;
	text-indent:-9999px;overflow:hidden;font-size:0;line-height:0;cursor:pointer;padding:0;
}
/*content*/
#content-holder{
	float:left;
	width:100%;
	overflow:hidden;
}
#left-sidebar{
	width:210px;
	float:left;
}
#left-sidebar h3{
	margin:0;
	font-size:15px;
	line-height:18px;	
	color:#349AD4;
}
#left-sidebar div.box{
	width:210px;
	float:left;
	background:url(../img/sub-nav-mid.gif) repeat-y 0 0;
}
#left-sidebar div.box .top{
	width:100%;
	float:left;
	background:url(../img/sub-nav-top.gif) no-repeat 0 0;
}
#left-sidebar div.box .bot{
	width:180px;
	float:left;
	padding:0 15px 30px 15px;
	background:url(../img/sub-nav-bot.gif) no-repeat 0 100%;
}
#left-sidebar div.box h3{
	padding:3px 0 6px 7px;
	margin:16px 0 0;
	background:url(../img/bg-title.gif) no-repeat 0 100%;
}
#left-sidebar div.box ul#sub-nav{
	margin:17px 0 0;
	padding:0 6px;
	list-style:none;
	float:left;
}
#left-sidebar div.box ul#sub-nav li{
	float:left;
	/*width:168px;*/
	width:150px;
	font-size:13px;
	line-height:15px;
	margin:-1px 0 0;
	background:url(../img/bg-sub-nav-border.gif) repeat-x 0 0;
	position:relative;
}

#left-sidebar div.box ul#sub-nav ul#sec-subnav{
	margin-left:-20px;

}
#left-sidebar div.box ul#sub-nav li.first{
	background:none;
}

#left-sidebar div.box ul#sub-nav li.active a{
	color: #349ad4;
}

/*#header ul#main-nav li.active a,
#header ul#main-nav li a:hover{
	background:url(../img/bg-menu-hover.gif) repeat-x;
	color: #349ad4;

}
*/
#left-sidebar div.box ul#sub-nav li a{
	color:#606060;
	text-decoration:none;
	display:block;
	padding:7px 0;
}
#left-sidebar div.box ul#sub-nav li a.active,
#left-sidebar div.box ul#sub-nav li a:hover{
	/*color:#224b83;*/
	color: #349ad4;
}
/*drop*/
#left-sidebar div.box ul#sub-nav li.hover div.drop{
	display:block;
}
#left-sidebar div.box ul#sub-nav li div.drop{
	position:absolute;
	display:none;
	top:0px;
	left:163px;
	padding:0 0 0 20px;
	margin:0;
	list-style:none;
	width:210px;
	overflow:hidden;
	z-index:5000;
}
#left-sidebar div.box ul#sub-nav li div.drop ul{
	width:170px;
	overflow:hidden;
	padding:10px 20px;
	list-style:none;
	margin:0;
	background:url(../img/bg-drop-mid.gif) repeat-y 0 0;
}

#left-sidebar div.box ul#sub-nav li div.drop ul{
	padding-left:-20px;
}
#left-sidebar div.box ul#sub-nav li div.drop .drop-top{
	width:210px;
	float:left;
	padding:10px 0 0;
	background:url(../img/Untitled-1.gif) no-repeat 0 0;
}
#left-sidebar div.box ul#sub-nav li div.drop .drop-bottom{
	width:210px;
	float:left;
	padding:0 0 10px 0;
	background:url(../img/Untitled-2.gif) no-repeat 0 100%;
}
#left-sidebar div.contact{
	width:190px;
	float:left;
	padding:22px 0 0 20px;
	overflow:hidden;
}
#left-sidebar div.contact a{
	text-decoration:none;
	color:#349AD4;
	}
#left-sidebar div.contact p{
	margin:0;
	padding:10px 0 0;
	font-size:13px;
	line-height:16px;
}
#left-sidebar div.contact p a{
	color:#666;
	text-decoration:none;
}
#left-sidebar div.contact p a:hover{
	text-decoration:underline;
}
/*visual*/
#content-holder div.visual{
	width:960px;
	overflow:hidden;
	padding:0 0 16px 0;
}
#content{
	float:left;
	width:680px;
	overflow:hidden;
}
.internal{
	padding:13px 0 0;
	background:url(../img/bg-internal.gif) no-repeat 0 0;
}
#content-holder.internal #content{
	width:529px;
	padding:0 15px;
}
#content div.img{
	width:536px;
	margin:0 -5px;
	border:1px solid #c9ced1;
}
#content div.img img{
	border:3px solid #fff;
}
#content h2{
	margin:0;
	padding:20px 0 0;
	color:#224b82;
	font-size:16px;
	line-height:21px;
}
#content p{
	margin:0;
	font-size:13px;
	line-height:17px;
	padding:13px 0 0;
}
#content div.boxes{
	width:100%;
	overflow:hidden;
}
#content div.box{
	width:208px;
	margin:0 18px 0 0;
	overflow:hidden;
	float:left;
	background:url(../img/box-mid.gif) repeat-y 0 0;
}
#content div.box .top{
	width:100%;
	padding:10px 0 0;
	background:url(../img/box-top.gif) no-repeat 0 0;
}
#content div.box .bot{
	width:178px;
	padding:0 15px 20px 15px;
	background:url(../img/box-bot.gif) no-repeat 0 100%;
}

#content div.box h3{
	margin:0;
	font-size:19px;
	line-height:21px;
	padding:3px 0 11px 0;
	color:#224b82;
	text-align:center;
}

a.head{
	text-decoration:none;
	color: #349ad4;
}
#content div.box .image{
	border:1px solid #fff;
	width:177px;
	overflow:hidden;
}
#content div.box p{
	color:#224b82;
	font-size:13px;
	line-height:15px;
	padding:8px 0 8px 3px;
}
#content div.bot a.more{
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	color:#224b82;
	text-decoration:none;
	padding:0 15px 0 2px;
	background:url(../img/marker.gif) no-repeat 100% 60%;
}
#content div.box a.more:hover{
	text-decoration:underline;
}
#content .post{
	width:635px;
	padding:22px 50px 0 15px;
}
#content-holder.internal #sidebar{
	width:184px;
	overflow:visible;
}
#sidebar div.about{
	width:166px;
	padding:2px 8px 6px;
	border:1px solid #dce2e5;
	background:#fafbfb url(../img/bg-about-box.gif) repeat-x 0 0;
}
#sidebar div.products h3,
#sidebar div.about h3{
	font-size:13px;
	line-height:16px;
	padding:0;
}
#sidebar div.about p{
	margin:0;
}
#sidebar div.about p span{
	font-size:11px;
	line-height:18px;
	color:#838383;
	font-weight:bold;
}
#sidebar div.about div.form{
	width:166px;
	padding:17px 0 0;
	overflow:hidden;
}
#sidebar div.about div.form .form-item{
	width:166px;
	overflow:hidden;
	padding:0 0 6px;
}
#sidebar div.about div.form label{
	color:#666;
	float:left;
	font-size:12px;
	line-height:20px;
}
#sidebar div.about div.form input.form-text{
	border-top:1px solid #858585;
	border-right:1px solid #c1c1c1;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #c1c1c1;
	float:right;
	width:108px;
	height:17px;
	outline:none;
	padding:1px 3px 0;
}
#sidebar div.about div.form textarea.form-area{
	border-top:1px solid #858585;
	border-right:1px solid #c1c1c1;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #c1c1c1;
	float:right;
	height:47px;
	width:157px;
	margin:0;
	padding:3px 3px 0 4px;
}
#sidebar div.about div.form input.form-submit{
	background:transparent url(../img/btn-submit.gif) no-repeat 0 0;
	border:none;
	cursor:pointer;
	float:left;
	font-size:0;
	height:23px;
	width:77px;
	line-height:0;
	overflow:hidden;
	padding:0;
	text-indent:-9999px;
}
#sidebar div.products{
	width:121px;
	float:right;
	position:relative;
	z-index:1000;
	margin:13px 0 0;
	padding:9px 50px 15px 11px;
	border:1px solid #dce2e5;
	background:#fafbfb url(../img/bg-products.gif) repeat-x 0 0;
}
#sidebar div.chat{
	width:123px;
	margin-bottom:35px;
	position:relative;
	z-index:1000;
	height:75px;
}
#sidebar div.products p{
	margin:0;
	padding:4px 0 7px;
	font-size:12px;
	line-height:14px;
}
#sidebar div.products a{
	float:left;
}
#sidebar div.products a.product{
	position:absolute;
	z-index:2000;
	right:0;
	top:39px;
}
/*sidebar*/
#sidebar .flash{
	
	width:260px;
	height: 215px;
}
#sidebar{
	float:right;
	width:260px;
	overflow:hidden;
	margin-top:0px;
	padding-right:4px;
}
#sidebar .news{
	width:100%;
	overflow:hidden;
	padding:35px 0 24px;
}
#sidebar h3{
	margin:0;
	padding:0 0 0 0px;
	color:#349AD4;
	font-size:12px;
	line-height:16px;
}
#sidebar .news h3{
	border-bottom:1px solid #e2e2e2;
}
#sidebar .news h3 a{
	text-decoration:none;
	color:#2e5d8d;
}
#sidebar .news h3 a:hover{
	text-decoration:underline;
}
#sidebar .news ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#sidebar .news ul li{
	overflow:hidden;
	padding:12px 12px 22px 3px;
	background:url(../img/bg-news.gif) repeat-x 0 100%;
}
#sidebar .news h4{
	margin:0;
	width:100%;
	padding:0 0 3px 0;
	font-size:13px;
	line-height:16px;
}
#sidebar .news h4 a{
	color:#666;
	text-decoration:none;
}
#sidebar .news h4 a:hover{
	text-decoration:underline;
}
#sidebar .news p{
	margin:0;
	color:#8a8a8a;
	font-size:13px;
}
#sidebar .news ul li a.read-more{
	color:#4d4d4d;
	float:right;
	font-size:12px;
}
#sidebar .news a:hover{
	text-decoration:none;
}
.top-bar div.mail{
	background-image: url(../img/mail.gif);
	background-repeat: no-repeat;
	float:right;
	margin-top:3px;
	margin-right:10px;
	height:25px;
}
.top-bar div.mail a{
	font-size:15px;
	line-height:18px;
	color:#224b83;
	margin-top:3px;
	text-decoration:none;
	margin-left:38px;
}
.top-bar div.mail a:hover{
	text-decoration:underline;
}
/*footer*/
#footer{
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:103px;
}
#footer .inner{
	width:940px;
	overflow:hidden;
	margin:0 auto;
	padding:56px 10px 0;
	background:url(../img/bg-footer.gif) no-repeat 0 20px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#footer ul li{
	color:#838383;
	margin:0;
	float:left;
	margin:0 0 0 -1px;
	font:11px/40px Verdana, Arial, Helvetica, sans-serif;
	height:40px;
	overflow:hidden;
	background:url(../img/sep.gif) no-repeat 0 15px;
	padding:0 10px 0 10px;
}
*+html #footer ul li span{
	float:left;
}
*+html #footer ul li a{
	float:left;
}

#footer ul li.first{
	background:none;
}
#footer ul li a{
	color:#838383;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer ul li a img{
	display:inline;
	margin:5px 0 0 5px;
}

#psflash {
	margin-top: 6px;
}



