/* GASLEC 2.0 CASCADING STYLE SHEET - PRINTED MEDIA */

/* Specific Tags */
body {
	margin:0;
	padding:0;
	}
body, th, td, tf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	}
img {
	border: none;
	}
h1,h2,h3,h4 {
	margin: 0.2em 0;
	}
h1 {
	font-size: x-large;
	font-weight: bold;
	}
h2 {
	font-size:large;
	font-weight: bold;
	}
h3 {
	font-weight: bold;
	}
p {
	margin: 0.5em 0;
	}
a:link, a:visited {
	color: #000000;
	}
a:hover, a:active {
	color: #000000;
	}

/* Header Container */
#header {
	margin:0;
	padding:0;
	overflow:hidden;
	}
#logo {
	margin: 5px;
	float: left;
	width: 45%;
	}
#header_nav, #random_display, #contact {
	display:none;
	}
	
/* Main Container */
#main1, #main2 {
	margin:0;
	padding:0;
	}
/* Left and Right Columns */
#left, #right{
	display:none;
	}
/* Center Column */
#middle {
	margin:5px;
	padding:0;
	}
/* For positioning items like images, div tags etc */
.itemleft {
	float: left;
	margin-right: 8px;
}
.itemright {
	float: right;
	margin-left: 8px;
}
/* Display quote marks */
.pullquote {
	width: 125px;
	height: 125px;
	background-image: url(/img/pullquote.gif);
	background-repeat: no-repeat;
	font-size: 125% ;
	font-weight: bold;
	color: #B22222;
	float: left;
	margin-right: 8px;
	font-style: italic;
}
/* Images with captions */
div.figure_right {
	float:right;
	border: 1px solid #dcdcdc;
	background-color: #f5f5f5;
	color: #000000;
	margin: 5px;
	padding: 5px;
}
div.figure_right p {
	text-align: center;
	font-style: italic;
	font-size: x-small;
}
/* Product spec on gas fire page */
table.spec {
	width: 66%;
	}
table.spec th {
	margin: 0;
	padding: 2px;
	text-align:left;
	font-size: smaller;
	vertical-align: top;
	white-space: nowrap;
	color: #3366cc;
	background-color:#f5f5f5;
	}
table.spec td {
	margin: 0;
	padding: 2px;
	text-align:left;
	font-size: smaller;
	vertical-align: top;
	background-color:#f5f5f5;
	}
/* For errors and required fields */
span.alert {
	color:#FF0000;
	}
/* Navigation for multiple paged content */
#content_nav {
	text-align:center;
	font-size: small;
	}
#content_nav a:link, #content_nav a:visited {
	color: #3366cc;
	background-color: transparent;
	}
#content_nav a:active, #content_nav a:hover {
	color: #ff0000;
	background-color: transparent;
	}
/* Paragraph Hook */
.hook {
	font-weight: bold;
}
.hook:first-letter {
	color: #ff0000;
	font-size: 200%;
	float: left;
}
.hook2 {
	font-weight: bold;
}
.hook2:first-letter {
	color: #3366cc;
	font-size: 200%;
	float: left;
}
/* Q & A on product pages */
table.qa {
	width: 100%;
	
	}
table.qa td {
	height: 45px;
	margin: 10px 0;
	padding: 0;
	vertical-align: top;
	}

/* Footer Container */
#footer {
	text-align: center;
	font-size: x-small;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	}
#accredit_left, #accredit_right, #footer_nav, #hoster {
	display:none;
	}
#footer_middle {
	margin: 0;
	padding:0;
	}
#copy {
	margin: 0;
	padding:0;
	}