/* 	A.C. Investments StyleSheet
	Author: Christopher James (Crizza2000.com)
	Version: 2.0
	Created: 29th September 2006
	Revised: 4th April 2007
==============================================================*/

* {padding: 0; margin: 0;}
html {padding: 0; margin: 0;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}

h1	{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	padding: 10px 0 5px 0;
	
}

h2	{
	font-size: 1.3em;
	color: #913842;
	font-weight: normal;
	padding: 0 0 10px 0;
}

h3	{
	background: url(/images/dotted_line.gif) repeat-x 0 100%;
	padding: 5px 0 5px 0;
	color: #9f404e;
	margin: 0 0 8px 0;
}

h4	{
	font-size: 1.1em;
	color: #742834;
	padding: 5px 0 5px 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(/images/scanlines.jpg);
}

#container	{
	background: url(/images/container_bg.gif) repeat-y 0 0 #ffffff;
	width: 96%;
	margin: 0 auto 0 15px;
	height: 700px;
	min-height: 700px;
	min-width: 800px;
}

#header	{
	background: url(/images/header_house_03.gif) no-repeat 100% 0 #55884f;
	width: 100%;
	height: 67px;
	
}

.breadcrumbs {
	font-size: 0.85em;
	padding: 10px 0 0 0;
	
}

.breadcrumbs a {
	color: #6a242d;
}

#left	{
	background: url(/images/left.gif) no-repeat 0 0 #9e404d;
	position: absolute;
	left: 15px;
	width: 155px;
	height: 540px;
	color: white;
}

#right {
	width: 240px;
	background: url(../images/enquiry.gif) no-repeat 50% 0 #f0f0f0;
	border: 1px solid #cccccc;
	border-top: none;
	border-right: none;
	float: right;
	height: 100%;
	margin: 0 0 0 10px;
	padding: 10px;
}

#right p {
	padding: 0 0 7px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;

}

#right select, #right textarea, #right input {
	margin: 2px 0 0 0;
	font-size: 1em;
	padding: 2px;
}

#right input, #right textarea {
	width: 80%;
}

#right textarea {
	font-size: 1.1em;
}

#right label {
	font-weight: bold;
	color: #333;
}	

/* html #right {width: auto;}*/

.skip {display: none;}

/*Content
=================================================================================*/

#content	{
	padding: 0 0 0 180px;
	display: block;
	min-height: 1150px;
	border-right: 1px solid #cccccc;
	background: url(../images/container_bg.gif) repeat-y 0 0 #fff;

}

#content ol {
	margin: 10px 0 10px 25px;
}

#content img.home_pic	{
	display: block;
	float: left;
	padding: 13px 13px 13px 0;
}

#content p {
	line-height: 1.5;
}

#content table td {
	padding: 3px;
}

#content table {
	background-color: #FFF9F9;
	border: 1px dotted #990000;
}	

blockquote	{
	display: block;
	background: url(/images/quote_01.gif) no-repeat 3% 3%;
	min-height: 141px;
	height: auto;
	padding: 18px;
	background-color: #efefef;
	float: left;
	line-height: 1.3;
	font-size: 1.4em;
	color: #9e404d;
	font-family: georgia, "Times New Roman", serif;
	letter-spacing: -1px;
	text-align: center;
	vertical-align: middle;
	
}

blockquote .quote	{
	padding: 15px 0 0 0;
	float: left;
	height: auto;
	display: block;
	background: url(/images/quote_02.gif) no-repeat 97% 97%;

}

#content .bodytext
	{
	display: block;
	margin: 0 260px 0 0;
	height: auto;
	padding: 0 0 15px 0;
	line-height: 1.5;
	}

#content ul	{
	margin: 10px 0 10px 20px;
	list-style: square;
}	

#content ul li	{
	padding: 5px 0;
}

#content #contact_table	{
	
	width: 370px;
	font-size: 0.9em;
	color: #333333;
	border: 1px solid #cccccc;
	padding: 5px;
}


#content #contact_table_small	{
	width: auto;
	font-size: 0.8em;
	color: #333333;
	padding: 5px;
}

* html #content #contact_table_small {width: 250px;}
* html #contact_table_small .heading {width: 110px;}

#content #contact_table_small td {
	padding: 0 0 10px 0;
}

#nav_2 li a {
	color: #375c33;	
}

/* Links page */

p.linkman {
	margin: 5px 0 20px 0;
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #CCC;
}

#link_form {
	padding: 20px;
	width: 70%;
	border: 3px solid #913842;
}

#link_form legend {
	color: #913842;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px;
}

#link_form p {
	margin: 0 0 10px 0;
}

#link_form input, #link_form textarea {
	width: 90%;
	padding: 4px;
	border: 1px solid #913842;
}

#link_form input:hover, 
#link_form input:focus, 
#link_form textarea:hover,
#link_form textarea:focus, {
	border: 1px soild #006600;
	background-color: #FFFED5;
}

#link_form #desc {
	height: 80px;
}

#link_form #submit{
	width: auto;
	background-color: #EFEFEF;
}

.error {
	padding: 10px;
	margin: 8px 0;
	border: 1px solid red;
	background-color: #FFCACA;
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}


#content code {
	font-size: 0.9em;
	display: block;
	padding: 10px 0;
	color: #006600;
}

#content code textarea {
	width: 90%;
	height: 100px;
	padding: 2px;
}

/* Lists
===================================================================================*/

#left ul li {list-style: none;}

#left ul li a {
	display: block;
	color: #fff;
	padding: 3px 0 3px 10px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

* html #left ul li a {display: inline-block; width: 145px;} /* remove list gaps win IE 5+ */

/* auto current state on menu */

#left #active,
#left a:hover,
#left a:focus	{
	background-color: #6a242d;
}

/* Sitemap
======================================================================================*/

#sitemap a {
	color: #000;
	text-decoration: underline;
}

ul#sitemap {
	font-weight: bold;
}

ul#sitemap, ul#sitemap ul {
	list-style-type: none;
}

#sitemap {
	border-left: 6px solid #6a242d;
	padding: 0 0 0 10px;
}

#sitemap ul {
	border-left: 1px solid #6a242d;
	padding: 0 0 0 10px;
}

.sitemapBackoffice a {
	color: red;
	margin: 4px 0;
	font-weight: normal;
}

/* Footer
======================================================================================*/

#footer	{
	float: left;
	
	width: 100%;
	color: #9f404e;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/footer_fade.gif) repeat-x 0 0 #fcf3f4;
	border-bottom: 1px solid #9f404e;
	padding: 0 0 10px 0;
}

#footer #util_wrap {
	padding: 10px;
}

#footer .utils {
	float: left;
	width: 24%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
}

#footer .utils ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 3px 0;
	display: block;
}

* html #footer .utils ul li a {
	display: inline-block;
}

#footer .utils a {
	color: #9f404e;
	width: auto;
	margin: 0 0 3px 0;
	text-decoration:none; 
}

#footer .utils a:hover,
#footer .utils a:focus {
	text-decoration: underline;
}

#baseline_links {
	float: left;
	width: 100%;	
	text-align: center;
	background-color: #FFF;
	padding: 20px 0;
	
}

#baseline_links a {
	color: #666;
	font-size: 0.9em;
}

#disclaimer {
	font-size: 0.7em;
	color: #666;
}