@charset "utf-8";
/* CSS Document */

html{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10.5px;
	color:#666;
}

body{
	margin: 0;
	padding: 57px 0 0 0;
	background: #353535;
	background-image: url(images/Page-BgTexture.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	scrollbar-arrow-color: #939393;
	scrollbar-3dlight-color: #939393;
	scrollbar-darkshadow-color: #939393;
	scrollbar-face-color: #f4f4f0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #ffffff;
}

h1{
	font-size:16px;
	margin: 30px 10px 10px 10px;
}
h2{
	font-size:18px;
	margin:25px 0px 0px 0px;
	font-weight: normal;
	
}

h3{
	font-size:12px;
	margin: 0px 10px ;
	color:#333;
	
}

h4{
	font-size:15px;
	margin: 0px 10px 10px 10px;
	color:#999;
	font-weight: normal;
	
}

.holder {
	width: 990px;
	margin:0 auto	
}

.header {
	height:230px;
	vertical-align:bottom;
}

.headerleft {
	float: left;
	width: 789px;
	height:230px;
	background:#CCC;
}
.headerlogo {
	background: #FFF;
	width: 500px;
	height: 220px;
	margin-top:10px;
	position:absolute;
	z-index:2;
	border-right: 1px dotted #000;
}

.headerimage {
	position:relative;
	z-index: 1;
}

.headerright {
	float: left;
	width: 200px;
	height:180px;
	position:relative;
	top:50px;
	background:#FFF;
	border-left: 1px dotted #000;
}

.menuholder {
	position:relative;
	top: 12px;
	left: 12px;
}

.menuholder a {
	font-size: 14px;
	line-height: 1.4em;
	color:#333;
	font-weight: bold;
	text-decoration:none;
}
.menuholder a:hover {
	color:#06F;
}
.shareholder {
	position: absolute;
	bottom: 12px;
	left: 12px;	
}

.shareholder img {
	margin: 4px 4px 0 0;
	border: 0;
}

.contentholder {
	
	overflow:auto;
}

.inforight {
	background:#FFF;
	float: right;
	width: 200px;
	height: 320px;
	overflow:auto;
	border-top: 1px dotted #000;
}
.pfinforight {
	background:#FFF;
	float: right;
	width: 200px;
	height: 370px;
	overflow:auto;
	border-top: 1px dotted #000;
}
.inforight p, .pfinforight p {
	margin: 0 10px;
	padding-bottom: 10px;
}
/* BLOG ITEMS */
.blogitem {
	background:#FFF;
	float: left;
	width: 789px;
	height: 320px;
	border-top: 1px dotted #000;
	border-right: 1px dotted #000;
}

.blogleft {
	float:left;
	width: 500px;
	height: 320px;
	border-right: 1px dotted #000;
}
.blogheader {
	margin: 0px;
	height: 40px;
	position:relative;
}
.blogdate {
	width: 120px;
	height: 45px;
	float:left;
	margin-top:10px;
}
.blogdate .nr {
	background:#333;
	width: 52px;
	padding: 4px 1px 12px 0;
	float: left;
	color:#FFF;
	text-align:right;
	font-size:27px;
	font-weight: bold;
}
.blogdate .month {
	padding: 8px 0;
	margin-left: 2px;
	float: left;
	color:#333;
	text-align:left;
	font-size:10px;
}
.blogtitle{
	width: 350px;
	position:absolute;
	left: 105px;
}
.blogleft img{
	position:relative;
	left: 0px;
	border:0;
	background:#CCC;
	width:490px;
	height:250px;
}

.blogright {
	float:left;
	width: 288px;
	height: 320px;
	overflow:auto;
}
.blogright p {
	position:relative;
	top: 52px;
	margin: 0 10px;
	padding-bottom: 10px;
}

/* PORTFOLIO ITEMS */
.pfitem {
	background:#FFF;
	float: left;
	width: 789px;
	height: 370px;
	border-top: 1px dotted #000;
	border-right: 1px dotted #000;
}

.pfleft {
	float:left;
	width: 500px;
	height: 370px;
	border-right: 1px dotted #000;
}
.pfheader {
	margin: 10px;
	height: 40px;
	position:relative;
}

.pftitle{
	width: 350px;
	position:absolute;
	bottom: 2px;
}
.pfleft img{
	position:relative;
	left: 10px;
	border:0;
	background:#CCC;
	width:480px;
	height:300px;
}

.pfright {
	float:left;
	width: 288px;
	height: 370px;
	overflow:auto;
}
.pflogo {
	width: 268px;
	height: 180px;
	margin: 0 10px;
}
.pfright p {
	position:relative;
	top: 20px;
	margin: 0 10px;
	padding-bottom: 10px;
}

.footer {
	float: left;
	width: 789px;
	background:#FFF;
	margin-bottom: 20px;
	padding: 3px 0;
	border-top: 1px dotted #000;
	text-align:center;
}
