body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size: 9pt;
	margin:0px;
	background-color: #092845;
	color: #444444;
}
h1{
	font-size: 28pt;
	font-weight: bold;
	letter-spacing: -3px;
	color: #003366;
	margin: 0px;
	padding:0px;
}
h2{
	font-size: 14pt;
	font-weight: 550;
	padding: 0px;
	margin: 0px;
	color: #000000;
}
h3{
	font-size: 10pt;
}
h4{
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	padding:4px;
}
p{
	line-height: 20px;
}
li{
	line-height: 23px;
}

/*- ------ ----------------------------------------------------------------------------------------------------- -*/
/*- GLOBAL CLASSES --------------------------------------------------------------------------------------------- -*/
/*- ------ ----------------------------------------------------------------------------------------------------- -*/
.no_bg{background-image: none;}
.clearboth{clear: both}
.floatleft{float:left;}
.floatright{float: right;}
.nodisplay, .no_display{display: none;}
.grey{color:#333333;}
.red{color:#ff0000;}
.white{color:#ffffff;}
.ten_px{display: block; height: 10px;}
.twenty_px{display: block; height: 20px;}
a.clean_link{text-decoration: none; color: #444444;}
a.clean_link:hover{text-decoration: underline;}
a.std_link{
	text-decoration:underline;
	color: #003366;
	font-weight:bold;
}
a.std_link:hover{color: #0066CC;}
.txt{
	font-weight:bold;
	float: left;
	width: 100px;
	text-align:right;
		padding: 4px;
	margin-right: 10px;
}
.note{
	font-weight: bold;
	font-style: italic;
}
.t_justify{text-align:justify;}
.t_center{text-align: center;}
.t_right{text-align: right;}

a.find_out_more{
	background-image:url(images/buttons/more.gif);
	background-repeat: no-repeat;
	width: 111px;
	height: 22px;
	overflow: hidden;
	display: block;
}
a.find_out_more:hover{background-position: 0 -22px;}
a.find_out_more span{position: absolute; left: -10000px;}
h3 a{color: inherit; text-decoration:none;}
h3 a:hover{color: inherit; text-decoration: underline;}

/*- ------ ----------------------------------------------------------------------------------------------------- -*/
/*- LAYOUT ----------------------------------------------------------------------------------------------------- -*/
/*- ------ ----------------------------------------------------------------------------------------------------- -*/
#container{
	background-image:url(images/bg_top.jpg);
	background-repeat:repeat-x;
	background-position: top;
	z-index: 1;
	position:relative;
	padding-top: 20px;
	overflow: hidden;
}


.header{}
/* -- Header Banner -- */
.header_msg_bg{
	background-image:url(images/layout/header_msg_bg.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 209px;
	clear:both;
}
	.header_msg_bg h1{color: #ffffff; margin-top: 20px;}
	.header_msg_bg h2{color: #ffcc00;}
	.header_msg_bg .light{
		background-image:url(images/layout/light.jpg);
		background-repeat:no-repeat;
		height: 209px;
		float: left;
		padding-left: 20px;
	}
/* -- Header Banner -- */

.logo_container{clear: both;}
.logo_container .logo{float: left; margin-right: 40px;}
.logo_container .slogan{
	float: left;
	position: relative;
	top: 30px;
}
.content_bg{
	background-image:url(images/bg_top.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
	background-position: top;
	padding-top: 20px;
}
.content{
	width: 890px;
	padding: 2px 12px 12px 0px;
}

.footer_bg{
	clear: both;
	background-color: #092845;
	padding: 0px 20px 20px 0px;/* #e6e6e6;
	background-image: url(images/bg_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;*/
}
.footer_bg p{
	color: #ffffff;
	margin: 20px;
	padding-top: 10px;
	width: 600px;
	font-weight: bold;
}

/*- Menu ------------------------------------------------------------------------------------------------------ -*/

ul.menu{
	width: 600px;
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 10px 0px 00px 0px;
	height: 25px;
}
ul.menu li{
	float: left;
	margin-right: 60px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
ul.menu li a{color: #666666; text-decoration: none;	letter-spacing: -1px;}
ul.menu li a:hover{color: #000000; text-decoration: underline;}

.logo_container, 
.content,
.footer_bg p,
ul.menu
{position: relative; left: 20px;}
	/*--------------------------------------------------------------------------------------------------------*/
	.sub_menu{}
	.sub_menu ul{
		width: 200px;
		font-size: 8pt;
		list-style: none;
		position:absolute;
		z-index:3;
		padding: 0px;
		margin: 0px;
		
		background-image:url(images/layout/welcome_bg.jpg);
		background-repeat: repeat-x;	
		background-color:#ffffff;
		border-top: 1px solid #0099cc;
		border-left: 1px solid #0099cc;
		border-right: 1px solid #0099cc;
		/* background-color:#000000; */
	
	}
	.sub_menu ul li{
		background-image: none;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.sub_menu ul li a{
		display: block;
		text-indent: 10px;
		margin: 0px 0px 0px 0px;
		color: #666666;
		font-size: 12px;
		letter-spacing: normal;
		text-decoration: none;
		border-bottom: 1px solid #0099cc;
		width: 200px;
		height: 24px;
	}
	
	.sub_menu ul li a:hover{
		color: #000000;
		font-weight:bold;
		text-decoration: none;
		background-color: #ECF4F4;
		border-bottom: 1px solid #000000;
	}
	
	.sub_menu ul li a.top, .sub_menu ul li a.top:hover{border-top: none;}
	.sub_menu ul li a.bottom, .sub_menu ul li a.bottom:hover{border-bottom: none;}
/*- ------ ----------------------------------------------------------------------------------------------------- -*/
/*- INDEX ------------------------------------------------------------------------------------------------------ -*/
/*- ------ ----------------------------------------------------------------------------------------------------- -*/

.welcome{
	width: 840px;
	background-image:url(images/layout/welcome_bg.jpg);
	background-repeat: repeat-x;	
	background-color:#ffffff;
	border: 1px solid #0099cc;
	padding: 20px;
	clear: both;
	height: 300px;
}
.welcome_image{float: left;}
.welcome_message{float: right; margin-left: 20px; width: 410px;}

.featured_products{
	width: 880px;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 230px;
	clear: both;
}
.featured_products .product_1,.featured_products .product_2{
	width: 415px;
	float: left;
	height: 210px;
	padding: 10px;
}
.featured_products .product_1{border-right:  1px solid #cccccc;}
.product_1 .image{
	display: block;
	float:left;
	margin-right: 10px;
	background-position:top;
	background-repeat:no-repeat;
	width: 175px;
	height: 170px;
}
.product_1 .description{
	float:left;
	clear: right;
	width: 230px;
	height: 177px;
	text-align: right;
}

.product_2 .image{
	display: block;
	float:right;
	margin-left: 10px;
	clear: right;
	background-position:top;
	background-repeat:no-repeat;
	width: 175px;
	height: 170px;
}
.product_2 .description{
	float:left;
	width: 230px;
	height: 177px;
	text-align: left;
}

ul.sub_info{list-style: none; padding: 8px 0px 0px 0px; margin:0px; clear: both; width: 410px;}
ul.sub_info li{height:22px; float: left;}
ul.sub_info li.center{padding: 0px 0px 0px 62px; color:#ff0000;}
ul.sub_info li.right{float: right; padding-right: 0px;}

/*-------------------------------------------------------------------------------------------*/
/*- INFO PAGES ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.article .article_image{
	float: left; 
	width:250px; 
	overflow:hidden; 
	margin-right: 20px;
}
.article .article_details{
	padding: 0px 0px 0px 0px;
	float: left;
	width:550px; 
}


/*-------------------------------------------------------------------------------------------*/
/*- CONTACT US PAGE -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.via_email{
	float: left;
	width: 400px;
	margin-right: 25px;
}
.more_details{
	padding: 20px;
	margin-left: 16px;
	border: 1px solid #FFCC66;
	background-color:#ffffCC;
	float: left;
}
input.contact{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	width: 270px;
	border: 1px solid #999999;
	background-color:#ffffff;
	color: #333333;
}
textarea.contact{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	width: 270px;
	border: 1px solid #999999;
	background-color:#ffffff;
	color: #333333;
}
.success{
	border-bottom: 1px solid #006600;
	border-top: 1px solid #006600;
	background-color: #d6f5c2;
	color: #006600;
	font-weight: bold;
	padding: 5px;
	text-align:center;
}

/*-------------------------------------------------------------------------------------------*/
/*- GENERATORS VIEW PAGE --------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.side_container{
	height: 100%;
	float: left;
	width: 225px;
	padding: 0px;
	margin-right: 10px;
}
.side_menu{
	width: 205px;
	float: left;
	background-image:url(images/layout/welcome_bg.jpg);
	background-repeat: repeat-x;	
	background-color:#ffffff;
	border: 1px solid #0099cc;
	margin-right: 20px;
}
	.side_menu h2{
		padding: 5px;
		border-bottom: 1px solid #0099cc;
	}
	.side_menu ul.product_menu{
		font-weight: bold;
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
		.side_menu ul.product_sub_menu{
			font-weight: normal;
			list-style: none;
			padding: 0px;
			margin: 0px 0px 0px 0px;
			text-indent: 15px;
		}
		.side_menu ul.product_sub_menu li
			{height: 33px;}
	.side_menu ul li a{
		display: block;
		padding: 5px 5px 5px 10px;
		text-decoration: none;
		color: #000000;
		border-top: 1px solid #E1F9FD;
	}
	.side_menu ul li a:hover{
		font-weight: bold;
		background-color: #B9DAEE
/*		border: 1px solid #ABE7FA;*/
	}


.products_container{
	width: 635px;
	float: left;
}

.product_item{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #F7F7F7;
	height: 185px;
	clear: both;
}
.product_item .image
	{
		float:left;
		margin: 10px 10px 0px 10px;
		display: block;
		width: 175px;
		height:170px;
		background-position:top;
		background-repeat:no-repeat;
	}
	.product_item .image a{
		display: block;
		width: 175px;
		height: 170px;
		text-decoration: none;
		border-bottom: 4px solid #006699;
	}
	.product_item .image a:hover{border-bottom: 4px solid #ff0000;}
	
.product_item .information{
	float:left;
	clear: right;
	width: 230px;
	text-align: left;
	margin-left: 10px;

}
.product_item .information h3{
	margin-top: 10px;
}
	.product_item .description{clear: both;}
	.product_item .kva{
		text-align: left;
		clear: both;
	}
	.product_item .kva h2{font-size: 40px; color: #333333;}
	
.product_item .specs{
	float:left;
	clear: right;
	width: 160px;
	height: 185px;
	text-align: left;
	color: #000000;
	margin-left: 10px;
	padding-top: 0px;
	padding-left: 20px;
	border-left: 1px solid #cccccc;
}
	.product_item .specs h3{
		margin-top: 10px;
	}
	.product_item .specs ul{
		list-style: none;
		margin: 0px;
		padding:0px;
	}
/*-------------------------------------------------------------------------------------------*/
/*- GENERATORS ZOOM PAGE --------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.the_product{
	border-top: 1px solid #beab78;
	padding: 10px 0px 10px 0px;
	clear: both;
}
.product_info{
	margin-bottom: 10px;
	width: 80%;
	float: left;	
}
.product_info img{
	padding: 5px;
	border: 1px solid #333333;
	width: 120px;
	height: 80px;
}
.product_images a{
	color: #333333;
}

/*-------------------------------------------------------------------------------------------*/

