
/*********************************************
*                                            *
*  Coversure Franchise Micro Site            *
*  © DataMatters Ltd 2009                    *
*  Author Lee Jeffery - 04.12.09             *
*  ----------------------------------------  *
*  Global Styles                             *
*                                            *
*********************************************/

body {
	margin: 				0px auto;
	font: 					12px Arial, Helvetica, sans-serif;
	color: 					#333333;
	background-image: 		url(../images/main_bg.gif);
	background-position: 	center top;
	background-color: 		#3c8e2a;
	background-repeat: 		repeat-x;
}

a:link {
	color: 					#333333;
	text-decoration: 		underline;
}

a:visited {
	color: 					#333333;
	text-decoration: 		underline;
}

a:hover {
	color: 					#317023;
	text-decoration: 		underline;
}

h1 {
	margin: 				10px 0px 0px 0px;
	font: 					16px Arial, Helvetica;
	font-weight: 			bold;
	color: 					#333333;
}

h2 {
	margin: 				0px 0px 0px 0px;
	font: 					16px Helvetica, Arial;
	font-weight: 			bold;
	color: 					#317023;
	padding: 				10px 10px 0px 10px;
}

.reduce {
	font-size:				13px;
}

h3 {
	margin: 				10px 0px 0px 0px;
	font: 					13px Helvetica, Arial;
	font-weight: 			bold;
	color: 					#317023;
}

h4 {
	font: 					16px Arial, Helvetica;
	font-weight: 			bold;
	color: 					#333333;
}

h5 {
	margin: 				20px 0px 0px 0px;
	font: 					16px Arial, Helvetica;
	font-weight: 			bold;
	color: 					#333333;
}

h6 {
	margin: 				10px 0px 0px 20px;
	font: 					13px Helvetica, Arial;
	font-weight: 			bold;
	color: 					#317023;
}

.downloadsTitle {
	font: 					13px Helvetica, Arial;
	font-weight: 			bold;
	color: 					#317023;
	border-bottom: 			1px dotted #cccccc;
	padding-bottom:	        3px;
	margin-right:			20px;
	margin-bottom:          10px;
}

p {
	margin: 				10px 0px 0px 0px;
	padding: 				0px;
}

.crumb {
	margin: 				10px 15px 20px 0px;
	background-color: 		#efefef;
	padding:				5px;
}

.clear {
	clear:					both;
}

.quote {
	margin-top: 			10px;
	font: 					14px "Georgia", Arial, sans-serif;
	font-style: 			italic;
}

.name {
	margin-top: 			10px;
	font: 					13px Arial, Helvetica sans-serif;
	font-weight: 			bold;
}

textarea {
	font: 					12px Arial;
}

.franchise-input {
	font-size:				11px; 
	padding:				4px;
}

#error_box {
	margin: 				20px 4px 10px 0px;
	background:				#FFFFA6;
	border: 				1px solid #F0BA17;
	padding: 				10px 20px 10px 40px;
	text-align:				left; 
	font-size: 				11px;
	background-image: 		url(../images/error-pic.png);
	background-position: 	left middle;
	background-repeat: 		no-repeat;
	width: 					500px;
}

#error_box img {
	padding-left:			10px;
}

#sent_box {
	margin: 				20px 4px 10px 0px;
	background:				#D5F0CE;
	border: 				1px solid #317023;
	padding: 				10px 20px 10px 40px;
	text-align:				left; 
	font-size: 				11px;
	background-image: 		url(../images/tick.png);
	background-position: 	left middle;
	background-repeat: 		no-repeat;
	width: 					500px;
	font-weight: 			bold;
}

#sent_box img {
	padding-left:			10px;
}

.split {
	margin: 				20px 0px 20px 0px;
	border-top: 			1px dotted #cccccc;
	clear: 					both;
}

h6 a:link {
	color: 					#333333;
	text-decoration: 		none;
}

h6 a:visited {
	color: 					#333333;
	text-decoration: 		none;
}

h6 a:hover {
	color: 					#317023;
	text-decoration: 		none;
}

.agm {
	float:					right;
	margin:					0px 0px 10px 20px;
}

.applybutton {
	display:				block;
	width:					130px;
	height:					38px;
	text-indent:       		-9999px;
	margin:					15px 0px 0px 50px;
}

.applybutton a {
	display:				block;
	width:					100%;
	height:					100%;
	background:				transparent url(../images/apply_button.png) no-repeat top left;
	outline:				none;
}

.applybutton a:hover {
	background-position:	0 -38px;
}

.todo {
	color: #FF0000;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}


