body {
	font-family: Arial;
	margin:0;
	padding:0;
	color:#878787;
	font-size:16px; 
	width:100%;
	background:#ffffff;
	line-height:24px;
	overflow-x:hidden;
}
@font-face {
    font-family: 'LobsterRegular';
    src: url('fonts/lobster-webfont.eot');
    src: url('fonts/lobster-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lobster-webfont.woff') format('woff'),
         url('fonts/lobster-webfont.ttf') format('truetype'),
         url('fonts/lobster-webfont.svg#LobsterRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSansBold';
    src: url('fonts/droidsans-bold-webfont.eot');
    src: url('fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidsans-bold-webfont.woff') format('woff'),
         url('fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('fonts/droidsans-bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/droidsans-webfont.eot');
    src: url('fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidsans-webfont.woff') format('woff'),
         url('fonts/droidsans-webfont.ttf') format('truetype'),
         url('fonts/droidsans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

form {
	margin:0;
	padding:0;
}
img {
	border:0;
	outline: 0;
    vertical-align: top;
	max-width: 100%;
}
a {
	color:#dc6e4b;
	text-decoration:none;
	outline:none;
}
a:hover {text-decoration:none;
}
a:active {
	font-weight:bold;
}
ul {
	padding:0;
	margin:0;
}
.history ul {
	padding:0;
	margin-left:40px;
}
#services ul {
	padding:0;
	margin-left: 40px;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
.history li {
	padding:0;
	margin:0;
	list-style-position: outside;
	list-style-type: square;
}
#services li {
	padding:0;
	margin:0;
	list-style-position: outside;
	list-style-type: square;
}
p {
	margin:0;
	padding:0 0 20px 0;
}
.clear {
	font-size:0;
	clear:both;
	height:0;
}
.fright { float:right;
}
.fleft { float:left;
}

.wrapper {width:100%;
}

#header {
	background:url(../images/header_bg3.png) repeat-x left top #FFF;
	height:200px;
	position:fixed;
	border-bottom: thin #3A3A3A solid;
	left:0;
	top:0;
	width:100%;
	z-index:100;
}
.top_block {
	padding:11px 0 9px 0;
	height:16px;
	line-height:16px;
	color:#bebebe;
}
.top_block li {
	display:inline-block;
	margin-left:5px;
}

#logo {
	float:left;
	line-height:46px;
	margin: 6px 5px 0px 0px;
	padding-right:10px;
}
#logo a:hover { text-decoration:none;
}
/*#slogan {
	float:left;
	line-height:16px;
	padding-top:47px;
	font-size:11px;
	color:#bbbbbb;
	font-style:italic;
}*/

#nav {
	padding:45px 0 0 0;
}
#nav li {
	float:left;
	padding-right:16px;
	margin:0 14px 0 0;
	background:url(../images/nav_bg.png) no-repeat right top;
	text-align:left;
}
#nav li a {
	font-size:15px;
	color:#343434;
	line-height:20px;
	display:block;
	font-family: 'DroidSansRegular';
}
#nav a:hover { text-decoration:none;
}

#nav li.current a {	color:#dc6e4b;
}
#nav li.contacts { 
	background:none;
	padding:0;
	margin:0;
}

.main {	padding:0 0 28px 0;
}
.section {
	padding: 200px 0 50px 0;
	margin-bottom:50px;
}
.white_block {
	padding:52px 0 45px 0;
	position:relative;
	background-color:#FFF;
	margin-bottom:9px;
}
.battlefield  {
	margin-top:-20px;
	text-align: center;
}
.white_block_bottom {
	position:absolute;
	left:0;
	bottom:0;
	height:5px;
	background:url(../images/white_bottom2.png) repeat-x left bottom;
	width:100%;
}

.block_info {
    padding: 24px 20px 0 20px;
    line-height: 24px;
    color: #616161;
    font-size: 17px;
    font-family: Georgia;
    font-style: italic;
    text-align: center;
}
.center { text-align:center;
}

.item {
	width:175px;
	height:175px;
	margin:0 12px 10px 0;
	overflow:hidden;
	display:inline-block;
	border:0;
	position:relative;	
	
	padding-bottom:11px; 
}
.item a {
	width:175px;
	height:139px;
	display:block;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;	
}
.item a span { 
	line-height:16px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	display:block;
	padding-top:16px;
	font-family: 'DroidSansBold';
}
.item.last { margin-right:0;
}

.item.green a {
	background-image: url(../images/green.png);
	background-position:0 0;
	background-repeat: repeat-x; 
}
.item.green a span {color:#f0f0da;
}
.item.orange a {
	background-image: url(../images/orange.png);
	background-position:0 0;
	background-repeat: repeat-x; 
}
.item.orange a span {color:#fef6ef;
}
.item.blue a {
	background-image: url(../images/blue.png);
	background-position:0 0;
	background-repeat: repeat-x; 
}
.item.blue a span {color:#FFF;
}
.item.red a {
	background-image: url(../images/red.png);
	background-position:0 0;
	background-repeat: repeat-x; 
}
.item.red a span {color:#fbe5dd;
}
.item.vinous a {
	background-image: url(../images/vinous.png);
	background-position:0 0;
	background-repeat: repeat-x; 
}
.item.vinous a span {color:#ead8d7;
}
.item.violet a {
	background-image: url(../images/violet.png);
	background-position:0 0;
	background-repeat: repeat-x; 
}
.item.violet a span {color:#c9bdc0;
}
.item a:hover { background-position:0 -175px;
}

h2 {
	padding:0;
	margin:0 0 13px 0;
	line-height:45px;
	color:#000066;
	font-size:20px;
	font-weight:normal;
	background:url(../images/h2.png) repeat-x left bottom;
	font-family: 'DroidSansRegular';
	position:relative;
}
.products, .projects {margin-right:-25px;
}
h2.first {
	margin-bottom:3px;
	background:none;
}

.one_fourth, .team {
	float:left;
	width:216px;
	margin:0 20px 20px 0;	
}
.round_img {
	padding:1px;
	border:1px #dadada solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;	
	margin-bottom:10px;
	background:#FFF;
}

.round_img img {
	width:210px;
	height:auto;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px #dadada solid;
}

.read {
	background-image: url(../images/read.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:96px;
	height:26px;
	text-decoration:none;
	display:block;
	margin-top:12px;
	font-size:12px;
	color:#fefefe;
	text-shadow:0 -1px 1px #8b8b8b;
	line-height:26px;
	padding-left:15px;
}
.read:hover {background-position:0 -26px;
}

h3 {
	padding:0;
	margin:0 0 10px 0;
	line-height:20px;
	color:#575757;
	font-size:18px;
	font-weight:normal;
	font-family: 'DroidSansRegular';
}
.backtop {
	width:40px;
	height:26px;
	background-image: url(../images/backtop.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	display:block;
	position:absolute;
	right:0px;
	top:7px;
}
.backtop:hover {background-position:0 -26px;
}

.col54_percent {
	width:54%;
	margin-bottom:10px;
} 
.col42_percent {
	width:42%;
	margin-bottom:10px;
} 
.author { color:#dc6e4b;
}

.team .author {
	color:#878787;
	font-size:11px;
	line-height:18px;
	padding-bottom:8px;
}
.team .author span {	
	color:#dc6e4b;
	font-size:14px;
	display:block;
}
.white { color:#FFF;
}

.col50_percent {
	width:48%;
	position:relative;
} 

h4 {
	padding:0;
	margin:10px 0;
	line-height:21px;
	color:#000066;
	font-size:16px;
	font-weight:400;
	font-family: 'DroidSansRegular';
}
#services img {
    float: left;
    margin-right: 10px;
    width: 40px;
	padding-top: 10px;
}
#services h3 { margin-bottom:35px;
}
#certification img {
	width: auto!important;
}


/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}


/* sort block */
.sort_block {	
	padding-bottom:20px;
	line-height:10px;
}
#filters {position: relative;
}
#filters li {
	margin-right:20px;
	float: left; 
}
#filters li a{
	color: #878787;
	font-size: 14px;
	line-height:10px;
}
#filters li a:hover, #filters li a.selected {
	color:#dc6e4b;
	text-decoration:none;
}

.element {
	float:left;
	width:213px;
	height:213px;
	margin:0 20px 20px 0;
	-moz-border-radius:108px;
	-webkit-border-radius:108px;
	border-radius:108px;
	border:2px #dadada solid;
	overflow:hidden;
	position:relative;
}
.element:hover {border:2px #dd7e5f solid;
}
.element a:hover .zoom { display:block;
}
.element img {
	width:100%;
	height:100%;
}
.zoom {
	width:100%;
	height:100%;
	display:none;
	background:url(../images/zoom_opacity.png) no-repeat center center;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
}
.zoom, .element img {	
	-moz-border-radius:108px;
	-webkit-border-radius:108px;
	border-radius:108px;
}

.proj_name {
	position:absolute;
	z-index:200;
	left:0;
	top:70%;
	width:100%;
	text-align:center;
	font-size:12px;
	color:#fff;
	display:none;
}
.element a:hover .proj_name { display:block;
}

.post { padding-bottom:30px;
}

.post .col50_percent.fleft img {	
	width:100%;
	height:auto;
}




.bord {
	border:1px #dadada solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:1px;
	background:#FFF;
}
.bord_in {
	border:1px #dadada solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;	
	overflow:hidden;
}

.bord_in img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}


.post_zoom, .post_link {
	width:50px;
	height:45px;
	display:none;
	background:url(../images/zoom_post.png) no-repeat center center;
	position:absolute;
	z-index:10;
	right:2px;
	top:2px;
	text-indent:-9999px;
}
.post_link {
	background:url(../images/link.png) no-repeat center center;
	right:auto;
	left:2px;
	top:auto;
	bottom:2px;
}
.col50_percent:hover .post_zoom, .col50_percent:hover .post_link { display:block;
}




.post_title {
	font-size:16px;
	color:#575757;
	padding:3px 0 8px 0;
	line-height:18px;
	font-family: 'DroidSansRegular';
}
.post_info {padding-bottom:8px;
}
.post_info li {
	display:inline-block;
	margin-right:15px;
	font-size:10px;
	color:#dc6e4b;
	font-style:italic;
	padding-left:24px;
}
.post_info a {
	font-size:10px;
	color:#dc6e4b;
	font-style:italic;
}
.date { background:url(../images/date.png) no-repeat left center;
}
.cats { background:url(../images/cats.png) no-repeat left center;
}
.comment { background:url(../images/comments.png) no-repeat left center;
}

iframe {width:100%;
}
.video_block {
	height:215px;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.video_block iframe {
	height:215px;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #dc6e4b; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #dc6e4b; }
.tipsy-arrow-s { border-top-color: #dc6e4b; }
.tipsy-arrow-e { border-left-color: #dc6e4b; }
.tipsy-arrow-w { border-right-color: #dc6e4b; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


.contact_form label {
	width:115px;
	padding:0;
	margin:0;
	float:left;
	line-height:26px;
	font-size:12px;
	color:#878787;
}
.contact_form p { padding-bottom:27px;
}
.textfield {
	font-family:Arial;
	font-size:12px;
	color:#878787;
	background:#ebebeb;
	width:257px;
	height:24px;
	padding:0 10px;
	border:1px #d2d2d2 solid;
}
.textarea {
	font-family:Arial;
	font-size:12px;
	color:#878787;
	background:#ebebeb;
	width:257px;
	height:108px;
	padding:10px;
	border:1px #d2d2d2 solid;
	resize:none;
}
.send_mess {
	width:111px;
	height:26px;
	background-image:url(../images/send.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border:0;
	margin:14px 0 20px 116px;
	cursor:pointer;
}

.send_mess:hover {background-position:0 -26px;
}



.map {margin-bottom:12px;
}
.map .bord_in {
	height:199px;
	overflow:hidden;
}
.map iframe {
	height:199px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
}

.col275 {
	float:left;
	width:270px;
	padding-right:25px;
}
.col215 {
	float:left;
	width:210px;
}
.col215 a { color:#dc6e4b;
}

.col275 li {
	float:left;
	margin:0 5px 7px 0;
}
#footer {
	background:#c8c5c5;
	line-height:16px;
	font-size:11px;
	color:#727272;
}
.container {position: relative;
}
#footer .backtop {top:12px;
}

#footer .container {padding:18px 0;
}
img #banner  {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.location {
	font-size: 22px;
	font-weight: bold; 
}
.phone {
	font-size: 18px;
	font-weight: bold;
}
.disclaimer {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h1 {
	line-height: 26px;
}
