@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.fL {
	float:left;
}
.fR {
	float:right;
}
a {
	text-decoration:none;
}
p {
	line-height:20px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
input:focus {
	outline:0;
}
a:focus {
	outline:0;
}
.wrapper {
	margin:0 auto;
	width:1000px;
}
.header {
	background-color:#000;
	background-image:url(../images/header_background.png);
	background-position:center top;
	background-repeat:no-repeat;
	border-bottom:4px solid #c68417;
}
.call {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	margin-top:20px;
	background:url(../images/call.png) left center no-repeat;
	padding-left:19px;
	line-height:20px;
}
.email {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:20px;
	color:#fff;
	background:url(../images/email.png) left center no-repeat;
	line-height:20px;
	padding-left:19px;
	margin-right:20px;
}
.right_bot {
	background-color:#eaaf22;
	height:65px;
	margin-top:41px;
	display:block;
	width:840px;
}
ul.nav {
}
ul.nav li {
	float:left;
	padding:0px 32px;
}
ul.nav li a {
	display:block;
	padding:24px 0px 5px 0px;
	font-family:"Calibri";
	font-size:18px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #eaaf22;
}
ul.nav li a:hover {
	border-bottom:1px solid #fff;
	color:#fff;
}
ul.nav li a.active {
	border-bottom:1px solid #fff;
	color:#fff;
}
.content {
	text-align:center;
	margin:30px 0px;
}
.content h2 {
	color:#ff9c00;
	font-size:23px;
	font-weight:bold;
	margin-bottom:15px;
}
.content p {
	color:#000;
	font-size:15px;
	line-height:27px;
}
.services {
	background-color:#eaaf22;
	padding:25px 0px;
	height:800px;
}
.services h2 {
	text-align:center;
	background:url(../images/border.png) center center no-repeat;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
}
.cor {
	display:block;
	background-color:#000;
	color:#fff;
	padding:12px 0px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.contact {
	background:url(../images/contact_background.png) center top no-repeat;
	border-top:3px solid #ff7f00;
	height:254px;
	padding-top:32px;
}
.map {
	border:3px solid #eaaf22;
}
.content_left {
	width:400px;
	margin-left:10px;
}
.content_left h2 {
	font-size:30px;
	color:#000;
	border-bottom:2px solid #ff7f00;
	padding-bottom:4px;
	display:inline-block;
	margin-bottom:15px;
}
.content_left p {
	font-size:18px;
	color:#000;
	line-height:34px;
	padding-left:30px;
	background:url(../images/home_icon.jpg) left 5px no-repeat;
}
.phone {
	font-size:20px;
	color:#000;
	line-height:34px;
	padding-left:30px;
	background:url(../images/callus_icon.jpg) left 1px no-repeat;
}
.emai {
	font-size:20px;
	color:#000;
	line-height:34px;
	padding-left:30px;
	background:url(../images/message_icon.jpg) left 5px no-repeat;
}
.footer {
	background-color:#000000;
	padding:25px 0px;
}
.footer span {
	color:#fff;
	font-size:14px;
}
.footer span a {
	color:#eaaf22;
}
.footer span a:hover {
	text-decoration:underline;
}
.about_left {
	width:290px;
	padding:30px 0px;
}
.about_right {
	width:670px;
	padding:30px 0px;
}
.about_right h2, .about_left h2, .serv h2 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	padding-bottom:4px;
	display:block;
	margin-bottom:15px;
}
ul.services_our {
}
ul.services_our li {
}
ul.services_our li a {
	display:block;
	font-size:15px;
	background-color:#eaaf22;
	padding:13px 10px;
	font-weight:bold;
	border-bottom:1px dotted #fff;
}
ul.services_our li a.act2 {
	display:block;
	font-size:15px;
	background-color:#eaaf22;
	padding:13px 10px;
	font-weight:bold;
}
ul.services_our li a.act5 {
	background-color:#fe7e00;
	color:#fff;
}
ul.services_our li a {
	color:#000;
}
ul.services_our li a.act1:hover {
	background-color:#ff7f00;
	color:#fff;
}
ul.services_our li a.act2:hover {
	background-color:#ff7f00;
	color:#fff;
}
.about_right p {
	margin-bottom:10px;
	line-height:22px;
}
.serv {
	padding:30px 0px;
}
.event {
	padding:8px;
	box-shadow:0px 0px 5px #feb66f;
	margin-bottom:20px;
	border:1px solid #ff7f00;
}
.right_area {
	width:670px;
}
.right_area h2 {
	font-size:18px;
	color:#ff7f00;
	display:block;
	font-weight:bold;
	border-bottom:1px dotted #ff7f00;
}
.right_area p {
	line-height:22px;
}
ul.awards {
}
ul.awards li {
	float:left;
	padding:10px;
	border:2px solid #eaaf22;
	margin:8px;
}
.button {
	background-color:#f47920;
	padding:8px 20px;
	font-size:16px;
	color:#fff;
	cursor:pointer;
	margin-right:10px;
	border:none;
	margin-left:5px;
	margin-top:7px;
}
.button:hover {
	background-color:#000;
}
ul.offer {
	margin-top:-10px;
}
ul.offer li {
	list-style-type:square;
	margin-left:15px;
	color:#fe7e00;
	font-size:14px;
}
ul.offer li a {
	font-size:14px;
	color:#fe7e00;
	line-height:24px;
}
ul.enquiry {
}
ul.enquiry li {
	float:left;
	width:300px;
	margin:15px 15px 5px 15px;
}
ul.enquiry li span {
	color:#fe7e00;
	margin-bottom:10px;
	display:block;
	font-size:14px;
}
ul.enquiry li input.box {
	width:90%;
	padding:7px 10px;
}
h3 {
	background-color:#fe7e00;
	color:#fff;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
