html, body { 
	font-family: arial; 
	font-size: 10px; 
	height: auto;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	background-color:#FFFFFF;
}

h1 {
	font-size:13px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
	margin-left: 5px;
}

a {
	font-size:10px;
	font-weight: bold;
	color: #3C607D;
	text-decoration:none;
}

a:hover {
	font-size:10px;
	color: #3C607D;
	text-decoration:underline;
}

/* ---------------------------------------*/
/* content area                           */
/* ---------------------------------------*/

#content {
	margin: 0px auto;
	width: 740px;
	background-color: #FFFFFF;
}

/* ---------------------------------------*/
/* header area                           */
/* ---------------------------------------*/
#header { 
	position: relative; left: 0px; top: 0px; 
	width: 740px; 
	height: 100px; 
}

#header .logo { 
	width: 200px;
	height:100px;
	position: absolute; left: 5px; top: 10px; 
	text-align: center;
	
}

#header .slogan { 
	position: absolute; left: 211px; top: 10px; 
	height:100px;
	z-index:1;
}

#header .discount {
	position: absolute;
	left: 561px;
	top: 0px;
	height:179px;
	z-index:0;
}

/* ---------------------------------------*/
/* workspace area                         */
/* ---------------------------------------*/
#workspace {
	position: relative; 
	height: auto;
	background-color: #FFFFFF;
}

/* ------------------------------------------- */
/*  Workspace - Left area (menu)               */
/* ------------------------------------------- */
#left {
	position: relative; left: 0px; top: 0px; 
	float: left;
	width: 198px;
	height: auto;
	background-color: #FFFFFF;
	padding-bottom: 25px;
}

#left .menu {
	background-image:url('/images/navigation_clean.png');
	height: 191px;
}

#left .welcome {
	border-top: solid 2px #FF0000;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#left .contactinfo {
	border-top: dotted 2px #333333;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}

#left .contactinfo a {
	color: #3C607D;
}

#left p {
	margin: 5px 0px 5px 5px;
	padding: 0px;
}

/* ------------------------------------------- */
/*  Workspace - Left - Menuitem                */
/* ------------------------------------------- */

.menuitem {
	position: relative;
	left: 5px;
	top: 8px;
	height: 27px;
	width: 160px;
	text-align: right;
	font-size:11px;
}

.menuitem a  {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px; 
	font-weight: bold;
	font-size:11px;
}

.menuitem a:hover  {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px; 
	font-weight: bold;
	font-size:11px;
}

.menuitem a.selected  {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px; 
	font-weight: bold;
	font-size:11px;
}

/* ------------------------------------------- */
/*  Workspace - Main area                      */
/* ------------------------------------------- */
#main {
	position: relative; left: 2px;
	float: left;
	width: 536px;
	height: auto;
	border-left: 2px dotted #333333;
	font-size: 12px;
	padding-bottom: 25px;
}

#main p {
	margin: 10px;
	padding: 0px;
	font-size: 12px;
	color: #000;
}

#main h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3C607D;
	margin: 5px 0px 5px 10px;
	padding: 0px;
}

#main h1.bg_title {
	float: left;
	width: 516px;
	height: 39px;
	background-image: url('/images/bg_title_blowers.png');
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #3C607D;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 0px 10px;
}

#main h2 {
	font-size:14px;
	font-weight: bold;
	color: #006CB4;
	margin: 5px 0px 5px 10px;
	padding: 0px;
}

#main .decoration {
	position: relative; left: 2px; top: 0px; 
	height: 138px;
	background-image:url('/images/main_decoration.png');
}

/* ------------------------------------------- */
/*  Workspace - Main - Itemlist area           */
/* ------------------------------------------- */
#itemlist {
	position: relative; left: 12px; top: 7px; 
}

#itemlist h1 {
	font-size: 16px;
	font-weight: bold;
	color: #006CB4;
	margin: 5px 0px 5px 10px;
	padding: 0px;
}

.itemrow_odd {
	position: relative; left 12px;
	float: left;
	background-color: #e1eaed;
	border-top: 5px solid white;
	border-bottom: dotted 2px #333333;
}

.itemrow_even {
	position: relative; left 12px;
	float: left;
	background-color: #ffffff;
	border-top: 5px solid white;
	border-bottom: dotted 2px #333333;
}

#itemlist .itemimage {
	position: relative; 
	float: left;
	width: 200px;
	height: 140px;
	border-bottom: 5px solid #ffffff;
	text-align:center;
	vertical-align:middle;
	padding-top: 10px;
}

#itemlist .itemdescription {
	position: relative;
	float: left;
	width: 305px;
	height: 140px;
	border-bottom: 5px solid #ffffff;
	text-align:justify;
	padding-right: 10px;
	padding-top: 10px;
}

#itemlist p {
	font-size:11px;
	font-weight: normal;
	color: #000000;
	margin-left: 10px;
}

/* ---------------------------------------*/
/* footer area                            */
/* ---------------------------------------*/
#footer {
	margin: 0px auto;
	width: 740px;
	position: relative;
	clear: both;
	height: 42px; 
	border-top: 10px solid #FFFFFF;
	background-image:url('/images/bg_footer.gif');
	background-repeat: repeat-x;
}

#footer .terms {
	position: relative; top: 15px; left: 15px;
	float: left;
	
}

#footer .copyright {
	position: relative; top: 15px; right: 20px;
	float: right;
	text-align: right;
}

#footer a {
	color: #FFFFFF;
	font-weight: normal;
}

#footer a:hover {
	color: #FF8E56;
	text-decoration: none;
	font-weight: normal;
}

#footer p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;

}.weatherization {
	padding: 20px;
	font-weight: normal;
}
