* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	border:none;
}
strong {
	font-weight:bold;
}
a {
	outline:none;
}

body, html {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	text-align:center;
	background:#333;
	line-height:24px;
	color:#999999;
}
#wrapper, #footer .inner {
	width:980px;
	margin:0 auto;
	text-align:left;
	position:relative;
	overflow:hidden;
}
#branding {
	height:159px;
	background:url(../images/branding_bg.gif) no-repeat right bottom;
	width:980px;
}
h1 a {
	background:url(../images/logo.gif) no-repeat;
	display:block;
	width:286px;
	height:159px;
	text-indent:-9999px;
	float:left;
	margin-left:26px;
}
* html h1 a  {
	margin-left:13px;
}
#nav {
	list-style-type:none;
	width:576px;
	height:48px;
	background:url(../images/nav_bg.gif) no-repeat 0 0;
	float:left;
	margin-top:86px;
	text-align:right;
	padding-right:92px;
}
#nav li {
	display:inline;
	line-height:46px;
	margin-left:25px;
}
#nav li a {
	font-size:18px;
	text-decoration:none;
	color:#c3c3c3;
}
#nav li a:hover {
	text-decoration:underline;
}
#nav li a.current {
	color:#fff;
	text-decoration:underline;
}
#container {
	width:980px;
	background:url(../images/inner_bg.gif) repeat-y 0 0;
	overflow:hidden;
}
#interactive {
	background:url(../images/image.gif) no-repeat right top;
	width:520px;
	padding-bottom:30px;
	padding-right:434px;
	margin-left:26px;
}
#interactive h2 {
	font-size:36px;
	color:#fff;
	line-height:45px;
	margin-bottom:10px;
	padding-top:20px;
	padding-left:3px;
}
#interactive p {
	font-size:18px;
	color:#7e7e7e;
	line-height:30px;
	padding-left:3px;
	margin-bottom:10px;
}
#inner {
	background:url(../images/inner_center.gif) no-repeat 0 0;
	width:954px;
	margin-left:26px;
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
}
.inner #inner {
	background:none;
}
#content {
	width:494px;
	float:left;
	padding-top:40px;
	padding-left:3px;
	padding-right:67px;
}
.inner #content {
	padding-top:20px;
}
#content h2 {
	font-size:30px;
	color:#fff;
	margin-bottom:15px;
}
#content p {
	font-size:14px;
	line-height:24px;
	margin-bottom:15px;
}
#content a {
	color:#379fde;
}
#content a:hover {
	color:#fff;
	text-decoration:none;
}
#sidebar {
	width:367px;
	float:left;
	padding-top:40px;
	padding-left:13px;
	margin-left:10px;
}
.inner #sidebar {
	padding-top:20px;
}
#sidebar h3 {
	font-size:30px;
	color:#fff;
	margin-bottom:15px;
}
#sidebar ul {
	font-size:18px;
	list-style-type:none;
}
#sidebar li {
	background:url(../images/bullet.gif) no-repeat 0 3px;
	padding-left:23px;
	margin-bottom:5px;
}
#languages {
	list-style-type:none;
	position:absolute;
	top:37px;
	right:103px;
	width:37px;
}
#languages li {
	float:left;
}
#languages .se a {
	background:url(../images/se.gif) no-repeat;
	display:block;
	width:16px;
	height:11px;
	text-indent:-9999px;
}
#languages .en a {
	background:url(../images/en.gif) no-repeat;
	display:block;
	width:16px;
	height:11px;
	text-indent:-9999px;
	margin-left:5px;
}
#footer {
	background:#1d1d1d;
	padding:10px 0 50px 0;
	font-size:13px;
	color:#686767;
}
#footer p {
	float:right;
	width:600px;
	text-align:right;
	margin-right:30px;
}
#footer address {
	float:left;
	width:300px;
	margin-left:26px;
}
* html #footer address {
	margin-left:13px;
}
