/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#efefef url(/imgs/bg_tail.gif) repeat top center;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:"Times New Roman", Times, serif;
		font-size:16px;
		line-height:20px;
		color:#434343;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#87A7AB; outline:none;}
a:hover{text-decoration:none;}
p {padding-bottom:20px;}
p span {color:#00baff; font-weight:bold;}

h1 {font-size:50px; color:#fff; line-height:40px; padding:127px 0 118px 38px; font-weight:normal;}
h2 {font-size:36px; color:#282828; line-height:32px; font-weight:normal; padding:5px 0 27px;}
h3 {font-size:16px; color:#00baff; font-weight:bold; background:url(/imgs/icon1.gif) no-repeat left 5px; padding:1px 0 0 25px;}
h4 {font-size:16px; color:#00baff; font-weight:bold;}
h4 small
{	color:			black;
	display:		block;
	font-size:		0.8em;
	line-height:	1em !important;
}

/* ============================= main layout ======================*/
* html h1 {padding:127px 0 120px 38px;}
*:first-child+html h1 {padding:127px 0 120px 38px;}
#main {background: #fff;}

.imgindent {margin:0 28px 0 0; float:left;}
.fright {text-align:right;}
/* ============================= header ====================== */
#header {background:url(/imgs/header_img.jpg) no-repeat center 122px;}
#header a {text-decoration:none; text-transform:uppercase;}
#header li {display:inline;}
.stat {
	border-bottom:1px solid #dfdfdf; 
	color:#bababa; 
	font-size:10px; 
	text-transform:uppercase; 
	line-height:25px;
	margin:0 0 9px;
	padding:0 1px;
	font-family:Arial, Helvetica, sans-serif;}
.stat ul a { margin:0 6px 0 3px; color:#bababa;}
.stat ul a:hover {color:#00baff;}

.stat ul a.last {margin-right:0;}

.menu {background:url(/imgs/menu_bg.gif) repeat-x top center; height:59px; position:relative;}
.menu li {background:url(/imgs/li_bg.gif) no-repeat right center; float:left; padding-right:1px; height:59px;}
.menu a {
	display:inline-block;
	line-height:60px; 
	height:59px; 
	color:#0d1e2a; 
	font-size:11px; 
	width:120px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	 font-weight:bold;}
.menu a:hover {color:#00baff;}
.menu li a.active,.menu li a.active:hover {background:url(/imgs/menu_active_bg.gif) repeat-x top center; color:#fff;}
.menu li.first a {width:123px; background:url(/imgs/menu_first_bg.gif) no-repeat left top;}
.menu li.first a.active {background:url(/imgs/item1_bg_active.gif) no-repeat left top; cursor:default;}
.menu li.last {background:url(/imgs/menu_right.gif) no-repeat right top; width:119px;}
.menu li.last  a.active{background:url(/imgs/item_last_bg_active.gif) no-repeat right top; width:119px;}
* html .menu li.last {position:absolute; right:0; }
/* ============================= content ====================== */
#content {padding:0 0 45px;}
#content li {line-height:27px;background:url(/imgs/marker.gif) no-repeat 0 10px; padding-left:15px; }
#content li a {color:#979797;}
#content li a:hover {color:#434343;}
#content ul {margin:-3px 0 0;}
.grey {color:#979797;}
.grey h2 {color:#00baff; padding:5px 0 24px;}
.col1_bg,.col2_bg, .col3_bg  {background:url(/imgs/bg_line_tail.jpg) repeat-y 0 0;}
.row2 {margin:42px 0 0;padding:14px 0 0;}
.links {padding:15px 0 0;}
.gallery {padding:6px 0 23px;}
/*buttons*/
.link {padding:9px 0 25px;}
.link a{color:#00baff; font-size:18px; text-transform:capitalize;}
#page4 .link {padding:1px 0 29px;}
#page4 .link a {text-transform:none;}
a.btn {
	background:#00baff;
	display:inline-block;
	font-size:16px;
	line-height:34px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
a.btn span{
	background:url(/imgs/btn_left.gif) no-repeat left bottom;
	display:inline-block;
}
a.btn span span{
	background:url(/imgs/btn_right.gif) no-repeat right bottom;
	padding:0 16px 0 15px;
}

a.btn:hover {color:#014e6a;}

.comments p {padding-bottom:0;}
.comments .fright {padding-bottom:20px;}

/*phone*/
.phone span {display:inline-block; font-weight:normal; color:#434343;}
.grey .phone span {color:#979797;}
.phone a {color:#00baff;}


.imgindent_extra {margin:5px 28px 0 0; float:left; padding-bottom:23px;}
#page2 .col1 .row2, #page3 .row2, #page8 .row2 {margin:27px 0 0;}
#page4 .col2 h2 {padding:5px 0 30px;}
#content .middle {margin:0 43px;}
.extra {padding-top:5px;}
/* ============================= footer ====================== */
#footer {background:url(/imgs/footer_bg_tail.gif) repeat-x top center;}
#footer p {padding:8px 0 0;}
#footer a {color:#979797;}


/* ============================= forms ============================= */
#SearchForm{background:url(/imgs/search_bg.gif) no-repeat left 21px; padding:21px 0 0;}
#SearchForm p a{color:#00baff; font-size:10px; text-transform:uppercase; border-bottom:1px dotted #00baff; text-decoration:none;}
#SearchForm p {padding:0 3px; margin-top:-3px;}
#SearchForm input {border:0; background:none; width:188px; padding:0 5px; line-height:20px; height:20px;}

label {height:32px; display:block;}
#ContactForm {padding:4px 0 15px;}
input, textarea {
	width:201px;
	border:1px solid #d7d7d7;
	padding:3px 5px 4px 7px;
	font-size:16px;
	color:#979797;
	background:#fff;
	line-height:18px;
}
textarea {
	height:320px; overflow:auto; margin-bottom:31px;}
#ContactForm a {margin:0 0 0 12px;}

#content .readmore div.content
{	height:			100px;
	overflow:		hidden;
	display:		block;
}
#content .portbox
{	margin:			0 0 10px;
}
#content .portbox img.main
{	float:		left;
}
#content .portbox .tiles
{	background:	url("/imgs/portfolio/right-bg.gif") no-repeat scroll right top transparent;
	height:		112px;
	width:		232px;
	float:		left;
	padding:	0 5px 0 2px;
}
#content .portbox .tiles a
{	
}
#content .portbox .tiles a img
{	float:		left;
	padding:	0 0 0 2px;
}
div#header div.flash
{	margin:		9px 0 0;
}
