body
{
	background-color:		#7f7f7f;
	margin:			0;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;
}

ul, li
{
	padding:		0;
	margin:			0;
}

a
{
	color:			blue;
}

img
{
	border:			0;
}

h1
{
	font-size:		1.5em;
	margin:			15px 0 15px 0;
}

hr
{
	line-height:	1px;
	height:			1px;
	border:			none;
	border-top:		1px solid #ddd;
}

#container
{
	background-color:		white;
	width:			90%;
	margin:			10px auto 0 auto;
	overflow:		hidden;
}

#top
{
	width:			100%;
	margin:			0 auto 0 auto;		
	height:			11px;
	background-color:		white;
	clear:			both;
}

#top .left
{
	background:		url('gfx/top_left.gif') no-repeat 100% 100%;
	width:			11px;
	height:			11px;
	float:			left;
}

#top .right
{
	background:		url('gfx/top_right.gif') no-repeat 100% 100%;
	width:			11px;
	height:			11px;	
	float:			right;
}

#bottom
{
	width:			90%;
	margin:			0 auto 0 auto;		
	height:			11px;
	background-color:		white;
	clear:			both;
}

#bottom .left
{
	background:		url('gfx/bottom_left.gif') no-repeat 100% 100%;
	width:			11px;
	height:			11px;
	float:			left;
}

#bottom .right
{
	background:		url('gfx/bottom_right.gif') no-repeat 100% 100%;
	width:			11px;
	height:			11px;	
	float:			right;
}

#footer
{
	color:			#ddd;
	width:			90%;
	margin:			2px auto 0 auto;
	font-family:	Arial;
	padding:		2px 0 0 10px;
}

#footer a
{
	color:			#ddd;	
}

#logo
{
	float:			left;
}

#menu
{
	list-style:		none;
	float:			right;	
	margin:			45px 0 0 0;
	width:			500px;
	background:		url("gfx/menu_border.gif") no-repeat 100% 100%;
}

#menu li
{
	float:			right;
	display:		block;
}

#menu li a
{
	float:			left;
	display:		block;	
	background:		#dddddd url("gfx/gray_top_right.gif") no-repeat top right;
	margin-right:	5px;
	margin-bottom:	3px;
	color:			black;
	text-decoration:		none;
}

#menu li a span 
{
	background:		url("gfx/gray_top_left.gif") no-repeat top left;
	display:		block;
	padding:		3px 15px 3px 16px;
	font-family:	Helvetica;
	font-size:		10px;
}

#menu li.active a
{
}

#menu li.active a span
{
}

#content
{
	clear:			both;
	font-size:		12px;
	padding:		20px;
}

fieldset span
{
	display:		block;
	clear:			both;
	padding:		5px 0 5px 0;
}

fieldset
{
	border:			none;
	padding:		5px;
}

fieldset b
{
	display:		block;
	float:			left;
	width:			30%;	
}

fieldset em
{
	font-size:		10px;
	display:		block;
	margin-left:	30%;
}

#intro
{
	float:			left;
	width:			60%;
}

#intro .download
{
	background:		url("gfx/arrow_black.gif") no-repeat 0 50%;
	padding-left:	15px;
	list-style:		none;
}

#intro .docs
{
	background:		url("gfx/text_i.gif") no-repeat 0 50%;
	padding-left:	15px;
	list-style:		none;
}

#news 
{
	width:			30%;
	float:			right;
	padding:		10px;
	margin:			15px;
	border-left:	1px solid #ddd;
}

#news strong
{
	background:		url("gfx/text_i.gif") no-repeat 0 50%;
	padding-left:	15px;
	display:		block;
	font-size:		1.2em;
	font-family:	Verdana;
	margin-bottom:	10px;
}

#news ul
{
	list-style:		none;
}

#news li
{
	margin:			7px 0 10px 0;
}

#news li em
{
	color:			#7f7f7f;
	font-family:	Arial;
	font-size:		11px;
	margin-top:		5px;
	display:		block;
}

#portfolio dt
{
		width:				155px;
		float:				left;
		margin-right:		5px;
		margin-top:			15px;
		clear:				both;
}

#portfolio dd
{
		padding-top:		20px;
}
