body {
	background:url("images/pk_bg.gif");
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
#nav {
	background:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 27px;
	left:0;
	letter-spacing:2px;
	line-height:36px;
	position:fixed;
	top:15px;
	width:200px;
	z-index:1;
}
#menu {
	background:#69e02d;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	padding:24px 0 24px 24px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border:0px solid #fff;
}
#logo a {
	background:url("images/logo.png") no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color:#fff;
	margin-left:850px;
	margin-top:25px;
	position:fixed;
	text-decoration:none;
	height:120px;
	width:240px;
	z-index:2;
}
#logo a span {
	display:none;
}
#nav a, #nav a:active, #nav a:visited {
	color:#fff;
	text-decoration:none;
}
#nav a:hover {
	color:#b5ed4a;
	text-decoration:none;
}
#nav li {
	list-style:none;
}
#textBox {
	background:none;
	border-right: 5px #bb19ff dashed;
	left:255px;
	padding-left:12px;
	position:relative;
	top:50px;
	width:450px;
}
#textBox a, #textBox a:active, #textBox a:visited {
	border-bottom:1px #363636 dotted;
	color:#363636;
	text-decoration:none;
}
#textBox a:hover {
	border-bottom:dashed 1px #69e02d;
	color:#69e02d;
	text-decoration:none;
}
h3 {
	color:#bb19ff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 27px;
	letter-spacing:0px;
	margin-bottom:4px;
}
h4 {
	color:#005481;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height:36px;
}
h4 span {
	color:#ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top:12px;
	margin-bottom:0;
	text-transform:uppercase;
}
p {
	color:#363636;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height:24px;
	margin:0;
}
.row {
	width:2000px;
	float:left;
}
.pane {
	width:1000px;
	height:800px;
	float:left;
}
#pane1 {
	background:url("images/home.gif") no-repeat;
}
#pane2 {
	background:url("images/brands.png") no-repeat;
}
#pane5 {
	background:url("images/contact2.jpg") no-repeat;
}
#pane6 {
	background:url("images/work_i.jpg") no-repeat;
}
.clear {
	clear:both;
}
