/* @group Style Clearing */

*
{
	margin: 0;
	padding: 0;
	z-index: 2;
}

h1,h2,h3,h4,h5,h6,pre,code
{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

:link,:visited
{
	text-decoration: none
}

a img,:link img,:visited img
{
	border: none
}

ul,ol
{
	list-style: none
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin: 0;
	padding: 0
}

address
{
	font-style: normal
}

/* @end */

/* @group Custom Styles */

/* @group Interface */

body
{
	font: 12px/15px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	width: 100%;
	height: 100%;
	background: #0f3f20 url(../img/portal/background.jpg) repeat-x center top;
	color: #fff;
}

#interface_wrapper
{
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	width: 800px;
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: visible;
	padding-right: 100px;
	padding-left: 100px;
	background: url(../img/portal/gradient.jpg) no-repeat center top;
}

#region_wrapper
{
	width: 630px;
	height: 195px;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: hidden;
}

#north_america
{
	display: block;
	float: none;
	clear: none;
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
	overflow: hidden;
	width: 210px;
	height: 195px;
}

#europe
{
	display: block;
	float: none;
	clear: none;
	position: absolute;
	top: 0;
	left: 210px;
	visibility: visible;
	overflow: hidden;
	width: 210px;
	height: 195px;
}

#asia_pacific
{
	display: block;
	float: none;
	clear: none;
	position: absolute;
	top: 0;
	left: 420px;
	visibility: visible;
	overflow: hidden;
	width: 210px;
	height: 195px;
}

#sub_wrapper
{
	width: 630px;
	height: 335px;
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: visible;
}

.sub_item
{
	width: 210px;
	height: 300px;
	visibility: visible;
	overflow: visible;
	position: relative;
	float: none;
	clear: none;
	padding-top: 35px;
}

#north_america_sub
{
	display: none;
	float: none;
	clear: none;
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
	overflow: visible;
	width: 210px;
	height: 295px;
	text-align: center;
	background: url(../img/portal/arrow_north_america.jpg) no-repeat center top;
}

#europe_sub
{
	display: none;
	float: none;
	clear: none;
	position: absolute;
	top: 0;
	left: 210px;
	visibility: visible;
	overflow: visible;
	width: 210px;
	height: 195px;
	text-align: center;
	background: url(../img/portal/arrow_europe.jpg) no-repeat center top;
}

#asia_pacific_sub
{
	display: none;
	float: none;
	clear: none;
	position: absolute;
	top: 0;
	left: 420px;
	visibility: visible;
	overflow: visible;
	width: 210px;
	height: 195px;
	text-align: center;
	background: url(../img/portal/arrow_asia_pacific.jpg) no-repeat center top;
}

.sub_link
{
	margin-bottom: 25px;
	display: block;
	float: none;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: visible;
}

.sub_link:link, .sub_link:active, .sub_link:visited, .sub_link:hover
{
	color: #fff;
	font: bold 12px/16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
}

.float_catch
{
	display: block;
	float: none;
	clear: both;
	position: relative;
	visibility: visible;
}

/* @group Footer */

#footer_wrapper {
	display: block;
	float: none;
	clear: both;
	position: relative;
	visibility: visible;
	overflow: hidden;
	height: 20px;
	width: 800px;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #fff;
	text-decoration: none;
	font: bold 10px/20px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: right;
}

#footer_wrapper a:link, #footer_wrapper a:active, #footer_wrapper a:visited {
	color: #7fa294;
	text-decoration: none;
	font: bold 11px/20px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	float: right;
	display: block;
	clear: none;
	position: relative;
	visibility: visible;
	overflow: visible;
	margin-left: 20px;
}

#footer_wrapper a:hover {
	color: #004629;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group HTML Elements */

a:link, a:active, a:visited
{
	text-decoration: underline;
	color: #004629;
}

a:hover
{
	color: #00673c;
}

ul
{
	padding-left: 50px;
}

ul li
{
	list-style-image: url(../img/interface/list_arrow.gif);
	list-style-position: outside;
	margin-bottom: 4px;
}

/* @end */

/* @end */