
/*********************************************
*                                            *
*  Coversure HU Motorhome Micro Site         *
*  © DataMatters Ltd 2009                    *
*  Author Lee Jeffery - 09.12.09             *
*  ----------------------------------------  *
*  Layout                                    *
*                                            *
*********************************************/


#container {
	margin: 				0px auto;
	width: 					910px;
	min-height: 			460px;
	background: 			transparent url(../images/main.gif) no-repeat 0px 0px;
	padding:				0px;
	margin-bottom:			40px;
}

.content {
	margin: 				0px auto;
	width: 					850px;
	padding-top:			10px;
}


/*********************************************
* Top Section                                *
*********************************************/

#top-container {
	margin: 				0px auto;
	height: 				100px;
	width: 					910px;
	background: 			transparent url(../images/top-bg.gif) no-repeat 0px 0px;
	padding:				0px;
}

.top-left {
	padding-top: 			15px;
	padding-left: 			35px;
	float:					left;
}

.top-right {
	float:					right;
	padding-top: 			10px;
	margin-right: 			20px;
}

#intro-container {
	margin: 				0px auto;
	height: 				242px;
	width: 					910px;
	background: 			transparent url(../images/green.gif) no-repeat 0px 0px;
	padding:				0px;
}

.intro-left {
	padding-top: 			15px;
	padding-left: 			35px;
	float:					left;
}

.intro-right {
	float:					right;
	padding-top: 			10px;
	padding-right: 			20px;
}

.ul-links {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #ffffff;
}

.ul-links li {
	font: 14px Arial;
	font-weight: bold;
	margin: 10px;
	padding: 2px 0px 2px 30px;
	background: url(../images/tick.png) no-repeat left center;
}

.ul-links li a:link {
	color: 					#ffffff;
	text-decoration: 		underline;
}

.ul-links li a:visited {
	color: 					#ffffff;
	text-decoration: 		underline;
}

.ul-links li a:hover {
	color: 					#ffd440;
	text-decoration: 		underline;
}

.pdf-links {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #ffffff;
}

.pdf-links li {
	font: 14px Arial;
	font-weight: bold;
	margin: 10px;
	padding: 10px 0px 10px 50px;
	background: url(../images/PDF_icon.jpg) no-repeat left center;
}

#form {
	float: 					right;
	padding: 				0px 10px 10px 30px;
	width: 					360px;
	margin-left: 			40px;
	border-left:			1px dotted #cccccc;
}

/*********************************************
* Home Page Sub Stories                      *
*********************************************/

#sub-intro {
	margin: 				0px auto;
	padding-top: 			20px;
	padding-left: 			0px;
	min-height: 			200px;
	width: 					876px;
	font-size: 				11px;
	line-height: 			1.5em;
	background-image: 		url(../images/shade2.gif);
	background-position: 	center top;
	background-repeat: 		repeat-x;
	overflow: 				hidden;
}

.sub-intro {
	float: 					left;
	padding: 				10px 10px 0px 10px;
	width: 					267px;
	margin-right: 			5px;
	background-image: 		url(../images/box.png);
	background-position: 	center top;
	background-repeat: 		no-repeat;
	min-height: 			200px;
}

.sub-intro p {
	padding: 				0px 10px 0px 10px;
}

.sub-img {
	float: 					right;
	margin: 				0px 0px 10px 20px;
}

.sub-img2 {
	float: 					right;
	margin: 				10px 0px 10px 20px;
}

.quote-img {
	margin: 				0px 0px 0px 50px;
}


/*********************************************
* Other                                     *
*********************************************/

#message_box {
	color: #333333;
	margin: 0px 0px 0px 0px;
	background:#FFC49B;
	border: 0px solid #F0BA17;
	padding: 10px 20px 10px 40px;
	text-align:left; 
	font-size: 12px;
	background-image: url(../images/error-pic.png);
	background-position: left middle;
	background-repeat: no-repeat;
}

#sent_box {
	color: #fff;
	margin: 0px 0px 0px 0px;
	background:#339900;
	border: 0px solid #F0BA17;
	padding: 10px 20px 10px 40px;
	text-align:left; 
	font-size: 12px;
	background-image: url(../images/sent-pic.png);
	background-position: left middle;
	background-repeat: no-repeat;
	width: 320px;
}

#message_box img {
	padding-left:10px;
}

.sub-info {
	margin: 				20px 0px 20px 0px;
	clear:					both;
	padding: 				10px 0px 0px 0px;
	border-top:				1px dotted #cccccc;
}

/*********************************************
* FOOTER                                     *
*********************************************/

#footer-container {
	margin: 				0px auto;
	background-image: 		url(../images/bottom.gif);
	background-position: 	center top;
	background-color: 		#efefef;
	background-repeat: 		repeat-x;
	height:					100px;
}

.footer {
	margin: 				0px auto;
	color: 					#666666;
	font-size: 				11px;
	padding: 				20px 0px 10px 0px;
	line-height: 			1.7em;
	width: 					860px;
}

.footer-left {
	float:					left;
	width:					400px;
}

.footer-right {
	float:					right;
	width:					300px;
}

#footer .heading {
	font-size: 				16px;
	color: 					#fb9e0b;
	font-weight: 			bold;
	padding: 				10px 0px 10px 0px;
}

.footer-section {
	float: 					left;
	width: 					170px;
	overflow: 				hidden;
	margin-right: 			14px;
	padding: 				10px;
}

#footer a, #footer a:visited {
	color: 					#ffcd63;
	text-decoration:		none;
}

#footer a:hover {
	color: 					#ffcd63;
	text-decoration: 		underline;
}



