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

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #222;
	line-height: 18px;
}

.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.no_border {border:0 none transparent; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
	
a:link {color: #1f527b; font-family: Georgia, "Times New Roman", Times, serif;  font-size: 14px; text-decoration:none}
a:active {color: #1f527b; font-family: Georgia, "Times New Roman", Times, serif;  font-size: 14px; text-decoration:none}
a:visited {color: #1f527b; font-family: Georgia, "Times New Roman", Times, serif;  font-size: 14px; text-decoration:none}
a:hover {color: #1f527b; font-family: Georgia, "Times New Roman", Times, serif;  font-size: 14px; text-decoration:underline}

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 20px; 
    font-weight: normal; 
    color: #222; 
	text-align: left;
	display: inline;
}

h1 span {
	margin-bottom: 10px;
}

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 16px; 
    font-weight: normal; 
    color: #222; 
	text-align: left;
	display: inline;
}

h3 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 14px; 
    font-weight: normal; 
    color: #222; 
	text-align: left;
	display: inline;
}

#page {
	width: 960px;
	margin-left: auto ;
  	margin-right: auto ;
	background-color:#ccc;
	padding: 10px 10px 10px 10px;
}

#main {
	background-color:#FFF;
}

#header {
	background-color:#FFF;
	height: 185px;
}

#header_top {
	height: 30px;
	background-color:#222222;
}

#header_banner {
	height: 120px;
	background-color:#ddd;
	padding: 0;
	margin: 0;
}

#contact_numbers {
	float: right;
}

#contact_numbers ul {
	height: 30px;
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

#contact_numbers li {
	color: #FFF;
	display: inline;
	list-style: none;
	line-height: 30px;
	padding: 0 10px 0 0;
}

#logo {
	width: 279px;
	height: 120px;
	float: left;
}

#logo a img {
	border:0 none transparent;
}

#built_logo {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 20px;
}

#header_banner_bg {
	width: 681px;
	height: 120px;
	float: left;
}

#left_column {
	width: 592px;
	padding: 10px;
	float: left;
}

#right_column {
	width: 328px;
	padding: 10px;
	float: right;
}

#image_block2 img {
	display: block;
	padding: 0;
	margin: 0;
}

#image_block2 {
	border: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 10px;
	text-align:center;
}

#image_block {
	border: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 10px;
	text-align:center;
}

#image_block a img {
	border:0 none transparent;
}

#content_box {
	border: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 10px;
}

.content_box {
	border: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 10px;
}

.featured_work {
	background: url('../images/featured_work_bg.gif') no-repeat top;
	border: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 10px;
}

#title_header {
	background-color:#222;
	color: #FFF;
	font-weight: bold;
	line-height: 30px;
	text-align:left;
	padding: 0px 10px 0px 10px;
	height: 30px;
}

#square_meters {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.spacer {
	height: 21px;
	background: url('../images/spacer.gif');
	clear:both
}

/* Process Steps */

.process_steps {
	margin-bottom: 15px;
}

.process_steps .titles {
	margin-bottom: 6px;
}

.process_steps p {
	display: inline;
}

.process_steps .image {
	float: left;
	margin-right: 15px;
	width: 110px;
	height: 90px;
	border: 1px solid #DDD;
	padding: 5px;
}

.process_steps .description {
	margin-right: 5px;
}

/* Testimonials */

#right_column #testimonials, #testimonials_main {
	margin-top: 10px;
}

#right_column #testimonials .title, #testimonials_main .title  {
	margin-bottom: 2px;
}


#right_column #testimonials .image, #testimonials_main .image {
	float: left;
	margin-right: 15px;
	width: 110px;
	height: 130px;
	border: 1px solid #DDD;
	padding: 5px;
}

#testimonials_main a img{
	border:0 none transparent;
}

#testimonials_main .intro {
	margin-right: 5px;
}

#right_column #testimonials .intro {
	margin-right: 5px;
	width: 164px;
	float: right;
	font-size:11px;
	line-height: 15px;
}

#testimonials a {
	font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 12px; 
    font-weight: normal; 
    color: #1f527b; 
	text-align: left;
	text-decoration:none;
}

#testimonials a:hover {  
	text-decoration:underline;
}

/* News */

#news {
	margin-top: 10px;
}

#news .image {
	float: left;
	margin-right: 15px;
	width: 110px;
	height: 90px;
	border: 1px solid #DDD;
	padding: 5px;
}

#news a img {
	border:0 none transparent;
}

#news .intro {
	margin-right: 5px;
}

#news .title {
	margin-bottom: 2px;
}

#date {
	margin-top: 2px;
	font-size: 11px;
	font-style:italic;
	text-align: left;
}

/* Work */

#work {
	margin-top: 10px;
}

#work .image {
	float: left;
	margin-right: 15px;
	width: 110px;
	height: 90px;
	border: 1px solid #DDD;
	padding: 5px;
}

#work a img {
	border:0 none transparent;
}

#work .intro {
	margin-right: 5px;
}

#work .title {
	margin-bottom: 2px;
}

/* Gallery */
#gallery {
	width: 556px;
	border: 1px solid #DDD;
	padding: 6px;
}

/* Quotation Form */

#quotation_form {
	padding: 10px 10px 10px 10px;
	border: 1px dashed #c6c6c6;
	margin: 0;
}

#quotation_form label {
	display:block;
	margin: 0 0 2px 0;
	width: 100%;
}

#quotation_form .textInput {
	height: 24px;
	width: 406px;
	border: 1px solid #c6c6c6;
	color: #222;
	padding: 0 6px 0 6px;
    margin-bottom: 10px;
}

#quotation_form .listInput {
	height: 24px;
	border: 1px solid #c6c6c6;
	color: #222;
    margin-bottom: 10px;
}

#quotation_form .textareaInput {
	width: 534px;
	height: 300px;
	padding: 6px 6px 6px 6px;
	border: 1px solid #c6c6c6;
    margin: 0;
}

#quotation_form button{ 
	background:#333;
	color:#FFF;
	border:solid 1px #c6c6c6;
	font-size:11px;
	font-weight:bold;
	padding:4px 6px;
}

#quotation_form .required {
	float: left;
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
}

#quotation_form .buttonbox {
	float: right;
	margin-top: 10px;
}

/* Messages */

#error {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	background-color:#ee3e48;
	height: 30px;
	line-height: 30px;
	border: 1px solid #333;
}

#msg {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	background-color:#ee3e48;
	height: 30px;
	line-height: 30px;
	border: 1px solid #333;
}

/* Footer */

#footer_logos {
	text-align: center;
}

#footer {
	background-color:#eb2e35;
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	text-align:center;
}

#footer ul {
	height: 30px;
	display: inline;
	margin-left: 0;
	padding-left: 0; 
}

#footer li {
	color: #FFF;
	display: inline;
	inline-style: none;
	line-height: 30px;
	padding: 0 10px 0 10px;
}

#footer_bottom {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:10px;
	text-align: center;
}

#footer a {
	font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 14px; 
    font-weight: normal; 
    color: #FFF; 
	text-align: left;
	text-decoration:none;
}

#testimonials_main a:hover {  
	text-decoration:underline;
}

/* Horizontal Menu */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
height: 35px;
overflow: hidden;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a {
float: left;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold;
color: #FFF;
height: 100%;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: #fff;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}



/* Slider */

.slider-wrap								{ width: 570px;}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0; }
.stripViewer								{ position: relative; overflow: hidden; width: 570px; height: 292px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 570px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }

.photo-meta-data							{ background: url(../images/transpBlack.png); padding: 10px; height: 90px; 
											  margin-top: -100px; position: relative; z-index: 9999; color: white;  font-family: Georgia, "Times New Roman", Times, serif; }
											  
.photo-meta-data span 						{ font-size: 16px; font-weight: bold; }

/* Pagination */

div.pagination1 a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.pagination1 a:hover, div.pagination1 a:active {
	text-decoration: underline;
}

div.pagination1 span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.pagination1 span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 0px solid #ffffff;
	color: #ffffff;
}
