/*------ Main -----*/

#main{
	height:500px;
	background:#FFF url(../images/gradient.gif) repeat-x top left;
}

/*------ Header ------*/

#header{
	height:120px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#09f;
}

/*------ Menu ------*/

#menu{
	height:10px;
}

#menu ul{
	float:right;
	margin:0 20px 0 0;
}
	/*------ Items ------*/
	#menu li{
		float:left;
		
	}
	
	#menu a{
		display:block;		
		color:#FFFF00;
		font-weight:bold;
		text-decoration:none;
		padding:10px 10px 0px 10px;
		margin:-10px 0 0 0;
	}
	#menu a:hover{
		background-color:#FFFF00;
		color:#FF0000;
	}

/*------ Sidebar ------*/

#sidebar h2{
	margin:15px 0 0 15px;
	color:#093;
}

#sidebar{
	background: transparent url(../images/sidebar.gif) no-repeat top left;
	float:left;
	margin:20px 0 -10px 10px;
	width:232px;
	height:273px;
}

#sidebar p{
	padding:10px 10px 0 10px;
}



/*------ Content ------*/

#content{
	float:right;
	width:480px;
	padding:0 10px 0 0;
	margin:0 0 20px 0;
	height:300px;
}

#content li{
	margin:2px 0 2px 10px;
	font-size:12px;
}

#service_list li{
	display:block;
	cursor:default;
}

.project_description{
	width:280px;
	float:right;	
}

.project_image{
	float:left;
	border:0;
}


.project{
 	display:block;
	height:100px;
	margin-bottom:10px;
}

/*------ Footer ------*/

#footer{
	position:relative;
	width:400px;
	height:60px;
	margin:0 auto;
	font-size:9px;
}

#ads{
	margin:-10px 0 10px 15px;
	padding:10px 10px 10px 0;
	width:718px;
}
/*------ Misc ------*/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background-color:#CCC;
	padding:20px;
}

ul{
	padding:0;
	margin:0;
	font-size:14px;
}

li{
	padding:0;
	margin:0;
	list-style-type:none;
}

.hidden{
	display:none;
}

.no_link_style{
	text-decoration:none;
}

h1{
	color:#FF0000;
}

.active_page{
	color:#000;
	font-weight:bold;
	margin:0 5px 0 0;
}

#wrapper{
	width:760px;
	background-color:#FFFFFF;
	margin:0 auto;
	background-image:url(../images/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
