﻿/* *************************** 
  Site - Culligan
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	font-size:0;
	height:0;
}


/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Tahoma, Verdana, Arial;
}
#container {
	width:766px;
	margin:0 auto;
	text-align:left;
	background:#0f3655 url(../images/bg_container.jpg) bottom no-repeat;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:825px;
	height:246px;
	background:url(../images/bg_headernew1.jpg) no-repeat;
}
#header h1 {
	width:350px;
    	height:162px;
	float:left;
	padding:40px 0 0 60px;
	width/**/:/**/ 290px;
	height/**/:/**/ 122px;
}
#header h1 a {
	width:290px;
    	height:122px;
    	float:left;
    	text-indent:-9999px;
    	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	display: block;
	background:url(../images/logo.png) no-repeat;
}
#header ul {
	float:left;
	clear:both;
	padding:55px 0 0 35px;
}
#header li {
	display:inline;
	font-size:0.916em;
	padding:0 13px;
	color:#ff7e00;
}
#header li a, #header li a:hover {
	color:#ff7e00;
	text-decoration:none;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:766px;
	padding:0 12px;
	width/**/:/**/ 742px;
}
#maincontent {
	width:460px;
	float:left;
}
.section {
	margin-bottom:10px;
}
.section h2 {
	width:460px;
	background:url(../images/bg_sectionheader.jpg) no-repeat;
	height:25px;
	font-size:1em;
	font-weight:normal;
	color:#FFFFFF;
	padding:5px 0 0 20px;
	height/**/:/**/ 20px;
	width/**/:/**/ 440px;
}
.section .inner {
	border-bottom:1px solid #49c192;
	border-left:1px solid #49c192;
	border-right:1px solid #49c192;
	background:#FFFFFF;
	padding:10px;
}
h3 {
	color:#ff7e00;
	font-size:1em;
	margin-bottom:2px;
}
.section .inner p {
	margin-bottom:10px;
	line-height:16px;
	font-size:0.916em;
	color:#696c6b;
}
.section2 p {
	line-height:16px;
	font-size:0.916em;
	color:#696c6b;
}
.section2 li {
	font-size:0.916em;
	color:#696c6b;
	font-weight:bold;
}
.section2 {
	background:#FFFFFF;
	padding:10px;
}
h3.blue {
	color:#478ec0;
}
.section2 .leftsection {
	float:left;
	width:205px;
}


/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:282px;
	float:right;
	padding-left:11px;
	width/**/:/**/ 271px;
}
#sidebar .section h2 {
	width:271px;
	background:url(../images/bg_sectionheader2.jpg) no-repeat;
	height:25px;
	font-size:1em;
	font-weight:normal;
	color:#FFFFFF;
	padding:5px 0 0 20px;
	width/**/:/**/ 251px;
	height/**/:/**/ 20px;
}
#sidebar .section .inner {
	background:none;
	font-size:1em;
	font-weight:normal;
	color:#FFFFFF;
	min-height:307px;
	height:auto;
}
/* for Internet Explorer */
/**/
* html #sidebar .section .inner {
	height: 307px;
}
/**/


/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	height:56px;
	font-size:0.916em;
	color:#ff7e00;
	padding:30px 0 0 70px;
	height/**/:/**/ 26px;
}