
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-color: #4C5759;
	margin:0;padding:0;
	height:100%;
}

#main {
	width:652px;
	background-color:#000;
	height:100%;
	margin: 0 auto;
}
#main-inner {
	min-height:200px;
	background-color: #ffffff;
	border-left: 1px solid #747778;
	border-right: 1px solid #747778;
	padding-left: 2em;
}
#main-inner-left {
	width: 515px;
	display:block;
	float:left;
	line-height:18px;
}
#main-inner-right {
	width: 171px;
	display:block;
	float:right;
}
#logo {
	background-color: #fff;
	border-left: 1px solid #747778;
	border-right: 1px solid #747778;
	border-top: 1px solid #747778;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
}

#mark {

	border-bottom:1px solid #747778;

}

#mark-inner {
/*	background-image: url(/img/zend-logo.png);
	background-repeat: no-repeat;*/
	width:292px;
	height:44px;
	margin: 0 auto 2em auto;
	padding:2em 0;

}
#mark-inner img{border:0;

}


h1, h2, h3, h4, h5, h6 { margin: 15px 0;font-size:1.5em; }
p, ul, ol { margin: 1em 0; }


div#navbar {
	display:block;
	float:right;
	text-align:right;
}
div#navbar ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	white-space: nowrap;
	font-weight: bold;
	margin: 1em .5em .4em 0;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	color: #2A2F2F;
	margin: 0 0 0 1em;
}
div#navbar li a:link {
	color: #2A2F2F
}
div#navbar li a:visited {
	color: #2A2F2F
}
div#navbar li a:hover {
	color: #FFBA00;
	background-color: #fff;
}
.clear {
	clear:both;
}

#footer {
	clear:both;
	font-size: 10px;
	color:#FFFFFF;
	background-color: #2A2F2F;
	text-align:center;
	line-height:18px;
	border-left: 1px solid #747778;
	border-right: 1px solid #747778;
	border-bottom: 1px solid #747778;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a, a:visited {
	color:#FFBA00;
	text-decoration:none;
}
a:hover {
	color:#FFBA00;
	font-weight:bold;
}
.overview { 
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.thumbnail-box {
	margin:0px !important;
}

.thumbnail {
float: left; 
background: url(/img/shadowAlpha.png) no-repeat bottom right !important;
background: url(/img/shadow.gif) no-repeat bottom right;
margin: 10px 10px 10px 5px !important;

}



.thumbnail img {
margin: -6px 6px 6px -6px !important;
background-color:#FFFFFF;
border:1px solid #A9A9A9;
display:block; 
padding:4px;
position:relative;

}



.thumbnail img:hover {
background-color: #A9A9A9;
}

