/*		
//////////////////////////////////////////////////////
	CSS Reset
//////////////////////////////////////////////////////
*/

* {
	padding:0px;
	margin:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin: 8px 0px; 
}


img, a img {
	border:none;
}
ul, li {
	list-style-type: none;
}
input,select {
	outline:none;
}
input,select,textarea {
	font-family:inherit;
}

/*		
//////////////////////////////////////////////////////
	Common CSS elements
//////////////////////////////////////////////////////
*/

body {
	color: #000000;
	font: 12px/17px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/line_bg.png) repeat-x 0px 0px;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration: none;
}
.hide { 
	display: none; 
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*		
//////////////////////////////////////////////////////
	HEADER
//////////////////////////////////////////////////////
*/

#header {
	background: #FFFFFF url(../images/header_bg.png) repeat-x left bottom;
	height: 162px;
}
#header h1 {
	display:none;
}
#header .wrap {
	background: url(../images/header_bottom_bg.png) no-repeat 0px 98px;
	width: 952px;
	margin:0px auto;
}
#logo {
	background: url(../images/logo.gif) no-repeat 0px 10px;
	width: 533px;
	height: 95px;
	margin: 0px auto 10px;
	
}
#logo a {
	display:block;
	width: 533px;
	height: 95px;
}

/*		
//////////////////////////////////////////////////////
	Navigation
//////////////////////////////////////////////////////
*/

#navigation {
	background: url(../images/navigation_bg.gif) no-repeat 0px 0px;
	height: 71px;
	width: 925px;
	position:relative;
	z-index:9999;
	margin: 0px auto;
}
#navigation ul.menu {
	padding-top: 10px;
	padding-left: 45px;
}
#navigation ul li {
	margin-right: 20px;
	
}
#navigation ul li a {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: transparent;
	padding: 15px 20px 15px 0px;
}
#navigation ul li a span {
	border-right: 1px solid #000000;
	margin: 0px 0px 0px 25px;
}
.menu {
	margin: 0px auto;
	width: 850px;
}
.menu, .menu ul {
	list-style-type: none;
	display: block;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	
	position: relative;	
	z-index: 50;
}
.menu li:hover {
	z-index: 10000;	
	white-space: normal;
}
.menu li li {
	float: none;
}
.menu ul {
	visibility: hidden;	
	position: absolute;
	z-index: 1000;
	left: 0;	
	top: 0;		
}
.menu li:hover>ul {
	visibility: visible;	
	top: 100%;
}
.menu li li:hover>ul {	
	top: 0;
	left: 100%;
}
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	
	min-height: 0;
}
.menu ul {
	padding: 10px 30px 30px 30px;
	margin: -17px 0 0 -30px;
	background: url(../images/empty.gif);	
}
.menu ul ul {
	padding: 30px 30px 30px 23px;
	margin: -30px 0 0 -10px;
}
.menu, .menu ul li {
	color: #eee;
}
.menu ul {
	width: 180px;
}
.menu a {
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	display: block;
	position: relative;
}
.menu li ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 5px!important;
	display: block;
	position: relative;
	text-transform: none!important;
}
.menu li ul li a:hover {
	background: #053769!important;
	text-decoration: none!important;
}
.menu a:hover, .menu li:hover>a {
	text-decoration: none;
	background: #043F78;
}

.menu li li {	
	border: 1px solid #ccc;
	background: #054C91;
}
.menu ul>li + li {	
	border-top: 0;
}
.menu li li:hover>ul {	
	top: 5px;
	left: 92%;
}






/*		
//////////////////////////////////////////////////////
	MAIN
//////////////////////////////////////////////////////
*/

#content {
	font-size: 14px;
}
#content .wrap {
	background: url(../images/content_bg.png) repeat-y;
	padding-bottom: 40px;
	width: 893px;
	margin:0px auto;
}
#main {
	float: left;
	width: 560px;
	padding-top: 18px;
	margin: 0px 0px 0px 5px;
}
#top-img {
	position:relative;
	z-index:6;
	width: 543px;
	height: 174px;
}
#top-img span {
	position:absolute;
	z-index:7;
	text-transform: uppercase;
	color: #FFFFFF;
	top:13px;
	left:20px;
	font-size: 12px;
	font-weight: bold;
}
#main hr {
	width: 550px;
	border-top: 1px solid #000000;
	display: block;
	margin: 20px 0px 10px 15px;
}
#main .entry {
	margin: 0px 25px 0px 15px;
	padding: 5px 0px 0px 0px;
	line-height: 23px;
	text-align: justify;
}
#main .entry.alt {
	margin: 0px 25px 0px 15px;
	padding: 5px 0px 0px 60px;
	line-height: 23px;
	text-align: justify;
	background: url(../images/icon_microphone.gif) no-repeat 0px 0px;
}
#main .entry h1 {
	color: #433A70;
	font-size: 14px;
}
#main .entry.alt h2 {
	color: #433A70;
	font-size: 24px;
	padding: 0px 0px 25px;
}
#main .entry h1 span {
	font-size: 36px;
}

#main .entry h2 span {
	font-size: 20px;
}

#main .entry p {
	margin: 0px 0px 10px;
}
#main .entry a {
	color:#3a436f;
}
#main .entry a:hover {
	text-decoration: underline;
}

#main .entry ul {
	margin-left: 20px
}	

#main .entry li {
	margin-top: px
}
	
#main .more {
	text-align: right;
	clear: both;
	margin: 8px 0px;
}
#main .more a {
	border: 1px solid #410404;
	padding: 5px;
	background: #ffffff;
	color: #410404;
	font-size: 11px;
}

/*	
//////////////////////////////////////////////////////
	Bottom content
//////////////////////////////////////////////////////
*/

#content-bottom {
	background: #0456A6 url(../images/content_bottom_bg.gif) repeat-x 0px 0px;
	color: #FFFFFF;
}
#content-bottom .wrap {
	margin: 0px auto;
	width: 893px;
	position:relative;
	top:-25px;
	background: url(../images/content_bottom_wrap_bg.gif) repeat-x 0px 0px;
}
#content-bottom .three-column-box {
	background: url(../images/three_column_box_top_bg.gif) repeat-x 0px 0px;
	padding: 0px 0px 35px;
}
#content-bottom .three-column-box .box {
	float: left;
	width: 296px;
	border-right: 1px solid #5D89EC;
	margin: 25px 0px 0px;
}
#content-bottom .three-column-box .box.last {
	border:none!important;
}
#content-bottom .three-column-box .box.icon_book {
	background: url(../images/icon_book.gif) no-repeat 10px 40px;
}
#content-bottom .three-column-box .box.icon_case {
	background: url(../images/icon_case.gif) no-repeat 18px 40px;
}
#content-bottom .three-column-box .box.icon_globe {
	background: url(../images/icon_globe.gif) no-repeat 18px 40px;
}
#content-bottom .three-column-box .box.icon_antenna {
	background: url(../images/icon_antenna.gif) no-repeat 19px 40px;
}
#content-bottom .three-column-box .box.icon_gears {
	background: url(../images/icon_gears.gif) no-repeat 10px 35px;
}
#content-bottom .three-column-box .box.icon_mouse {
	background: url(../images/icon_mouse.gif) no-repeat 23px 35px;
}
#content-bottom .three-column-box .box h3 {
	font-size: 18px;
	display: block;
	padding: 10px 0px 0px 20px;
	position:relative;
	z-index:4;
	top:-27px;
}
#content-bottom .three-column-box .box h3 span {
	text-transform: uppercase;
	font-size: 30px;
}
#content-bottom .three-column-box .box img.left {
	float:left;
	display:block;
	padding-top: 17px;
	padding-left: 12px;
}
#content-bottom .three-column-box .box p {
	text-align: justify;
	padding: 0px 15px 8px 11px;
	font-size: 11px;
	width:200px;
	float:right;
}
#content-bottom .three-column-box .box .more {
	text-align: right;
	clear: both;
	margin: 8px 11px;
	position:relative;
	bottom:-10px;
}
#content-bottom .three-column-box .box .more a {
	border: 1px solid #231F1E;
	padding: 3px;
	background: #231F1E;
	color: #ffffff;
	font-size: 9px;
}


/*	
//////////////////////////////////////////////////////
	SIDEBAR
//////////////////////////////////////////////////////
*/

#sidebar {
	float: right;
	width: 294px;
	line-height: 21px;
	text-align: justify;
	background: url(../images/sidebar_bg.png) repeat-x 0px 15px!important;
}
#sidebar .wrap {
	width: 275px;
	background: transparent!important;
	margin:0px!important;
	padding: 40px 0px 0px;
}
#sidebar h2 {
	background: url(../images/blue_arrow.png) no-repeat 0px 0px;
	color:#433A70;
	text-transform: uppercase;
	text-align: left;
	font-size: 18px;
	padding: 44px 0px 0px 62px;
	display: block;
	height: 30px;
	width: 220px;
	position:relative;
	left:-20px;
	top:-22px;
	z-index:3;
}
#sidebar ul li {
	margin: 0px 0px 15px;
	display: block;
	background: url(../images/red_arrow.png) no-repeat 0px 0px;
	width: 240px;
	position:relative;
	left:-9px;
	line-height: 17px;
	padding: 6px 0px 0px 32px;
}


/*		
//////////////////////////////////////////////////////
		FOOTER
//////////////////////////////////////////////////////
*/

#footer {
	background: #9C0000;
	height: 41px;
	clear: both;
}
#footer .wrap {
	color: #FFFFFF;
	text-align: right;
	padding: 10px 0px 0px;
	font-size: 11px;
	margin:0px auto;
	width: 893px;
}
#footer .wrap a {
	color: #FFFFFF;
}
#footer .wrap a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

 
