/* CSS Document */

/* Body and Universal Reset */

* {
	margin: 0;
	padding: 0;
}

body {
	background:#322f30;
}

#container {
	margin:0 auto;
	width: 934px;
	border-top:solid #9EB3B2 5px;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:1px;
}

img {
	border: none;
}

/* Typography */


/* Header */

#header {
	width: 934px;
	height:165px;
	background: #FFF;
}

#header div{
	float:left;
	color:#0161C0;
	font-size:18px;
	line-height:30px;
	margin:33px 0 0 35px
}

.logo{
	float:left;
	margin:19px 0 0 17px;
}

.crimsafeLogo{
	float:right;
	margin:37px 41px 0 0
}


/* Banners */

#banners{
	float:left;
	width: 934px;
	margin-top:17px
}

.flashBanner{
	border:solid #000 6px;
	float:left;
	height:194px
}

.requestQuote{
	float:right;
}


/* Main Navigation */

#mainNav {
	height:33px;
	padding-top:14px;
	float:left;
}

#mainNav li {
	list-style:none;
	display:inline;
	float:left;
	margin:0 8px 0 7px
}

#mainNav li a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

#mainNav li a:hover, #mainNav li a.down{
	color:#0161C0;
	text-decoration:none
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	background:url(/images/backgrounds/shadow_top.gif) repeat-x #FFF;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.sideLogos{
	padding:16px 10px 0 10px;
	width:240px;
}

.sideLogos img{
	float:left;
	margin:0 0 35px 0
}

.sideLogos img.noMargin{
	float:right;
	margin:0 0 20px 0
}


/* Content */

#content {
	float:left;
	width:657px;
	background:url(/images/backgrounds/shadow_top.gif) repeat-x #FFF;
	border-top:solid white 1px;
	border-bottom:solid white 1px;	
}

#content p, #content table, #content ul, #content ol {
	margin:0 0 18px 0;
}

#content ul li, #content ol li{
	margin-bottom:8px;
}

#content ul {
	margin-left:15px;
}

#content ol {
	margin-left:19px;
	*margin-left:22px;
}

.copy{
	padding:22px 22px 0 22px;
	float:left
}

.bottomShadow{
	background:url(/images/backgrounds/shadow_bottom.gif) repeat-x;
	height:14px;
	width:100%;
	margin-top:-6px;
	float:left
}

.testimonial{
	width:613px;
	float:left
}

.testimonial img {
	border:solid #CCC 3px;
	float:left;
	margin:3px 15px 0 0;
}


/* Home Page Product Boxes */

#products{
	float:left;
	width:934px;
	margin-top:17px
}

#products a{
	float:left;
	text-align:center;
	margin:0 32px 0 0;
	width:161px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

#products a:hover{
	color:#0161C0;
	text-decoration:none
}

#products a.last{
	margin:0;
}

#products img{
	border:solid #000 6px;
	float:left;
	margin-bottom:4px
}


/* Footer */

#footer {
	clear: both;
	width:934px;
	text-align:right;
	font-size:11px;
	color:#FFF;
	margin-top:20px;
	float:left;
	padding-bottom:15px
}

#footer li {
	display: inline;
	list-style: none;
	margin:0 5px 0 0;
}

#footer li a{
	margin:0 8px 0 0;
}

#footer li.last, #footer li.last a {
	margin:0;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

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

#footer p{
	margin-top:10px
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:4px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	padding-left:15px;
	padding-right:5px;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.checks{
	margin:-2px 15px 0 0;
	*margin-right:10px;
	vertical-align:middle
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

.textinput {
	border:1px solid #BABABA;
	padding:3px;
}

.textinputhover {
	border:1px solid #0161C0; 
	padding:3px;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}

input.hintText {
	color: #999999;
}

/***** Error / Info / Caution Boxes *****/

.error_box, .info_box {
	margin:0 0 15px 0;
	padding:15px;
	border-width: 3px;
	border-style: solid;
}

.error_box {
	border-color: #CC0000;
	background-color: #f3d8d8;
	color:#CC0000;
}

.info_box {
	border-color: #7F8F13;
	background-color: #E0E6B6;
	color:#7F8F13;
}

#content .error_box ul {
	margin-bottom:0;
}


/* Classes Reserved for the TinyMCE Editor  */

.editor {
	width: 100%;
}

.mini_editor {}


.suburbList {
	text-align: left;
	color: #666;
	font-size: 10px;

}
