/*GENERAL*/

* {
	padding: 0;
	margin: 0;
}

.clear {
	display: block;
	clear: both;
}

body {
	font: 0.8em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url("images/background.jpg") repeat-y center #0b5da5;
}

#testimonials img
{
	margin-left: 5px;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #0b5da5;
}

p {
	color: #0b5da5;
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #0b5da5;
}

a:hover {
	text-decoration: underline;
	color: #0b5da5;
}



/*DIVS*/

#container {
	width: 750px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}



/*HEADER*/

#header {
	width: 100%;
	height: 165px;
	text-indent: -9999px;
	background: url("images/header.jpg") no-repeat;
	text-align: center;
}



/*Strapline*/

#strapline {
	width: 100%;
	background: #0b5da5;
	text-align: center;
}

#strapline p {
	color: #fff;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}



/*CONTENT BACKGROUND*/

#content_container {
	width: 100%;
	background: url("images/layout_bg.gif") repeat-y center;
	margin-top: 10px;
}

#content_container_products {
	width: 100%;
	background: url("images/layout_bg_2.gif") repeat-y center;
	margin-top: 10px;
}



/*NAVIGATION*/


#nav {
	width: 151px;
	float: left;
	padding: 0;
	background: #0b5da5;
}

#nav li {
	list-style: none;
}

#nav li a {
	display: block;
	border-bottom: 1px dashed #fff;
	width: 146px;
	padding: 10px 0 10px 5px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#nav li a:hover {
	background: #e4e5e5;
	display: block;
	border-bottom: 1px dashed #fff;
	width: 146px;
	padding: 10px 0 10px 5px;
	color: #0b5da5;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}



/*Sub-NAVIGATION*/

#nav li li a {
	display: block;
	border-bottom: 1px dashed #fff;
	width: 146px;
	padding: 2px 0 2px 15px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#nav li li a:hover {
	background: #e4e5e5;
	display: block;
	border-bottom: 1px dashed #fff;
	width: 146px;
	padding: 2px 0 2px 15px;
	color: #0b5da5;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}



/*LEGISLATION*/

#legislation {
	width: 151px;
}

#legislation a {
	display: block;
	border-bottom: 1px dashed #fff;
	width: 141px;
	padding: 10px 5px 10px 5px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#legislation a:hover {
	background: #e4e5e5;
	display: block;
	border-bottom: 1px dashed #fff;
	width: 141px;
	padding: 10px 5px 10px 5px;
	color: #0b5da5;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#legislation img {
	margin: 5px 0;
}

.no_caps {
	text-transform: lowercase;
}



/*CONTENT*/

#content {
	width: 380px;
	float: left;
	margin-left: 10px;
}

#content h3 {
	padding: 5px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

#content p {
	padding: 0 5px 0 5px;
}

#content ul, ol {
	list-style: outside;
	color: #0b5da5;
	margin-left: 15px;
	margin-bottom: 8px;
	padding: 0 5px 0 5px;
}

.paypal {
	font-size: 0.8em;
}


/*CONTENT FULL PAGE*/

#content_full_page {
	width: 570px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#content_full_page h3 {
	padding: 5px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

#content_full_page p {
	padding: 0 5px 0 5px;
}

#content_full_page ul, ol {
	list-style: outside;
	color: #0b5da5;
	margin-left: 15px;
	margin-bottom: 8px;
	padding: 0 5px 0 5px;
}

#content_full_page img {
	float: right;
}



/*HOME PAGE PRODUCTS*/

.home_page {
	border: 2px solid #e4e5e5;
	padding: 5px;
	margin-bottom: 10px;
}

.home_page h3 {
	padding: 5px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.home_page p {
		padding: 0 5px 0px 5px;
}

.home_page img {
	float: right;
	margin-bottom: 10px;
}

.more_info {
	background: url(images/more_info.gif) no-repeat;
	text-indent: 10px;
}

.padding {
	padding: 10px 0 20px 0;
}



/*TESTIMONIALS*/

#testimonials {
	width: 200px;
	float: right;
	background: #e4e5e5;
}

#testimonials h2 {
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px dashed #0b5da5;
}

#testimonials p {
	padding: 0 10px;
	margin-bottom: 2px;
	font-size: 0.9em;
}



/*IMAGES*/

#images {
	width: 200px;
	float: right;
}

#images img {
	margin-left: 20px;
	margin-bottom: 10px;
}



/*FOOTER*/

#footer {
	width: 100%;
	background: url("images/footer.jpg") no-repeat #fff;
	padding: 30px 0 10px 0;
	text-align: center;
}

#footer a {
	color: #0b5da5;
	text-decoration: none;
}

#footer a:hover {
	color: #0b5da5;
	text-decoration: underline;
}


/*FORM*/

fieldset {
	padding: 10px;
	border: #0b5da5 1px solid;
	margin-bottom: 10px;
}

legend {
	text-transform: uppercase;
	color: #0b5da5;
	font-weight: bold;
	margin-bottom: 10px;
}

label {
	display: block;
	color: #0b5da5;
}

input[type=text] {
	margin-bottom: 10px;
	padding: 3px;
	width: 95%;
}

textarea {
	display: block;
	margin-bottom: 10px;
	font: 0.8em Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 95%;
	height: 150px;
}

#content .warning, #content_full_page .warning {
	background: red;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#content .thankyou, #content_full_page .thankyou {
	background: #0b5da5;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}