/* Creative Advertisign And Design Agency Project */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#2786b4;
	font-size: 11px;
	font-family: tahoma;
	color: #ffffff;
	text-decoration:none;

}

.menu {
color:#999999;
}
.menu a{
text-decoration:none;
color:#2786b4;

}

.menu a:hover{
padding-left:5px;
color:#333333;


} 




}
#banner {
	    margin:0 auto;
		position:relative;
		text-align:left;
		width:686px;
		background:#fff;		
		margin-bottom:0,5em;

}
	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:686px;
		height:175px;
		overflow:hidden;
		}	
		
    img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}
	