/* CSS Document */
* { margin:0; padding: 0;  }

body {
	background-color: #D5C49F;
 	color: #555; 
 	font: 70%/1.5   'Trebuchet MS', Verdana, arial, sans-serif;
 	text-align: center; 
 	margin: 15px 0;
}  

/* links */
a	{
	color: #F8BE2A;
	text-decoration: none;
	font-weight: bolder;
}
a:hover { 
	color: #006699;
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0px 5px 5px 5px;
	padding-top: 10px;
}
h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.3em;	
	color: #f8be2a;
}
h3 {
	font-size: 1.1em;	
	color: #333;
	letter-spacing: 1px;
	border-bottom: 1px solid #B8A472;
}

p {padding:0 5px; }
ul, ol {
	margin: 5px 10px;
	padding: 0 5px;
	color: #6A6A6A;	
	list-style-position:inside;
}
ul {list-style-image: url(../media/bullet.jpg); list-style-position:outside; }
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 0;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(../media/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #EAEAEA; 
	background-color: #F8F8F8; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(../images/buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}

/* start - table */
/*table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../media/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */
*/

/* search */
#sidebar #search {
	background: #f2f2f2;
	margin: 0 15px;
	padding: 5px 0;	
}
#sidebar #search img {
	vertical-align: bottom;
}
#sidebar #search .textbox {
	background: #FFF url(../media/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 110px;
}
#sidebar #search input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(../images/buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}


/*****************************
      LAYOUT 
******************************/

#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 775px;  	
}
#content-wrap {
	clear:both;
   margin:0; padding:0;
	width: 775px;
	background-image:url(../media/bckgrnd_stripe.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

/* header */
#header {
	position: relative;
	clear:left;
   	width: 775px;
	margin: 0; padding: 0;
	background-color:#FFFFFF;
	background: url(../media/frame_right.jpg) repeat-y right;			
}
#header_l {
	display:inline;
	float:left;
	width:219px;
	height: 232px; 
	background: url(../media/main_top_left.jpg) no-repeat left top;			
}
* html body #header_l  { height: 232px; }

#header_r {
	display:inline;
	float:left;
	width:556px;
	height: 232px; 
	background: url(../media/main_top_right.jpg) no-repeat right top;			
}
* html body #header_r  { height: 232px; }

#text_size_changer {
	position:absolute;
	cursor:pointer;
	width:50px;
	top:150px;
	right:30px;
	height:20px;
	z-index:100;	
}

#slogan { 
	/*margin:190px 5 5px 40px; */
	position:absolute;
	top:190px;
	left:30px;
	width:230px;
	height:40px;
	color:#BEAF86; 
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4em; 
	font-style:italic;
	font-weight:bolder;
	}

#header_service_stripe {
	margin:173px 17px 0 0;
	display:block;	
	background-color:#E5E3D6;
	height:59px;
	width:auto;
	}


#header_service_stripe a { display:block; width:150px; border:none; float:right; height:100%; cursor:default;}
a.c1 {background: url("../media/c1.jpg") 0 5px no-repeat;}
a.c2 {background: url("../media/c2.jpg") 0 5px no-repeat;}
a.c3 {background: url("../media/c3.jpg") 0 5px no-repeat;}
a:hover.c1, a:hover.c2, a:hover.c3 { background-position: -152px 5px;}

#header_navi {
	position:absolute;
	text-transform:uppercase;
	width:535px;
	top:25px;
	right:16px;
	height:25px;
	z-index:100;
	text-align:center;
}
#header_navi a, #header_navi span { font-family:Verdana, Arial, Helvetica, sans-serif; color:#1F1F1F; line-height:20px; font-size:10px; padding:8px 1px; text-decoration:none; font-weight:normal; letter-spacing:-1px;}

#header_navi a:hover { color:#DA0203; background-color:white;}

/* main content */
#main {
	float: left;
	width: 520px;
	margin: 0; padding: 0;
	background-color:#FFFFFF;
	background: url(../media/frame_left.jpg) repeat-y left;			
	clear:left;
	
}
#main h1 {
	padding: 8px 0 3px 25px;
	text-transform: none;
	background: url(../media/square_arrow.gif) no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;	
	color: #006699;	
}	

#main_content {
	padding: 5px 10px 5px 25px;
}
#sb_content {
	padding: 5px 30px 5px 10px;
}
#sb_content li {
	color:#897645;
	font-weight: bolder;
}
#sb_content p { padding:0 5px; }


#mc_top {
	background-image:url(../media/horiz_bar.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:13px;
}

#mc_top_R {
	float:right;
	padding-right:27px;
	line-height:13px;
	background-image:url(../media/corner_bar_top.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}

#mc_bottom_R {
	float:right;
	padding-right:27px;
	line-height:13px;
	background-image:url(../media/corner_bar_bottom.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

#mc_mid { 
	min-height:378px;
	background-image:url(../media/vert_bar.jpg);
	background-repeat:repeat-y;
	background-position: top right;
	padding:0 10px;
}

#mc_bottom {
	background-image:url(../media/horiz_bar_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:13px;
}

.r_col {
	float:right;
	width:230px;
	margin:0;
	padding:0;
	min-height:150px;	
}

.r_col p {font-style:italic;}
.r_col p.adress { font-style:normal; color:#666666; line-height:normal; padding:10px; margin:0;}
/* sidebar */
#sidebar {
	float: right;
	width: 245px;
	margin: 0; 
	padding: 0;
	background-color:#FFFFFF;
	background: url(../media/frame_right.jpg) repeat-y right;
	clear:right;
	
}
#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url(../media/square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #339900;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}

#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:5px solid #72A545;
}

/* footer */
#footer { 
	clear: both;
	height: 42px;
	color: #9BBA07;
	margin: 0;	
	font-size: 92%;
	background-image:url(../media/footer_center.jpg)		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #6699FF;
	background:none;
}
#footer a:hover { color:#666666;}
#footer #footer-left {
	padding-left:50px;
	line-height:42px;
	float: left;
	text-align: left;
	background-image:url(../media/footer_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#footer #footer-right {
	padding-right:50px;
	line-height:42px;
	float: right;
	text-align: right;
	background:none;
	background-image:url(../media/footer_right.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	z-index:100;

}
#footer #footer-right a { padding:0 10px; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }
.green { color: #9ABB0A;}
.blue { color:#006699; }
.red { color:#FF3300; }
.bold { font-weight:bolder;}

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
	color: #99BC06;
	color: #99BC06;
}
.email_set { 
	background-image:url(../media/email_set_31.gif);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:42px;
	padding: 0px 10px;
	margin-left:20px;
	color:white;	
 }
.phone_set { 
	background-image:url(../media/phone_set_31.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bolder;
	font-style:normal;
	line-height:42px;
	padding: 0px 10px;
	margin-left:20px;
	color:white;	
 }
.email_set a, .email_set a:hover {
	background:none;
	color:white;
	text-decoration:none;
	font-size:10px;
	font-style:normal;
	font-weight:bolder;
}

.project {clear:both; min-height:200px; padding:5px; }
.project img { padding:1px; border:1px solid #006699; }
.project_image { float:left; width:50%; display:inline; }
.project_desc {float:left; width:48%; display:inline; }


/*VALIDATOR*/

label span.required { color: #FF0000; font-weight: bold; }
label input { display: block; float: left; }
input.textbox { width: 200px; padding: 3px; border: solid 1px #c0c0c0; }
input.validation-failed{ background-color: #ffc0cb; }
input.button {}

div.toolbar { clear: both; padding-top: 20px; }

div#ClientValidationSummary { background-color: #FF0000; width: 350px; padding: 5px; color: white; }
div#ClientValidationSummary a { color: white; }
div#ClientValidationSummary ul {list-style-image:none; list-style-type:none; list-style-position:inside;}

div.validation-inline-error-message{ display: block; float: left; padding-left: 10px; color: #ff0000; }