@charset "utf-8";
/* CSS Document */

/* reset */
body,div,p,h1,h2,h3,h4, th, td  {
	margin: 0;
	padding:0;
	font-family:Arial;
}

body {
	font-size: 16px;
	background-image:url(images/bg_body.png);
	background-repeat:repeat-x;
	background-position:fixed;	
}
h1 { font-size:18px; margin-left:13px; margin-bottom:0px; font-weight:normal;}
p { margin-bottom: 16px; }
a {text-decoration:none; color:inherit;}
.address {font-size:18px; line-height:19px;}

#container { 
	margin:auto;
	background-image:url(images/bg_container.png); 
	background-repeat:no-repeat; 
	background-position:top; 
	width:987px;

	border-bottom:6px solid #FFFFFF;
	border-left:6px solid #FFFFFF;
	border-right:6px solid #FFFFFF;
}

.navigation {margin-top: 20px;}
.quote {margin-top: 110px; font-size: 14px; width:169px;}
.cite {margin-top: 120px; font-size: 12px; color:#999999;}

#main {
	margin:auto;
	width:908px;
	height:634px;
	border-bottom:6px solid #B2B2B2;
	border-left:6px solid #B2B2B2;
	border-right:6px solid #B2B2B2;
	background-color:#FFFFFF;
	background-image:url(images/bg_main.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-top: 20px;
}

.mainLeft { 
	width:167px;
	height:560px;
	padding-left:39px;
	border-right: 2px solid #000000;
	padding-right:15px;
}

.mainRight { 
	width:626px;
}

.address {
	height: 140px;
	margin-left:13px;
	
}
.block {
	padding-top:20px;
	padding-right:13px;
	height:400px;
	font-size: 14px;
}

.blockPortfolio {
	height:418px;
	text-align:center;
	border:1px solid #000000;
	background-color: #EEEEEE;
}


.blockPortfolio img {
	border:1px solid #666666;
	margin: 0px 5px;
	padding:10px;
	background-color:#ffffff;
	
}

.block img {
	padding-left: 13px;
	margin-bottom:16px;
}

.block p {
	padding-left: 13px;
}

.block h1 {font-size: 16px;}

.picSmall { float:right; margin-right:40px;}

.grey { background-color: #c9c9c9; }
.green { background-color: #ABD3A3; }
.lightBlue { background-color: #96D2F6; }
.black { background-color: #000000; }


.txtGrey { color:#c9c9c9; }
.txtWhite { color:#ffffff; }
.txtBlue { color:#0060B6; }
.txtLightGreen { color:#83C077; }
.txtOrange {color:#D59758;}
.txtPurple {color:#8210D2}
.txtLightBlue {color:#00ADEF}
.txtGreen {color:#006B33;}
.txtBlack {color:#000000;}
.txtDarkGrey { color: #666666; }
.txtBrown { color: #7F0E00}
.txtPink { color:#BB3996;}

.column {
	margin: 0px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 896px;
	margin: 0 auto;
	overflow: hidden;
}

.farRight { margin-top:160px; margin-left:858px;}

#footer {
	margin:auto;
	width:908px;
	height:120px;
	border: 6px solid #B2B2B2;
	margin-top: 6px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
}

#footer .row div {margin-top:20px;}

.footerLeft { 
	width:167px;
	padding-left:39px;
	border-right: 2px solid #ffffff;
	padding-right:15px;
	color:#666666;
	font-size:18px;
	height:65px;
}

.footerRight { 
	width:613px;
	padding-left:13px;
	font-weight:bold;
	font-size:14px;
}
