* {

	padding: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style-type: none;
	
}

body {

	background: #0c2a41 url('images/background.jpg') center top repeat-x;
	font-family: Arial;

	
}

#container { 

	display: block; 
	width: 716px;
	margin:0 auto;

}

#header { 

display: block;
height: 80px;

}

h1#logo a {

	float: left;
	display: block;
	width: 163px;
	height: 28px;
	text-indent: -9999px;
	background: url('images/logo.png') top left no-repeat;
	margin-top: 43px;
	margin-left: 15px;

}

h1#logo a:hover {

	opacity: 0.7;

}

ul#navigation { 

	float: right;
	display: block;
	margin-top: 35px;
	
}

ul#navigation li { float: left; }

ul#navigation li a { display: block; text-indent: -9999px; height: 47px; }
ul#navigation li a:hover { color: #8db6d6; }

ul#navigation li.home a { background: url('images/nav_home.png') 100% top no-repeat; width: 83px; }
ul#navigation li.network a { background: url('images/nav_network.png') 100% top no-repeat; width: 126px; }
ul#navigation li.who a { background: url('images/nav_who.png') 100% top no-repeat; width: 122px; }
ul#navigation li.contact a { background: url('images/nav_contact.png') 100% top no-repeat; width: 94px; }

ul#navigation li a:hover { background-position: 0 0; }

#examples { position: relative; }

#examples a#visit {

width: 274px;
height: 78px;
background: url('images/visit.png') top left no-repeat;
position: absolute;
left: -6px;
top: 280px;
text-indent: -9999px;

}

#examples a#visit:hover { background-position: 100% 0; }

#selector { 

display: block;
height: 176px;
background: url('images/selector_bg.jpg') top left no-repeat;
position: relative;

}

ul#items { 

	display: block;
	float: left;
	position: relative;
	top: 22px;
	left: 60px;
	
}

ul#items li { float: left; margin-right: 6px; }
	#items li.last { margin-right: 0px; }
	
ul#items li { background: #000; }
	
ul#items li a:hover { opacity: 0.8; }
	
#selector a.viewall {

display: block;
position: absolute;
width: 248px;
height: 37px;
background: url('images/view_all.png') top left no-repeat;
top: 139px;
left: 234px;

}

#selector a.viewall:hover { opacity: 0.8; }
	
#info {

display: block;
background: #FFF;
padding-top: 39px;
padding-bottom: 39px;

}

#info ul li { 

	float: left;
	width: 358px;
	
}

#info ul li h3 { }

#info ul li p { 

font-size: 13px;
line-height: 19px;

}
 
#info ul li.left h3 { padding-left: 39px; }
#info ul li.right h3 { padding-left: 19px; }
 
#info ul li.left p { padding: 16px 19px 0 39px; }
#info ul li.right p { padding: 16px 39px 0 19px; }

#sub-header {

height: 90px;
background: url('images/sub-header.jpg') top left no-repeat;
margin-top: 41px;

}

#sub-header h2 { color: #001424; text-indent: 37px; padding-top: 31px; font-weight: normal; }

#sub-content { display: block; padding: 36px; background: #FFF; }

#sub-content h2 { font-weight: normal; color: #001424; margin-bottom: 18px; }
#sub-content h3 { font-size: 16px; color: #001424; margin-bottom: 18px; }

#sub-content p { font-size: 12px; line-height: 19px; color: #333; margin-bottom: 15px; }

#sub-info {

display: block;
background: #FFF;
padding-top: 39px;
padding-bottom: 39px;

}

#sub-info ul li { 

	float: left;
	width: 358px;
	
}

#sub-info ul li h3 { }

#sub-info ul li p { 

font-size: 13px;
line-height: 19px;

}
 
#sub-info ul li.left h3 { padding-left: 39px; }
#sub-info ul li.right h3 { padding-left: 19px; }
 
#sub-info ul li.left p { padding: 16px 19px 0 39px; }
#sub-info ul li.right p { padding: 16px 39px 0 19px; }

#footer { 

display: block;
background: #001424;
padding: 30px 0 30px 0;

}

#footer ul {

text-align: center;

}

#footer ul li { display: inline; padding: 9px; }
#footer ul li a { color: #2a4e6a; font-size: 13px; }
#footer ul li a:hover { color: #FFF; }

#footer p { text-align: center; color: #5c7e99; font-size: 11px; padding-top: 15px; }