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

body {
	background:url(../images/home_bg.png) repeat-x #c8c7c7;
}

#container {
}
#mainContent, #sidebar {
	padding: 24px 0 ;
}
.navbar {
	height:80px;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	height:47px;
	margin-top:32px;
}

#nav ul li {
	float:left;
}

#nav ul li a {
	color:#878787;
	font-size:16px;
	text-decoration:none;
	padding:8px;
}

#nav ul li a:hover {
/*	color:#636161; */
	color:#333333;
	text-decoration:underline;
}
h1.page-header {
	margin:0;
	padding:0;
}
#promo {
	padding:30px 0;
}
#promoText {
	color:#FFF;
}
#promoText, sliderContainer {
	height: 269px;
}
#sliderContainer {
	float:left;
	background:url(../images/sliderContainer_bg.png) repeat-x;
}


/* Easy Slider */

	#slider{
		margin:10px;
		padding:0;
		position: relative;
		left: 0px;
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	
	#prevBtn, #nextBtn{ 
		display:block;
		width:37px;
		height:45px;
		position:relative;
		left:357px;
		top:-44px;	
		float: left;
		margin-top: -37px;

	}	
	#nextBtn{ 
		left:360px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:37px;
		height:40px;
		background:url(../images/arrow_left.png) no-repeat 0 0;	
	}	
	#prevBtn a:hover, #nextBtn a:hover {
		background-position: left -40px;
	}
	#nextBtn a{ 
		background:url(../images/arrow_right.png) no-repeat 0 0;	
	}												

/* // Easy Slider */

#footer-wrap {
	background:url(../images/footer_wrap_bg.jpg) repeat-x;
	height:100px;
}
#footer {
	background:url(../images/footer_bg.png) no-repeat;
	height:66px;
}

#footer-nav ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:23px;
}

#footer-nav ul li {
	float:left;
}

#footer-nav ul li a {
	color:#878787;
	font-size:12px;
	text-decoration:none;
	padding:8px;
}

#footer-nav ul li a:hover {
/*	color:#636161; */
	color:#333333;
	text-decoration:underline;
}
#footer_contact {
	margin-top:23px;
	float:right;
	color:#878787;
}

.photo-link			{ padding: 5px; margin: 5px; border: 1px solid #999; display: block; width: 100px;
					  float: left; }
.photo-link:hover	{ border-color: #ED0090; }

/* Services */
table.services {
	width:300px;
}
table.services td {
	padding:4px 0;
}
tr.even {
	background-color:#EBEBEB;
}
h3.services {
	border-bottom:1px solid #ccc;
}
col.services_item {
	width:225px;
}
col.services_price {
	width:75px;
}
img.image-left {
	float:left;
	margin:6px 24px 6px 0;
	border:1px solid #ccc;
	padding: 5px
}

img.image-right {
	float:right;
	margin:6px 0px 6px 24px;
	border:1px solid #ccc;
	padding: 5px
}

.left-quote {
float:left;
background:url(../images/quote-left.jpg) no-repeat top;
width:38px;
height:35px;
}
.testi-text {
	float:left;
	text-align:justify;
	width:464px;
	padding-right:38px;
	background:url(../images/quote-right.jpg) no-repeat right bottom;
}
.testi-AboutText {
	float:left;
	text-align:justify;
	padding-right:38px;
	background:url(../images/quote-right.jpg) no-repeat right bottom;
	width:304px;
}
.testi-text, .testi-AboutText {
	color:#666;
}
p.just {
	text-align:justify;
}

/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }

p.socMediaIcons a {
	margin-right: 12px;
}

ul.photosBy li {
	list-style:none;
	margin-left:0;
}