/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
html, body {
	background-image: url(../templateimages/back_fade_main.png);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	background-color: white;
	height: 100%;
}

#container {
	margin: 0 auto;
	height: 100%;
	width: 780px;
	margin: 0px auto 0px auto;
}

/* Contains rest of HTML */
#centrecontainer {
	position: relative;
	width: 780px;
	text-align: left;
	margin: 0 auto;
}


/* --- Header section ------------------------------------------------ */
#header {
	position: relative;
	height: 70px;
	margin: 0px;

}

#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}

/* Top links */
#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 7.5pt;
	display: none;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
	display: none;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	position: relative;
	padding: 15px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	margin: 0 auto;
	zoom: 100%; /* To fix IE 'invisible text' rendering bug (http://archivist.incutio.com/viewlist/css-discuss/57305) */
}

/* Dynamic page content section of page body */
#pagecontent {
	position: relative;
	width: 560px;
	float: left;
	padding: 0 0 15px 0;

}

#pagecontent_pad {
	position: relative;
	padding: 0px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	position: relative;
	width: 178px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;

}

/* --- Footer -------------------------------------------------------- */
#footer {
	float: left;
	position: relative;
	text-align: left;
	margin: -10px auto 0 auto;
	padding: 0 0 0 10px;
	width: 750px;
	display: block;
}

* html #footer {
	margin: -10px auto 0px auto;
	padding: 0 0 5px 10px;
}

/* T&Cs text */
#terms {
	padding-top: 10px;
	position: relative;
	font-size: 7pt;
	color: #999999;
}


/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* ------------ comparison ------------------------- */

#compare .compareimg {

	float: left;

	margin: 0 6px 1px 0;

}

#compare .halfcolumn {

	width: 50%

}



#compare table {

	margin-top: 16px;

}



#compare td {

	padding: 12px;

}



#compare th {

	padding-left: 12px;

}





