* {
	margin:0;
	padding:0;
}
body {
	background:#FFF url(images/bg.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
a img {	border:none;}
.no-bullet { list-style:none; margin: 0 0 20px; }
.no-bullet li { margin: 5px 0; }

.center { text-align: center;}

h1 {
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-size:27px;
	color:#131415;
	font-weight:normal;
	margin:0 0 20px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#000000;
	font-weight:normal;
	margin:0 0 15px;
}

p {
	line-height:20px;
	margin-bottom:15px;
}

#container {
	background:url(images/container-bg.png) center top no-repeat;
	margin:0 auto;
	padding:40px 0 0;
}
#logo {
	background:url(images/logo.png) no-repeat;
	width:535px;
	height:89px;
	margin:0 auto 0;
	display: block;
}

#topmenu {
	background:url(images/topmenu-bg.png) no-repeat;
	width:900px;
	height:35px;
	margin:30px auto 0;
	padding:0px 5px;
}
#topmenu ul {
	list-style:none;
}
#topmenu li {
	float:left;
	background:url(images/menu-bar.jpg) right center no-repeat;
}
#topmenu li a {
	display:block;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	padding:10px 25px 11px 15px;
}
#topmenu li a:hover {
	color:#313536;
}

#mainbox {
	background:url(images/pgbg.png) repeat-y;
	width:910px;
	margin:0 auto;
	padding:20px 0;
}
#sliderbox {
	background:url(images/slider-bg2.png) no-repeat;
	width:837px;
	height:270px;
	padding:19px 0 0 68px;
	position:relative;
	margin:10px 0 35px 5px;
}
#slider {
	background:url(images/slider-bg.png) no-repeat;
	width:910px;
	height:270px;
	margin: 0;
}

#conentbox {
	margin: 0;
	min-height: 350px;
}
#maincontent {
	float:left;
	padding:0 35px;
	width:500px;
}
#maincontent.single { width: 840px; }

#sidebar {
	float:right;
	width:265px;
	padding:0 35px 0 40px;
}

#footer {
	background:url(images/footer.png) no-repeat;
	width:910px;
	height:9px;
	margin:0 auto;
}

#footer-menu {
	width:910px;
	margin:20px auto 10px;
}
#footer-left {
	float:left;
}
#footer-right {
	float:right;
}
#footer-right ul {
	list-style:none;
}
#footer-right ul li {
	float:left;
	margin:20px 0 0;
}
#footer-right ul li a {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1E6EAE;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 20px;
}
#copyright {
	text-align:right;
	margin:80px 0 20px;
	font-size:11px;
	color:#333333;
}

.designed-by {
	margin-right: 20px;
}
.designed-by a {
	color: #333;
}

.clear { clear:both; }

.section { padding: 0 35px; display: block; overflow: hidden; }

.branch { padding: 20px; margin: 0 0 20px; background: #E2EDF6; }

.request-a-quote fieldset { margin-bottom: 10px; border: 0; }
.request-a-quote label { display: block; }
.request-a-quote fieldset input, .request-a-quote fieldset textarea { border: 1px solid #ccc; padding: 2px; }
.required { color: #c00; }

/* font style */
.dancing {
	font-family: 'Dancing Script', arial, serif;
	font-size: 120%;
}

/* colors */
.sky {
	color:#55C5FF;
}

/* testimonials */
.testimonial {
	border:1px solid #E2EDF6;
	padding:20px 20px 5px;
	position:relative;
	background:#E5F2FB url(images/quote_left.jpg) 10px 10px no-repeat;
}
.testimonial p {
	background:url(images/quote_right.jpg) right bottom no-repeat;
}
.testimonial .name {
	color:#1D517A;
	font-weight:bold;
}
.testimonial .desc {
	color:#666666;
	font-style:italic;
	font-size:11px;
}
.testimonial_link {
	text-align:right;
	margin:10px 0 0;
}
.testimonial_link a {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-align:right;
}


/* Gallery */
#gallery li { display: inline; }
#gallery li a { display: inline-block; margin: 0 20px 20px 0; }

/* Optin */
.optin { font-family: Arial, Helvetica, sans-serif; background: url(images/optin.jpg) no-repeat; width: 263px; height: 372px; margin: 0 -1px 20px -2px;}
.optin h3 { position: absolute; left: -999em; }
.optin label { display: block; font-size: 16px; color: #fff; }
.optin .text-field { border: 0; padding: 4px 3px; width: 230px; margin-bottom: 10px; }
.optin fieldset { padding-top: 200px; padding-left: 12px; border: 0;}
.optin .submit { margin-top: 3px;}

/* optin success message */
.success-message { background: #294; opacity: 0.7; color: #fff; font-weight: bold; position: absolute; top: 0; right: 0; width: 400px; padding: 5px; text-align: center; }