/*---------------------------------------Default------------------------------------*/
* {
margin:0px; padding:0px;
}

body {
	background-color: #F0F6FC; background-image: url(images/background_light_splice.gif); background-repeat: repeat-x;
	margin:10px 55px 10px 55px; font-size:13px;
}

h1 {
	color: #3276BD; font-size: 22px; text-align: center;
}

h2{
	color: #E42628; font-size: 20px; text-align: center;
}

h3{
	color: #3D7EC2; font-size: 20px;
	margin-left: 50px;
}

h4{
	font-size: 18px;
	margin-top: 10px; margin-left: 0px;
}

p {
	margin:10px 55px 10px 55px;
	font-family: Arial, Helvetica, sans-serif;
}

ul{
	margin:20px 55px 20px 60px;
}

li{
	color: #000000;
	vertical-align: middle;
	height: 30px;
	padding-left: 40px;
	background-image: url(images/blue_bul.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-bottom: 20px;
}
.red_bul{
	color: #000000;
	vertical-align: middle;
	height: 30px;
	padding-left: 40px;
	background-image: url(images/red_bul.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-bottom: 20px;
}
/*---------------------------------------Default End ------------------------------------*/
/*---------------------------------------Colours/underline for span ------------------------------------*/
.red {
	color:#E42628; font-size:22px;
}

.blue {
	color:#3276BD;font-size:26px;
}

.underline {
	text-decoration: underline;
}
/*---------------------------------------End Colours/underline for span ------------------------------------*/
/*----------------------Main content Includes Header and footer------------------------------*/
.maincontainer {
	background-color: #FFFFFF;
	width: 780px;
	margin:10px auto 10px auto;
	border: 1px solid #3E7FC1;
}
/*----------------------End Main content------------------------------*/
/*----------------------Content------------------------------*/
.content {
	margin: 20px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}

.box {
	background-color: #CBE3EF;
	border: 1px solid #3E7FC1;
	width: 350px;
	padding: 10px;
	text-align: center;
	color: #3276BD;
	margin-right: auto;
	margin-left: auto;
}

.quote {
	background-color:#D0DFC6;
	border: 1px solid #3E7FC1;
	width: 610px;
	padding: 10px;
	text-align: left;
	color: #4A4A4A;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.quote2 {
	background-color: #DDEFBA;
	border: 1px solid #999999;
	width: 610px;
	padding: 10px;
	text-align: left;
	color: #3A0000;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.button {
	height:25px;
	width:75px;
	color:#FFFFFF;
	font-weight:bold;
	margin:5px;
	background-color: #3276BD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3276BD;
	border-right-color: #3276BD;
	border-bottom-color: #3276BD;
	border-left-color: #3276BD;
}
#orderform {
	margin-right: auto;
	margin-left: auto;
	background-color:#F7F8E8;
	padding: 5px;
}


#orderform2 {
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	padding: 5px;
}


/*----------------------Content------------------------------*/
/*----------------------Footer------------------------------*/
.footer {
	color: #3276BD;text-align: center;
	margin-bottom: 10px;
}
.right_col {
	float: right;
	width: 400px;
}
.left_col {
	width: 300px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	float: left;
}

/*-------- FireFox Scroll Fix ---------*/

	html{
min-height:101%
}