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

body{
	background-image:url(img/black%20brother.jpg);
}

.wrapper{
	margin:0 auto;
	width: 960px;
	border:#d59429 solid 2px;
	display:block;
}

.home_page{
	background-image:url(img/bgrdhome.png);
	height:588px;
}

.logo{
	position:relative;
	width:20px;
	margin-left:763px;
}

.image_slider_1{
	width:265px;
	height:335px;
	margin-top:-105px;
	margin-left:200px;
	/*height:307px;
	overflow:hidden;
	position:absolute;*/
}

.image_slider_2{
	width:265px;
	height:335px;
	margin-top:-335px;
	margin-left:500px;
	float:left;
	/*height:307px;
	overflow:hidden;
	position:absolute;*/
}

.pricing_link{
}

.pricing_page{
	display:block;
	display:none;
	height:588px;
	background-image:url(img/bgrdblank.png);
}

.pricing_sheet{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:15px;
	line-height:16px;
	font-size:13px;
}

.pricing_sheet_column1{
	width:290px;
	border-right:dotted 2px #FFFFFF;
}

.pricing_sheet_column2{
	margin-top:-550px;
	margin-left:320px;
	width:300px;
	border-right:dotted 2px #FFFFFF;
}

.pricing_sheet_column2_2{
	margin-left:100px;
	margin-top:-90px;
}

.pricing_sheet_column3{
	margin-top:-480px;
	margin-left:640px;
	width:300px;
}

 .gallery_page{
	display:block;
	display:none;
	height:588px;
	background-image:url(img/bgrdblank.png);
 }
 
.img_gallery_page{
	 margin-left:25px;
}

.img_2_gallery_page{
	margin-left:115px;
}

.gallery_page img{
	width:225px;
}

 .about-us_page{
	display:block;
	display:none;
	height:588px;
	background-image:url(img/bgrdblank.png);
 }
 
 .contact_us_page{
	display:block;
	display:none;
	height:588px;
	background-image:url(img/bgrdblank.png);
 }

.contact_us_text{
	/*border:#CCC solid 5px;*/
	padding:20px;
	margin-left:100px;
	width:300px;
	color:#CCC;
	font-size:19px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	float:left;
	letter-spacing:1px;
	text-align:right;
}

.contact_us_text img{
	margin-left:20px;
	width:300px;
}

.contact_us_form{
	/*border:#CCC solid 5px;*/
	padding:20px;
	margin-left:20px;
	width:400px;
	color:#CCC;
	font-size:19px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	float:left;
}


.input_name, .input_email, .input_Subject, .input_message{
	height:28px;
	width:365px;
	font-size:15px
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	background-color:#bdac8e;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:5px;
}

.input_name:focus,
.input_email:focus,
.input_Subject:focus,
.input_message:focus{
	border:#F00 solid 2px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.input_message{
	height:60px;
}

.submit_button{
	margin-left:70%;
	margin-top:15px;
	width:100px;
	background-color:#bdac8e;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
	text-align:center;
	padding:10px;
	letter-spacing:1px
}



.thank_you{
	background-image:url(img/bgrdblank.png);
}

.text_thank_you{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	letter-spacing:1px;
	padding-bottom:100px;
}
