/* ****************************************************************** */
/* Fixes */

* html .clearfix{
	height: 1%;
	overflow: visible;
}

*+html .clearfix{
	min-height: 1%;
}

.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearFloat {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

/* ****************************************************************** */
/* Global elements  */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	height: 100%;
	width: 100%;
}

table, img {
	border: none;
}

form {
	margin: 0;
}

body {
	color: #252527;
	font-family: Georgia, Times, serif;
}

a {
	color: #0c4ea9;
}

a:hover {
	color: #0000ee;
}


ul {
	margin: 0 0 15px;
	padding: 0 0 0 16px;
	list-style-image: url(/images/bullet.gif);
}


.content ul {
	list-style-image: url(/images/bullet-2.gif);
}


ul li {
	margin: 0 0 5px;
	padding: 0;
}



/* ****************************************************************** */
/* Layout  */

#pageHolder {
	position: relative;
	min-height: 100%;
	min-width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

* html #pageHolder {
	height: 100%;
	width: expression(document.documentElement.clientWidth < 980 ? "980px" : "100%");
	overflow:visible;
	overflow-x: hidden;
	zoom: 1;
}
/*
.topMenu,
.langSwitch,
.mainMenu {
	word-spacing: -.55ex;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.topMenu,
	.langSwitch,
	.mainMenu {
		letter-spacing: -.55ex;
		word-spacing: 0;
	}
}

.langSwitch *,
.mainMenu * {
	word-spacing: 0;
	letter-spacing: normal;
}
 */


#Page {
	width: 930px;
	margin: 0 auto;
	position: relative;
	padding-top: 155px;
}

#homePage #Page {
	padding-top: 60px;
}


#Header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	height: 50px;
	padding: 20px 0;
	*zoom: 1;
}

#homePage #Header {
	padding: 10px 0 0;
}

.topMenu {
	width: 645px;
	height: 28px;
	padding-left: 285px;
	position: absolute;
	left: 0;
	top: 0;
}

.langSwitch,
.mainMenu {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	vertical-align: top;
	display: block;
	float: left;
	clear: right;
}

.langSwitch li,
.mainMenu li {
	position: relative;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	list-style-type: none;
	list-style-image: none;
	display: block;
	float: left;
	clear: right;
}

.langSwitch {
	font-size: 10px;
	line-height: 14px;
}

.langSwitch a {
	display: block;
	text-decoration: none;
	background-color: #dd0000;
	color: #ecb39c;
	padding: 7px 15px 8px;
	border-right: 1px solid #fff;
}

.langSwitch a:hover {
	background-color: #cc0000;
	color: #fff;
}

.mainMenu {
	height: 29px;
	font-size: 11px;
	line-height: 14px;
	background-color: #000;
	color: #dd0000;
	padding: 0;
	border-left: 1px solid #fff;
	position: relative;
	left: -1px;
}

.mainMenu li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #515153;
	display: none;
}

.mainMenu li ul.right,
.mainMenu li.last ul {
	left: auto;
	right: 0;
}

.mainMenu li li {
	display: block;
	float: none;
	position: relative;
	text-transform: none;
	font-size: 12px;
}

.mainMenu a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 7px 15px 7px;
}

.mainMenu li.first a {
	padding-left: 20px;
}

.mainMenu li.last a {
	padding-right: 20px;
}

.mainMenu a:hover,
.mainMenu li:hover {
	background-color: #515153;
}

.mainMenu li:hover ul {
	display: block;
}

.mainMenu li li a {
	min-width: 120px;
	*width: 180px;
	background-color: #515153;
}

.mainMenu li li a:hover {
	background-color: #dd0000;
}

.mainMenu li.active,
.mainMenu li.active a {
	color: #dd0000;
}

.mainMenu li.active li a {
	color: #fff;
}

.mainMenu li li.active a {
	background-color: #434345;
}

.mainMenu li li.active a:hover {
	background-color: #dd0000;
	color: #000;
}


#Logo {
	position: absolute;
	left: 0;
	top: 50px;
	width: 450px;
	height: 160px;
	overflow: hidden;
	background: url(/images/logo.png) no-repeat 0 0;
	text-decoration: none;
	text-indent: -9999em;
	margin: 0;
}

* html #Logo {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='crop');
}

#Logo-vert {
	position: relative;
	width: 39px;
	height: 115px;
	overflow: hidden;
	background: url(/images/logo-s.png) no-repeat 0 0;
	text-decoration: none;
	text-indent: -9999em;
	margin: 0;
}

#Logo-vert a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.slog {
	font-size: 14px;
	color: #434345;
	padding-top: 4px;
}


#mainCol {
	width: 645px;
	float: right;
	position: relative;
}

#homePage #mainCol {
	width: 625px;
}


#mainPict {
	position: relative;
	z-index: 500;
}

* html #mainPict {
	width: 625px;
	overflow: hidden;
	zoom: 1;
}

.mainSlog {
	position: absolute;
	left: 0;
	top: 0;
}

.mainSlog h1 {
	background: url(/images/home-slog-bg-red.png);
	color: #fff;
	display: inline;
	font-size: 68px;
	line-height: 76px;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
}

.mainSlog span {
	/* position: relative;
	top: -.04em;
	font-size: 68px; */
}

.mainSlog h1 b {
	color: #000;
	font-weight: normal;
}

.floattext {
	position: absolute;
	font: 12px/1.3 Arial, Helvetica, sans-serif;
}

.floattext img {
	margin-top: 5px;
}

.floattext a {
	text-decoration: none;
	color: #fff;
}

.floattext.red a {
	color: #dd0000;
}

.floattext a:hover {
	text-decoration: underline;
}


.bText {
	margin: 20px 0 0 150px;
	border-left: 4px solid #dd0000;
	font-size: 14px;
	line-height: 1.5;
	padding: 5px 0 2px 1px;
}

.bText h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.bText p {
	margin: 0 0 7px;
}


#mainCol .title {
	margin: -61px 0 20px -1px;
	width: 590px;
	position: relative;
	*zoom: 1;
}

#mainCol .title.small {
	margin-top: -45px;
}

#mainCol .title h1,
#mainCol .title h2 {
	font-weight: normal;
	margin: 0;
	display: inline;
	color: #000;
	font-size: 68px;
	line-height: 77px;
	background: url(/images/line-head.gif) repeat 0 0;
	letter-spacing: -1px;
}

#mainCol .title h1 b,
#mainCol .title h2 b {
	font-weight: normal;
	color: #dd0000;
}

#mainCol .title.small h1,
#mainCol .title.small h2 {
	font-size: 48px;
	line-height: 58px;
	background: url(/images/line-small-head.gif) repeat 0 0;
}

.tDate,
.tClient {
	margin: 0 0 30px 0;
	font-size: 15px;
	color: #999;
}


.incut {
	font: bold 14px/1.4 Arial, Helvetica, sans-serif;
	color: #7c7d7f;
	margin: 0 0 30px 145px;
}

.bPict {
	margin-bottom: 30px;
}

.bPict img {
	border-top: 6px solid #dd0000;
}

.content {
	font-size: 14px;
	line-height: 1.5;
}

.content h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	margin: 15px 0 10px;
}

.content p {
	margin: 0 0 10px;
}


.latestProject {
	border-top: 6px solid #dd0000;
	background-color: #000;
	color: #fff;
	margin-bottom: 30px;
}

.latestProject a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.latestProject a:hover {
	color: #dd0000;
}

.latestProject a .text {
	display: block;
	font-size: 36px;
	line-height: 1.2;
	padding: 5px 60px 10px 20px;
}

.latestProject .pointer {
	display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	background: url(/images/go-1.png) no-repeat 0 0;
	position: absolute;
	right: 15px;
	bottom: 15px;
}


.aNav {
	margin-top: 50px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.aNav a {
	color: #515153;
	text-decoration: none;
}

.aNav a span {
	letter-spacing: -2px;
	font-size: 10px;
	color: #dd0000;
	margin-right: 3px;
	text-decoration: none;
}

.aNav a:hover {
	color: #000;
	text-decoration: underline;
}





#secCol {
	width: 245px;
	padding-right: 40px;
	float: left;
	border-top: 1px solid #000;
	*margin-right: -245px;
}

#homePage #secCol {
	border-top: none;
	width: 265px;
	margin-top: 190px;
}


.teas {
	display: block;
	margin-bottom: 20px;
	background: #676767;
	color: #fff;
	border-bottom: 5px solid #dd0000;
	text-decoration: none;
	position: relative;
	*zoom: 1;
}

.teas.type2 {
	background-color: #000;
}

.teas .head {
	display: block;
	position: relative;
	width: 100%;
	height: 135px;
	overflow: hidden;
}

.teas .title {
	display: block;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 7px 10px;
	background-color: #dd0000;
	color: #fff;
	font: bold 13px/1.2 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	*zoom: 1;
}

.teas .text {
	padding: 7px 10px;
	display: block;
}

.teas.type1 .text {
	font: 12px/1.4 Arial, Helvetica, sans-serif;
}

.teas.type2 .text {
	padding: 5px 10px 40px;
	font-size: 20px;
}

.teas .text p {
	margin: 5px 0 7px;
}

.teas a {
	text-decoration: none;
	color: #fff;
}

.teas a:hover {
	text-decoration: underline;
	color: #fff;
}




.divTitle {
	text-align: right;
	margin-bottom: 60px;
}

.divTitle h2 {
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	padding: 3px 12px 5px;
	margin: 0;
	color: #fff;
	background-color: #676767;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


#secCol .colWrap {
	margin-top: 40px;
}

ul.pList {
	font-size: 14px;
}

#secCol ul.pList {
	padding: 0 0 0 26px;
	font: 12px/1.25 Arial, Helvetica, sans-serif;
}

ul.pList li {
	margin-bottom: 10px;
}

ul.pList li a {
	color: #434345;
	text-decoration: none;
}

ul.pList .date {
	color: #7c7d7f;
	margin-right: 6px;
}

ul.pList li a:hover {
	color: #000;
	text-decoration: underline;
}


#secCol .block {
	margin-bottom: 30px;
}

#secCol .block h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.testimonial {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

.testimonial span {
	color: #dd0000;
	font-size: 12px;
	letter-spacing: -4px;
}

.testimonial:hover {
	color: #dd0000;
}



.blackLine {
	position: absolute;
	right: 100%;
	top: 155px;
	width: 2560px;
	height: 1px;
	overflow: hidden;
	background: #000;
	margin-right: -1px;
}



#footSpacer {
	height: 220px;
}

#Footer {
	background: #d7e2e1 url(/images/footer-bg-1.png) repeat-x 50% 0;
	padding: 30px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#footerBody {
	background: url(/images/footer-bg-2.png) no-repeat 50% 0;
	width: 930px;
	margin: 0 auto;
	padding: 30px 30px 0;
}

#footerBody .clearfix {
	position: relative;
}

.contBlock {
	width: 265px;
	float: left;
	margin-right: 20px;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #676767;
}

.copy {
	margin-bottom: 15px;
}

.contBlock a {
	color: #676767;
	text-decoration: none;
}

.contBlock a:hover {
	text-decoration: underline;
}

.socServ {
	float: left;
	width: 450px;
}

.made {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 160px;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #676767;
	text-align: right;
}

.made a {
	color: #676767;
	text-decoration: none;
}

.made a:hover {
	text-decoration: underline;
}






.pCount {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 5em;
	padding-top: 5px;
	position: relative;
}

.pCount div {
	font-size: 11px;
	color: #999;
}

.pCount a, .pCount span {
	margin-right: 3px;
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.pCount a {
	color: #666;
}

.pCount a:hover {
	color: #dd0000;
	text-decoration: underline;
}

.pCount span {
	border: 1px;
	color: #fff;
	padding: 0 3px 3px;
	background-color: #dd0000;
	font-size: 18px;
	line-height: 1.1;
	vertical-align: middle;
}

.pCount span b {
	color: #000;
}

.pCount .blackLine {
	top: 0;
	left: 0;
}

