/* CSS Document */

* {
	font-family: inherit;
	font-size: 100%;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	background-color: #000;
}

#wrap {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
}
#wrap #header {
	height: 80px;
}
#wrap #header #logo {
	height: 80px;
	width: 300px;
	float: left;
}
#wrap #header #menu {
	float: right;
	width: 490px;
	height: 80px;
}
#wrap #header #menu ul {
	list-style-image: none;
	list-style-type: none;
}
#wrap #header #menu ul li {
	display: block;
	float: left;
	margin-left: 40px;
	padding-top: 35px;
}
#wrap #header #menu ul li a {
	text-decoration: none;
}
#wrap #header #menu ul li a.about {
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	width: auto;
	float: none;
}
#wrap #header #menu ul li a.whatwedo {
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}
#wrap #header #menu ul li a.portfolio {
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}
#wrap #header #menu ul li a.contact {
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F06;
}
#wrap #header #menu ul li a:hover {
	text-decoration: underline;
	color: #CCC;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}




#wrap #bannerindex  {
	height: 400px;
	float: left;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	background-image: url(../images/bannerindex.jpg);
}
#wrap #bannerindex #h1{
	float: right;
	width: 400px;
	font-size: 1.5em;
	padding: 5px;
	margin-top: 200px;
	font-weight: normal;
	clear: both;
}
#wrap #bannerindex #h2 {
	float: right;
	width: 300px;
	padding: 5px;
	margin-top: 10px;
	font-weight: lighter;
	clear: both;
}
#wrap #bannerindex #h1 h1 {
	color: #FFF;
}
#wrap #bannerindex #h2 h2 {
	color: #CCC;
	font-weight: lighter;
}

#wrap #bannerabout  {
	height: 200px;
	float: left;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	background-image: url(../images/bannerabout.jpg);
}
#wrap #bannerwhatwedo  {
	height: 200px;
	float: left;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	background-image: url(../images/bannerwhatwedo.jpg);
}
#wrap #bannerportfolio  {
	height: 200px;
	float: left;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	background-image: url(../images/bannerportfolio.jpg);
}
#wrap #bannercontact  {
	height: 200px;
	float: left;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	background-image: url(../images/bannercontact.jpg);
}
#wrap #main {
	float: left;
	width: 760px;
	padding: 20px;
}
#wrap #main h1 {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	margin-bottom: 10px;
}
#wrap #main p  {
	margin-bottom: 15px;
	padding-left: 10px;
}

#wrap #main #content {
	float: left;
	width: 450px;
}
#wrap #main #content ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin-left: 10px;
}

#wrap #main #news {
	float: right;
	width: 300px;
}


#wrap #footer {
	float: left;
	height: 30px;
	width: 790px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding: 5px;
}
.portfoliobox {
	height: 200px;
	padding-bottom: 10px;
}
