@charset "utf-8";
DIV{
   padding-bottom: 0px;
    border-right-width: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-top: 0px;
}
UL{
   padding-bottom: 0px;
    border-right-width: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-top: 0px;
}
LI{
   padding-bottom: 0px;
    border-right-width: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-top: 0px;
}
UL{
   text-transform: capitalize;
    list-style-type: none;
}
LI{
   text-transform: capitalize;
    list-style-type: none;
}
.nav{
   z-index: 1;
    position: relative;
    line-height: 42px;
    margin: 10px auto 0px;
    width: 100%;
    height: 42px;
    font-size: 12px;
}
.nav A{
   text-decoration: none;
}
.navmain{
   position: relative;
    padding-bottom: 0px;
    margin-top: 53px;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    padding-top: 0px;
}
#nav_all{
   z-index: 222;
    position: relative;
    line-height: 42px;
    float: left;
    height: 42px;
}
#nav_all LI{
   text-align: center;
    float: left;
}
#nav_all LI A{
   padding-bottom: 0px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 16px;
    display: inline-block;
    white-space: nowrap;
    height: 42px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    padding-top: 0px;
    _padding: 0 8px;
}
#nav_all LI A:hover{
   line-height: 42px;
    background: #c82126;
    height: 42px;
    color: #fff;
    overflow: hidden;
}

.navbg{
   width: 797px;
    background: url(/images/navbg1.gif) no-repeat center top;
    height: 331px;
}
#nav_all LI UL{
   z-index: 99;
    position: absolute;
    display: none;
    top: 40px;
    left: -6px;
}
#nav_all UL LI{
   background-image: none;
    padding-bottom: 0px;
    line-height: 32px;
    padding-left: 0px;
    padding-right: 0px;
    height: 32px;
    padding-top: 0px;
    font-size:12px; color:#fff;
}
#nav_all UL div{

    font-size:12px; color:#fff;
}
#nav_all UL div a{

    font-size:12px; color:#fff;
    height:21px;
    line-height:21px;
    background:none;
    padding:0;
}#nav_all UL div a:visited{

    font-size:12px; color:#fff;
    height:21px;background:none;  line-height:21px;    padding:0;

}
#nav_all UL div a:hover{

    font-size:12px; color:#fff;
    height:21px;background:none;  line-height:21px;    padding:0;
    text-decoration:underline;
}




.titleborder div {
	display:inline-block;
	background-color:#fff;
	padding:1px 12px;
	position:relative;
}
.titleborder div {
	color:#444;
	font-size:18px;
	top:10px;
	padding-left:0;
	font-family:open_sansbold;
	text-transform:uppercase;
}
.titleborder {
	position:relative;
	border-bottom:medium double #f6f6f6;
	margin-bottom:30px;
}
.btn,.btn:hover {
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.btn-primary {
	background-color:#e7402f;
}
.btn-primary:hover {
	background-color: #444;
}


