*{
	margin: 0px;
	padding: 0px;
}

body{
	background: #383838;
	font-size: 11px;	
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #6d6d6d;
}

.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}

p{
	line-height: 1.7em;
}


/* header */
#header{
	background: #494949 url(img/ajaxlogo.gif) 20px 2px no-repeat;
	line-height: 25px;
	text-align: center;
	border-bottom: 1px solid #616060;	
}

.header-sh{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0px 0px 30px;
	background: #313131;
}

/* wrapper */
#wrapper {
	margin: 0 auto;
	position: relative;
	min-width: 750px;
	height: 100%;
	text-align: left;
}

#ul1, #ul2, #ul3{
	min-width: 270px;
	width: 26%;
	float: left;
	color: #fff;
	background: #494949;
	border: 1px solid #5C5C5C;
	margin:5px 5px 5px 7px;
}
#wrapper ul li:hover{
	background:#383838;
	border-bottom: 1px solid #789DC2;
}
#wrapper ul{
	padding: 5px;
}
#wrapper ul li{
	list-style-image:url('img/arrow1.gif');
   line-height: 20px;
	margin: 0px 7px 0px 18px;
	border-bottom: 1px solid #616060;
}

h2{
	text-transform: lowercase; 
	letter-spacing: -1px; 
	line-height: 1.4em; 
	font-size: 1.2em; 
	font-weight: bold;
	padding-left: 10px;
	margin: 0px;
	color: #606060;	
	border: 2px solid #789DC2;	
	background:#EBEBEB;
}
#wrapper ul li.shade{
	list-style-image: none;
	list-style-type:none;
	display: block;
	margin: 2px 12px 2px 4px;
	padding: 0px;
	border-right: 1px solid #363636;
	border-bottom: 1px solid #363636;
}
#wrapper ul li.end {
	background:none;
	border: none;
	list-style:none;
	list-style-image: none;
}
#wrapper ul li.ad {
	text-align:center;
	margin: 10px auto;
	background:none;
	border: none;
	list-style:none;
	list-style-image: none;
}
#wrapper ul li.ad ul li {
	border:0px;
}

/* links */
a:link{ 
	text-decoration:none; 
	color: #eee;
	margin: 0px !important;
	margin: 0px 0px 0px 5px;
}
a:visited{
	color: #B6CCE2;
	text-decoration:none;
}
a:hover, a:active, a:focus{
	color: #96B5D3;
	text-decoration:underline;
}

#footer{
	background: #494949;
	border-top: 1px solid #616060;
	margin:20px 0px 0px 0px;
	padding:3px;
	text-align: center;
	color: #ccc;
}
