/* CSS Document */
body {
		margin: 0; 
		padding: 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px; 
		color: #747474; 
}
a {
		color: #020912; 
		text-decoration: underline; 
}
a:hover {
 		text-decoration: none; 
}  
		 
p { 
		line-height: 1.5em;
		margin: 0 0 13px 0;
} 
h1, h3 { 
		font-size: 28px; 
		color: #0e0e0e; 
		margin: 0 0 20px 0; 
		padding: 0; 
}
h4 { 
		font-size: 25px;
		color: #0e0e0e; 
		margin: 0 0 23px 0; 
		padding: 32px 0 0 0; 
		border-top: 1px solid #f1f1f1; 
} 
#container {
		width: 772px;
		margin: auto; 
}
#header { 
		height: 108px; 
} 
#logo { 
		width: 273px; height: 88px;  
		float: left;
		color: #139df2;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		background: url(images/logo.gif) no-repeat;
		margin-top: 15px; 
 
} 
.logo_right { 
		color: #1d1d1d; 
} 
#nav { 
		height: 108px; width: 499px;
		float: left;
}
#nav ul { 
		margin: 33px 0 0 0; 
		padding: 0;
		list-style: none; 
} 
#nav li {
		display: inline; 
}  
#nav li a { 
		color: #1e1e1e;
		font-weight: bold; 
		font-size: 15px;
		text-decoration: none;
		display: block; 
		width: 100px; height: 26px;
		padding-top: 9px; 
		text-align: center;
		float: right;
		margin-right: 10px;
		background: #fafafa; 
} 

#nav li a:hover {
		background: #139df2;
		color: #fff; 
} 
#main_img { 
		background: url(images/main_img_1.jpg); 
		width: 742px; height: 321px;
		border: 15px solid #f4f4f4;
		clear: both; 
} 
#main_img2 { 
		background: url(images/main_img_2.jpg); 
		width: 742px; height: 321px;
		border: 15px solid #f4f4f4;
		clear: both; 
} 
#main_img3 { 
		background: url(images/main_img_3.jpg); 
		width: 742px; height: 321px;
		border: 15px solid #f4f4f4;
		clear: both; 
} 
#main_img4 { 
		background: url(images/main_img_contact.jpg); 
		width: 742px; height: 321px;
		border: 15px solid #f4f4f4;
		clear: both; 
} 
#main_body { 
		margin: 40px 0 0 0;
} 
#main_body_1 { 
		width: 436px; 
		border-right: 1px solid #ededed;
		float: left;
		margin: 0 0 32px 0;
		padding: 0 44px 0 28px; 
}  
#main_body_2 { 
		width: 226px; 
		float: left;
		margin: 0 0 32px 0;
		padding: 0 0 0 37px; 
}
#footer { 
		height: 35px;
		background: #f4f4f4;
		clear: both;
		color: #959595;
		padding: 17px 0 0 28px;
		margin: 0 0 51px 0; 
} 
#footer a { 
		color: #959595; 
}  
.index_list { 
		color: #139df2;
		list-style: none;
		margin: 0 0 13px 0; 
		padding: 0;
		display: block; 
		width: 218px; 
		float: left;
		line-height: 1.5em;  
} 
.index_list li {
		background: url(images/bullet.gif) 0 50% no-repeat; 
		padding-left: 17px
}
.clear { 
		clear: both; 
} 

/*Forms defaults*/
input, textarea {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px; 
		color: #747474; 
}
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;
}




		
