/* basic selectors */
body {
	background: #262932;
	color: #CFCFD7;
	font: 62.5% normal Verdana, Geneva, sans-serif;
}

#container {
	margin: 0 auto;
	width: 880px;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
}

/* header and navigation*/
#header_and_navigation {
	background: #fff;
	height: 160px;
	margin-bottom: 3px;
	position: relative;
}

/* logo and slogan */
#header_and_navigation h2#logo a {
	background: url('../images/core/logo.jpg') no-repeat 0 0;
	display: block;
	height: 135px;
	left: 224px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 10px;
	width: 595px;
}

#header_and_navigation h3#slogan { display: none; }

/* navigation */
#header_and_navigation ul#navigation {
	left: 0;
	position: absolute;
	top: 34px;
}

#header_and_navigation ul#navigation li { margin-bottom: 3px; }

#header_and_navigation ul#navigation li a {
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	width: 167px;
}
#header_and_navigation ul#navigation li a:hover, #header_navigation ul#navigation li a:focus { background-position: -167px 0 !important; }

#header_and_navigation ul#navigation li.n-home a { background: url('../images/nav/home.jpg') no-repeat 0 0; }
#header_and_navigation ul#navigation li.n-products a { background: url('../images/nav/products.jpg') no-repeat 0 0; }
#header_and_navigation ul#navigation li.n-contact_us a { background: url('../images/nav/contact_us.jpg') no-repeat 0 0; }

/* content container */
#content_container {
	 background: url('../images/core/content_container_bg.jpg') repeat-y 0 0;
	 height: 1%;
}

#content_container strong { font-weight: bold; }
#content_container em { text-style: italics; }

#content_container table,
#content_container ol,
#content_container ul,
#content_container img,
#content_container pre,
#content_container dl,
#content_container blockquote,
#content_container p { margin-bottom: 1em; }

#content_container ul { margin-left: 1em; }
#content_container ul li { background: url('../images/core/bullet.gif') no-repeat left center; padding-left: 1em; }
#content_container ol { list-style: decimal; margin-left: 2em; }

/* content left */
#content_left {
	color: #fff;
	float: left;
	font-size: 1.3em;
	margin-right: 3px;
	padding: 25px;
	width: 122px;
}

#content_left a {
	color: #4fa2ff;
	text-decoration: none;
}
#content_left a:hover, #content_left a:focus { text-decoration: underline; }

#content_left h1, #content_left h2, #content_left h3, #content_left h4 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold; 
	margin-bottom: 1em;
}
#content_left h4 { margin-bottom: 0; }

#content_left .vcard .fn, #content_left .vcard .org { display: none; }
#content_left .vcard div.adr, #content_left .vcard div.tel { margin-bottom: 1em; }
#content_left .vcard .country-name { display: none; }
#content_left .vcard .tel .type { display: none; }
#content_left .vcard a.email {
	background: url('../images/core/email_icon.jpg') no-repeat left center;
	padding: 4px 0 4px 30px;
}

/* content right */
#content_right {
	float: left;
	font-size: 1.3em;
	padding: 25px;
	width: 655px;
}

#content_right h1, #content_right h2, #content_right h3 {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
}

#content_right a {
	color: #4fa2ff;
	text-decoration: none;
}
#content_right a:hover, #content_right a:focus { text-decoration: underline; }

#content_right .right-left, #content_right .right-right { width: 47%; }
#content_right .right-left { float: left; }
#content_right .right-right { float: right; }

.right_item_box {
	border: 1px solid #3a3c45;
	background: #34363f;
	font-size: .9em;
	padding: 8px;
	text-align: center;
	margin-bottom: 20px;
}

.right_item_box#mudmap {
	border: 1px solid #3a3c45;
	background: #34363f;
	padding: 20px 8px 8px;
}

/* footer */
#footer {
	background: #2f313a;
	font-size: 1.1em;
	height: 87px;
	line-height: 1.4em;
	margin-top: 2px;
	position: relative;
}

#footer a {
	color: #4fa2ff;
	text-decoration: none;
}
#footer a:hover, #footer a:focus { text-decoration: underline; }

#footer #footer_logos {
	background: url('../images/core/footer_wa_logos.gif') no-repeat 0 0;
	height: 66px;
	left: 16px;
	position: absolute;
	top: 9px;
	width: 123px;
}

#footer #footer_text {
	left: 160px;
	position: absolute;
	top: 38px;
}

#footer #footer_created_by a {
	background: url('../images/core/footer_created_by.gif') no-repeat 0 0;
	display: block;
	height: 21px;
	overflow: hidden;
	position: absolute;
	right: 27px;
	text-indent: -9999px;
	top: 45px;
	width: 149px;
}