html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
height {
	height:100%;
}
p {
	line-height:1.5;
	font-size: small;
}
h1 img {
	display: block;
}
h1 a{
	text-decoration:none;
}
img {
	border: 0;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color:#000;
	background-color:#FFF;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #000 0px 135px;
	font: 12px arial, sans-serif;
	color: #FFF;
	height:100%;
}
#wrapper {
position:relative;
}
#header {
	background: 6px 0;
	background-color:#000;
	text-transform:capitalize;
}
h1 {
	height: 95px;
	color: #fff;
	font-weight: normal;
	font: 22px "harrow", "Lucida Grande", arial, sans-serif;
	line-height: 95px;
	text-indent: 23px;
	width: 400px;
	text-transform:uppercase;
}
h1 span {
	font-size: 30px;
}
h4{
	float:left;
	margin:5px 0 5px 20px!important;
	margin:5px 0 5px 15px;
	padding:0 10px 5px 7px;
	width:840px;
	font-weight:normal;
	font-size:18px;
	color:#FFF;
	/*background: url(shadow/shad_bg.jpg) left bottom no-repeat;*/
}
#body {
	margin-right:14px;
    padding-bottom:15px;
}
#image {
	width:525px;
	float:right;
	padding-top:32px;
}
#nav {
	background-color:#2F403E;
	height: 40px;
	font-size: 17px;
	color:#FFF;
}
#nav em {
	font-size: 22px;
	font-style: normal;
}
#nav ul {
	min-width: 780px;
	padding: 0;
	padding-top: 10px;
}
#nav li {
	float: left;
	background: 12px 6px;
	padding-left: 50px;
	padding-right: 20px;
	margin: 0;
}
#nav li.first {
	background: none;
	padding-left: 20px;
}
#nav a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #111;
	background-color:#FFF;
}
#content {
	width: 426px;
	padding: 32px 28px 8px 28px;
	min-height:600px;
	float:left;
}
#content h2 {
	font: 16px "harrow", "Lucida Grande", arial, sans-serif;
	font-weight: normal;
	color: #fff;
	clear: both;
}
#content h2 strong {
	color: #FFF;
	font-weight: normal;
	text-transform:uppercase;
}

#content h2.h {
	font-size: 12px;
}
/* Portfolio lefthand sidebar */
#pleft {
	width: 200px;
	padding: 32px 28px 8px 28px;
	min-height:600px;
	float:left;
}
#pleft .i {
	padding: 15px;
	background-color:#000;
}

#pleft h2 {
	font: 16px "harrow", "Lucida Grande", arial, sans-serif;
	font-weight: normal;
	color: #fff;
	clear: both;
}
#pleft h2 strong {
	color: #FFF;
	font-weight: normal;
	text-transform:uppercase;
}
#pleft h2.h {
	font-size: 12px;
}

/* Portfolio gallery */
#pcontent {
	width: 600px;
	padding: 32px 28px 8px 28px;
	min-height:600px;
	float:left;
}
#pcontent .i {
	padding: 15px;
	background-color:#000;
}

#pcontent h2 {
	font: 16px "harrow", "Lucida Grande", arial, sans-serif;
	font-weight: normal;
	color: #fff;
	clear: both;
}
#pcontent h2 strong {
	color: #FFF;
	font-weight: normal;
	text-transform:uppercase;
}
#pcontent h2.h {
	font-size: 12px;
}
#pcontent img.floatRight { 
    float: right; 
    margin: 5px 5px 5px 10px; 
}
.pgallery {
	list-style: none;
	margin: auto;
	padding: 0;
	text-align:center;
	left:50%;
	marging-left:90px;
}
.pgallery li {
	padding: 10px;
	margin: auto;
	float: left;
	position: relative;
	width: 180px;
	height: 140px;
	text-align:center;
}
.pgallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.pgallery li:hover img {
	border-color: #999;
}
.pgallery em {
	width: 102px;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -20px;
	left: 50px;
	font-style: normal;
	text-align: center;
}
.pgallery a {
	text-decoration: none;
	color: #000;
}
.pgallery a:hover em {
	display: block;
	background-color:#FFF;
	top:-10px;
}
/* Button styling (e.g. contact form) */
label {
	display:block;
	float:left;
	width:150px;
	text-align:right;
	margin:2 4 6 4;
}
#button {
	margin-left:150px;
}
.input {
	color:#FFF;
	background-color:#000;
	border:#FFF, thin;
}
#hl {
	color:#2F403E;
	width:90%;
}

/* Footer part*/
#footer {
	height: 15px;
	text-align:center;
	bottom:0;
    top:100%;
    position:absolute;
}
#copyright {
    height:14px;
	text-align:center;
	padding-bottom: 4px;
	background-color:#111;
	border-top:#2F403E thin solid;
	margin-top: 4px;
    top:100%;
}
#copyright a {
	text-decoration:none;
}

