/* CSS Document */
body, html { 
    padding:0; 
	margin:0;
	font-family: tahoma;
	font-size: 12px; 
	letter-spacing: 1px;
	color: #777e84;
	background:url(images/bg.gif) repeat-x top #fefefe; 
}
p { 
    margin: 0 0 13px 0; 
	line-height: 1.5em; 
} 
h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
    font-size: 25px;
	color: #d14e0d; 
	margin: 25px 0 28px 0;
	background:url(images/grey_arrow.gif) no-repeat 0 70%; 
	padding-left: 17px; 
} 
h4, h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
    font-size: 25px;
	color: #28343e; 
	margin: 25px 0 28px 0;
	background:url(images/grey_arrow.gif) no-repeat 0 70%; 
	padding-left: 17px; 
} 
h2 { 
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	text-align: center; 
}
.indexlist {
    margin: 0 42px 20px 0; 
	padding: 0; 
 	float: left;
	letter-spacing: 1px;
	list-style: none;
 } 
.indexlist li {
    background:url(images/green_tick.gif) no-repeat 0 50%;
	padding-left: 17px;
	line-height: 25px;
	border-bottom: 1px solid #dfe2e3
} 
a { 
    color: #000000; 
} 
a:hover { 
    text-decoration: none; 
}  
img#rapidstatscounter { 
    display: none; 
}
.gallery { 
    text-align: center; 
} 
.gallery img{
    padding: 3px;
	border: 1px solid #ce8967;
	margin: 0 2px 4px 2px; 
} 



/*main layout*/
#container {
    width: 780px;
	margin: auto; 
} 
#nav_top { 
    height: 31px;
	background:url(images/template_01.gif);
}
#nav { 
    height: 50px;
} 
#header { 
    height:327px; 
	background:url(images/template_07.jpg); 
} 
#main_body { 
    background:url(images/main_bg.gif) repeat-x top #fefefe; 
} 
#main_body_left{
    float: left;
	width: 398px;
	padding: 0 60px 0 39px;   
} 
#main_body_right {
    float: left;
	width: 283px;  
} 
#footer { 
     height: 30px;
	 background:url(images/template_09.gif); 
	 clear:both;
	 color: #798587;
	 padding: 20px 0 0 41px; 
} 
#footer a{ 
 	 color: #798587;
}
#footer a:hover{ 
 	 color: #798587;
	 text-decoration: none; 
}
.clearlist { 
     clear: both
} 

/*Forms defaults*/
input, textarea {
	font-family: tahoma;
	font-size: 12px; 
	letter-spacing: 1px;
	color: #777e84;
}
label {
	color: #777e84;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color: #777e84;
}

/*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;
}
form { 
    margin-bottom: 20px; 
} 

