@charset "utf-8";
/* CSS Document written by Cow XL webdevelopment */

*
{
	padding:0;
	margin:0;
	border:none;
}

html, body 
{
	font:11px Arial, Verdana, sans-serif;
	color:#333;
	background:#fff url(images/top.jpg) repeat-x;
	text-align:center;
}

#container 
{
	position:relative;
	height:auto;
	width:1000px;
	left:50%;
	margin-left:-500px;
	text-align:left;
	overflow:hidden;
}

#header
{
	width:1000px;
	height:260px;
	background-image:url(images/person.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#logo
{
	width:750px;
	height:85px;
	position:absolute;
	top:40px;
	left:250px;
}

#banner_top
{
	width:728px;
	height:90px;
	position:absolute;
	top:140px;
	left:265px;
}

#menu
{
	position:absolute;
	top:292px;
	left:0px;
}

#nav, #nav ul
{
	width:1000px;
    list-style:none;
}

#nav a 
{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:46px;	
}

#nav li 
{
    float:left;
	margin-right:20px;
}

#nav li:hover
{
	background:#fe7e01 url(images/menu_arrow.jpg) no-repeat center top;
}

.active_menu
{
	background:#fe7e01 url(images/menu_arrow.jpg) no-repeat center top;
}

#nav li ul li a
{
	font-size:12px;
	line-height:23px;
	text-transform:none;
}

#nav li ul li a:hover
{
	text-decoration:underline;
}

#nav li ul li
{
	display:block;
	float:none;
}

#nav li ul li:hover
{
	background:none;
}

#nav li ul 
{
    position:absolute;
    /*width:13em;*/
	width:200px;
    left:-999em;
	background-color:#fe7e01;
	padding:5px;
	z-index:100;
}

#nav li:hover ul 
{
    left: auto;
}
#nav li:hover ul, #nav li.sfhover ul 
{
    left: auto;
}

#content_holder
{
	width:1000px;
	margin-top:110px;
	background-color:#eee;
}

#sky_left
{
	float:left;
	width:160px;
	height:600px;
}

#sky_right
{
	float:right;
	width:160px;
	height:600px;
}

#content
{
	float:left;
	width:618px;
	margin:0px 20px 20px 20px;
	padding:10px;
	background-color:#f5f5f5;
	border:1px solid #b1e907;
	line-height:20px;
}

#content img
{
	border:1px solid #ccc;
	margin:5px;
}

#content ul
{
	list-style-position:inside;
}

#content ul li ul
{
	margin-left:30px;
}

h1
{
	color:#fe7e01;
	font-size:20px;
	line-height:25px;
	margin:0px 0px 15px 0px;
}

p
{
	margin:0px 0px 15px 0px;
}

#footer_holder
{
	background:#222 url(images/footer.jpg) repeat-x;
	height:170px;
	clear:both;
	padding-top:30px;
}

#footer
{
	position:relative;
	height:170px;
	width:1000px;
	left:50%;
	margin-left:-500px;
	text-align:left;
	overflow:hidden;	
}

#footer ul
{
	width:250px;
	float:left;
	list-style-type:none;
}

#footer ul li
{
	color:#b1e907;
	font-size:13px;
	line-height:20px;
}

#footer ul li a
{
	color:#666;
	font-size:11px;
	text-decoration:none;
}

#footer ul li a:hover
{
	color:#999;
	font-size:11px;
	text-decoration:underline;
}

a img
{
	border:none;
}


a
{
	color:#fe7e01;
	text-decoration:none;
}

a:hover
{
	color:#fe7e01;
	text-decoration:underline;
}


h2
{
	color:#fe7e01;
	font-size:14px;
	margin:0px 0px 0px 0px;
}

h3
{
	clear:both;
	color:#333;
	font-size:11px;
	margin:0px 0px 5px 0px;
}

address
{
	font-style:normal;
}

.form_txt
{
	width:160px;
	vertical-align:top;
	padding-bottom:10px;
	font-weight:bold;
}

.form_inbetween
{

}

.form_input
{
	padding-bottom:10px;
}


.button
{
	border:#000 1px solid;
	background-color:#fe7e01;
	padding:2px 5px;
	font:11px Arial, Verdana, sans-serif;
	color:#fff;
}

.field
{
	border:#000 1px solid;
	background-color:#fe7e01;
	padding:2px;
	font:11px Arial, Verdana, sans-serif;
	color:#fff;	
}

.tarea
{
	border:#000 1px solid;
	background-color:#fe7e01;
	padding:2px;
	font:11px Arial, Verdana, sans-serif;
	color:#fff;	
}


#contact_form_check
{
	display:none;
}

.error
{
	padding:10px;
	margin:10px;
	border: 1px solid #000;
	color:#FF0000;
}

.succes
{
	padding:10px;
	margin:10px;
	border: 1px solid #000;
	color:#009900;
}

.clear
{
	clear:both;
}

.small
{
	font-size:9px;
}

hr
{
	border:none;
	height:1px;
	color:#000;
	background-color:#000;
	clear:both;
	margin:10px 0px;
}

.link_item
{
	line-height:normal;
	margin-top:15px;	
}

.link_item a
{
	font-weight:normal;	
}

.link_item_info
{
	display:block;
}
