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



<!--
body {
	background:#152536;
	background-image: url(img/back.jpg);
	background-repeat:repeat-x;
	

}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

a {
	color:white;
	
}

a:hover{
	color:yellow;
	text-decoration:underline;
}

	/* General */
	#cssdropdown, #cssdropdown ul { list-style: none;padding-top:10px;padding-bottom:10px; }
	.menuitem { border-bottom:white 1px dotted;height:30px;padding-top:5px;}
	.menuitem:hover { background:#3CF;}
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0;  }

	li.headlink ul {  display: none; position:absolute; width:90px; z-index:10; background:#00AEE3;border-bottom:yellow 3px solid;}
	li.headlink:hover ul { display: block; }
	
	
	

#casestudies_title{
	font-size:18px;
	font-weight:bold;
	color:#25548a;
}

#casestudies_buttons{
	width:200px;
	float:right;
	padding-top:5px;
	color:#25548a;
}


#casestudy{ 
	padding:10px;
	
}
#casestudy_wrapper{
	height:450px;
}

#casestudy .cs_title{ 
	font-size:14px;
	font-weight:bold;
	border-bottom:#666 1px solid;
}

#casestudy .cs_content{
	font-size:12px;	
}

li{
	padding:5px;	
}

#maintitle{
	font-size:18px;
	font-weight:bold;	
	border-bottom:#666 1px solid;
	height:25px;
	text-align:center;
}
-->

