/*-----------------------------------------------------------------------------
Bullseye Style Sheet - Default

version:   1.0
author:    Tom Llewellyn
email:     tom.llewellyn@swinton.co.uk
website:   http://www.bullseyeinsurance.co.uk
-----------------------------------------------------------------------------*/


/* =Reset Styles */

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
p, pre, blockquote, fieldset, table {
	margin: 10px 0;
	font-size: 12px;
	line-height: 14px;
}
form {
    margin: 0;
    padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

body {
	font: 65%/1.6 Arial, Helvetica, sans-serif;
	background:url(../../UserFiles/Images/background-gradient.jpg) no-repeat;
	width:740px;
	position:relative;
}
a {
    color: #3B2417;
    text-decoration: underline;
}
a:hover {
    color:#FF0000;
    text-decoration: underline;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* Removes styling from all list items */


h1 {
	color:#000000;
	padding:0 0 10px 0;
	font-size:16px;
	font-weight: bold;
}

h2,h3,h4 {
	color:#FF0000;
	padding:0 0 10px 0;
	font-size:14px;
	font-weight: bold;
}
h2.small {
    font-size:12px;
}

/* classes */
.red-text {
	color:#FF0000;
}
.red-box {
    border: 1px solid #FF0000;
    padding: 5px 10px;
    font-weight: bold;
}

.clear-all {
	clear:both;
}
.terms {
    font-size: 10px;
}
/* page elements */

#leftcol {
	clear:left;
    display:block;
    float:left;
    margin-bottom:10px;
    margin-top:-10px;
    position:relative;
    width:200px;
}

a#logolink  {
	left:5px;
    position:relative;
    top:0;
}

/* quote buttons */


ul#quotebuttons,ul#homequotebuttons {
    float: right;
    text-align: right;
    margin-top: 10px;
}
ul#quotebuttons li,ul#homequotebuttons li {
    list-style: none;
    padding-bottom: 5px;
}
ul#quotebuttons li a,ul#homequotebuttons li a {
    color:#FF0000;
    font-weight:bold;
    margin-bottom:10px;
    text-decoration:none;
    font-size: 12px;
}
ul#quotebuttons li a img, ul#homequotebuttons li a img {
    position: relative;
    top: 7px;
}


/* main content area */
#maincontent {
	float:left;
	clear:right;
	width:540px;
}

#mainheader {
	background:url(../../UserFiles/Images/curve-top.gif) left 2px no-repeat;
	width:538px;
	height:16px;
}

#mainbody {
	background:url(../../UserFiles/Images/curve-background.gif) top left repeat-y;
	padding:10px 20px 10px 25px;
	width:500px;
	min-height:280px;
	_height:280px;
}

#mainbody ul {
	list-style-type:disc;
	padding:0 0 10px 20px;
}
#mainbody ul li {
	font-size: 12px;
}

#mainfooter {
	background:url(../../UserFiles/Images/curve-bottom.gif) no-repeat;
	width:538px;
	height:16px;
}

/* Table styling */

div.tabletop {
	background: url(../../UserFiles/Images/tablecurve-top.gif) top left no-repeat;
	height:16px;
	width:490px;
	margin:0;
	padding:0;
}
div.tablebody {
	background: url(../../UserFiles/Images/tablecurve-body.gif) top left repeat-y;
	width:470px;
	padding:0 15px;
}
div.tablebody th {
	text-align: left;
	padding: 10px;
}
div.tablebody td {
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
	padding: 10px;
}
div.tablebottom {
	background: url(../../UserFiles/Images/tablecurve-bottom.gif) top left no-repeat;
	height:16px;
	width:490px;
	margin:0 0 1em 0;
	padding:0;
}



div#hometabletop {
	background: url(../../UserFiles/Images/Home/levelofcoverbox/top.gif) top left no-repeat;
	width:495px;
	height: 15px;
    padding:0;
	margin:0;
}
div#hometablebody {
	background: url(../../UserFiles/Images/Home/levelofcoverbox/middle.gif) top left repeat-y;
	width:475px;
	padding:0 15px;
	margin:0;
	font-size: 8px;
}
div#hometablebody p {
	padding:10px;
	margin:0 10px 0 0;
	background-color: #FFFFFF;
}
div#hometablebody ul {
    background-color: #FFFFFF;
    padding: 0px;
    list-style: none;
    float: left;
}
div#hometablebody ul.item {
    width: 165px;
}
div#hometablebody ul.price {
    width: 60px;
    color: #FF0000;
}
div#hometablebody li {
    font-size: 11px;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
}
div#hometablebody ul li span {
    color: #FF0000;
    font-weight: bold;
    
}
div#hometablebot {
	background: url(../../UserFiles/Images/Home/levelofcoverbox/bottom.gif) top left no-repeat;
	width:495px;
}

/* footer */


/* =Footer
-----------------------------------------------------------------------------*/
#ContainerFooter {
	padding:10px 0;
	clear:both;
	height:50px;
}
#FooterTel {
	background: url(../../UserFiles/Images/Navigation/icon_tel.gif) no-repeat;
	width: 170px;
	height: 35px;
	padding: 5px 3px 0 5px;
	margin-left: 10px;
	margin-top: 13px;
	/*float: left; changed for SCR 33*/ float:right;
	font-size: 20px;
	color: #FF0000;
	font-weight:bold;
	text-align:right;
	margin-right: 15px;
}


#FooterLinks {
	width: 530px;
	float: right;
	text-align:right;
	line-height:30px;
}
#FooterLinks a {
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

#FooterLinks a:hover {
	text-decoration:underline;
}

/* =Footer end
-----------------------------------------------------------------------------*/




form#appForm  {
	position:relative;
}
form#appForm fieldset {
	padding-bottom:1em;
}
form#appForm fieldset input,
form#appForm fieldset textarea,
form#appForm fieldset select,
form#appForm fieldset label {
	width:150px;
	float:left;
	display:block;
}
form#appForm fieldset textarea {
	height:100px;
	width:200px;
}
form#appForm fieldset label {
	width:250px;
	padding-right:1em;
}
form#appForm fieldset label.mandatory.missing {
	color:#f00;
}
form#appForm #buttonset {
	float:right;
	margin-bottom:-40px;
}

form#appForm fieldset#buttonset input {
	width:125px;
	height:28px;
	float:right;
	margin:10px;
}
p#required_note {
	border-top:1px dashed #333333;
	clear:both;
	font-weight:bold;
	margin:1em 0pt;
}


.left {float: left;}
.right {float: right;}

