/* CSS Document */
body { 
    margin:0; 
	padding:0;
	font-family: tahoma; 
	font-size: 12px; 
	color: #838282;
} 
p { 
    margin: 0 0 13px 0; 
	line-height: 1.5em;
} 
img#rapidstatscounter { 
	display:none; 
} 
a { 
    color: #4b4e4f; 
	font-weight: bold; 
	text-decoration: none; 
} 
a:hover { 
    text-decoration: underline; 
} 
h2 { 
    text-align: center; 
	font-size: 11px; 
	font-weight: normal;
	margin:0; 
} 
h1 { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #ee0b0a;
	margin: 41px 0 12px 0; 
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 20px; 
} 
.under_h1 {
    font-size: 16px;
	letter-spacing: -1px; 
	color: #1e1de6;
} 
h3 { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	color: #ee0b0a;
	margin: 0 0 12px 0; 
	letter-spacing: -1px;
	font-weight: normal;
	background: url(images/green_tick.gif) no-repeat 0 100%;
	padding:18px 0 0 27px;
	border-top: 1px dashed #ababab; 
} 
.h3_color2 { 
    color: #1e1de6;
} 
.index_list {
	line-height: 1.5em;
	margin: 0 0 13px 5px;
	padding: 0; 
	list-style: none;
	float: left; 
	display: block;
	width: 186px;
	color: #1e1de6; 
} 
.list_clear { 
	clear: both; 
} 

.contact_index {
	margin-left: 5px;
	float: left; 
	display: block;
	width: 186px;
} 

/*layout main*/
#container {
    width: 750px;
	margin: auto; 
} 
#header {
    height: 122px; 
	background:url(images/header.gif); 
} 
#navigation { 
    height: 27px; 
} 
#main_body_left {
    width: 315px; 
	height: 571px; 
	float: left; 
	background: url(images/main_left_img.gif); 
} 
#main_body_right {
    float: left; 
	width: 392px;
	padding: 0 27px 0 16px;
	margin: 0 0 19px 0; 
} 
#footer { 
    height: 61px; 
	background:url(images/template_09.gif);
	clear:left;
	padding: 27px 0 0 46px; 
} 


/*Forms defaults*/
input, textarea {
	font-family: tahoma; 
	font-size: 12px; 
	color: #838282;

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

}

/*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;
}


