* {margin:0; padding:0; background-repeat: no-repeat;}

html,body {
	height: 768px;
	min-height:768px;
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
	background-image: url(images/back1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #E7E7E7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-align: center;			
}
h1{
	font-size: 12px;
	font-weight: normal;
	color: #E7E7E7;
}
img{
	border: none;	
	margin:0; padding:0;
}
a{
   color:#ec590c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

div#top_wide{
	height: 86px;
	width: 100%;
	text-align: center;
	background-image: url(/images/back2.gif);
	background-repeat: repeat-x;	
}

div#top_wide div#top_menu {
	height: 86px;
	background-image: url(/images/logo_heatingsolution.jpg);	
	background-position: center top;	
	width: 750px;
	text-align: center;
	position: relative;
	margin: 0px auto;	
}
div#top_wide div#top_menu div#left_lang{
	padding-top: 5px;
	font-size: 10px;
	width: 375px;
	float: left;
	text-align: left;
	padding-bottom: 45px;
}
div#top_wide div#top_menu div#right_lang{
	padding-top: 5px;
	font-size: 10px;
	width: 375px;
	margin-left: 375px;
	text-align: right;
	padding-bottom: 45px;
}
* html div#top_wide div#top_menu div#right_lang{
	margin-left: 0px;
	float: right;
}
div#top_wide div#top_menu div#left_lang a,div#top_wide div#top_menu div#right_lang a{
	color: #969696;
	text-decoration: none;
}
div#top_wide div#top_menu div#left_lang a:hover,div#top_wide div#top_menu div#right_lang a:hover{
	color: black;
}



div#top_wide div#top_menu ul{	
	width: 360px;
	position: relative;
	margin: 0px auto;
	clear: both;
	/*padding-top: 45px;*/
}
div#top_wide div#top_menu ul li{
	display:block;
	float: left;
	list-style-type: none;
	background-image: url(/images/orange_square.gif);
	background-position: 0px 6px;
	padding-left: 15px;
	padding-right: 15px;
}
div#top_wide div#top_menu ul li.first{
	background-image: none;
}

div#top_wide div#top_menu ul li a{
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
div#top_wide div#top_menu ul li a.viz{
	color: #ff6600;
}
div#top_wide div#top_menu ul li a:hover{
	color: #ff6600;
}


div#center_wide{
	padding-top: 40px;
	width: 750px;
	position: relative;
	margin: 0px auto;
	text-align: left;	
	line-height: 25px;
}

div#center_wide div.services{
	width: 100%;
	text-align: center;		
}
div.right{
	margin-left:200px;
	width:480px;
}

ul.inner_list{
	padding:5px;
	list-style: none;
	display:block;
}

ul.inner_list li{
	display:block;
	width: 730px;
	clear: both;	
	float: left;	
	text-align:left;
	list-style: none;
	background-image: url("/images/orange_square.gif")!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	padding-left: 13px;
	padding-right: 15px;	
}

.requiredMarker
{
    display: block;
    color:#00BFFF;
    text-transform: uppercase;
    font-weight: normal;
}

.warning
{
    display: block;
    color:#00BFFF;
    text-transform: uppercase;
    font-weight: normal;
}

input{
	border:none;
}
textarea{
	border:none;
}
a.a_red,a.a_green,a.a_blue,a.a_orange{	
	display: block;
	width:173px;
	height: 212px;
	border: 2px solid white;
	float: left;		
	margin-right: 7px;
}

a.a_red:hover{	
	border: 2px solid red;
}
a.a_green:hover{	
	border: 2px solid #9ACD32;
}
a.a_blue:hover{	
	border: 2px solid #79BDFF;
}
a.a_orange:hover{	
	border: 2px solid #FF6347;
}
div.clear{
	clear:both;
	height: 10px;
	overflow: hidden;
}
div#footer{
	clear: both;
	padding-top: 40px;
	width: 100%;
	height: 15px;
	font-weight: bold;
	font-size: 13px;
}
div#footer div.back{
	float: left;
	width: 50%;
	text-align: left;	
}
div#footer div.friend{
	margin-left: 50%;
	width: 46%;
	text-align: right;	
	background-image: none;
}