/* CSS Document */
body { 
		margin: 0;
		padding: 0;
		font-family: tahoma; 
		font-size: 12px; 
		color: #e4e4e3;
		background: #053b5f; 
}
.logos { 
		text-align: center; 
}
.logos img {
		margin-right: 10px; 
		margin-left: 10px;
		margin-bottom: 10px;
}  
img#rapidstatscounter { 
		display: none; 
} 
a { 
		color: #58ab21;
		text-decoration: underline; 
} 
a:hover {
		text-decoration: none; 
} 
p { 
		line-height: 1.6em; 
		margin: 0 0 15px 0;
} 
#container { 
		width: 800px;
		margin: auto;
} 
#header { 
		background: url(images/header_top.jpg); 
		height: 74px; 
}
#logo {
		background:url(images/logo.jpg); 
		height: 74px; 
		width: 194px;
		float: left;
		margin: 0 0 0 28px;
		display: inline; 
} 
#header_nav {
		width: 578px; height: 74px; 
		display: block; 
		float: left; 
		margin: 0; 
		padding: 0;
		list-style: none; 
} 
#header_nav li{
		display: inline; 
} 
#header_nav a{
		display: block; 
		width: 88px;
		padding-top: 25px; 
		height: 49px;
		float: right;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		font-weight: bold; 
		letter-spacing: 1px;
		margin: 0 15px 0 0;  
} 
#header_nav a:hover{
		background:url(images/nav_bg.gif); 
} 
#main_img { 
		background:url(images/main_img_home.jpg); 
		height: 269px; 
}
#main_img_electrical { 
		background:url(images/main_img_electr.jpg); 
		height: 269px; 
}
#main_img_soundvision { 
		background:url(images/main_img_soundv.jpg); 
		height: 269px; 
}
#main_img_centralheating { 
		background:url(images/main_img_centralh.jpg); 
		height: 269px; 
}
#main_img_contact { 
		background:url(images/main_img_contact.jpg); 
		height: 269px; 
}

#main_body { 
		margin: 38px 0 0 0; 
} 
#main_1	{
		width: 163px;
		height: 431px; 
		float: left;
		border: 2px solid #1c6391;
		margin: 0 25px 32px 28px;
		padding: 0 12px 0 15px;
		display: inline; 
}
.green_header { 
		color: #58ab21; 
} 
#main_2_contact {
		width: 553px; 
		float: left;
		margin: 0 0 32px 0; 
}
#main_2 {
		width: 800px; 
		float: left;
		margin: 0 0 32px 0; 
}
h1 { 
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 26px; 
		font-weight: normal;
		margin: 22px 0 40px 0; 
		padding: 0;
		letter-spacing: 0; 
}
h4 { 
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 21px; 
		font-weight: normal;
		margin: 22px 0 40px 0; 
		padding: 0;
		letter-spacing: 0;
		color: #7ebb06; 
} 
h3 { 
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 22px; 
		font-weight: normal;
		padding: 0;
		margin: 27px 0 35px 0; 
		letter-spacing: 0; 
} 
h2 { 
		text-align: center; 
		font-weight: normal; 
		font-size: 10px; 
		margin: 0 0 2px 0; 
		padding: 0; 
}   
.h1_bold { 
		font-weight: bold; 
}
#footer {
		border-top: 2px solid #1c6391; 
		height: 50px;
		clear: both;
		padding: 40px 0 0 45px; 
}  
#footer a{
		color: #0498d6
}

/*Forms defaults*/
input, textarea {
		font-family: tahoma; 
		font-size: 12px; 
		color: #7ebb06;
		background: #053b5f; 
}
label {

	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}

