body,html{font-family: 'Roboto Condensed', sans-serif;background:#F3F7F9;color:#505058;}
input,button,textarea,select{font-size:100%;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */}
#header{
width:100%;
height:115px;
background:#fff;
}
.topbar{
width:1000px;
height:115px;
background:#fff;
margin:0px auto;
}
.logo{
width:250px;
height:115px;
/* background:#fff; */
float:left;
}

.logo img{margin-top:35px;}


.menubar{
background:#fff;
width:740px;
height:115px;
float:left;
}
.menubar > .nav{
	position:relative;
	float:left; 
/*	margin-top:0px; 
	padding-left:0px; */
	list-style:none; 
	color:#505058 ; 
	line-height:115px; 
	/*display:inline-block;*/ 
	z-index:1000;  
	background:#FFF;
}
.menubar > .nav > li{
	position:relative;
	float:left; 
	cursor:pointer; 
	height:115px;
        line-height:115px;
        /*padding:0px 0px 0px 0px;*/
	border-left:1px solid #EAEAEA;	
}
/*.menubar > .nav > li:first-child{
	padding:0px 15px 0px 15px;
}*/
.menubar > .nav > li:last-child{
	border-right:1px solid #EAEAEA;
}
.menubar > .nav > li > a { 
        margin:0px;
        height:115px;
        line-height:115px;
        padding:0px 17px;
        display:block;
        color:#505058;
        text-decoration:none;
	}

.menubar > .nav > li.active { 
	background:#F52626;
        color:#fff;
	}
.menubar > .nav > li:hover { 
	background:#F52626;
        color:#fff;
	}
.menubar > .nav > li > a:hover {
	background:#F52626;
        color:#fff;
	}
/* sub-menus*/
.menubar > .nav > li > ul { 
	position:absolute;
	left:0px; 
	top:0px; 
	margin-top:115px; 
	padding:0;
	line-height:2; 
	background-color:#FFF ;
	display:none; 
	}
.menubar > .nav > li:hover > ul { 
	display:block;
	}
.menubar > .nav > li > ul > li{ 
	padding: 0px 0px 0px 0px;
	width:250px; 
	display:block;
	border-top: 1px solid #EAEAEA;
	} 
.menubar > .nav > li > ul > li > a {
	text-decoration:none;
	padding: 5px 15px 5px 15px;
	display:block; 
	color:#505058;  
	}
.menubar > .nav > li > ul > li:hover { 
	background-color:#F52626;
	}
.menubar > .nav > li > ul > li  > a:hover { 
	color:#fff;  
	}
/*submenu end*/
.social{
background:#fff;
width:070px;
height:115px;
float:right;
display:none;
}

.social ul{margin:0px;margin-top:45px;list-style:none;}
.social ul li{margin:0px;float:right;}
.social ul li a{margin:0px;padding-left:15px;display:block;color:#505058;text-decoration:none;}

#bgbar{
width:100%;
height:360px;
background:#fff url(bgbar.png) repeat-x left top;
border-bottom:1px solid #D8DBDD;
}

#homecontent{
width:100%;
background:#fff;
border-top:1px solid #D8DBDD;
margin-top:0px;
position:relative;
}

.content{
width:1000px;
background:#fff;
margin:0px auto;
padding:10px 0px;
padding-bottom:0px;
position:relative;
}
.sidebar{
width:280px;
height:100%;
float:left;
}
.quick{
margin:10px 0px;
width:100%;
}
.quick td{padding-top:5px;}
.quick input, .quick textarea, .quick select, .quick textarea {outline:none;background:#fff;border:1px solid #bababa;padding:2px 5px;}
.quick input:hover, .quick textarea:hover, .quick select:hover {outline:none;background:#fff;border:1px solid #8f8f8f;}
.quick input:focus, .quick textarea:focus, .quick select:focus {outline:none;background:#fff;border:1px solid #5c5c5c;}
.quick label{width:300px;margin-top:5px;padding:5px 0;float:left;font-size:13px;}
.quick label span{color:#d24726;font-size:12px;}
.quick input.text{width:267px;height:18px;float:left;}
.quick input.dis{background:#e6e6e6;color:#999;}
.quick input.submit{border:none;background:#F52626;color:#fff;font-size:11px;padding:8px 25px;font-weight:bold;cursor:pointer;margin:0px;}
.quick input.submit:hover{background:#D2340E;float:left;text-align:left;}
.quick select.gr{padding:0px;font-size:11px;}

.full{width:100%;}

.leftcontent{
clear:both;
width:690px;
min-height:600px;
float:left;
height:auto;
margin-right:30px;
}

.content h2{
font-size:18px;
padding:10px 0px;
color:#505058;
border-bottom:1px solid #E7E7E7;
}

.content p{
font-size:16px;
padding:10px 0px;
color:#505058;
line-height:180%;
}

.prolist{width:100%;margin:20px 0;}
.prolist td{padding-right:20px;}
.prolist h3{background:#000;color:#fff;padding:5px;font-size:12px;}
.prolist ul{margin:0px;padding:10px;list-style:none;background:#f1f1f1;margin-bottom:20px;}
.prolist ul li{padding:5px 0px;font-size:14px;background:url(li.png) no-repeat left center;padding-left:15px;}

#footer{
width:100%;
height:80px;
background:#F3F7F9;
border-top:1px solid #ECEEEF;
}
.footbar{
width:1000px;
height:80px;
margin:0px auto;
}
.flogo{
width:250px;
height:80px;
float:left;
}
.flogo img{margin-top:15px;}

.copy{
width:300px;
height:80px;
float:right;
}

.copy ul{margin:0px;margin-top:25px;list-style:none;}
.copy ul li{margin:0px;float:right;font-size:12px;color:#666;}
.copy ul li a{margin:0px;padding-left:0px;display:block;color:#505058;text-decoration:none;display:inline;color:blue;}


.probox{
margin:10px 0px;
padding:0px 0px;
border-bottom:1px solid #ccc;
background: #F1F1F1;
float:left;
width:690px;
}


.probox h3{margin:0px;font-size:15px;color:#fff; background:#000;padding:5px 10px;}
.probox p{font-size:13px;padding:10px;}


/* styled boxes */
.info, .error, .notice, .success {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
	font-size: 13px;
}
p.error {
	border: none;
}
.info strong, .error strong, .notice strong, .success strong {
	font-size: 16px;
}
.message-box-wrap {
	border: 0px solid #fff;
	padding:10px;
}
.info {
	color: #4a84bc;
	border-color: #c6e3ff;
	background-color: #e6f3ff;
}
.error {
	color: #bd6767;
	border-color: #f1bdbd;
	background-color: #ffdddd;
}
.notice {
	color: #a79a30;
	border-color: #d7d099;
	background-color: #f6f2d2;
}
.success {
	color: #1ea133;
	border-color: #a9ecb4;
	background-color: #dffbe4;
}
.close-but {
	width: 10px;
	height: 10px;
	float: right;
	border: none;
	margin: 5px;
	background: url(../images/elements/icon-remove.png) no-repeat center top;
}