/* CSS Document */
@import url(tripoli.base.css); 
@import url(plugins/tripoli.visual.css);
/*@import url(plugins/tripoli.type.css);*/

 
/* CUSTOM STYLES */
html, body {
	background:url(../images/page_bg.png) repeat-x #222222;
}
div#container {
	background:#383838;
	width: 978px;
	border-right: 1px solid #646464;
	border-left: 1px solid #646464;
	border-bottom: 1px solid #646464;
}
.content {
	color: #BCBCBC
	}
.head-banner {
	color: #FFFFFF;
	background: #990000 url(../images/banner_bg.png) repeat-x;
	padding: 3px 3px 3px 20px;
	height: 28px;
	line-height: 28px;
	border-bottom: 4px solid #000000;
}
#footer {
	background: #222;
	clear: both;
	border-top:2px solid #000;
}
#footer .content {
	padding: 20px;
}
#primary {
	float: right;
	width: 40%;
	color: #FFFFFF;
	padding: 0 10% 0 0;
}
#secondary {
	color: #FFFFFF;
	width: 40%;
	padding: 0 0 0 10%;
}
.content a {
	color: #ffffff;
}
#secondary a {
	color: #cccccc;
}
#secondary a:hover {
	color:#ffffff;
}
#header .content {
	padding: 4px;
	color: #FFFFFF;
}
#primary .content, #secondary .content {
	padding: 0 20px;
	position: relative;
}
#primary h3, #secondary h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#footer-shadow {
	background: url(../images/page_shadow_btm.png) repeat-x;
	height: 10px;
	border-top: 1px solid #646464;
}
#shadow-container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/page_shadow_rgt.png) repeat-y 100%;
}
#page-outer {
	width: 990px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/page_shadow_rgt.jpg) repeat-y 100%;
}
#shadow-right {
	background: url(../images/page_shadow_toprgt.png) no-repeat 100% 0%;
	width: 990px;
}
#shadow-btm {
	background: url(../images/page_shadow_btm.png) no-repeat 100% 100%;
}
#main-menu {
	padding: 5px;
	height:24px;
}
#main-menu * {
	margin: 0px;
	padding: 0px;
}
#main-menu ul {
	list-style:none;
}
#main-menu li {
	float:left;
	height: 24px;
	border-right: 1px solid #999;
}
#main-menu a {
	padding: 0px 10px 0px 10px;
	line-height: 22px;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}
#main-menu li:hover {
	background: #000;
}
#main-menu .last {
	border: none;
}
#primary h2 span {
	position: absolute;
	width: 0px;
	left: -1000px;
	top: -200px;
}
#primary .content {
	padding-bottom: 0px;
}
#primary .content p {
	width: 330px;
}
.content .summary {
	font-size: .8em;
	line-height: 1.1em;
	width: 330px;
	border-bottom: 1px dashed #999;
	padding: 10px ;
}

/* 
---------------------------------*/
#footer .right {
	float: right;
	width: 60%;
	text-align: right;
}
.clearboth {
	clear: both;
}
.dark_square {
	border: 1px dotted #666;
}
.quote {
	font-size: 0.9em;
	line-height: 1.4em;
}
blockquote {
	color: #CCCCCC;
	font-size: .9em;
	line-height: 1.4em;
	background: url(../images/quote.jpg) no-repeat 0px 0px;
	padding-top: 16px;
	padding-left: 15px;
}
blockquote > *:first-child:before /* Tripoli bonus: pure CSS blockquote */
{
	content:no-open-quote;
}
#content-ticker {
	position: relative;
	height: 96px;
	clear: both;
}
#content-ticker img {
	position: relative;
	z-index: 50;
}
#content-ticker .text {
	position: absolute;
	z-index: 51;
	height: 25px;
	width: 792px;
	left: 166px;
	top: 61px;
	border-top: 2px solid #000000;
	padding: 4px 10px;
	background: url(../images/ticker_gdt.png) no-repeat 2px 0px;
	color: #999999;
	line-height: 25px;
	font-size: 12px;
}
.hidden {
	visibility: hidden;
}
#wide-heading {
	height: 148px;
	width: 868px;
	margin-left: 52px;
	margin-top: 20px;
	background: url(../images/enquiry_heading.png) no-repeat;
}
#wide-heading span {
	position: absolute;
	left: 0px;
	top: -200px;
}
form div {
	clear: left;
	padding: 1px 3px;
}
form div label {
	text-align: right;
	margin: 0 0 5px;
	padding: 3px 5px;
	width: 60px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.content form div input, .content form div textarea {
	margin: 0px;
	padding: 1px;
	width: 200px;
	height: 18px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #666666 solid;
	color:#cccccc;
}
form div.wide label {
	float: none;
}
.content form div.wide textarea {
	width:275px;
	height:100px;
	overflow:auto;
}
.content form fieldset {
	margin: 10px 0 10px 0;
	padding: 10px;
	color: #999999;
	border: 1px solid #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.content form legend {
	color: #999999;
	margin-bottom:0px;
}
.content form div em {
	font-size: 0.8em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.content form input.button {
	background: #4A4A4A;
	border: 1px solid #BCBCBC;
	color: #FFFFFF;
}
.content form input.button:hover {
	background: #3A3A3A;
}
div.error {
	background: #896767;
	border: 2px solid #B67774;
	color: #DFBFBF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.error strong {
	color: #E28383;
}
div.success {
	background: #4D6C44;
	border: 2px solid #528A44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DAE9D8;
}

