@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	background: #e5e5e5;
	/*background-image: url(pics/background.jpg);*/
	background-repeat: repeat-x;
	margin: 20px 0px 0px 0px;
}
#container{
	width: 900px;
	margin: auto;
}
#title{
	width: 900px;
	height: 115px;
	background: url('pics/title.jpg') no-repeat;
}
#title a{
	color: #5B0626;
	text-decoration: none;
}

#title a:hover{
	text-decoration: underline;
}
h1{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 35px;
}
h1 strong{
	font-size: 14px;
	color: #fff;
}
h2{
	font-size: 20px;
	color: #47d9fe;
	font-weight: normal;
}
.black{
	color: #47d9fe;
	font-weight: bold;
}
#heading{ 

	float: left;
	width: 60%;
}
/* ------------------ content ------------------- */
#contact_details{
	float: right;
	width: 40%;
	text-align: right;
	color: #fff;
	padding: 4px 0px 0px 0px;
}
#contact_details p{
	margin: 4px 10px 0px 0px;
	padding: 0px 5px 0px 0px;
}
#contact_details a{
	color: #fff;
}
#main{
	width: 900px;
	height: 311px;
	background-image: url(pics/main.jpg);
}
#content{
	padding: 20px;
	width: 860px;
	background: #3b3b3b;
	 _height: 350px;
}
#content a{
	color: #e4f30a;
}
#content ul{margin-left: 15px; padding-left: 0px;}
#content li{line-height: 22px;}
#left{
	float: left;
	width: 845px;
	padding: 0px 10px 0px 0px;
}

#leftContent {float: left; width: 455px; border: 0px solid green; height: 350px; min-height: 350px; height: auto;}
#rightContent {float: right; width: 405px; border: 0px solid red; }
/* ------------------ menu ------------------- */

#menu { width: 247px; }

#menu ul{
	margin: 0;
	padding: 1px 0 0 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#menu a{
	display: block;
	padding: 8px 0px 0px 40px;
	width: 206px;
	height: 27px;
	color: #fff;
	text-decoration: none;
	background-image: url(pics/button.jpg);
}
#menu a:hover{
	background-image: url(pics/button2.jpg);
}
/*---------------------- GALLERY ------------------*/
#right          { float: right; width: 370px; margin: 0px; padding: 0 0 0 0px; color: #000;}
#right img      { margin: 0 0 10px 0;}
#fade           { border: 0px solid #fff; width: 370px;  margin: 0px 0 0 0;}
/* ------------------ footer ------------------- */
#footer { background: url('pics/footer.jpg') no-repeat; width: 900px; height: 21px;}
/* ------------------ form ------------------- */

#logo a{float: left; color: #fff; text-decoration: none; font-size: 9px; padding: 5px 0 0 0; margin: 100px 0 0 85px;}
#logo img {margin-top: 5px; border: 1px solid #666;}

label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
form p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 400px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #fff;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}

