@charset "utf-8";
/* CSS Document */

@import url(color.css);
@import url(typography.css);
@import url(blog.css);

/* Normalise margin, padding */
.html, body {
overflow-x: hidden;
}

body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, 
p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}



/* Normalise font-size for headers */
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}

/* Removes list-style from lists */
ol, ul
{
	list-style: none;
}


/* Normalise font style and font weight */
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}



/* Removes borders and spacing from tables */
table
{
	border-collapse:collapse;
	border-spacing:0;
}

/* Removes borders from fieldset and img */
fieldset, img
{
	border:0;
}

/* Left aligns text in caption and th */
caption, th
{
	text-align:left;
}

/* Removes quotation marks from q */
q:before, q:after
{
	content :'';
}

/* End Normalising and Start Layout CSS */

html
{
	text-align : center;	
}

body
{
	position : relative;
	text-align:left;
}

div#content 
{
	position: relative;
	width : 990px;
	margin-left: auto;
	margin-right: auto;
}

div#content_main
{

}

div#content_sub
{

}
div#nav_main, div#site_info  
{
	width: 100%;
}


/* si_clear_children */
.pc,.sc { position: absolute; top: 0; left: 0;} 
.pc	{
	left : 0;
	position:absolute;
	width : 65%;
	padding-top: .6em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
} 
.sc	{
	left : 68%;
	width : 32%;
	position:absolute;
	padding-top: .6em;
}

.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
div#branding
{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 190px;
}
div#main_nav
{
	height: 45px;
	z-index: 1;
	width: 500px;
	position: relative;
	top: 22px;
}
#main_nav ul {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	top: -10px;
}
#main_nav li {
	height: 20px;
	display: inline;
	float: left;
}
#main_nav li a {
	display: block;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px dashed #FFFFFF;
	color: #FFFF00;
	padding: 10px;
	text-decoration: none;
}

#nav_links {
	top: 10px;
	position: relative;
	left: 400px;
	width: 580px;
}
#nav_links .advert {
	text-align: right;
	width: 468px;
	left: 110px;
	position: relative;
	height: 60px;
}

#nav_links ul {
	margin-bottom: 5px;
	text-align: right;
	font-size: 86%;
	margin-top: 5px;


}
#nav_links li {
	display: inline;
	text-align: right;
	margin-left: 5px;
}
#breadcrumbs {
	height: 20px;
	text-align: right;
}
#breadcrumbs ul {
}
#breadcrumbs li {
	display: inline;

}
#details {
	width: 200px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
#content #content_main li {
	background-position: 0px;
	background-repeat: no-repeat;
	list-style-image: url(images/tick.gif);
}
#bookingInfo {
}
#bookingInfo h3 {
	margin-bottom: 0px;
}
#site_info #info_links{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	text-align: center;
	line-height: 180%;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 90%;
}
#site_info li  {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

.clear {
	clear: both;
}
#content #content_sub form {
	padding: 5px;
	margin-bottom: 10px;
}
#content #content_sub .advert {
	text-align: center;
	font-size: 80%;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content #content_sub .advert p {
	text-align: left;
	color: #666666;
	font-weight: bold;
}
#content #content_sub .star {
	list-style-image: url(images/star.gif);
}
#content_main #details .scottishPower {
	background-image: url(images/scottishpowerLogo.gif);
}
#content_main #details .eon {
	background-image: url(images/eonLogo.gif);
}
#content_main #details .britishgas {
	background-image: url(images/britishGasLogo.gif);
}
#content_main #details .BandQBritishgas {
	background-image: url(images/bandqbritishGasLogo.gif);
}
#content_main #details .npowerHometeam {
	background-image: url(images/npowerHometeamLogo.gif);
}
#content_main #details .npower {
	background-image: url(images/npowerLogo.gif);
}
#content_main #details .npowergreen {
	background-image: url(images/npowergreenLogo.gif);
}
#content_main #details .edf {
	background-image: url(images/edfLogo.gif);
}
#content_main #details .homeserve {
	background-image: url(images/homeserveLogo.gif);
}
#content #content_main #offer1 {
	width: 310px;
	float: left;
	margin-right: 15px;
}
#content #content_main #offer2 {
	width: 310px;
	float: left;
}
#content_main  #rightContent {
	float: right;
	width: 315px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
}

/* Start Comparison Table Styles */
#compareTable  .tableBook {
	height: 36px;
	width: 52px;
	display: block;
	text-align: center;
	text-indent: -9999px;
}
#compareTable .tableBook   a {
	height: 36px;
	width: 52px;
	display: block;
	background-image: url(images/bookSmall.jpg);
	background-position: 0px 0px;
}
#compareTable .tableBook  a:hover {
	background-image: url(images/bookSmall.jpg);
	background-position: 0px -36px;
}
#compareTable  .tablequote {
	height: 36px;
	width: 52px;
	display: block;
	text-align: center;
	text-indent: -9999px;
}
#compareTable .tablequote   a {
	height: 36px;
	width: 52px;
	display: block;
	background-image: url(images/quote.jpg);
	background-position: 0px 0px;
}
#compareTable .tablequote  a:hover {
	background-image: url(images/quote.jpg);
	background-position: 0px -36px;
}
#compareTable {
	font-size: 90%;
	text-align: center;
	border-collapse: collapse;
	line-height: 160%;
	margin-bottom: 10px;
}
#compareTable th {
	padding: 1px;
	text-align: center;
	color:#333333;
	background-color:#CCCCCC;
	font-weight: bold;
	font-size: 90%;
	background-image: url(images/tableThBg.jpg);
	background-repeat: repeat-x;
}

#compareTable td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 94%;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	
}

#compareTable img {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table tbody tr.hover {
	  background-color: #eee;
		}

#content #content_main #leftContent {
	float: left;
	width: 315px;
}



#content  #content_main  #rightContent  h2 {
	font-size: 160%;
	margin-bottom: 10px;
}
.admin #content #content_main {
	width: 965px;
}
#branding #rssHolders {
	width: 350px;
	top: -20px;
	left: 630px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
}
#branding #rssHolders #twitter {
	height: 41px;
	width: 57px;
	background-image: url(images/twitter.gif);
	float: right;
}
#branding #rssHolders #twitter a {
	height: 41px;
	width: 57px;
	display: block;
}
#branding  #rssHolders h6   {
	text-indent: -9999px;
}
#branding #rssHolders #rss {
	height: 41px;
	width: 35px;
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	float: right;
}
#branding #rssHolders #rss a {
	height: 41px;
	width: 35px;
	display: block;
}
#branding #rssHolders #addthis {
	width: 130px;
	background-position: 2px;
	float: right;
	padding-top: 20px;
}
#branding  #rssHolders div {
	margin-left: 20px;
	
}
.frontHolder  {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.last   {
	margin-right: 0px;
}
#content  #content_main  .frontHolder h3 a {
	color: #316AC5;
	line-height: 160%;
	font-weight: bold;
}
#content  #content_main  .frontHolder h3 a:hover {
	color: #333333;
}
.frontHolder   img {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
#r_sidebar #r_sidebarwidgeted li {
}

