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

body,td,th {
	background-image: url(images/background_repeat_x.png);
	background-repeat: repeat-x;
	background-color: #393939;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EDEBEA;
	font-size: 1em;
}
#main {
	height:606px;
	z-index:3;
	text-align: center;
}
#menuBox {
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	height: 26px;
	padding: 0px;
	margin: 0px;
}

#wip-menu{
	list-style: none;
	padding : 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#wip-menu li{
	font-size: 1.1em;
	margin-bottom: 10px;
}
#wip-menu a{
	color: #ffffff;
}
#wip-menu a:hover {
	color: #88D6FE;
}

#wip-active a {
color: #88d6fe;
} 

#topMenu {
	text-decoration: none;
	font-size: 0.65em;
	list-style: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topMenu li{
	float: right;
	margin-top: 0px;
	margin-right: 0.6em;
	margin-bottom: 0px;
	margin-left: 0.6em;
	text-decoration: none;
	}
#topMenu a{
	color: #a0a0a0;
	text-decoration: none;
	}
	
#topMenu a:hover {
	color: #EDEDED;
	}
#home #nav-home a, #about #nav-about a, #contact #nav-contact a, #wip #nav-wip a, #image-gallery #nav-gallery a,  #clients #nav-clients a {
color: #FFFFFF;
text-decoration: none;
}

	#wrap {
	width:850px;
	margin:0 auto;
	position: relative;
	}
	#leftCol {
	float:left;
	width:273px;
	background-image: url(images/sidebar_bg.png);
	height: 418px;
	background-color: #363637;
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.75em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 125%;
	letter-spacing: 0.1em;
	vertical-align: 50%;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	}
	#rightCol {
	float:right;
	width:553px;
	padding:0px;
	border: 2px solid #FFFFFF;
	height: 512px;
	}
#footer {
	height:40px;
	z-index:4;
	text-align: right;
	font-size: 10px;
	color: #5a5a5a;
	clear: both;
}
#clientList a:link{
color: #EDEBEA;
}
#clientList a:visited{
color: #EDEBEA;
}
#clientList a:active{
color: #fff;
}
#clientList a:hover{
color: #88D6FE;
}
#leftCol ul{
list-style: none;
padding: 0;
margin: 0;
}
#leftCol ul li{
padding: 5px;
margin: 0;
}
#logo {
	height:95px;
	z-index:2;
}
#logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
