/*********************************************/
/*   Coversure Bristol CSS Document          */
/*   DataMatters Limited - Lee Jeffery       */
/*   dmatters.co.uk                          */
/*   08/12/2008                              */
/*********************************************/

#container {
	margin: 0px auto;
	padding:0px;
	background-color:#FFFFFF;
}

/*********************************************
* Top Section                                *
*********************************************/

#top {
	margin: 0px auto;
	width: 950px;
	height: 100px;
	position: relative;
	background-color:#FFFFFF;
}

.top-left {
	float:left;
	padding: 0px 0px 0px 10px;
	width:200px;
}

.top-right {
	float:right;
	padding: 20px 20px 0px 0px;
	text-align: right;
}

.top-right img {
	padding:	0px 0px 0px 5px;
	margin: 	0px 0px 0px 0px;
}

/*********************************************
* Menu                                     *
*********************************************/

#menu-container {
	margin:0px auto;
	border-top:3px solid #999999;
	background-color:#6C6C6C;
	text-align:center;
}

.menu-wrapper {
	margin:0px auto;
	width:900px;
	background-color:#6C6C6C;
	border-left:1px solid #999999;
}

.menu {
	margin:0px auto;
	padding:0px;
	voice-family:"\"}\"";
	voice-family:inherit;
	float:left;
	background-color:#6C6C6C;
}

.menu ul {
	margin:0px;
	margin-left:0px; /*margin between first menu item and left browser edge*/
	padding:0px;
	list-style:none;
}

.menu li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}

.menu a {
	width:122px;
	float:left;
	display:block;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:none;
	margin:0 1px 0 0; /*Margin between each menu item*/
	padding:8px 10px;
	background-color:#6C6C6C;
	border-right:1px solid #999999;
}

.menu a:hover {
	background-color:#449D31; 
	color:white;
}

.menu #current a {
	background-color:#999999;
	color:white;
	border-color:#999999; 
}

/*********************************************
* Header (Green Bar)                         *
*********************************************/

#header-container {
	margin: 0px auto;
	background:#ffffff url(../images/insurance.jpg) no-repeat center top;
	height:116px;
}

#home-container {
	margin: 0px auto;
	background:#ffffff url(../images/insurance/home.jpg) no-repeat center top;
	height:116px;
}

#prop-container {
	margin: 0px auto;
	background:#ffffff url(../images/insurance/property.jpg) no-repeat center top;
	height:116px;
}

#travel-container {
	margin: 0px auto;
	background:#ffffff url(../images/insurance/travel.jpg) no-repeat center top;
	height:116px;
}

#taxi-container {
	margin: 0px auto;
	background:#ffffff url(../images/insurance/taxi.jpg) no-repeat center top;
	height:116px;
}

#business-container {
	margin: 0px auto;
	background:#ffffff url(../images/insurance/business.jpg) no-repeat center top;
	height:116px;
}

#finance-container {
	margin: 0px auto;
	background:#ffffff url(../images/insurance/finance.jpg) no-repeat center top;
	height:116px;
}

#commercial-container {
	margin: 0px auto;
	background:#ffffff url(../images/insurance/commercial-motor.jpg) no-repeat center top;
	height:116px;
}

#breakdown-container {
	margin: 0px auto;
	background:#ffffff url(../images/insurance/breakdown.jpg) no-repeat center top;
	height:116px;
}

#caravan-container {
	margin: 0px auto;
	background:#ffffff url(../images/insurance/caravan.jpg) no-repeat center top;
	height:116px;
}

#pet-container {
	margin: 0px auto;
	background:#ffffff url(../images/insurance/pet.jpg) no-repeat center top;
	height:116px;
}

#minibus-container {
	margin: 0px auto;
	background:#ffffff url(../images/insurance/minibus.jpg) no-repeat center top;
	height:116px;
}

.header {
	margin: 0px auto;
	width: 900px;
}

/*********************************************
* Main Content                               *
*********************************************/

#content-container {
	margin: 15px auto;
	width: 900px;
}

.content {
	padding: 0px 10px 20px 20px;
	float: left;
	width: 500px;
	border-right: 1px dotted #cccccc;
}

.main {
	margin:0;
	padding-top: 15px;
}

.new {
	margin:0;
	padding-top: 10px;
	border-top: 1px dotted #cccccc;
}

.left-links {
	float: left;
	padding: 0px 0px 20px 20px;
	width: 340px;
}

/*********************************************
* Footer                                     *
*********************************************/

#footer {
	border-top:1px solid #666666;
	color:#666666;
	font-size: 9px;
	padding:10px 0px 0px 0px;
	margin:0px;
	background:#ffffff url(../images/footer.gif) repeat-x;
	height:120px;
	text-align:center;
}

#footer a, #footer a:visited{
	color: #666666;
	font-size: 10px;
}

#footer a:hover{
	color: #333333;
	font-size: 10px;
}

/*********************************************
* Right Nav                                  *
*********************************************/

#isection {
	width: 300px;
	padding: 10px 0 1em 0;
	margin-bottom: 1em;
	background-color: #ffffff;
	color: #317023;
}

* html #isection { /*IE 6 only */
	w\idth: 267px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#isection ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#isection li {
	border-bottom: 1px dotted #cccccc;
	margin: 0;
	font-weight: bold;
}

#isection li a {
	display: block;
	padding: 5px 0px 5px 8px;
	border-right: 6px solid #cccccc;
	background-color: #ffffff;
	color: #317023;
	text-decoration: none;
	width: 100%;
}

html>body #isection li a{ /*Non IE6 width*/
	width: auto;
}

#isection li a:hover{
	border-right: 6px solid #317023;
	background-color: #efefef;
	color: #317023;
}

#quote-box {
	color:				#317023;
	font-weight:		bold;
	float:				right;
	text-align:			center;
	border:				1px solid #FF9933;
	width:				160px; 
	background-color:	#ffffff;
	padding:			5px;
	margin:				0px 10px 10px 20px;
}

.tel {
	color:				#C36200;
}

.rimg {
	float:				right;
	margin:				0px 10px 10px 10px;
	border:				1px solid #cccccc;
	padding:			2px;
}

.contact-img {
	margin:0px 10px 0px 0px;
}


