/* Import menu styles */
@import url("gutermann_menu.css");

/* BODY */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* DEFAULT TEXT STYLE: this are the style used for text in the 'main' DIV element */

a {
	color: #03f;
}
a:hover {
	color: #39f;
}
a:visited {
	color: #03f;
}

h2, h3  {
	margin: 1em 0 0.5em 0;
	padding: 0;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.15em;
}

h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}
img {
	border: 0;
	}

div.image_float_right {
	float: right;
	padding: 15px 0 15px 20px;
}

div.image_float_left {
	float: left;
	padding: 15px 20px 15px 0;
}

div.image_center {
	text-align: center;
	padding: 10px 0;
}

div.image_float_left img, div.image_float_right img {
	margin: 0;
	padding: 0;
}
div.image_float_left span, div.image_float_right span, div.image_center span {
	display: block;
	font-size: 0.9em;
	text-align: center;
}

ul {
	list-style:square;
	padding-top: 0;
	margin-top: 0;
}

/* COMMON STYLES FOR HEADER CONTAIN AND FOOTER DIV ELEMENTS */
#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

div#header, div#container, div#footer {
	padding: 0;
	width: 95%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* HEADER AREA */
div#header {
	position: relative;
	height: 62px;
	border-bottom: 1px solid #000;
}
a#skip_nav {
	display: none
}
h1#logo {
	width: 264px;
	height: 114px;
	position: absolute;
	top: 1px;
	left: 0;
	background-image: url(../graphics/gutermann_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
}
h1#logo span, div#home_product_images h2 span {
	display: none;
}
/* See gutermann_menu.css for menu styles */

/* CONTAINER FOR MAIN AND RIGHTHAND COLUMNS */
div#container {
	display: table;
	background-image: url(../graphics/column_background.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0;
}
div#gallery_full {
	padding: 20px 30px 20px 40px;
	margin: -20px 0 0 0;
	background-image: url(../graphics/header_background_lozenges.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	width:90%;
	margin:45px auto 0 auto;
}

/* RIGHTHAND COLUMN AREA */
/* Column */
div#column {
	display: table-cell;
	float: right;
	background-image: url(../graphics/column_background.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 165px;
	padding: 20px 0;
	margin: 0;
}
/* Flags */
div#flags {
	margin-bottom: 20px;
	padding: 0 17px 0 25px;
}
div#flags img {
	border: 0; padding:0;
}
/* Column box */
div.column_box {
	margin-bottom: 20px;
}
div.column_box_top {
	height: 10px;
	background-image: url(../graphics/column_box_top.png);
	background-repeat: no-repeat;
	background-position: left;	
	font-size: 0;
}
div.column_box_bottom {
	height: 10px;
	background-image: url(../graphics/column_box_bottom.png);
	background-repeat: no-repeat;
	background-position: left;	
	font-size: 0;
}
div.column_box_body {
	background-image: url(../graphics/column_box_repeat.png);
	background-repeat: repeat;
}
/* Use none transparent png for ie6 and earlier */
* html div.column_box_top { /* applies only to ie6 and earlier */
	background-image: url(../graphics/column_box_top_ie6.png);
	background-repeat: no-repeat;
	background-position: center center;
}
* html div.column_box_bottom { /* applies only to ie6 and earlier */
	background-image: url(../graphics/column_box_bottom_ie6.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
* html div.column_box_body { /* applies only to ie6 and earlier */
	background-image: url(../graphics/column_box_repeat_ie6.png);
	background-repeat: repeat;
}
* html div.column_box_body { /* applies only to ie6 and earlier */
	height: 0;
}
div.column_box_top,
div.column_box_bottom,
div.column_box_body {
	margin: 0;
	padding: 0;
}
div.column_box_text, div.column_box_text_download {
	margin: 0;
	padding: 0 10px 0 10px;
	color: white;
	font-size: 0.9em;
}
* html div.column_box_text, * html div.column_box_text_download { /* applies only to ie6 and earlier */
	padding: 0 25px;
}

div.column_box_text {
	text-align: left;
}
div.column_box_text_download {
	text-align: center;
}

span.column_box_title {
	font-weight: bolder;
}
div.column_box_text img, div.column_box_text_download img {
	border: 0;
}
div.column_box_text a, div.column_box_text_download a, div.column_box_text a:visited, div.column_box_text_download a:visited {
	color: white;
	text-decoration: none;
}
div.column_box_text a:hover, div.column_box_text_download a:hover {
	color: #03f;
}
/* Membership logos */
div#membership_logos {
	padding: 0 17px 0 25px;
	border: none 0;
}
div#membership_logos img {
	padding: 9px 0 6px 0;

}

/* MAIN CONTENT AREA */
div#main {
	display: table-cell;
	float: left;
	text-align: left;
	width: 78%;
	padding: 60px 0 0 0;
	margin: 0;
}
hr {
	height: 1px;
	color:#666666;
}
/* Main content area home */
div#main div.text_area_home_1, div#main div.text_area_home_2 {
	background-image: url(../graphics/header_background_lozenges.jpg);
	background-repeat: no-repeat;
	background-position: 20px 15px;
}
div#main div.text_area_home_1 {
	padding: 10px 45px;
	margin-top: -10px;
}
div#main div.text_area_home_2 {
	padding: 10px 45px;
}
div#main div.text_area_home_1 h2, div#main div.text_area_home_2 h2 {
	padding: 0;
	margin: 0;
	margin-top: 1.5em;
	font-size: 1em;
	font-weight: bold;
}
div#main div.text_area_home_1 p, div#main div.text_area_home_2 p {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}
div#main div#home_product_images {
	margin: -5px 0 5px 0;
	padding: 0;
}
div#home_product_images {
	height:130px;
	background-color: #FFFFFF;
}
div#main div#home_product_images h2 {
	width: 515px;
	height: 28px;
	margin: 0;
	padding: 0;
	color: #ccc;
	background-image: url(../graphics/find_more_leaks.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}
/* Main content area inner */
div.text_area_inner {
	padding: 20px 30px 20px 40px;
	margin: -20px 0 0 0;
	background-image: url(../graphics/header_background_lozenges.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	
}

/* FOOTER AREA */
div#footer {
	clear: both;
	border-top: 1px solid #000;
	padding-top: 7px;
	font-size: 0.8em;
	padding: 0;
}
div#footer p {
	margin: 0;
	padding: 1px 20px 6px 20px;
}
div#footer a {
	color: black;
	text-decoration: none
}
div#footer a:hover {
	color: black;
}
div#footer a:visited {
	color: black;
}

/* Misc styles by SH */
#members_container{

}
.members_table{
	width:100%;
	padding:2px;
}
.row_odd{
	background-color:#FFFFFF;
}
.row_even{
	background-color:#F5F5F5;
}
.form_row{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}
.text_input{
	width:250px;
	font-size:11px;
}

#container #main .text_area_home_1 #members_container h2.section_title a{
	color:#FFFFFF;
	text-decoration:none;
}
#container #main .text_area_home_1 #members_container h2.section_title a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#container #main .text_area_home_1 #members_container h2.section_title{
	background-color:#24B4F0;
	color:#FFFFFF;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	margin:0 0 20px 0;
	text-align:left;
}

.testimonial { font-size: 0.85em;}
.strong { font-weight: bold;}

/*Feedback form style*/

div.contact_form_left {
	 display:block;
}

div.contact_form_right {
		 float:left;
		 position:absolute;
		 left:450px;		 
		 display: block;
		 white-space: nowrap;
}