
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	background:#d1cfbd;
}

body {
	font: 10px Arial;
	color:#555555;
	min-width:1100px;
}

a {
	color:#1295cc;
	text-decoration:underline;
	outline:none;
}

a:hover {
	text-decoration:none !important;
	outline:none;
}

div, a, td, li, p, input, textarea {
	font-size:12px;
	line-height:16px;
	font-family: Arial;
	color: #555555;
	text-decoration:none;
}

h1 {text-align:center; margin:0 0 20px 0 ; font: bold 28px Arial; color:#747b07}

img { border: 0; }

.bottomMenu { padding-top: 4px; }

.bottomMenu a { color:#71effe }

.bottomMenu a:hover { text-decoration:underline; }

.bottomMenu, .bottomMenu a {
	color:#fff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.btnFacebook {
	display:block;
	float:left;
	width:118px;
	height:32px;
	background:url(../img/facebook.png) no-repeat;
	background-position:top center;
	padding:0 5px;
}

.btnFacebook:hover { background-position:bottom center; }

.btnTwitter {
	display:block;
	float:left;
	width:100px;
	height:32px;
	background:url(../img/twitter.png) no-repeat;
	background-position:top center;
	padding:0 5px
}

.btnTwitter:hover { background-position:bottom center; }

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.container {
	width:1100px;
	margin:0 auto;
	background: url(../img/bg_light.png) repeat-y;
	background-position:center top;
}

.content {
	width:1100px;
	margin: 0 auto;
	background: url(../img/bg_bottom.jpg) no-repeat;
	background-position:bottom;
}

.copyright {
	padding: 0;
	font-size: 9px;
	color:#fff;
	text-align:center;
}

.follow {
	padding-top:235px;
	padding-left:760px;
	width:305px;
	text-align:right;
}

.footer {
	width:1100px;
	height:165px;
	margin:0 auto;
	background: url(../img/bg_footer.jpg) no-repeat #d1cfbd;
	background-position:top center;
}

.head {
	width:1100px;
	height:290px;
	margin: 0 auto;
	background: url(../img/bg_head.jpg) no-repeat;
	background-position:top;
}

.inner_text {
	width:600px;
	padding:30px;
	margin:0;
	float:left;
	text-align:justify;
}

.innerWraper { padding:0 60px; }

.left_img {
	float:left;
	width:320px;
	text-align:center
}

.left_img img {margin:30px 0 0 0;}

.spacer10 { height:10px }

.top_menu {
	margin:0 auto;
	height:35px;
	width:979px;
	text-align:center;
	padding-left:1px
}

.price td {
	font-size:12px;
	line-height:18px;
	padding:2px 10px;
	font-weight:bold;
}

.price td a {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	border-bottom:dashed 1px #747b07
	}

.price tr.light td{background:#f8f8eb;}

.price th{background:#acaa34; color:#fff; font-size:14px; font-weight:bold}


/*================== Menu ===================*/

ul#cssmenu {
	margin: 0 auto;
	border: 0 none;
	padding: 0 0 0 80px;
	list-style: none;
	background: #a6a425;
	height: 35px;
	font: bold 14px "trebuchet MS", Arial;
}

ul#cssmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	height: 35px;
	margin-left:1px
}

ul#cssmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
}

ul#cssmenu ul:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#cssmenu ul li {
	width: 160px;
	height:35px;
	float: left;
	display: block !important;
	display: inline;
}

/* Main Menu */
ul#cssmenu a {
	border: 0px;
	padding: 0 15px;
	float: none !important;
	float: left;
	display: block;
	background: #a6a425;
	color: #FFFFFF;
	font: bold 18px "trebuchet MS", Arial;
	line-height:35px;
	text-decoration: none;
	height: auto !important;
	height: 1%;
}

/* Main Menu Hover */
ul#cssmenu a:hover, ul#cssmenu li:hover a, ul#cssmenu li.iehover a, ul#cssmenu a.active_menu {
	background: #747b07;
	color:#fff;
}

/* Second Menu */

ul#cssmenu li:hover li a, ul#cssmenu li.iehover li a {
	float: none;
	color: #FFFFFF;
	border-top:dotted 1px #fff;
	background: url(../img/bg_submenu.png);
	font-size:11px;
	font-weight:normal;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover, ul#cssmenu li:hover li:hover a, ul#cssmenu li.iehover li a:hover, ul#cssmenu li.iehover li.iehover a { background: url(../img/bg_submenu1.png); }

ul#cssmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 170px;
}

ul#cssmenu li:hover ul ul, ul#cssmenu li.iehover ul ul { display: none; }

ul#cssmenu li:hover ul, ul#cssmenu ul li:hover ul, ul#cssmenu li.iehover ul, ul#cssmenu ul li.iehover ul { display: block; }

.faq a {color:#1295cc}
.faq a:hover {text-decoration:underline} 

.faq_top {
	height:20px; text-align:right; border-bottom:dashed 1px #CCCCCC;}
