@charset "utf-8";
/* CSS Document written by Cow XL webdevelopment */

*
{
	padding:0;
	margin:0;
	border:none;
}

html, body 
{
	height:100%;
	font:12px Verdana, Arial, sans-serif;
	color:#000;
	background:#eaeaea url(images/body_bg1.png) repeat-x;
	text-align:center;
}

#container 
{
	position:relative;
	width:950px;
	left:50%;
	margin-left:-475px;
	text-align:left;
	background-color:#fff;
}

#top
{
	width:950px;
	height:90px;
	background-color:#333;
}

#phone
{
	float:left;
	width:325px;
	height:75px;
	color:#fff;
	padding-top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:32px;
}

#phone span
{
	display:block;
	font-size:20px;
	font-weight:normal;
}

#menu
{
	float:right;
	width:625px;
	height:90px;
	background:#F00 url(images/bg_menu.png) repeat-x;
	list-style-type:none;
}

#menu li
{
	float:left;
	height:90px;
	line-height:90px;
}

#menu li.active
{
	background:transparent url(images/menuarrow.png) no-repeat center top;	
}

#menu li a
{
	display:block;
	height:90px;
	color:#fff;
	text-decoration:none;
	padding:0px 46px;
	border-left:1px solid #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

#menu li a.first
{
	border-left:none;
	padding:0px 45px 0px 46px;
}

#menu li a:hover
{
	background:transparent url(images/menuarrow.png) no-repeat center top;
}

#header
{
	width:950px;
	height:298px;
}

#logo
{
	float:left;
	width:325px;
	height:298px;
	overflow:hidden;
}

#slideshow
{
	float:right;
	width:625px;
	height:298px;
	overflow:hidden;
}

#header_under
{
	clear:both;
	width:950px;
	height:35px;
	background:transparent url(images/header_under.png) no-repeat;
}

#content
{
	width:950px;
	color:#333;
	background:#fff url(images/header1bg.png) repeat-x;
	overflow:hidden;
}

#content_left
{
	float:left;
	overflow:hidden;
	width:600px;
	padding:0px 25px 25px 25px;
	line-height:18px;
}

h1
{
	font-size:24px;
	line-height:30px;
	color:#ff0100;
	font-weight:normal;
	margin-bottom:45px;
	font-family:arial, Tahoma, Geneva, sans-serif;
	float:left;
	width:550px;
}

h2
{
	color:#ff0100;
	font-size:18px;
	font-weight:normal;
	margin:20px 0px 10px 0px;
}

p
{
	margin:0px 0px 15px 0px;
}

a
{
	color:#ff0100;
	text-decoration:none;
}

#content_left img
{
	border:2px solid #000;
}

#morepages
{
	border:2px solid #000;
	background:#ff0100 url(images/bg_boxes.png) repeat-x;
	color:#fff;
}

#morepages h3
{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:10px;
}

#morepages a
{
	display:block;
	color:#fff;
	padding:5px;
}

#morepages a:hover
{
	background-color:#333;
	text-decoration:none;
}

#morepages ul
{
	margin-bottom:0px;
	list-style-type:none;
}

a:hover
{
	color:#ff0100;
	text-decoration:underline;
}

#content_left ul
{
	list-style-position:inside;
	list-style-type:square;
	margin:0px 0px 20px 0px;
}

#content_left ul li
{
	margin:10px 0px 10px 0px;
}

#content_left ul li ul
{
	margin-left:20px;
	list-style-type:circle;
}

#content_right
{
	float:right;
	overflow:hidden;
	width:300px;
	padding-bottom:10px;
}

#footer_container
{
	clear:both;
	height:50px;
	width:auto;
	background-color:#333;
}

#footer 
{
	position:relative;
	width:900px;
	left:50%;
	margin-left:-450px;
	padding:10px 0px;
	text-align:left;
	color:#fff;
	font-size:11px;
}

#footer a
{
	color:#fff;
}

#footer a:hover
{
	color:#fff;
}

#footer div
{
	float:left;
	width:100px;
}

#footer ul
{
	float:left;
	width:625px;
	list-style-type:none;
}

#footer ul li
{
	display:inline;
}

#footer p
{
	float:right;
	width:175px;
	text-align:right;
}

a img
{
	border:none;
}


h3
{
	color:#000;
	font-size:12px;
	margin:0px 0px 5px 0px;
}

address
{
	font-style:normal;
}

.form_txt
{
	width:150px;
	vertical-align:top;
	padding-bottom:10px;
}

.form_inbetween
{
	width:20px;
	text-align:center;
	vertical-align:top;
}

.form_input
{
	padding-bottom:10px;
	vertical-align:top;
}


.button
{
	border:#000 1px solid;
	background-color:#ff0100;
	padding:5px 15px;
	font:12px Verdana, Arial, sans-serif;
	color:#fff;
	font-weight:bold;	
}

.button:hover
{
	background-color:#000;
}

.field
{
	border:#ff0100 1px solid;
	background-color:#eee;
	padding:2px;
	font:12px Verdana, Arial, sans-serif;
	width:250px;
}

.tarea
{
	border:#ff0100 1px solid;
	background-color:#eee;
	padding:2px;
	font:12px Verdana, Arial, sans-serif;
	width:250px;
}


#contact_form_check
{
	display:none;
}

.error
{
	padding:10px;
	margin:10px;
	border: 1px solid #000;
	color:#ff0100;
}

.succes
{
	padding:10px;
	margin:10px;
	border: 1px solid #000;
	color:#009900;
}

.clear
{
	clear:both;
}

.small
{
	font-size:9px;
}

hr
{
	border:none;
	height:1px;
	color:#666;
	background-color:#666;
	clear:both;
	margin:10px 0px;
}