/* Body */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #ffffff url(images/bg.jpg) repeat-x;
	color: #282828;
	font: small verdana;
	}

* html body {
	font: x-small verdana; /* for IE5/Win */
	f\ont: small verdana; /* Other Versions */
	}
	

/* Menu */

#menu {
	width: 825px;
	}

#menu ul {
	bottom-margin: 60px;
	}

#menu ul .item {
	display: none;
	}

#menu ul:hover .item {
	display: block;
	background: #e1e1e1;
	padding: 1px;
	margin: 1px;
	}

#menu ul:hover .item a {
	color: #0072bc;
	text-decoration: none;
	}

#menu ul:hover .item a:hover {
	color: #000000;
	}

#menu ul{
	width: 112px;
	float: left;
	margin: 0;
	padding: 2px;
	background: #b10000;
	list-style: none;
	}

.clear {
	clear: both;
	height: 10px;
	}


#menu .home {
	width: 112px;
	height: 68px;
	background: url(images/home.jpg);
	text-align: center;
	}

#menu .about {
	width: 112px;
	height: 68px;
	background: url(images/about.jpg);
	text-align: center;
	}

#menu .service {
	width: 112px;
	height: 68px;
	background: url(images/service.jpg);
	text-align: center;
	}

#menu .experience {
	width: 112px;
	height: 68px;
	background: url(images/experience.jpg);
	text-align: center;
	}

#menu .references {
	width: 112px;
	height: 68px;
	background: url(images/references.jpg);
	text-align: center;
	}

#menu .contact {
	width: 112px;
	height: 68px;
	background: url(images/contact.jpg);
	text-align: center;
	}

#menu .projects {
	width: 112px;
	height: 68px;
	background: url(images/projects.jpg);
	text-align: center;
	}



	
/* Basic */

h1 {
	margin: 0;
	padding: 0;
	text-indent: -999em;
	background-image: url(images/banner.jpg);
	height: 145px;
	width: 804px;
	}


p {
	text-indent: 0;
	font: small verdana;
	}


/* Lists */

ul#news {
	width: 507px;
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#news h3 {
	size: 16pt;
	weight: bold;
	color: #0072bc;
	margin: 0;
	}

ul#news h4 {
	size: 8pt;
	color: #000000;
	margin: 0;
	font-weight: lighter;
	}

ul#news h5 {
	size: 10pt;
	color: #000000;
	top-margin: 10px;
	font-weight: normal;
	}


ul#news li {
	width: 507px;
	height: 78px;
	background: url(images/news1.jpg);
	display: block;
	border: 1px solid #d7d7d7;
	text-indent: 5px;
	margin-bottom: 15px;
	}

ul#news li.alt {
	width: 507px;
	height: 78px;
	background: url(images/newsalt.jpg);
	display: block;
	border: 1px solid #d7d7d7;
	text-indent: 5px;
	margin-bottom: 15px;
	}

ul#news li.alt  h3 {
	size: 16pt;
	weight: bold;
	color: #ffffff;
	margin: 0;
	}

ul#news li.alt h4 {
	size: 8pt;
	color: #000000;
	margin: 0;
	font-weight: lighter;
	}

ul#news li.alt h5 {
	size: 10pt;
	color: #ffffff;
	top-margin: 10px;
	font-weight: normal;
	}


/* Images */

img {
	border: 0;
	}

/* Forms */

/* Links */

a {
	color: #0072bc;
	text-decoration: none;
	}

a:hover {
	color: #0072bc;
	text-decoration: underline;
	}

/* General Structure */

#wrapper {
	text-align: left;
	width: 825px;
	margin: 0 auto;
	}


#content {
	margin: 30px 0 0 0;
	padding: 0 5px 0 5px;
	width: 530px;
	float: left;
	}

#sidebar {
	margin: 30px 0 0 0;
	padding: 0 5px 0 5px;
	width: 243px;
	float: right;
	}

#footer {
	clear: both;
	width: 825px;
	border-top: 1px solid #3d3d3d;
	}

input {
	margin: 0 0 15px 0;
	}
	
select {
	margin: 0 0 15px 0;
	}
