/* Reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	padding: 0;
	margin: 0;
}

body {
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 11px;
	background: #96b5d1 url(../img/body_bg.jpg) scroll repeat-x 0 0;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

p {
	color: #5e6a72;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
}

a {
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	color: #1e4882;
	text-decoration: none;
}

ul, li {
	margin: 0;
	padding: 0;
}

h2 {
	color: #1e4882;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
}

h3 {
	color: #5e6a72;
	font-size: 13px;
	padding: 25px 0 15px;
	line-height: normal;
}

#main {
	width: 940px;
	margin: 30px auto 0;
	background: transparent url(../img/main_bg.png) scroll repeat-y 0 0;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

#left_content {
	float: left;
	width: 190px;
	padding: 15px;
}

#data_front_content {
	float: left;
	width: 220px;
}

#page_front_content {
	float: right;
	width: 720px;
}

#page_content {
	padding: 15px;
	float: right;
	width: 690px;
}

#page_content ul, ol {
	padding-left: 25px;
	margin-top: 10px;
	color: #5e6a72;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
}


#footer {
	background: transparent url(../img/footer.png) scroll no-repeat 0 0;	
	margin: 0 auto;
	width: 940px;
	height: 100px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	padding-top: 5px;
}

#top {
	background: #fff url(../img/front_banner.jpg) scroll no-repeat 0 0;		
	width: 940px;
	height: 296px;
}

#top h1 {
	font-family: Times;
	font-size: 36px;
	font-weight: bold;
	color: #e7e7e7;
	line-height: normal;
	padding-left:45px;
	padding-top:55px;
	margin-bottom: 10px;
	text-shadow: 1px 2px 0px #034c6a;
}

#top .top_content p {
	color: #fff;
	font-size: 13px;
	text-shadow: 1px 1px 1px #034c6a;
}

.top_content {
	width: 410px;	
	padding-left:45px;
}

.button_top img {
	margin-top: 15px;
}

#header {
	height: 100px;
	background: #fff;
}

#page_banner {
	background: transparent url(../img/page_banner.jpg) scroll no-repeat 0 0;
	height: 96px;
	width: 940px;
	padding-left: 10px;
	padding-right: 10px;
}

#page_banner h1 {
	font-family: Times;
	font-size: 34px;
	font-weight: bold;
	color: #e7e7e7;
	line-height: normal;
	padding-left:60px;
	padding-top:32px;
	text-shadow: 1px 2px 0px #034c6a;
}

.clear {
	clear: both;
}

.logo {
	padding-left: 25px;
	padding-top: 15px;
	float: left;
}



#menu_top {
	float: right;
	background: url(../img/navigation_bg.jpg) scroll repeat-x 0 0;
	width: 720px;
	height: 50px;
	margin-top: 50px;
}

#menu_top li {
	float: left;
	list-style: none;
}

#menu_top li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-right: 1px solid #74a8cd;
	height: 35px;
	display: block;
	padding: 15px 15px 0px 15px;
}

#menu_top li a:hover {
	background: url(../img/navigation_hover.jpg) scroll repeat-x 0 0;
}

#menu_top li a.item_active {
	background: url(../img/navigation_hover.jpg) scroll repeat-x 0 0;
	cursor: default;
}


.copyright {
	color: #a5acb0;
	padding-left: 10px;
}

.created {
	color: #d1d4d3;
	padding-left: 10px;
}

.created a {
	color: #d1d4d3;
	text-decoration: none;
}

.created a:hover {
	color: #1F4782;
}

.footer_left {
	float: left;
}

.footer_right {
	float: right;
}

.login_footer {
	padding-right: 10px;
}

.login_footer a {
	color: #1e4882;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

#map_holder {
	background: url(../img/map_bg.jpg) scroll no-repeat 0 0;
	width: 439px;
	height: 321px;
	float: right;
}

#map {
	width: 419px;
	height: 301px;
	margin-top: 10px;
	margin-left: 10px;
}

#contact_data {
	float: left;
	width: 200px;
}

.contact_form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.contact_form td, th {
	border: 1px solid #aaaaaa;
	vertical-align: top;
}

.contact_form th {
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: right;
	padding-right: 10px;
	background: #eeeeee;
	color: #5e6a72;
	width: 240px;
}
.contact_form tr.tbrow {
	margin-bottom:5px !important;
}

textarea {
	margin: 0;
	padding: 0;
	padding-bottom: 0;
	overflow: auto;
	font-family: Arial;
	font-size: 12px;
}

.invalid {
	background: #ffe1e1 !important;
}

#name, #email, #con {
	width: 428px;
	border: none;
	padding: 5px;
}

#con {
	height: 200px;
}

.contact_form input:focus {
	background: #DFF0FF !important;
}

.contact_form textarea:focus {
	background: #DFF0FF !important;
}

.msg_button {
	background: #1e4882;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	border: none;
	float: right;
	cursor: pointer;
}

.msg_button:hover {
	background: #0D81BC;
}

.msg_send {
	color: green;
	font-size: 15px;
}

#gallery_menu ul { 
	display: none;
	padding: 0;
	margin: 0;
}

#gallery_menu ul.active { 
	display: block;
}

#gallery_right {
	padding: 15px;
	float: right;
	width: 690px;
}

#gallery_menu {
	float: left;
	width: 220px;
}

#gallery_menu .cat {
	background: url(../img/cat_bg.gif) scroll repeat-x bottom left;
	padding: 10px;
	padding-top: 0px;
	margin-bottom: 5px;
}

#gallery_menu ul {
	padding-left: 20px;
}

ul.references {
	display: block !important;
	padding-left: 30px !important;
	margin-top: 15px !important;
}

ul.references li {
	margin-bottom: 5px;
}

ul.references li a {
	color: #5e6a72 !important;
}

#gallery_menu li {
	list-style-image: url(../img/bullet.gif);
}

#gallery_menu li a {
	color: #5e6a72
}

#gallery_menu li a:hover {
	color: #5e6a72;
	text-decoration: underline;
}

#gallery_menu h3 {
	background: url(../img/book.jpg) scroll no-repeat center right;
}

#gallery_menu h3 a {
	width: 100px;
	display: block;
	font-size: 18px;
	color: #5e6a72;
}

#gallery_description {
	float: left;
	width: 340px;
}

#photos_holder {
	float: right;
	width: 340px;
}

#photos img {
	padding: 10px;
	background: url(../img/img_bg.jpg) scroll no-repeat 0 0;
	margin: 3px;
}

#photos2 {
	text-align: center;
}

#photos2 img {
	border: 1px solid #9ab8d3;
	margin-top: 15px;
}

#references {
	background: #f7f6e2;
	padding: 15px;
	margin-top: 10px;
}

#references li {
	background: url(../img/vbullet.jpg) scroll no-repeat left center;
	list-style: none;
	padding-left: 20px;
}

#references ul {
	padding: 0;
	margin: 0;
}

#references li a {
	color: #5e6a72;
	font-size: 12px;
}

.ref_img {
	float: left;
}

.ref_cont {
	float: right;
	width: 455px;
}

.ref_holder {
	padding-bottom: 10px;
	margin-top: 10px;
	border-top: 1px solid #c4c7c8;
	border-bottom: 1px solid #c4c7c8;
	margin-bottom: 10px;
}

.click_here {
	background: url(../img/link_bullet.gif) scroll no-repeat right 0;
	color: #9c841a;
	text-decoration: underline;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.click_here:hover {
	text-decoration: none;
}

.pagination {
	text-align: center;
}

#data_front_content h1 {
	color: #5e6a72;
	font-size: 18px;
	margin-bottom: 3px;
}

.front_contact {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../img/cat_bg.gif) scroll repeat-x bottom left;
	padding-left: 15px;
}

.front_contact p {
	padding-left: 40px;
}

.front_contact a {
	color: #5e6a72;
	text-decoration: underline;
}

h2.adress {
	background: url(../img/house.jpg) scroll no-repeat 0 0;
	height: 34px;
	padding-left: 40px;
	color: #5e6a72;
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

h2.front_mail {
	background: url(../img/mail.jpg) scroll no-repeat 0 0;	
	height: 34px;
	padding-left: 40px;
	color: #5e6a72;
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;

}
h2.phone {
	background: url(../img/phone.jpg) scroll no-repeat 0 0;	
	height: 34px;
	padding-left: 40px;
	color: #5e6a72;
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
}
h2.fax {
	background: url(../img/fax.jpg) scroll no-repeat 0 0;	
	height: 34px;
	padding-left: 40px;
	color: #5e6a72;
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
}
h2.front_login {
	background: url(../img/login.jpg) scroll no-repeat 0 0;	
	height: 34px;
	padding-left: 40px;
	color: #5e6a72;
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

#projects {
	padding: 15px;
}

#projects p {
	margin-bottom: 10px;
}

#services {
	padding: 15px;
}

#services p {
	margin-bottom: 10px;
}

.services_img {
	padding: 10px;
	background: url(../img/img_bg.jpg) scroll no-repeat 0 0;
	float: left;
	margin-right: 10px;
}

.projects_img {
	padding: 10px;
	background: url(../img/img_bg.jpg) scroll no-repeat 0 0;
	float: right;
	margin-left: 10px;
	margin-top: 15px;
}	

.with_border {
	border-top: 1px solid #d1d4d3;
	padding-top: 15px;
}