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


body {
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
@font-face {
	font-family: HelveticaNeueLTStd-ThCn;
	src: url('../fonts/HelveticaNeueLTStd-ThCn.otf');
}
@font-face {
	font-family: centaur;
	src: url('../fonts/centaur.ttf');
}
@font-face {
	font-family: kaufmann;
	src: url('../fonts/kaufmann.ttf');
}
a:link, a:visited {
	color: #d9a42c;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
}
p, li, table, h1, h2, h3, h4, h5, h6 {
	font-family: Calibri;
	padding: 5px;
}
p {
	font-size: 14px;
	color: #fff;
}
h1 {
	font-family: kaufmann;
	font-size: 60px;
	color: #FFF;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
}
h1 span {
	text-transform: uppercase;
	color: #edcb54;
	font-size: 30px;
	font-family: centaur;
}
h2 {
	text-transform: uppercase;
	color: #edcb54;
	font-size: 22px;
	font-family: centaur;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	color: #F00;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	font-family: century;
}
h4 {
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
}
blockquote {
	color: #959595;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/blockquote.png) top left no-repeat;
}
.checklist {
}
.checklist li {
	font-size: 14px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 22px;
	background: url(../images/item.png) 0 8px no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	list-style: none;
}
.itemlist {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.itemlist li {
	font-size: 16px;
	margin: 6px 0;
	padding-bottom: 6px;
	padding-left: 22px;
	background: url(../images/item.png) 0 10px no-repeat;
	color: #fff;
	border-bottom: 1px solid #333;
	line-height: 20px;
	list-style: none;
}
.catlist {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.catlist li {
	margin: 0;
	padding: 0;
}
.catlist li a {
	display: block;
	padding: 10px;
	margin: 0;
	background-color: #333;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	width: 200px;
	color: #fff;
	border-bottom: 1px solid #444;
	list-style: none;
	font-family: century;
}
.catlist li a:hover {
	background-color: #d00000;
	text-decoration: none;
}
#landing-page {
	margin: 130px 0 0 0;
	height: 450px;
	width: 100%;
}
#landing-page-div {
	width: 940px;
	min-height: 420px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-radius: 30px;
	padding: 0;
	background: rgba(0,0,0,0.7);
}
#hr-divider {
	width: 960px;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}
#hr-divider-btm {
	width: 960px;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 578px;
}
.landing_logo {
	margin: 100px auto;
	display: block;
}
#enter_btn {
	width: 91px;
	height: 50px;
	margin: 0 0 0 420px;
	padding: 0;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 553px;
	z-index: 1;
}
#header {
	position: absolute;
	top: 0;
	margin: 0;
	height: auto;
	width: 100%;
}
#header-div {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	background-color: #ffffff;
	height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 296px;
	height: auto;
	margin: 10px auto;
}
#head_right {
	float: right;
	width: 100px;
	height: 100px;
	margin: 10px 10px 10px 10px;
}
/*navigation*/
#menu {
	width: 750px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
#nav {
	min-width: 750px;
	height: 60px;
	background: rgba(0,0,0,0.7);
	border: 0;
	border-radius: 50px;
}
#nav ul {
	list-style: none;
	overflow: hidden;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/nav_seperater.png) right center no-repeat;
}
#nav a:link, #nav a:visited {
	display: block;
	width: auto;
	font-family: HelveticaNeueLTStd-ThCn;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 60px;
	padding: 0 40px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover, #nav a:active, #nav a.select {
	color: #E2BA43;
}
.home-icon {
	position: absolute;
	margin-top: -20px;
}
.mrg-nav {
	margin-left: 50px;
}
.align-left {
	float: left;
}
.width30 {
	width: 31%;
}
.width50 {
	width: 47%;
}
.margin-10 {
	margin: 10px;
}
/*navigation end*/
#banner {
	width: auto;
	height: auto;
	float: left;
	margin: 10px 10px 10px 10px;
}
#middle {
	width: 940px;
	height: 100%;
	float: left;
}
#mid_left {
	width: 470px;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#scroller {
	float: right;
	height: auto;
	width: auto;
	margin: 10px 40px 0 0;
}
#mid_right {
	width: 445px;
	height: 100%;
	float: right;
	margin: 10px 10px 10px 10px;
}
#mid_btm {
	width: 960px;
	height: 100%;
	float: left;
	margin: 5px 0;
}
#quates {
	width: auto;
	height: 100%;
	float: right;
	margin: 0 50px 0 0;
}
.lft-img {
	float: left;
	margin: 10px 10px 10px 0;
}
.rgt-img {
	float: right;
	display: block;
	padding: 5px 10px;
}
.quate-text {
	float: left;
	font-family: century;
	color: #FFF;
	font-size: 16px;
	margin-right: 10px;
	line-height: 18px;
}
.quate-text span {
	color: #F00;
	display: block;
	text-align: right;
}
/*CONTACT PAGE*/

#contact_detail {
	width: auto;
	height: auto;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
#map {
	width: auto;
	height: auto;
	float: left;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}
/*contact form*/
#contact_form {
	width: auto;
	height: auto;
	float: left;
	padding: 0;
}
#contact_form table {
	font-family: Calibri;
	font-size: 14px;
	color: #fff;
	padding: 10px;
	margin: 0;
}
#contact_form td {
	line-height: 20px;
	padding: 0 5px;
	width: auto;
	height: auto;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form textarea, #contact_form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px 3px;
	display: block;
	margin-bottom: 8px;
	background-color: #333;
	color: #777;
	border: none;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form textarea {
	width: 250px;
	text-transform: none;
}
#contact_form select {
	width: 172px;
	text-transform: capitalize;
}
#contact_form td input#btn {
	font-family: Calibri;
	display: block;
	float: left;
	width: 80px;
	height: 30px;
	margin: 0px;
	border: none;
	cursor: pointer;
	background-color: #edcb54;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
}
#contact_form td input#btn:hover {
	background-color: #FFF;
	color: #000;
}
/* contact form end */
/*CONTACT PAGE END*/

/*footer*/
#fotmain {
	height: 16px;
	width: 100%;
}
#footer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	line-height: 16px;
	padding: 0 10px;
}
#footer p {
	color: #555;
}
.fot_lefttext {
	float: left;
}
.fot_righttext {
	float: right;
}
/*footer end*/

.clr {
	clear: both;
}
