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

body {
	margin: 0px;
	background:#fff url(../images/bg.png) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#545454;
}

hr {
	height:1px;
	border:0 solid;
	border-bottom:solid 1px #eee;
	margin:20px 0px;
}

a {
	color:#ce3091;
	text-decoration:none;
	outline:hidden;
}

a:active {
	outline:hidden;
}

a:hover {
	color:#ce3091;
	text-decoration:underline;
}

a img {
	border:0;
}

.pink {
	color:#ce3091;
}

.img_left {
	float:left;
}

.img_right {
	float:right;
}

.cufon-loading h1 { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}

.cufon-loading h2 { /* for Cufon.replace('h2') */
	visibility: hidden !important;
}

.cufon-loading h3 { /* for Cufon.replace('h3') */
	visibility: hidden !important;
}

#container {
	width:960px;
	margin:0 auto;
}

#inner {
	width:100%;
	float:left;
	position:relative;
}

#header {
	height:101px;
	background:url(../images/header.png) no-repeat;
	position:relative;
}

ul#testimonials {
	margin:0;
	padding:0;
	list-style:none;
}

#testimonials {
	position:absolute;
	left:368px;
	width:350px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#666666;
	top:20px;
	height:80px;
	overflow:hidden;
}

li.testimonial {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	background:none;
	width:348px;!important
	height:80px;
	padding-right:20px;
	max-width:348px;
}

#testimonials .name {
	color:#ce3091;
}

#phone {
	position:absolute;
	right:27px;
	text-align:right;
	text-transform:uppercase;
}

#phone h2 {
	font-weight:100;
	font-size:28px;
	color:#666666
}

#phone h2 b {
	font-weight:800;
	color:#ce3091;
}

#menu {
	height:32px;
}

#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul {
	margin-left:27px;
}

#menu li {
	float:left;
}

#menu ul li.split {
	width:2px;
	height:32px;
	background:url(../images/menu_split.png) no-repeat;
}

#menu ul li a {
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	display:inline-block;
	background: url(../images/menu_bg.png) repeat-x;
	height:22px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	position:relative;
	line-height:12px;
}

#menu ul li a:hover, #menu ul li a.active {
	background:url(../images/menu-on.png) repeat-x;
	text-decoration:none;
	text-shadow: 0px 1px 1px #5c043a;
}

#menu ul.topnav li ul.subnav li a {
	background:none;
}

#menu ul.topnav li {
	margin: 0;	
	position: relative; /*--Declare X and Y axis base--*/
}

#menu ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	z-index:100;
	left: 0px; top: 32px;
	background: #F5F5F5;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 180px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #dbdbdb;
	border-top:0px;
}
#menu ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #dbdbdb; /*--Create bevel effect--*/
	border-top: 1px solid #fff; /*--Create bevel effect--*/
	clear: both;
	width: 180px;
	height:20px;
}

#menu ul.topnav li ul.subnav li.first{
	margin: 0; padding: 0;
	border-bottom: 1px solid #dbdbdb; /*--Create bevel effect--*/
	border-top: 0px; /*--Create bevel effect--*/
	clear: both;
	width: 180px;
}

#menu ul.topnav li ul.subnav li.last{
	margin: 0; padding: 0;
	border-bottom: 0px solid #dbdbdb; /*--Create bevel effect--*/
	border-top: 1px solid #fff; /*--Create bevel effect--*/
	clear: both;
	width: 180px;
}

html #menu ul.topnav li ul.subnav li a {
	float: left;
	width: 140px;
	background:#F5F5F5 url(../images/sub.png) no-repeat 8px center;
	padding-left: 25px;
	height:16px;
	padding-top:4px;
	color:#545454;
	font-weight:normal;
	font-size:10px;
}
html #menu ul.topnav li ul.subnav li a:hover, html #menu ul.topnav li ul.subnav li a.active { /*--Hover effect for subnav links--*/
	background: #D03895 url(../images/sub-on.png) no-repeat 8px center;
	color:#fff;
	text-shadow: 0px 1px 1px #5c043a;
}

#content {
	float:left;
	width:100%;
	background:url(../images/content_bg.png) repeat-y;
	padding-bottom:17px;
}

#content_left {
	width:10px;
	background:url(../images/left_bg.png) no-repeat;
	float:left;
	min-height:800px;
}


#content_right {
	width:10px;
	background:url(../images/right_bg.png) no-repeat;
	float:left;
	min-height:800px;
}

#main_col {
	padding-left:17px;
	padding-right:17px;
	width:609px;
	float:left;
	min-height:800px;
}

#main_col .body h1 {
	font-weight:100;
	font-size:26px;
	color:#ce3091;
	margin-bottom:12px;
}

#main_col .body h2 {
	font-weight:100;
	font-size:20px;
	color:#ce3091;
	margin-bottom:12px;
}

#main_col .body h3 {
	font-weight:800;
	font-size:12px;
	color:#ce3091;
	margin-bottom:6px;
	clear:both;
}

#main_col .body h4 {
	font-size:11px;
	margin-bottom:6px;
}

#main_col .body p {
	line-height:18px;
	text-align:justify;
	color:#4b4b4b;
	margin-top:0;
}

#main_col .location {
	width:50%;
	float:left;
}

#main_col .location p, #main_col .location h3 {
	text-align:center;
}

#main_col .logos {
	text-align:center;
}

#main_col .logos img {
	padding:0px 20px;
}

#main_col .address1 {
	width:50%;
	float:left;
	clear:left;
}

#main_col .address2 {
	width:50%;
	float:left;
	clear:right;
}

#contact_form {
	padding:10px 17px;
	background:#F5F5F5;
	border:solid 1px #E1E1E1;
	float:left;
	width:570px;
	clear:both;
	margin-bottom:20px;
}

#contact_form .left {
	width:280px;
	float:left;
}

#contact_form .right {
	width:288px;
	float:left;
}

#contact_form input, #contact_form textarea {
	background:#f4f4f4 url(../images/form_bg.png) repeat-x top;
	border:solid 1px #e1e1e1;
	color:#4b4b4b;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:6px;
}

#contact_form select {
	border:solid 1px #e1e1e1;
	color:#4b4b4b;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:6px;
}

#contact_form textarea {
	height:94px;
	width:280px;
}

#contact_form input {
	height:21px;
	width:238px;
}

#contact_form input.submit {
	background:#f4f4f4 url(../images/form_bg.png) repeat-x 4px;
	height:23px;
	width:58px;
	color:#ce3091;
	margin-top:10px;
	float:right;
}

#contact_form .form_split {
	height:10px;
	width:100%;
}

.gallery {
	float:left;
	margin:8px;
	border:solid 1px #eee;
}

.gallery:hover {
	text-decoration:none;
	border:solid 1px #CE3091;
}

.gallery .caption {
	background:#eee;
	text-align:center;
}

.gallery:hover .caption {
	background:#CE3091;
	color:#fff;
}

.gallery img {
	border:solid 1px #eee;
	padding:2px;
}

.gallery .before {
	float:left;
	padding:10px;
}

.gallery .after {
	float:left;
	padding:10px;
}

.gallery .testimonial {
	float:left;
	padding:10px;
}

.clear {
	clear:both;
}

.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#tabs {
	width:609px;
	position:relative;
	height:auto;
	padding-top:30px;
	margin-top:30px;
	min-height:200px;
	clear:left;
}

img.thumb {
	float:left;
	margin-right:20px;
	padding:2px;
	background:#fff;
	border:solid 1px #eee;
	margin-top:2px;
}

#tab_container {
	position:absolute;
	top:0px;
	left:2px;
	height:31px;
	width:100%;
	z-index:99;
}

#tabs ul, #tabs li {
	margin:0;
	padding:0;
	list-style:none;
}

#tabs li {
	float:left;
}

#tabs li a {
	float:left;
	display:inline-block;
	text-align:center;
	padding:0px 14px;
	height:24px;
	background:url(../images/tab-bg.png) repeat-x;
	position:relative;
	margin-right:4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#4b4b4b;
	font-size:12px;
	padding-top:7px;
}

#tabs li a .left {
	background:url(../images/tab-left.png) no-repeat;
	width:5px;
	height:31px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

#tabs li a .right {
	background:url(../images/tab-right.png) no-repeat;
	width:5px;
	height:31px;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}

#tabs li a:hover {
	background:url(../images/tab-on-bg.png) repeat-x;
	text-decoration:none;
}

#tabs li.ui-tabs-selected a {
	background:url(../images/tab-on-bg.png) repeat-x;
	color:#ce3091;
}

#tabs li a:hover .left, #tabs li.ui-tabs-selected a .left {
	background:url(../images/tab-on-left.png) no-repeat;
	width:5px;
	height:31px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

#tabs li a:hover .right, #tabs li.ui-tabs-selected a .right {
	background:url(../images/tab-on-right.png) no-repeat;
	width:5px;
	height:31px;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}

#tabs #tabs-1, #tabs #tabs-2, #tabs #tabs-3 {
	margin:0;
	padding:0;
	margin-top:1px;
}

#tabs .tab_body {
	background:url(../images/tabbed_area_bg.png) repeat-y;
	float:left;
	width:100%;
	position:relative;
	border-top:solid 1px #e1e1e1;
}

#tabs div.tab_body div.inner {
	background:url(../images/tabbed_area_bg_top.png) no-repeat top;
	float:left;
	width:575px;
	padding:17px;
}

#tabs .tab_footer {
	background:url(../images/tabbed_area_footer.png) no-repeat;
	height:17px;
	position:absolute;
	bottom:0;
	width:100%;
}

#tabs h2 {
	font-weight:100;
	color:#ce3091;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}

#tabs p {
	line-height:18px;
	color:#4b4b4b;
}

ul#banner {
	height:273px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
	margin-top:16px;
	max-width:609px;
}

ul#banner li {
	list-style:none;
	padding:0;
	margin:0;
	max-width:609px;
	float:left;
	display:block;
}

ul#banner li img {
	cursor:pointer;
}

#right_col {
	padding-right:17px;
	width:280px;
	float:left;
}

#enquiry {
	height:273px;
	margin-top:16px;
	position:relative;
	background:url(../images/side_bg.png) repeat-y;
}

#enquiry .header {
	background:url(../images/side_header.png) no-repeat;
	height:34px;
}

#enquiry .body {
	background:url(../images/side_bg_top.png) no-repeat top;
	float:left;
	width:100%;
	min-height:230px;
}

#enquiry .footer {
	position:absolute;
	z-index:99;
	bottom:0;
	background:url(../images/side_footer.png) no-repeat;
	height:6px;
	width:280px;
}

#enquiry form {
	padding:10px 17px;
}

#enquiry form input, #enquiry form textarea {
	background:#f4f4f4 url(../images/form_bg.png) repeat-x top;
	border:solid 1px #e1e1e1;
	color:#4b4b4b;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:6px;
}

#enquiry form textarea {
	height:74px;
	width:238px;
}

#enquiry form input {
	height:21px;
	width:238px;
}

#enquiry form input.submit {
	background:#f4f4f4 url(../images/form_bg.png) repeat-x 4px;
	height:23px;
	width:58px;
	color:#ce3091;
	margin-top:10px;
	float:right;
}

#enquiry form .form_split {
	height:10px;
	width:100%;
}

#finance {
	margin-top:16px;
}

#finance .header {
	background:url(../images/side_header.png) no-repeat top;
	height:32px;
}

#side_vid {
	height:273px;
	margin-top:16px;
	position:relative;
}

#side_vid .header {
	background:url(../images/side_header.png) no-repeat top;
	height:32px;
}

#side_vid .body {
	float:left;
	width:100%;
}

#right_col h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ce3091;
	margin:0;
	padding:0;
	padding-left:11px;
	padding-top:5px;
}

#right_col .get_in_touch {
	position:absolute;
	color:#858485;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	border-left:solid 1px #eaeaea;
	padding-left:10px;
	line-height:12px;
	top:11px;
	left:126px;
}

#right_col #side_vid .get_in_touch {
	left:146px;
}

#footer {
	height:113px;
	background:url(../images/footer_bg.png) repeat-x;
	clear:both;
}

#footer_inner {
	width:940px;
	margin:0 auto;
	background:url(../images/footer.png) no-repeat;
	height:113px;
	position:relative;
	color:#999999;
	font-size:11px;
}

#footer_inner .copyright {
	position:absolute;
	left:17px;
	top:76px;
}

#footer_inner .address1 {
	position:absolute;
	right:175px;
	top:36px;
}

#footer_inner .address2 {
	position:absolute;
	right:17px;
	top:36px;
}
