@charset "utf-8";
/* CSS Document */

/* Site tag styles */

body{
	background-image:url(../images/1px_grad.jpg);
	background-repeat:repeat-x;
	background-color:#990000;
}

p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
}

a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}

a:hover{
	color:#1d9aea;
	color:#6F0;
	text-decoration:underline;
}

img{
	border:none;
}

ul{
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
	font-size:13px;
	color:#FFF;
}

h1{
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#fff;
}

h2{
	font-size:21px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#fff;
}

h3{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#fff;
}

h5{
	font-size:17px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:40px;
	text-align:center;
	color:#fff;
}

h6{
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	/*margin-left:15px;*/
	text-align:center;
	color:#272727;
}

h6:hover{
	color:green;
}

/* Site containers and divider styles */

.maincontainer{
	width:960px;
	margin:auto;
}

.header{
	float:left;
	height:90px;
	width:960px;
	margin-top:10px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}

.header_block{
	float:left;
	height:365px;
	width:960px;
	margin-top:15px;
	margin-bottom:15px;
}

.header_left{
	float:left;
	width:740px;
	height:270px;
}

.header_right{
	float:left;
	width:200px;
	height:270px;
	background-image:url(../images/header_right.png);
}

.content{
	float:left;
	width:720px;
	min-height:510px;
	padding:10px;
	padding-top:0px;
	margin-top:5px;
	margin-bottom:15px;
}
	
.footer{
	float:left;
	width:960px;
	height:295px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}

/* end of main structure styles */

/* contact form styles created on 28/07/2010*/
.contactform{
	float:left;
	width:600px;
	margin-left:20px;
}

.contact_errors{
	float:left;
	width:230px;
	margin-bottom:10px;
}

.contact_errors ul{
	width:360px;
	font-weight:normal;
	margin-bottom:20px;
	line-height:20px;
}

.error_box{
	float:left;
	width:580px;
	height:auto;
	padding:15px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:0px;
	border:1px solid #333333;
	color:#fff;
}

.contacttext{
	float:left;
	width:495px;
	margin-bottom:10px;
	border:3px solid #333333;
}

.contacttext:focus{
	border:3px solid #30C;
}

.contact_form_box{
	float:left;
	width:495px;
	height:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-bottom:15px;
	overflow:hidden;
	border:3px solid #333333;
}

.contact_form_box:focus{
	border:3px solid #30C;
}

.send{
	background-image:url(../images/button.jpg);
}

label{
	float:left;
	width:85px;
	margin-right:10px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	margin-top:2px;
	color:#FFF;
}

input{float:left;}

/* end of contact form styles */

.menu_right{
	float:left;
	width:220px;
	height:500px;
	margin-top:10px;
	background-image:url(../images/side_menu_back.png)
}

.activity_text{
	float:left;
	width:490px;
	height:175px;
	margin-top:10px;
}

.activity_top_image{
	float:left;
	width:220px;
	height:200px;
	margin:10px;
	margin-bottom:0px;
}

.activity_image{
	float:left;
	width:200px;
	height:175px;
	margin:10px;
	margin-left:20px;
}

.activity_image img{
	border:6px solid #fff;
}

.price{
	color:#FF0;
}


