@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background:#252525;
	font-family:Verdana, Arial, Tahoma;
	font-size:13px;
	line-height:18px;
}
img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
::selection {
	background-color: #cb140d;
	color: #fff;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background:#000;
}
 strong{
	 font-family:Arial, Verdana, Tahoma, "Times New Roman";
	 font-weight:bold;
 }
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#CCCCCC;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#999999;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#CCCCCC; 
}
::-webkit-scrollbar {
    width: 10px;
}
ul, li, form, h1, h2, h3, h4, h4, h6{
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
h1{
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin-bottom: 13px;
	border-bottom: 1px solid #929292;
	padding-bottom: 20px;
	width: 62%;
	margin-top: 9px;
	text-align: left;
	font-family: avandgrand;
}
h2{
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin-bottom: 13px;
	padding-bottom: 20px;
	margin-top: 9px;
	text-align: left;
	font-family: avandgrand;
}
h3{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
	border-bottom: 1px solid #929292;
	padding-bottom: 20px;
	margin-top: 9px;
	text-align: left;
	font-family: avandgrand;
}
h4{
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #3CF;
}
h6{
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: normal;
	padding-left: 14px;
	margin-top: auto;
	color: #FFF;
	background: #e52c15;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 96%;
	margin-bottom: auto;
	margin-left: 8px;
	margin-right: auto;
}
brown{
	color:#b64300;
}
black{
	color:#000;
}
@font-face
{
	font-family:avandgrand;
	src: url('../fonts/avgrand.TTF');
}
a{
	outline:none;
}
.clear{
	clear:both;
}
a img{
	outline:none;
	border:none;
}
.more{
	width: 100%;
	/* [disabled]height:30px; */
	text-align: right;
	line-height: 30px;
	margin-top: 19px;
}
.more a{
	text-decoration: none;
	color: #fff;
	background: #000;
	border-radius: 70px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
.more a:hover{
	color:#000;
	background:#bc0606;
}
.home_image{
	display:none;
}
#buttons{
	float:left;
	top:6px;
	width:100%;
}
/******TABLE******/
.faqtable {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #898989;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.faqtable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.faqtable tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.faqtable table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.faqtable table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.faqtable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.faqtable tr:hover td{
	
}
.faqtable tr:nth-child(odd){ background-color:#ffffff; }
.faqtable tr:nth-child(even)    { background-color:#ffffff; }.faqtable td{
	vertical-align:middle;
	
	
	border:1px solid #898989;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.faqtable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.faqtable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.faqtable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.faqtable tr:first-child td{
	border:0px solid #898989;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Arial;
	color:#000;
}
.faqtable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.faqtable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/*-------------------------------------------------------------------*/


