html {
	width:100%;
	background:#e4e6e6;
}
body {
	width:100%;
	margin:0;
	background:#e4e6e6 url(../images/body.jpg) no-repeat 50% 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#3b3b3b;
	min-width:950px;
}
img {border:none;}
a {
	text-decoration:underline;
	color:#000;
	}
a:hover {text-decoration:none;}
/*main container*/
#main {
	margin:0 auto;
	width: 950px;
}
.gecko{
	background:#e4e6e6 !important;
}
/*header*/
#header {
	width: 950px;
	min-height:80px;
}
/*logo*/
#header .logo {
	margin:0 auto;
	width:291px;
	height:122px;
	padding:0 39px 0 40px;
	background: url(../images/logo-bg.png) no-repeat;
}
#header .logo .flash{
	width:287px;
	height:91px;
}
#header .logo .text{
	text-align:center;
	text-transform:uppercase;
}
#header .logo p {
	font-weight:bold;
	color:#fff;
	margin:0;
}
/*content*/
.container {
	width:951px;
	background: url(../images/line.gif) repeat-y;
	position:relative;
	margin-left:-1px;
	padding-bottom:2px;
}
.content-box {
	margin:8px 0 8px 10px;
	width:930px;
	background:#e5f1f8;
	overflow:hidden;
}
.main-menu {
	padding:8px 0 0 19px;
	margin:0;
	height:1%;
	list-style:none;
	background:#72b1d8;
	overflow:hidden;
}
.main-menu li{
	float:left;
	margin:0 1px;
}
.main-menu a{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	background:#0071b9;
	text-decoration:none;
	text-transform:uppercase;
	padding:8px 16px 8px 15px;
}
.main-menu a.active,
.main-menu a:hover{
	background:#e5f1f8;
	color:#777;
}
#content{
	position:relative;
	float:left;
	width:551px;
	padding:18px 22px 90px;
}
#content h2{padding-top:8px;}
#content h2, h1{
	color:#0071b9;
	margin:0 0 3px 0;
	font:24px "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif
}
#content p{
	margin: 8px 0 16px 0;
	line-height:18px;
}
#content p a{color:#00578f;}
#content ul.text{
	position:relative;
	padding:0 0 0 10px;
	margin:-16px 0 0 0;
	list-style:none;
}
#content ul.text li{
	line-height:18px;
	padding-left:10px;
	background: url(../images/marker.gif) no-repeat 0 6px;
}
.content-box-line{
	width:551px;
	overflow:hidden;
	background: url(../images/content-box-line.gif) no-repeat 0 100%;
}
.line-box{padding-bottom:14px;}
.iso {
	position:absolute;
	bottom:10px;
	left:270px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	width:52px;
	height:53px;
	background: url(../images/content.jpg) no-repeat;
}
/*sidebar*/
#sidebar{
	overflow:hidden;
	width:324px;
	float:right;
	padding-right:10px;
	padding-bottom:10px;
}
#sidebar ul{
	padding:0;
	margin:0;
	list-style:none;
	width:100%;
}
#sidebar ul li{
	margin-top:6px;
	width:308px;
	border: 1px solid #cacccc;
	background:#fff;
	padding:8px;
	float:left;
}
#sidebar ul img{display:block;}
/*footer*/
#footer {
	padding:16px 0;
	width:951px;
	position:relative;
	margin-left:-1px;
	background: url(../images/footer.jpg) no-repeat;
	text-align:center;
}
#footer p{
	text-transform:uppercase;
	display:inline;
	color:#777;
	font-weight:bold;
	font-size:11px;
}
#footer ul{
	text-transform:uppercase;
	display:inline;
	padding:0;
	margin:0;
}
#footer li{
	color:#777;
	font-weight:bold;
	font-size:11px;
	display:inline;
	padding-left: 13px;
	background: url(../images/marker-footer.gif) no-repeat 3px 5px;
}
#footer a {
	color:#777;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {text-decoration:underline;}
/*safari*/
.mac .main-menu a,
.safari .main-menu a{padding:8px 14px 9px;}
