/* 1 - Global Reset and default settings
---------------------------------------------------------------------------------------------------------------*/
	
	body * {
	margin:0;
	padding:0;
}
img, object {
	border:0;
}
body {
	text-align:center;
	font-size:65%;
	font-family: Verdana, sans-serif, Arial;
	color:#333333;
	background-image:url(../images/covered/standards/covered_background.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
	padding:0;
	margin:0;

	
	
}
/* 2 - Structural elements
---------------------------------------------------------------------------------------------------------------*/

  /******************* Main Structure *******************/
	
	 #page-container, #top-border, #bottom-border {
	width:795px;
	margin:0 auto;
	text-align:left;
}	/* layout */

 /* layout */
#bottom-border {
	background:url(../images/covered/borders/border-bottom.gif) bottom left #fff no-repeat;
	padding-bottom:5px
} /* layout */
#page-container {
	background:url(../images/covered/borders/border-sides.png);
	background-repeat:repeat-y;
	padding-bottom:1px;
	padding-left:0px;
	float:left;
	
	

	

} /* layout */ /* 1px padidng for FF spacing bug */
/******************* Top - branding and breadcrumb area  - Total free space 750px/994px - border and gutters = 723px/967px *******************/
		
	#top {
	font-size:1.1em;
	margin:0 14px 9px 13px;
	padding-top:8px;
	height:100%
} /* height required for Opera bug (margins collape on rollover) */ /* Column now 723px */
/* Branding area */		
		#branding {
	width:100%;
	height:92px;
	margin-bottom:10px;
	background-image:url(../images/covered/standards/logo_bg.jpg);

}
#logo {
	float:left;
	width:200px;
	margin:10px 0px 5px 10px;
}

#tag_line {
	float:right;
	width:250px;
	margin:40px 0px 5px 0px;
	text-align:right;
	padding-right:23px;
	line-height:1.3em;

	
	
}

#tag_line h2 { display:inline; font-size:1em; color:#cb0100; }
#tag_line b { font-weight:lighter; color:#999999;font-size:1em; }

/* Orientation */
		#orientation {
	width:100%;
	position:relative;
	z-index:200
}


/******************* Bottom content *******************/
		
.line {
	width:770px;
	background:url(../images/covered/borders/border-dash-hor.gif) top left repeat-x;
	float:left;
	height:4px;
}
/* Copyright notice */
		#copyright {
	color:#999999;s
	padding-right:20px;
	padding-top:8px;
	float:right
}
#copyright b {
	float:right;
	color:#999999;
	padding-right:20px;
	padding-top:8px;
	display:block
}
#copyright p {
	margin-bottom:3px
}
/* 3-  Navigation ---------------------------------------------------------------------------------------------------------------*/
	
	
	/* Tertiary Nav */
	#nav-tertiary {
	margin-bottom:9px;
	clear:both;
	font-size:0.8em;
	height:27px;
	width:770px;
	background-repeat:no-repeat;
	text-transform:uppercase;
	
	
	
}
#nav-tertiary ul {
	list-style-type:none;
	padding-top:5px;
	width:600px;
	float:left
}
#nav-tertiary li {
	float:left;
	padding-left:15px;
	background-image:url(../images/covered/standards/reddot.gif); background-repeat:no-repeat;
	padding-right:15px;
}

#nav-tertiary li.first {
	float:left;
	margin-right:9px; padding-left:16px;
	background-image:url(../images/covered/standards/nullgif.gif); background-repeat:no-repeat;
	padding-right:7px;
}
#nav-tertiary li.fl {
	padding-left:0;
	border:0
}
#nav-tertiary a {
	color:#666;
	text-decoration:none;
	font-weight:normal; /*font-size: 1.0em*/
}
/* 4 - Heading, Typography, Links, Lists
---------------------------------------------------------------------------------------------------------------*/
	
	/* Paragraphs */
		p {
	line-height:1.4em;
}
#main p, #main ul, #main dl, #wide p, #wide ul, #wide dl {
	padding-left:10px;
	margin-bottom:20px
}
.togglebox {
}
.togglebox * {
	margin-left:0 !important;
	padding-left:0 !important
}
#mediacentre #main .togglebox {
	padding-left:10px
}
/* Heading */
		#subhead {
	margin:5px 0
}
.head {
	clear:both;
	line-height:1.8em;
	color:#000066;
	border:solid 1px #C2C2C2;
	margin:0 0 15px 0;
	padding:0 0 0 10px
}
h2 {
	font-size:1.2em;
	font-weight:normal;
}
h2,h3 {
	color:#b32201;
}
h2,h3 a {
	color:#b32201
}
h2 a:hover {
	color:#b32201;
	text-decoration:underline;
	
}
h4 { color:#E44B09; font-size:18px; text-align:center }
h3 { font-size:1em }

 h5, h6 {
	font:bold;
	font-size:1.1em;
	display:inline
}
/* Grid Headings */
			#tl h2, #tm h2, #tr h2, #ml h2, #mm h2, #mr h2, #bl h2, #bm h2, #bmm h2, #br h2, #brr h2 {
	margin:8px 0 8px 10px
}
#flashcontent h2 {
	margin:0 !important
}
/* Links */
		a {
	color:#000;
	text-decoration:underline;
	font-weight:normal;
	cursor:pointer
}
a:hover,a:active {
	text-decoration:underline;
	cursor:pointer;
}
/* items */
	
	.bulletpoint { margin-top:10px; }
	
	
	
.bulletpoint li {
	padding-bottom:5px;
	margin-left:20px;
}


.back2top { padding-bottom:20px; }
.back2top a { color:#000000;}

/* Floats */

.fright {
float:right;
}
.fleft {
	float:left
}
/* Hide stuff */
		.hide, .hidetoggle {
	visibility:hidden;
	overflow:hidden !important;
	height:1px !important;
	font-size:0 !important;
	line-height:0 !important;
	padding:0 !important;
	margin:0 !important
} /* hack */
#skiplink {
	position:absolute;
	left:-9999px;
	top:-9999px;
	height:1px;
	font-size:1;
	line-height:0;
	overflow:hidden
}
/* Rate */	
	 	.rate {
	font-size:1.5em
}
.rate2 {
	font-size:1.6em
}
/* Segala Trustmark */
		.segala {
	float:right;
	margin:4px 8px 0 0
}
/* new line */
		.nl {
	display:block
}


/* Nav  Items */

.navigation {
	width: 100%;
	height:35px;
	
}
#topnav {
	margin: 0;
	padding: 0;
	font-size:1em;

	width: 100%;
	float:left;
	font-size:11px;




	background-image:url(../images/covered/navigation/nav_bg.jpg);
}
#topnav UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#topnav LI {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 88px;
	text-align:center;
	padding-left:2px;
	border-right:1px dotted #CCCCCC;
	
	
	

}
#topnav A {
	color: #FFFFFF;
	font-weight: 500;
	display: block;
	float: left;
	/* added by phiw */    
    text-decoration: none;
	margin: 0;
	padding-top:8px;
	height:21px;
	}
/* added by phiw */
/* hide from IE Mac \ */
#topnav A {
	float:none;
}
/* end hide */
#topnav A:hover, #topnav A:active {
	
		text-decoration:underline;
		
}
#topnav A.here:link, #topnav A.here:visited {
	z-index:102;
	color:#000000;
	background-image:url(../images/covered/navigation/nav_on.jpg);
}

#subnav {
	z-index:101;
	margin: 0;
	padding: 0px 0px 0px 0px;
	letter-spacing:1px;
	font-size:0.9em;
	width: 100%;
	float:left;
	height:20px;
}
#subnav UL {
	list-style: none;
	padding: 0px;
	padding-left:41px;
}
#subnav LI {
	position:relative;
	z-index:102;
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
}
#subnav A {
	display:block;
	width:auto;
	float:left;
	/* addd by phiw */    
    text-decoration:none;
	margin:0;
	padding: 5px 20px 0px 7px;
	color:#000000;
	font-weight:normal;
}
/* added by phiw */
/* hide from IE Mac \ */
#subnav A {
	float:none;
}
/* end hide */

#subnav A:hover, #subnav A:active {
	color:#000000;
		text-decoration:underline;
}
#subnav A.here:link, #subnav A.here:visited {
	color:#000000;
}
#subnav BR, #topnav BR {
	clear:both;
}

.page {
	width: 770px;
	float:left;
	padding-bottom:20px;
	
	
	

}
.content {
	width: 770px;
	float:left;


	

}

/* page and pod  Items */


#pagecopy {}
#pagecopy strong { color:#0e6fcd; }
#pagecopy p { padding-bottom:10px; }
#right_ad { float:right;  width:270px; padding-top:6px; height:450px; overflow:visible;}
#right_ad ul {   }
#right_ad li {background-image:url(../images/covered/pods/tiick.gif); background-repeat:no-repeat;padding-left:28px; padding-top:10px; color:#333333;list-style-type:none;height:24px; width:220px; float:right;  }

.copybox_full {
	width:719px;
	float:left;
	background-repeat:no-repeat;
	float:left;
	min-height:400px;
}
.copybox_full h2 {
	height:130px;
	padding-left:280px;
	padding-top:40px;
	color:#123688;
	font-size:1.9em;
}


.copybox_full #pagecopy { margin-left:135px; }

.copybox_quote {
	width:719px;
	float:right;
	background-repeat:no-repeat;
	float:left;
	min-height:400px;
}
.copybox_quote h2 {
	height:100px;
	padding-left:280px;
	margin-top:40px;
	color:#123688;
	font-size:1.9em;
}



.pod_main {
	width:770px;
	height:215px;
	background-repeat:no-repeat;
}
.pod_main h2 {
	width:400px;
	color:#b32201;
	font-size:2em;
	padding-top:25px;
	margin-left:315px;
}
.pod_main p {
	color:#333333;
	width: 350px;
	margin-left:330px;
}
.pod_main a {
	color:#FFFFFF;
}
.pod_main_calltoaction {
	margin-left:200px;
	height:60px;
	width:600px;
	padding-top:20px;
}
.pod_main_calltoaction a {
	padding:0px;
	float:left
}


.pod_promo_dvd {
	width:262px;
	height:209px;
	float:right;
	background-image:url(../images/covered/pods/pod_promo_dvd.jpg);
	background-repeat:no-repeat;

}

.pod_promo_pc {
	width:262px;
	height:209px;
	float:right;
	background-image:url(../images/covered/pods/pod_promo_pc.jpg);
	background-repeat:no-repeat;

}

.pod_promo_sale {
	width:262px;
	height:209px;
	float:right;
	background-image:url(../images/covered/pods/pod_promo_sale.jpg);
	background-repeat:no-repeat;

}

.pod_promo_co {
	width:262px;
	height:209px;
	float:right;
	background-image:url(../images/covered/pods/pod_promo_co.jpg);
	background-repeat:no-repeat;

}


.pod_promo {
	width:262px;
	height:209px;
	float:right;
	background-image:url(../images/covered/pods/pod_promo.jpg);
	background-repeat:no-repeat;

}

.pod_promo_notick {
	width:262px;
	height:209px;
	float:right;
	background-image:url(../images/covered/pods/pod_promo_notick.jpg);
	background-repeat:no-repeat;

}

.pod_promo_big {
	width:262px;
	height:380px;
	float:right;
	background-image:url(../images/covered/pods/pod_promo_big.jpg);
	background-repeat:no-repeat;

}

.pod_promo h2,.pod_promo_big h2  { padding-left:50px; padding-top:20px; color:#333333; font-weight:normal }
.pod_promo_notick h2,.pod_promo_dvd h2,.pod_promo_pc h2,.pod_promo_sale h2,.pod_promo_co h2 { padding-left:18px; padding-top:20px; color:#333333; font-weight:normal }
.pod_promo p,.pod_promo_notick p,.pod_promo_big p { padding:18px; padding-bottom:2px;   }
.pod_promo_calltoaction { }
.pod_promo_calltoaction a { float:left; padding-left:14px; position:relative; top:20px; text-decoration:none;  }
.pod_promo_calltoaction img { float:right }


.pod_promo_calltoaction strong {
	padding-top:80px;
	display:block;
	float:right;
	margin:0px;
	padding-right:10px;
}



.pod_white {
	width:490px;
	
	
	float:left;
	padding-bottom:10px;
	background-color:#FFF;
	


	
}


.pod_white_backoffice {
	width:760px;
	
	
	float:left;
	padding-bottom:10px;
	background-color:#FFF;
	


	
}


.pod_white strong { color:#333; }
.pod_white h2 { margin-left:20px; background-image:url(../images/covered/pods/white_tiick.gif); background-repeat:no-repeat;padding-left:28px; padding-top:7px; color:#b32201; padding-top:24px;  padding-bottom:4px; border-bottom:1px dotted #CCCCCC; margin-bottom:5px; background-position:0px 15px;  }
.pod_white p {  padding-top:8px; line-height:1.4em; padding-left:20px; }
.pod_white p.pod_line { border-bottom:1px dotted #CCCCCC;  }
.pod_white ul { padding-left:30px }
.pod_white li {   padding:2px; }
.caveat { color:#999; font-size:0.8em }

.page_white {
	width:470px;
	padding-left:20px;
	float:left
	padding-bottom:10px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding-bottom:30px;
}

.page_white h2 { padding-left:75px; padding-top:22px; color:#E89C85; padding-bottom:4px; }
.page_white p {  padding-top:5px; }
.page_white p.pod_line { background:url(../images/covered/borders/border-dash-hor.gif) top left repeat-x; padding-top:14px; width:380px; margin-left:75px; height:50px;  }
.page_white ul { padding-left:30px }
.page_white li { line-height:17px; padding-left:40px; }
.text_question {
	padding-top:10px;
}
.text_question h3 {
	font-weight:normal;
	color:#999999
}
.pod_white_img {
	width:235px;
	float:right;
	padding-bottom:10px;
	height:40px;
	border-bottom-color:#999999
}
.pod_white_img h2 {
	padding:0px;
}
.pod_white_img_calltoaction {
	width:155px;
	height:100px;
	padding-top:85px;
	float:right;
	padding-left:80px;
	background-repeat:no-repeat
}
.pod_white_img_calltoaction a {
	color:#FFFFFF;
	padding-top:10px
}




/* Buttons  Items */

.button_small {
	background-image:url(../images/covered/buttons/covered_button_sm.png);
	background-repeat:repeat-y;
	width:63px;
	height:24px;
	margin:0px;
	cursor:pointer;
	font-size:0.9em;
	text-align:center;
	padding-top:10px;
	color:#FFFFFF;
	
}




.button_normal {
	background-image:url(../images/covered/buttons/covered_button.png);
	background-repeat:repeat-y;
	width:131px;
	height:24px;
	margin:0px;
	cursor:pointer;
	font-size:0.9em;
	text-align:center;
	padding-top:10px;
	color:#FFFFFF;
	
}
.button_normal a { color:#FFF; text-decoration:none; }

.button_med {
	background-image:url(../images/covered/buttons/button_red_medium.png);
	background-repeat:repeat-y;
	width:174px;
	height:33px;
	cursor:pointer;
	font-size:1.2em;
	text-align:center;
	padding-top:12px;
	color:#FFFFFF;
}
.button_big {
	background-image:url(../images/covered/buttons/button_red_big.png);
	background-repeat:repeat-y;
	width:242px;
	height:38px;
	cursor:pointer;
	font-size:1.2em;
	text-align:center;
	padding-top:15px;
	color:#FFFFFF
}

/* IE6 and below use GIF - no PNG support */
* html .button_normal {
	background-image: url(../images/covered/buttons/covered_button.gif);  
}

* html .button_med {
	background-image:url(../images/covered/buttons/button_red_medium.gif); 
}

* html .button_big {
	background-image:url(../images/covered/buttons/button_red_big.gif); 
}

#car_detail { padding-top:12px; }
#form,#form_big {}
#form label { float:left; width:100px; padding-bottom:15px; }
#form_big label { float:left; width:150px; padding-bottom:5px; }
#form .question,#form_big .question { clear:both; }



fieldset
{

border: 1px solid #CCCCCC;
width:100%;
display:block;
margin-bottom:20px;


}



fieldset .fieldset { margin:20px; } 
fieldset .fieldset p { padding:0px; margin:0px; padding-top:5px; }
#data { }
fieldset .data {  }
#data label {  width:400px; float:left;   display:block; }
#data label em { font-style:normal; width:120px; float:left }

#header_img { padding-bottom:20px; }

legend
{
color:#b32201;
font-weight:bold;
margin-left:15px;
}
 
.submit { float:right;  width:100%;  } 



.lineb { display:block; }

.submit input { float:right; border:none;
background-color:#000000;	
background-image:url(../images/covered/buttons/covered_button.gif);
	background-repeat:repeat-y;
	width:131px;
	height:24px;
	margin:5px;
	cursor:pointer;
	font-size:1em;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	}

.input_error {
	border:#FF0000 solid 2px; padding:1px;
}


.line0 { }
.line1 { background-color:#EBEBEB; }
td,th { padding:2px; font-size:10px; }
td a { text-decoration:none; color:#000; }
table { padding:0px }
	

.ad_space { height:20px;  float:right; width:100%; }	

.price ul { padding-left:20px;  }
.price li {
	list-style-type:none;
	padding-left:15px;
	background-image:url(../images/covered/standards/reddot.gif); background-repeat:no-repeat;
	padding-right:15px;
}

.p,.p_sel { margin-top:20px; margin-bottom:20px; margin-left:20px;width:470px; overflow: hidden;}
.p_sel  { margin: 0; padding: 0; }
.pcol { width:76px;height: 210px; float:left;  font-size: 11px; padding-top: 28px;background-image:url(../images/price_bg.gif); background-repeat:no-repeat; cursor:pointer;  }
.pcol_sel { width:76px;height: 260px; float:left;  font-size: 11px; padding-top: 28px;background-image:url(../images/sel_price_bg.gif); background-repeat:no-repeat; cursor:pointer;  }
.pcol_top { height: 60px; color:#6D6D6D;  padding-top:10px; padding-bottom:10px;padding: 5px; }
.pcol_top strong { color:#b32201; }
.pcol_info { height: 30px; padding: 5px; }
.pcol:hover { background-image:url(../images/price_bg_ho.gif); background-repeat:no-repeat;  }
.pcol_sel:hover,.pcol_seletced { background-image:url(../images/sel_price_bg_ho.gif); background-repeat:no-repeat;  }

.myprice { margin-top:20px; }
.myprice table { width:450px; margin:0; padding:0; margin-left:20px; background-color:#F1F1F1; }
.myprice table tr { }
.myprice table th  { margin:0; padding:0; background-color:#EBEBEB; color:#6D6D6D;  padding-top:10px; padding-bottom:10px;  }
.myprice table th strong { color:#b32201; }
.myprice table td  { margin:0; padding:0; text-align:left; padding:4px; border-right:#979797 dotted 1px; padding-top:15px; padding-bottom:15px;   }
.myprice table td:last-child { border:none;}
.coverdtick_2col ul { list-style:none; margin-top:20px; margin-bottom:20px; }
.coverdtick_2col ul  li { background-image:url(../images/covered/standards/white_tiick_sm.gif) ; background-repeat:no-repeat; padding-left:25px; margin-bottom:5px; margin-top:5px; width:190px; height:20px; float:left;  }
.coverdtick ul { list-style:none; margin-top:20px; margin-bottom:20px; }
.coverdtick ul  li { background-image:url(../images/covered/standards/white_tiick_sm.gif) ; background-repeat:no-repeat; padding-left:25px; margin-bottom:5px; margin-top:5px;  }

.car_reg { font-size:12px;  font-weight: bold; padding-top: 12px; padding-left: 15px; padding-bottom: 15px; display: block; color:black; 	background-image:url(../images/carpbg.gif); background-repeat:no-repeat; }
.hidden { display: none; }


