@charset "utf-8";
/* CSS Document */
	
body { 
 	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#777;
	padding:0;
	margin:0;
	height:100%;
}

#container {
	margin:0 auto;
	height:100%;
}

#orangebox {
	background-color:#fa702b;
	padding:10px;
	min-height:100%;
	height:100%;
}

#whitebox {
	background:#fff url(../images/bgr.gif) repeat fixed;	
	padding:10px;
	height:100%;	
	-moz-box-shadow: 2px 2px 5px #444;
    -webkit-box-shadow: 2px 2px 5px #444;
    box-shadow: 2px 2px 5px #444;
}

#greybox {
	background-color:#777;
	padding:10px;
	min-height:100%;
	height:100%;
}

#header {
	height:120px;
	margin:0 0 10px 0;
}

#logo {
	float:right;
}

#logo a img {
	border:0;
}

#body-content {
	margin:10px 0 0 0;
	padding:20px;	
	font-size:16px;
	min-height:200px;
}

.welcome-text {
	margin:0 0 0 300px;
	color:#fa702b;
	font-size:30px;
	font-weight:bold; 
}

.content-right {
	margin:0 0 0 300px;
	color:#aaa;
}

.content-right p {
	text-align:justify;
}


.content-slider {
	margin:50px 20% 50px 20%;
	color:#aaa;
}

#footer {
	margin-top:20px;
}

.footer-left {
	margin:0 0 0 -10px;
}

.footer-right {
	margin:-50px 60px 0 0;
	float:right;
	font-size:42px;
	color:#777;
}

#menu-left {
	float:left;
	position:absolute;
	top:30px;
}

#main-menu {
	list-style:none;
	font-size:36px;
	color:#777;
	font-weight:bold;	
}

#main-menu a {
	color:#777;
	text-decoration:none;
}

#main-menu a:hover {
	color:#ccc;
	text-decoration:none;
}

#index-box-left {
	float:left;
	position:absolute;
	top:30px;
}

.index-welcome-text {
	margin-top:150px;
	text-align:center;
}

.index-welcome-text a img {
	border:0;
}

#index-box-right {
	float:right;
}

.clears {
	clear:both;
}

.menu-horizontal {
	margin:0 0 0 260px;
}

#menu-horizontal-list {
	list-style:none;
}

#menu-horizontal-list li {
	margin-right:140px;
	display:inline;
}

#menu-horizontal-list li a {
	font-size:28px;
	color:#777;
	font-weight:bold;
	text-decoration:none;
}

#menu-horizontal-list li a:hover {
	font-size:28px;
	color:#aaa;
	font-weight:bold;
	text-decoration:none;
}

.content-right-column-1st {
	float:left;	
}

.content-right-column-2nd {

}

.content-right-column-1st ul, .content-right-column-2nd ul {
	margin: 0 40px 0 -40px;
}

.content-right-column-1st ul li, .content-right-column-2nd ul li {
	list-style:none;
	margin-bottom:10px;
}

.content-right-column-1st li a, .content-right-column-2nd li a {
	color:#777;
	text-decoration:none;
}

.content-right-column-1st li a:hover, .content-right-column-2nd li a:hover {
	color:#aaa;
	text-decoration:none;
}

#contact-form-block {
	margin-left:-100px;
	margin-top:-10px;
}

#contact-form-block p {
	width:500px;
	clear:left;
	margin:0;
	padding:5px 0 8px 100px;
}

#contact-form-block label {
	font-weight:bold;
	float:left;
	margin-left:-50px;
	width:80px;
}

#contact-form-block label.error { 
	width:200px;	
	clear:both;
	margin-left:30px;
	color:#fa702b;
	font-size:10px;
}

#contact-form-block input[type="text"] { 
	width:300px;
}

.submit-button { 
	background-color:#fa702b;
	color:#fff;
	border:0;
	padding:5px;
	width:80px;
	font-size:14px;
	cursor:pointer;
}

#contact-form-block textarea {
	width: 300px;
	height: 100px;
}

#contact-address-block {
	float:right;
	font-weight:bold;
}

#contact-facebook-block {
	float:right;
	margin:170px -160px 0 0;
}

.orange-text {
	color:#fa702b;	
}

.required {
	font-weight:normal;
}	


/* Easy Slider */

#slider {
	margin:20px;
}	

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:694px;
	height:400px;
	overflow:hidden; 
}	

p#controls {
	margin:0;
	position:relative;
} 
	
#prevBtn, #nextBtn { 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:36px;
	height:36px;
	position:absolute;
	left:-12px;
	top:-200px;
}	

#nextBtn { 
	left:716px;
}														

#prevBtn a, #nextBtn a {  
	display:block;
	width:36px;
	height:36px;
	background:url(../images/btn_prev.png) no-repeat 0 0;	
}	

#nextBtn a { 
	background:url(../images/btn_next.png) no-repeat 0 0;	
}												

/* // Easy Slider */

