.clear
{
	clear:both;
	line-height:1px;
	height:1px;
	font-size:1px;
	border:0;
}

.cleft{
	clear:left;
}

.cright{
	clear:right;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align:center;
}

li{
	width:auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight:bold;
}

body,html{
	height:100%;
	min-height:100%;
	background:#dedede;
}

body{
	font-family: "Lucida Grande",Verdana,"Helvetica Neue",Arial,Helvetica,sans-serif;;
	text-align: center;
	font-size: 12px;
	color: #727272;
	background:#dedede url('/img/bg.png') repeat-x left top;
}

#wrapper{
	margin:0 auto;
	padding:0px;
	width:766px;
}

#header
{
	wdith:760px;
	margin:0 auto;
	height:177px;
	background: url('/img/header.png') no-repeat center top;
	position:relative;
	text-align:left;
}

h1
{
	height:80px;
	width:300px;
	background:url('/img/logo.png') no-repeat left bottom;
	text-indent:-9000px;
}

#requests
{
	width:180px;
	height:26px;
	line-height:22px;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	right:0;
	top:38px;
	position:absolute;
	background:url('/img/requests.png') no-repeat center center;
}

#buttons
{
	bottom:0;
	left:0;
	height:56px;
	padding:0 20px;
	position:absolute;
	width:720px;
}

.download
{
	float:right;
	margin-left:10px;
}

form#retrieve
{
	text-align:center;
	width:242px;
	height:31px;
	background:url('/img/retrieve.bg.png') no-repeat left top;
}

form#retrieve input#submit-button
{
	margin-left:1px;
}

form#retrieve input#scode
{
	border:0 none;
	color:#333333;
	float:left;
	font-size:11px;
	margin:9px 0 0 7px;
	text-align:center;
	width:135px;
}

#content
{
	background:url('/img/content.png') repeat-y center top;
}

#footer
{
	background:#DEDEDE url('/img/footer.png') no-repeat center top;
	height:100px;
	padding-top:30px;
}

strong {
	font-weight: bold;
}

#panels{
	width:760px;
	margin:0 auto;
	text-align:left;
	margin-top:1px;
}

.panel{
	/*background:#cdcdcd url('/img/panel.png') repeat-x left top;*/
	background:#efefef;
	width:265px;
	height:80px;
	float:left;
	padding:20px 15px 0 100px;
	color:727272;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px 0px #FFFFFF;
	position:relative;
}

.panel.white
{
	background:#ffffff;
}

.panel-icon{
	position:absolute;
	left:25px;
	top:28px;
}

.panel h4{
	color:#333333;
	font-size:20px;
	margin-bottom:15px;
}