
/* CSS Document */



BODY {
    background: url("http://images.covers.com/covers/media_kit/back_site.gif") repeat-x scroll center top #000000;
    font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
    margin: 0;
    padding: 0;
	align: 0 auto;
}

#container {
	margin: 0 auto;
	width: 985px;
		
}

.header {
	height: 120px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.logo {
	background: url("http://images.covers.com/covers/media_kit/media_kit_logo.png") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 40px;
	width: 420px;
    margin: 40px 0 0 0;
    position: relative;
    float: left;
	display: block;
}

.contact {
	margin: 28px 0 0 0;
    background: url("http://images.covers.com/covers/media_kit/contact_button.gif") no-repeat scroll 0 0 transparent;
    height: 64px;
	width: 194px;
    float: right;
	display: block;
}

.contact a {
    height: 64px;
	width: 194px;
	display: block;
}

/*main menu*/

#covers_navigation {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: url("http://images.covers.com/covers/media_kit/menu_gradient.jpg") top left repeat-x; 
	font-family: verdana, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight:bold;
	height:22px;
	padding:0px;
	width: 983px;
	overflow: hidden;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}



ul#covers_menu {
float: left;
display:inline;
height:40px;
list-style-type:none;
overflow:hidden;
padding:0 0 0 0;
margin:0;
}

#covers_menu li {
float:left;
display: inline;
padding: 0;
color: #fff;
list-style-type: none;
margin-left:0px;
}

#covers_menu a {
float:left;
height:0 !important;
overflow:hidden;
padding: 40px 0 0 0;

}

.tCovers a, .tAd a, .tSpecs a, .tResearch a, .tRates a   {
background: transparent url("http://images.covers.com/covers/media_kit/menu_items.png") no-repeat left top;	
border-right: 1px solid #141d24;
margin: 0;
}

.tCovers a:hover, .tAd a:hover, .tSpecs a:hover, .tResearch a:hover, .tRates a:hover   {
background: #141d24 url("http://images.covers.com/covers/media_kit/menu_items.png") no-repeat left top;
margin: 0;
}

.tCovers_active a, .tAd_active a, .tSpecs_active a, .tResearch_active a, .tRates_active a  {
background: #141d24 url("http://images.covers.com/covers/media_kit/menu_items.png") no-repeat;
margin: 0;
}


.tCovers a {
width: 85px;
}

.tCovers a:hover {

background-position: 0 -22px;
}

.tCovers_active a {
background-position: 0 -22px;
}

.tAd a {
background-position: -85px 0px;
width: 113px;
}

.tAd a:hover {
width: 113px;
background-position: -85px -22px;
}

.tAd_active a {
width: 113px;
background-position: -85px -22px;

}

.tSpecs a {
background-position: -199px 0px;
width: 135px;

}

.tSpecs a:hover {
width: 135px;
background-position: -199px -22px;
}

.tSpecs_active a {
width: 135px;
background-position: -199px -22px;
}

.tResearch a {
width: 72px;
background-position: -335px 0px;

}

.tResearch a:hover {
width: 72px;
background-position: -335px -22px;
}

.tResearch_active a {
width: 72px;
background-position: -335px -22px;
}

.tRates a {
width: 79px;
background-position: -407px 0px;
}

.tRates a:hover {
width: 79px;
background-position: -407px -22px;
}

.tRates_active a {
width: 79px;
background-position: -407px -22px;
}




.sub-navigation {
	height: 22px;
	background: #141d24;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
    color: #CCCCCC;
    font: bold 10px Verdana,Arial,sans-serif;
    position: relative;
    text-decoration: none;
    
}

.sub-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 4px 0 0 11px;
}

.sub-navigation ul li {
    display: inline;
}


.sub-navigation ul li a:link, .sub-navigation ul li a:visited {
    color: #999999;
    padding-right: 10px;
    text-decoration: none;
}

.sub-navigation ul li.selected a {
    color: #FFFFFF;
}

.sub-navigation ul li a:hover {
    color: #E15A00;
    padding-right: 10px;
    text-decoration: none;
}


.colorbar3 {
	background: #fff url("http://images.covers.com/covers/backgrounds/menu_shadow-trans.png") repeat-x scroll 0 0;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
    height: 5px;
}





#content {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	min-height: 300px;
	width: 955px;
	background: #fff;
	padding: 15px;
}

#footer {
   
    color: #999999;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 10px 0 0;
    text-align: center;
    width: 985px;
}	

#footer a:link, #footer a:visited {
	color:#999;
	text-decoration:none;
}	

#footer a:hover, #footer a:active {
	color:#E15A00;
	text-decoration:underline;
}	

.disclaimer {
color:#bbb;
}

.spacerhalf {
height: 10px;
}

.graph_image {
	margin: -355px 0px 0 -30px;
	background: transparent url("http://images.covers.com/covers/media_kit/graphic_graph.png") no-repeat left top;
	width: 148px;
	 height: 175px;
	float: left;
	z-index: 1000;
}

.map_image_can {
	margin: -235px 190px 0 0;
	background: transparent url("http://images.covers.com/covers/media_kit/graphic_map_can.jpg") no-repeat left top;
	width: 260px;
	 height: 230px;
	float: right;
	z-index: 900;
}

.map_image_us {
	margin: -235px 205px 0 0;
	background: transparent url("http://images.covers.com/covers/media_kit/graphic_map_us.jpg") no-repeat left top;
	width: 260px;
	 height: 230px;
	float: right;
	z-index: 900;
}

.map_image_euro {
	margin: -235px 205px 0 0;
	background: transparent url("http://images.covers.com/covers/media_kit/graphic_map_euro.jpg") no-repeat left top;
	width: 260px;
	 height: 230px;
	float: right;
	z-index: 900;
}

.map_image_gen {
	margin: -250px 0px 0 0;
	background: transparent url("http://images.covers.com/covers/media_kit/graphic_map_gen.jpg") no-repeat left top;
	width: 350px;
	 height: 230px;
	float: right;
	z-index: 900;
}

table.research_1 {
	font-weight: bold;
	font-size: 9pt;   
	font-family: 'Droid Serif', arial, serif;
	margin: -165px 210px 0 0;
	*margin: -165px 0px 0px 505px;
	width: 230px;	
	float: right;	
	*float: left;
}

table.research_2 {
	font-weight: bold;
	font-size: 9pt;  
	font-family: 'Droid Serif', arial, serif;
	margin: -90px -25px 0 0;
	width: 230px;	
	float: right;	
}

td.blue {
	
	color: #20577d;
}

td.grey {
	
	color: #666666;
}

table.specs {
	font-size: 11pt;
	font-family: 'Droid Serif', arial, serif;
	margin-top: 0px;
	color:#666;
}

table.specs th {
	font-size: 12pt;
	color:#fff;
	text-align:left;
	/*background-color:#1F577D;*/
	padding: 8px 0 8px 10px;
}

tr.spec_header th {
	background: transparent url("http://images.covers.com/covers/media_kit/blue_box.jpg") no-repeat center top;
	padding-bottom: 20px;
}

table.specs th.firstcol {
	background: transparent url("http://images.covers.com/covers/media_kit/blue_box.jpg") no-repeat left top;
}

table.specs th.lastcol {
	background: transparent url("http://images.covers.com/covers/media_kit/blue_box.jpg") no-repeat right top;
}

table.specs td {
	padding: 8px 0 0x 10px;
	height: 74px;
}

table.specs tr.odd td {
	background-color:#eee;
}

table.specs tr.odd td.firstcol {
	background: #eee url("http://images.covers.com/covers/media_kit/specs_cellback.gif") no-repeat left bottom;
	padding:0;
}

table.specs tr.odd td.firstcol div {
	background: #eee url("http://images.covers.com/covers/media_kit/specs_cellback.gif") no-repeat left top;
	width:100%;
	height: 50px;
}

table.specs tr.odd td.lastcol {
	background: #eee url("http://images.covers.com/covers/media_kit/specs_cellback.gif") no-repeat right bottom;
	padding:0;
}

table.specs tr.odd td.lastcol div {
	background: #eee url("http://images.covers.com/covers/media_kit/specs_cellback.gif") no-repeat right top;
	width:100%;
	height: 50px;
}

table.specs td.firstcol, table.specs tr.odd td.firstcol {
	

}

table.specs td.lastcol, table.specs tr.odd td.lastcol {
	
}


.text_large_blue {
	font-family: 'Droid Serif', arial, serif;
	font-size: 40pt;
	color: #20577d;
}

h1 {
	font-weight: normal;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	
}

h1.text_med_blue, .text_med_blue {
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	font-family: 'Droid Serif', arial, serif;
	font-size: 22pt;
	color: #20577d;
}

h1.text_med_blue_2, .text_med_blue_2 {
	padding: 0 0 0 0px;
	font-family: 'Droid Serif', arial, serif;
	font-size: 22pt;
	color: #20577d;
}

.text_small_blue {
	line-height: 25px;
	font-family: 'Droid Serif', arial, serif;
	font-size: 12pt;
	color: #20577d;
}




.text_small_grey {
	margin: -3px 0 0 0;
	text-transform: uppercase;
	font-family: 'Droid Serif', arial, serif;
	font-size: 12pt;
	color: #666666;
}


	
	

h1.text_med_grey, .text_med_grey {
	
	font-family: 'Droid Serif', arial, serif;
	font-size: 22pt;
	color: #666666;
}



.text_large_grey {
	font-family: 'Droid Serif', arial, serif;
	font-size: 14pt;
	color: #666666;
}

table {
margin: 0px 0px 10px 0px;	
}

table.intro_research {
	margin: 0 0 0 145px;
}

table.data {
	margin: 20px 0 0 150px;
}

table.data td {	
	padding: 0px 10px 0 10px;
}

tr.blue_box {
	height: 35px;
	font-family: 'Droid Serif', arial, serif;
	font-size: 12pt;
	color: #fff;
	background: url("http://images.covers.com/covers/media_kit/blue_box.jpg") top left no-repeat;	
}

td.ad_1 a, td.ad_1 a:link, td.ad_1 a:active {
	display: block;
	height: 140px;
	width: 140px;
	background: url("http://images.covers.com/covers/media_kit/button_homepage_ads_1.jpg") top left no-repeat;	
}

td.ad_2 a {
display: block;
	height: 140px;
	width: 140px;
	background: url("http://images.covers.com/covers/media_kit/button_homepage_ads_1.jpg") top right no-repeat;	
}

td.ad_3 a {
display: block;
	height: 140px;
	width: 140px;
	background: url("http://images.covers.com/covers/media_kit/button_homepage_ads_1.jpg") bottom left no-repeat;	
}

td.ad_4 a {
display: block;
	height: 140px;
	width: 140px;
	background: url("http://images.covers.com/covers/media_kit/button_homepage_ads_1.jpg") bottom right no-repeat;	
}

td.ad_5 a {
display: block;
	height: 140px;
	width: 140px;
	background: url("http://images.covers.com/covers/media_kit/button_homepage_ads_3.jpg") top left no-repeat;	
}

td.ad_6 a {
display: block;
	height: 140px;
	width: 140px;
	background: url("http://images.covers.com/covers/media_kit/button_homepage_ads_3.jpg") top right no-repeat;	
}

td.ad_1_selected a, td.ad_1 a:hover {
	display: block;
	height: 140px;
	width: 140px;
	background: url("http://images.covers.com/covers/media_kit/button_homepage_ads_2.jpg") top left no-repeat;	
}

td.ad_2_selected a, td.ad_2 a:hover {
display: block;
	height: 140px;
	width: 140px;
	background: url("http://images.covers.com/covers/media_kit/button_homepage_ads_2.jpg") top right no-repeat;	
}

td.ad_3_selected a, td.ad_3 a:hover {
display: block;
	height: 140px;
	width: 140px;
	background: url("http://images.covers.com/covers/media_kit/button_homepage_ads_2.jpg") bottom left no-repeat;

}

td.ad_4_selected a, td.ad_4 a:hover {
display: block;
	height: 140px;
	width: 140px;
	background: url("http://images.covers.com/covers/media_kit/button_homepage_ads_2.jpg") bottom right no-repeat;	
}

td.ad_5_selected a, td.ad_5 a:hover {
display: block;
	height: 140px;
	width: 140px;
	background: url("http://images.covers.com/covers/media_kit/button_homepage_ads_4.jpg") top left no-repeat;	
}

td.ad_6_selected a, td.ad_6 a:hover {
display: block;
	height: 140px;
	width: 140px;
	background: url("http://images.covers.com/covers/media_kit/button_homepage_ads_4.jpg") top right no-repeat;	
}



	
table.ad_op_types {

}

table.ad_units {

	width: 500px;
	margin: 0 0 50px 0px;
	
}


.ad_op_units {
	z-index: 1000;
	margin: -650px 0 0 0;
	float: right;

}

.ad_op_units_2 {
	z-index: 1000;
	margin: -650px 50px 0 0;
	float: right;

}

.ad_op_units_sponsor {
	z-index: 1000;
	margin: -510px 50px 0 0;
	float: right;

}


.capped_text {
	text-transform: uppercase;
}

.small_print {
	margin-left: 150px;
	padding: 10px 0 10px 0px;
	font-size: 8pt;
	color: #666;
	
}

ul.bullet_list li{

padding: 0 10px 0 0;
margin:0px 0px 5px -5px;

}

table.ad_op_links a {
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	color: #20577d;

}

table.ad_op_links a:hover, table.ad_op_links a.active {
	text-decoration: underline;
}

