@charset "utf-8";
/* CSS Document */
body,html,li,h1,h2,h3,h4,h5,ul,p,img,a { margin:0px; padding:0px; border:0px; outline:none;  
    
    font-family: 'PT Sans', sans-serif;
}

img,a { text-decoration:none; color:#900; }
.fonts {
font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'PT Sans Caption', sans-serif;
}

/*p { 
	font-family: 'PT Sans', sans-serif;
	font-size:13px; 
	text-align:justify;
	color:#333333;
	line-height:22px;
}*/
strong { color:#f4f4f4; font-size:14px; }
span { color:#900; font-size:15px; }

h1 { font-family: 'PT Sans Caption', sans-serif; font-weight:550; font-size:16px; color:#c20909;  line-height:35px; float:left; width:100%; }

h2 { font-family: 'PT Sans', sans-serif; font-size:14px; color:#959191; text-align:left; text-transform:uppercase;  }

.wrapper { width:100%; background:url(../images/bg.png) repeat; float:left;  border-top:10px solid #411313; }

.inner_wrapper { width:100%; margin:0 auto; background:#fff; }

.inner_box { width:100%; float:left; background:#fff; }

.header { width:100%; float:left; margin: 23px 0 10px 0; }

.logo { width:100%; float:left; }

.icon { width:100%; float:left; }

.icon li { /*float:left;*/ list-style:none; font-family: 'PT Sans', sans-serif; color:#333; padding: 13px 0 3px 0;   }

.icon_img { width:45px; float:left; }

.menu  { width:980px; float:left; background:url(../images/div.png) repeat-x; height:51px;  border-radius:7px 7px;  margin:0 2px 0 10px; overflow:hidden; }

.menu li:first-child{border-radius:7px 0px 0px 7px;}

.menu li { float:left; font-family: 'PT Sans', sans-serif; text-transform:capitalize; padding:12px 0 0 0px; list-style:none;   }

.menu li a { color:#fff; text-decoration:none; padding:12px 36px 17px 36px; }

.menu li a:hover { background:#411313; color:#fff;  }

.menu li a.active { background:#411313; color:#fff;  }

.banner { width:100%; float:left; height:auto; padding-top: 0; background: #cc3333; margin-top: 6px;;    }

.banner1 { width:100%; float:left; height:auto; padding:4px; }

.banner img { margin:0px 0px 0px -130px;  border-bottom:4px solid #ca373d; border-top:4px solid #ca373d; }

.content_area { width:100%; float:left; padding:20px; }

.content_box { width:100%; float:left; background:url(../images/black.png) no-repeat bottom #fff; border:1px solid #f5f5f5; padding:20px 20px 50px 20px; border-bottom:none; }

.content_bottom { width:956px; float:left; background:url(../images/black.png) repeat;  z-index:-3; position:relative; }

.gallery { width:100%; float:left; /*padding:10px 18px 9px 25px;*/}

.footer_wrapper { width:100%; margin:0 auto;  }

.footer_top { width:100%; float:left; background:url(../images/footerbg.png) repeat-x;  }

.footer { width:100%; float:left; }

.footer_left { width:100%; float:left;  padding:10px 0 10px 10px; }

p { font-family: 'PT Sans', sans-serif; color:#333333; text-align:justify;  font-size:13px; line-height:18px; padding:5px 0; }

.footer_box { width:170px; float:left; padding:0 0 0 30px; }

.footer_box1 { width:171px; float:left; }

.footer_box li {  font-family: 'PT Sans', sans-serif; text-transform:capitalize; list-style:none;  font-size:12px;  }

.footer_box li a { color:#959191; text-decoration:none; line-height:22px; }

.footer_box li a:hover { color:#fff;  }

.footer_right { width:100%; float:right; padding:10px 0 0 0; }

.index_inner { float:left; width:100%; }

.map { width:100%; float:right; /*margin:-16px 0 0 2px;*/ }

.content_left { width:900px; float:left; }

.content_left table tr td  {   padding:15px; border:1px solid #eee; }

#contactform {
	
	width: 450px;
	padding: 20px;
	background: #f0f0f0;
	overflow:auto;	
	border: 1px solid #cccccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;		
	}
	
	.field{margin-bottom:7px;}
	
	label {
	font-family: Calibri; 
	text-shadow: 2px 2px 2px #ccc;
	display: block; 
	float: left; 	
	margin-right:10px; 
	text-align: right; 
	/*width: 120px;*/ 
	line-height: 25px; 
	font-size: 13px; 
	}
	
	.input{
	font-family: Arial, Verdana; 
	font-size: 15px; 
	padding: 5px; 
	border: 1px solid #b9bdc1; 
	width: 100%; 
	color: #797979;	
	}
	
	.input:focus{
	background-color:#E7E8E7;	
	}
	
	.textarea {
	height:150px;	
	}
	
	.hint{
	display:none;
	}
	
	.field:hover .hint {  
	position: absolute;
	display: block;  
	margin: -30px 0 0 455px;
	color: #FFFFFF;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 0.6);
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	}
	
	.button{
	float: left;
	margin:10px 55px 10px 0;
	font-family:Calibri;
	line-height: 1;
	padding: 2px 10px;
	cursor:pointer;   
	color: #fff;	
	text-align: center;
	text-shadow: 0 -1px 1px #9d4a16;	
	background: #34100e;
	background: -moz-linear-gradient(top, #9d4a16 0%, #34100e 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9d4a16), to(#34100e));
  	border: 1px solid #9d4a16;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 1px 0 0 #9d4a16;
	-webkit-box-shadow: inset 0 1px 0 0 #9d4a16;
	box-shadow: inset 0 1px 0 0 #9d4a16;
	
	}
	
	.button:hover {
	background: #9d4a16;
    cursor: pointer;
	}
	
	
	/* ------------------ Gallery -------------------------*/
	
.gallery{
	/*margin:20px 5px 0px -7px;*/
}
.gallery li{
	padding:5px 15px 5px 15px;
	float:left;
	list-style:none;
}
.gallery li img{
	/*border:5px solid #cfcdcd;*/
	height:120px;
}
.gallery li img:hover{
	/*border:5px solid #b3dbf6;*/
}

.table{float:left;}

table tr td {color: #333333;
font-size: 12px;font-family: 'PT Sans', sans-serif; line-height:22px; padding-bottom:10px; padding-left:5px; padding-right:5px;}

.list{float:left; width:100%; color: #333333;
font-size: 13px;font-family: 'PT Sans', sans-serif; line-height:22px;}
.list li{float:left; list-style-position:inside; width:100%;text-align: justify;  }

.color_gray{color:#333333;}
.font_wei{font-weight:bold;}
.table_head{color:#c20909 !important; font-weight:bold; text-align:center;}

.map_div{float:left; width:100%; padding-top: 29px;}


.color_bright{color:#959191 !important; padding:0 !important; margin:0;}


.color_red{color:#c20909;}

#menu_panel {
float: left;
width: 100%;
height: auto;
margin: 5px 0 0 0;
/*background-image: url(../images/div.png);*/
background-repeat: repeat-x;
background-color:#b00808;
}

.img_wid{width:150px; height:ll0px; border:2px solid #990606;}
.list_icon li{list-style:disc; font-family: 'PT Sans', sans-serif; color:#333333;  font-size:13px; line-height:22px; margin-left:15px;}

.bar_wid{width:100%; height:auto; background:#be0808; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; font-family:Verdana, Geneva, sans-serif; color:#FFF; font-size:13px; font-weight:bold; text-align:center; padding:7px;}
.box{width:100%; float:left; height:auto; background:#FFF; border:2px solid #999; box-shadow:1px 1px 6px #666666; -webkit-box-shadow:1px 1px 6px #666666; -moz-box-shadow:1px 1px 6px #666666; margin-top:10px; font-family:Verdana, Geneva, sans-serif; color:#1a1a1a; font-size:12px; font-weight:bold; padding:8px 0px 8px 0px;}




li.pad-left{ padding:0 10px 0 10px}
.rounded{}























@media screen and (max-width: 768px) {

#menu_panel{
    float: left;
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
    background-image: url(../images/div.png);
    background-repeat: repeat-x;
}

ul #nav{

    background-color: black;
}
}