/**
 *	Image Blinds
 *  Base Screen Styles
 *	
 *	@author:	Shan Moorthy <shan at imagin8 dot com>
 *	@date:		20/10/2008
 */

:focus {
	outline: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	background: white;
}

div#wrapper {
	width: 980px;
	margin: 0px auto;
}

p {
	font-size: 1.1em;
	margin: 0;
	padding: 10px 0px;
}

p.service_area {
	text-align: center;
}


div#footer {
	padding-top: 22px;
	height: 32px;
	text-align: center;
}

div#footer ul{
	display: inline;
	padding: 0;
	margin:0;
}

div#footer li{
	display: inline;
}

div#footer a {
	font-size: 1.1em;
	margin: 0px 17px;
	color: #a08989;
	text-decoration:none;
}

div#footer a.visited,
div#footer a.active,
div#footer a.link,
div#footer a.hover {
	color: #a08989;
}

div#content {
	width: 980px;
	background-color: #edeae4;
}

div#feature {
	background: url(/images/placeholders/bg1.jpg) top left no-repeat;
	position: absolute;
	height: 361px;
	width: 980px;
	border-bottom: 10px solid white;
}

div#content_inner {
	position: relative;
	width: 980px;
	overflow: hidden;
	background: url(/images/interface/content_bg_overlay.png) top left no-repeat;
	color: #602424;
	font-size: 1.1em;
}

div#content_main {
	float: left;
	width: 566px;
	padding: 20px 20px 0px 20px;
	font-size: 1.1em;
}

div#content_side {
	margin-top: 13px;
	margin-left: 606px;
}

div#header {
	margin:0px 5px 15px 10px;
	width:965px;
	height: 120px;
}

div#header h1 {
	margin: 0;
	display: block;
	float: left;
	height: 120px;
	width: 114px;
}

div#header h1 a {
	display: block;
	height: 120px;
	width: 114px;
	text-indent: -9999px;
	background: url(/images/interface/logo.gif) bottom left no-repeat;
}

div#header h2.slogan {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 456px;
	height: 83px;
	background: url(/images/interface/header_h2.gif) bottom left no-repeat;
}

div#header h2.slogan {
	margin: 0;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 456px;
	height: 83px;
	background: url(/images/interface/header_h2.gif) bottom left no-repeat;
}

div#header h2.slogan {
	margin: 0px 0px 0px 5px;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 456px;
	height: 83px;
	background: url(/images/interface/header_h2.gif) bottom left no-repeat;
}

div#header ul.quicklinks{
	padding: 0;
	margin:0;
	color: #946f6f;
	height: 40px;
	width: 382px;
	float: left;
}

div#header li{
	list-style: none;
	float: left;
	background: url(/images/interface/header_li_bg.gif) left 50% no-repeat;
	padding: 0px 7px;
	margin-top: 12px;
	font-size: 1.1em;
}

div#header li.home{
	background: none;
	padding-left: 0;
}

div#header li.quicksearch{
	background: none;
	padding: 0 0 0 16px;
	margin: 0;
	width: 229px;
	height: 40px;
}

div#header li form {
	width: 229px;
	height: 40px;
	float: left;
}

div#header li form input {
	margin-top: 9px;
	float: left;
}

div#header li form input.input_query{
	padding: 3px 5px;
	margin-right: 2px;
	border: none;
	height: 14px;
	width: 152px;
	background-color:#e3d8d8;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #756c69;
}

div#header h2.contact {
	margin: 0;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 364px;
	height: 17px;
	padding-bottom: 26px;
	background: url(/images/interface/header_h2_contact.gif) top left no-repeat;
}

div#slidey {
	width: 349px;
}

div#sme_block {
	background:	url(/images/interface/bg_sme_block.gif) top left no-repeat;
	float: left;
}

div#sme_block a{
	width:				143px;
	height:				118px;
	text-indent:		-9999px;
	display:			block;
	padding-right:		6px;
}

div#subnav {
	float: left;
	width: 200px;
	background: #743434;
/*	padding: 13px 0px; */
	overflow: hidden;
}

div#subnav a {
	color: white;
	text-decoration: none;
	font-size: 1.1em;
	padding: 4px 10px 4px 17px;
	display: block;
	background: url(/images/interface/ul.gif) 10px 10px no-repeat;
}

div#subnav a.visited,
div#subnav a.active,
div#subnav a.link {
	color: white;
}

div#subnav a:hover {
	background: #b79694 url(/images/interface/ul.gif) 10px 10px no-repeat;
}

div#subnav .ctoc_children a {
	background: url(/images/interface/ul.gif) 27px 10px no-repeat;
	padding-left: 34px;
	color: white;
}

div#subnav .ctoc_children a.visited,
div#subnav .ctoc_children a.active,
div#subnav .ctoc_children a.link {
	color: white;
}

div#subnav .ctoc_children a:hover {
	background: #b79694 url(/images/interface/ul.gif) 27px 10px no-repeat;
}

div#subnav .ctoc_children .ctoc_children a {
	background: url(/images/interface/ul.gif) 44px 10px no-repeat;
	padding-left: 51px;
}

div#subnav .ctoc_children .ctoc_children a:hover {
	background: #b79694 url(/images/interface/ul.gif) 44px 10px no-repeat;
}

div#subnav .ctoc_children .ctoc_children .ctoc_children a {
	background: url(/images/interface/ul.gif) 61px 10px no-repeat;
	padding-left: 68px;
}

div#subnav .ctoc_children .ctoc_children .ctoc_children a:hover {
	background: #b79694 url(/images/interface/ul.gif) 61px 10px no-repeat;
}

div#subnav .ctoc_item0 {
	font-weight:bold;
}

div#slidey_container {
	position: absolute;
	overflow:hidden;
	margin-left: 25px;
}

div#content_side_inner {
	padding-top: 375px;
}


h2.book_now {
	font-size: 1px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	width:269px;
	height: 20px;
	float: left;
	background: url(/images/banners/h2_booknow.gif) bottom left no-repeat;
}

body.homepage div#content_inner_homepage a.book_now_link,
div#content_side_inner a.book_now_link {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 68px;
	float: left;
	text-indent: -9999px;
	background: url(/images/banners/h2_a_booknow.gif) no-repeat;
}

body.homepage div#content_inner_homepage a.book_now_link:hover,
div#content_side_inner a.book_now_link:hover {
	background-position: 0 -20px; 
}
	
div#content_inner a.back_to_top {
	display: block;
	float: right;
	height: 20px;
	width: 86px;
	text-indent: -9999px;
	background: url(/images/buttons/back_to_top.gif) 0 0 no-repeat;
	margin-right: 14px;
}

div#content_inner a.back_to_top:hover {
	background-position: 0 -20px; 
}

div#content_inner hr {
	margin: 11px 20px 18px 20px;
	color: #cbc6c0;
	background-color: #cbc6c0;
	border: 0;
	height: 1px;
}

div#content_inner ul.locations {
	height: 20px;
	padding: 0px;
	list-style-type: none;
	margin: 0;
	text-align: center;
}

div#content_inner ul.locations li {
	width: auto;
	display: inline;
	padding-left: 14px;
	background: url(/images/interface/ul_locations.gif) 0px 1px no-repeat;
}

div#content_inner ul.locations li.first {
	padding-left: 0px;
	background: none;
}

div#content_main a,
div#content_main a.visited,
div#content_main a.active,
div#content_main a.link,
div#content_main a.hover {
	color :#3c5ca2;
}

div#header a,
div#header a.visited,
div#header a.active,
div#header a.link,
div#header a.hover {
	color: #946f6f;
	text-decoration: none;
}

body.homepage div#content_inner {
	background: none;
}

body.homepage div#content_inner_homepage {
	padding: 0px 20px 0px 20px;
}

body.homepage div#content_inner_homepage div#book_now{
	margin: 20px auto 0px auto;
	width: 337px;
}

div#content_main table a img {
	padding: 14px 9px 14px 9px;
	background: #f8f7f4;
	border: 1px solid #d8cfc6;
}

div#content_main ol li {
	padding-bottom: 10px;
}

body.p39045 div#content_main table td {
	text-align: center;
}

a.gallery_tile img {
	padding: 14px 9px 14px 9px;
	background: #f8f7f4;
	border: 1px solid #d8cfc6;
	display: block;
	height: 97px;
	width: 102px;
}

a.gallery_tile {
	display: block;
	margin: 32px;
	width: 120px;
	height: 160px;
	float: left;
	text-align: center;
	text-decoration: none;
}

a.gallery_tile h3 {
	text-decoration: none;
	font-size: 1em;
	color :#3c5ca2;
}

body.p3370 table tbody tr td {
	display: block;
	margin-bottom: 40px;
}
/*
body.p3370 table tbody tr td p {
	background: white;
}

body.p3370 table tbody tr td p.from {
	background: red;
	text-align: right;
	margin-right: 50px;
	padding-right: 50px;
}
*/

body.p39045 a.gallery_tile h3 {
	color: #602424;
}

div#content_main a.pdf_link img {
	display: none;
}

div#content_main a.pdf_link {
	text-decoration:none;
	background: url(/images/pdf_small.gif) 0px 0px no-repeat;
	padding: 3px 0px 5px 30px;
}

#sitemap .category,
#sitemap .item,
#sitemap .document {
	padding-top: 5px;
	display: block;
}
