/* Colours used */
/*----------------

dark grey		#333
text grey		#CCC
logo blue		#265A94
orange			#FF6600

------------------*/

/*@import	url(other_pages.css);*/

/* Main elements
------------------*/
*	{
	margin:0;
	padding:0;
}

body	{
	font-family:Arial, Helvetica, sans-serif;
	background:#000;
	color:#CCC;
	font-size:62.5%;
}

/* SBMH to correct font-size difference */
* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:62.5%; /* for other IE versions */
}
h1,h2,h3,h4,h5	{
	font-weight:normal;
}

h1	{
	font-size:2em;
}

h2	{
	font-size:1.8em;
}

h3	{
	font-size:1.6em;
}

h4	{
	font-size:1.4em;
}
h5	{
	font-size:1em;	
}
p	{
	font-size:1.2em;
}
a	{
	text-decoration:none;
	color:#FF6600;
}
a:hover	{
	text-decoration:underline;
}
a img	{
	border:0;
}
li	{
	list-style:none;
	font-size:13px;
}
/*
============================
main divs
============================
*/
/* contact form */
#contact_form	{
	margin-top:20px;
}
#contact_form li	{
	width:100%;
	float:left;
	margin-bottom:10px;
}
#main_padding #contact_form li	{
	list-style:none;
	padding:0;
	margin-left:0;
}
#contact_form input,
#contact_form textarea	{
	float:right;
	clear:right;
	width:400px;
	font:13px Arial, Helvetica;
	background:#666;
	border:3px solid #999;
	padding:3px;
	color:#CCC;
}
#contact_form input.focusOn,
#contact_form textarea.focusOn	{
	background:#CCC;
	color:#333;
}
#contact_form label	{
	float:left;
	clear:left;
	width:130px;
	background:#666;
	font-size:13px;
	padding:3px;
	border:3px solid #333;
	color:#EEE;
}
#contact_form #submit	{
	width:100px;
	cursor:pointer;
}
#contact_form #submit:hover,
#contact_form #submit:active	{
	background:#CCC;
	color:#333;
}

#dynamic_quotes	{
	font-weight:bold;
}
#dynamic_company	{
	margin-top:7px;
	display:block;
}

/*############################
end contact form
##############################*/

#footer	{
	width:900px;
	border-top:3px solid #000;
	background-color:#414141;
	padding-bottom:15px;
	margin-bottom:50px;
}
#footer li	{
	font-size:11px;
}
#footer-logo	{
	background:url(../images/logo-small.jpg) no-repeat;
	width:154px;
	height:21px;
	position:relative;
	top:10px;
	left:30px;
}
#footer p	{
	position:relative;
	top:15px;
	left:30px;
}
#footer ul	{
	float:right;
	position:relative;
	right:20px;
}
#footer li	{
	display:inline;
}
#header	{
	height:150px;
	width:900px;
}
#logo	{
	float:left;
	clear:left;
	margin-top:5px;
	width:900px;
}
#logo img	{
	float:left;
	margin-right:4px;
}
#main	{
	background:url(../images/text-grad.jpg) repeat-x;
	position:relative;
	margin-bottom:40px;
}
#main p	{
	font-size:1.3em;
}
#main-image	{
	width:900px;
	height:155px;
	margin-top:4px;
}
#main_padding	{
	width:560px;
	margin:0 30px 20px;
	padding-top:30px;
}
#main_padding ul	{
	margin:10px 0 20px;
}
#main_padding	li	{
	list-style:circle;
	margin-left:15px;
	padding:3px 0;
}

#nav	{
	margin-top:80px;
	margin-left:300px;
	float:left;
}
#nav li	{
	float:left;
}
#nav a	{
	font-size:12px;
}
#nav a:hover,
#nav a.current	{
	color:#FFF;
	text-decoration:none;
}
#orange_box	{
	background:#FF6600;
	width:600px;
	height:50px;
	float:right;
}
#quotes	{
	background:url(../images/clients-text.png) no-repeat;
	width:268px;
	float:right;
	position:absolute;
	right:10px;
	top:-30px;
}
#quotes-bg	{
	margin-top:41px;
	background:url(../images/quotes-bg2.jpg) no-repeat;
	border:1px solid #FF6600;
	width:266px;
	height:248px;
}
#quotes-text	{
	background:url(../images/trans_square-trans.png);
	height:159px;
	position:relative;
	top:89px;
}
#quotes-text p	{
	width:240px;
	color:#000;
	margin:0;
	padding:0;
	position:relative;
	top:5px;
	left:10px;
	text-align:left;
	font-size:14px;
}
#rates	{
	width:560px;
	height:69px;
	background:url(../images/rates-block.jpg) no-repeat;
	position:relative;
	left:30px;
}
#rates p	{
	width:350px;
	position:relative;
	left:20px;
	top:18px;
	margin:0;
	padding:0;
	float:left;
	font-size:13px;
}
#rates_button	{
	width:142px;
	height:26px;
	background:url(../images/rates-button.jpg) no-repeat;
	float:right;
	position:relative;
	top:20px;
	right:20px;
	font-size:13px;
	text-align:center;
	padding-top:5px;
}
#strapline	{
	position:relative;
	top:85px;
	left:30px;
}
#wrapper	{
	width:900px;
	margin:0 auto;
	background:#333;
}

/*
============================
classes
============================
*/

	.accesskey	{
		text-decoration:underline;
	}
	.bold	{
		font-weight:bold;
	}
	.bold_italic	{
		font-style:italic;
		font-weight:bold;
	}
	.clear	{
		clear:both;
	}
	.italic	{
		font-style:italic;
	}
	.section_header	{
		font-weight:bold;
		font-size:larger;
		margin-bottom:5px;
		display:block;
	}
	.title	{
		font-size:17px;
		color:#FF6600;
		font-weight:bold;
	}