/* @override http://arpan.local:8000/stylesheets/design.css */

html{
 	background-color: #CCEAFF;	
}

body{
 	margin: 0;
 	padding: 0;
 	min-height: 800px;
 	line-height: 1.6em;
 	background: #CCEAFF url(../images/bg.png) repeat-x 0 180px;
}

#content{
	clear: both;
 	margin: 0;
 	padding: 20px 0 120px;
 	overflow: hidden;
 	width:  1100px;
}

#content #text{
 	padding-bottom: 4010px;
 	margin-bottom: -4000px;
}

/* @group Footer images */

#footer{
	display: block;
	position: fixed;
 	height: 130px;
 	bottom: 0;
 	width: 100%;
 	z-index: 1;
}

#footer #trees{
	display: block;
	position: fixed;
	height: 130px;
	bottom: 0;
	width: 100%;
 	background: transparent url(../images/trees.png) repeat-x center bottom;
 	z-index: 21;
}

#footer #mountain_range{
	display: block;
	position: fixed;
	height: 66px;
	bottom: 0;
	width: 100%;
 	background: transparent url(../images/mountain_range.png) repeat-x left bottom;
 	z-index: 22;
}

/* @end */

/* @group header */

#header {
	height: 180px;
	min-width: 1100px;
 	background: url(../images/header_bg.gif) repeat-x;
 	margin: 0;
 	padding: 0;
 	position: relative;
}

* + html #header, 
* html #header{
	width: 1100px;
}

#header h1{
 	background: url(../images/logo.gif) no-repeat;
 	width: 404px;
 	height: 180px;
 	float: left;
 	margin: 0;
}

#header h1 span{
	margin-left: -1000em;
}

#header #advert {
	height: 130px;
 	padding: 13px;
}

#header #contact_info {
	color: #fff;
	position: absolute;
	top: 80px;
	left: 550px;
	font-size: 13px;
	line-height: 18px;
	text-align: right;
	width:  400px;
}

#header #contact_info a{
	color: #fff;
}

/* @group menu */

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
 	line-height: 24px;
}

ul#menu li{
	list-style: none;
	float: left;
}

ul#menu li a{
	display: block;
	color: #fff;
 	padding: 0 2em 0 0.5em;
}

ul#menu li li a{
 	width: 7em;
 	padding: 0 0 0 0.5em;
}

ul#menu li a:hover{
	text-decoration: none;
 	color: #CCEAFF;
 	background-color: #2d4165;
}

ul#menu li ul{
	position: absolute;
	width: 7.5em;
	left: -1000em;
	background: #000;
 	margin: 0;
}

ul#menu li:hover ul,
ul#menu li.hover ul{
	left: auto;
}

ul#menu li ul li{
 	border-top: 1px solid #2d4165;
}

/* @end */

/* @end */

/* @group content */

#sidebar{
	display: block;
	float: left;
	width: 454px;
}

#photos {
	display: block;
	float: left;
	width: 454px;
	height: 300px;
}

#section_1{
	display: block;
	float: left;
	padding: 20px;
}

.testimonial {
	margin-bottom: 40px;
}

#photos ul.photos_list {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	height: 280px;
	width: 420px;
	overflow: hidden;
 	border-style: solid;
 	border-width: 2px;
}

ul.view_list{
	list-style: none;
}

#text {
	display: block;
	float: left;
	width: 420px;
}



/* @end */

.clear {
	clear: both;
}

/* @group Forms */

textarea {
	width: 260px;
	height: 160px;
}

form p {
	padding-top: 10px;
	clear: both;
}



/* @end */

ul.errorlist {
	margin: 10px 0 2px 0;
	color: #f00;
}

ul.errorlist{
	list-style-type: none;
	padding: 2px 10px;
	background-color: #a00;
	color: #fff;
}

form p{
	margin: 0 0 10px 0;
	padding: 0;
}

/* @group photos */

#photos {
  display: block;
  width: 400px;
  height: 260px;
  padding: 0;
  border: solid 4px #000;
  margin: 0 20px;
  float: left;
  background-color: #000;
  
  overflow: hidden;
}

.large_slideshow{
  margin: 20px 50px;
}

.large_slideshow #photos{
  width: 800px;
  height: 520px;
  margin: 0;
}



/* @end */

p.left {
	float: left;
	margin-right: 30px;
}

h3{
	clear: both;
}