

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


p.clear {
	line-height: 1px;
	clear: both;	
}


#shell{
	width: 800px;
	margin: 0 auto;
	background: url(images/background-head.gif) top left no-repeat;
}

#header {
	padding: 50px 24px 20px 24px;
}

#header h1 a.logo {
	display: block;
	background: url(images/head-logo.gif) top left no-repeat;
	height: 32px;
	width: 185px;
	text-indent: -9999px;
	margin-left: 575px;
}

#header ul {
	border-top: 1px dashed #b2b2b2; 
	border-bottom: 1px dashed #b2b2b2; 
	height: 18px;
	margin-top: 6px;
}

#header ul li {
	float: left;
	padding-right: 16px;
	line-height: 18px;
}

#header ul li a {
	color: #003368;
	text-decoration: none;
	font-size: 1em;
	padding: 2px;
}

#header ul li a:hover {
	background-color: #003368; 
	color: #fff;
}



#hero {
	width: 750px;
	height: 370px;
	position: relative;
	margin-left: 24px;
}

#hero ul{
	width: 162px;
	height: 370px;
	position: absolute;
	top:0; 
	left: 0;
	z-index: 1000;
}
#hero ul li{
	
}
#hero ul li a.hero-link{
	display: block;
	background-position: 0 0;
	text-indent: -9999px;
}

#hero ul li a.hero-link.active{
	display: block;
	background-position: -162px 0;
}

#hero ul li a.hero-link.spider{
	background-image: url(images/button-spider.png);
	height: 117px;
}

#hero ul li a.hero-link.flexible{
	background-image: url(images/button-flexible.png);
	height: 112px;
	
}

#hero ul li a.hero-link.innovation{
	background-image: url(images/button-innovation.png);
	height: 123px;
	
}

#hero .hero-image {
	position: absolute;
	top: 5px;
	left: 151px;
}


#right-column {
	float: right;
	width: 330px;
	margin-right: 20px;
	position: relative;
}

	#right-column h2 {
		text-transform: uppercase;
		font-weight: bold;
		padding-bottom: 4px;
 color: #666;

	}

	#right-column .news-feature {
		border-top: 1px dashed #666; 

		padding: 10px 0;
	}

		#right-column .news-feature img{
 float: left;
 margin-left: -110px;
 padding-right: 10px;


		}
		#right-column .news-feature p{
			color: #000;
			font-size: 1.1em;
			line-height: 1.4em;
			margin-left: 110px;
		}
		#right-column .news-feature p a{
			color: #00457c;
			font-weight: bold;
		}

#news-feed {
	margin-top: 10px;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
 padding-bottom: 2em;
}
#news-feed li{
	padding-top: 10px;	
}
#news-feed li p.news-date{
	color: #666;
}
#news-feed li h3 a{
	color: #00457c;
	font-size: 1.2em;
	line-height: 1.6em;
	text-decoration: none;
}


#left-column {
	width: 375px;
	font-size: 1.2em;
	color: #666;
	line-height: 1.4em;
	border-right: 1px dashed #666;
	padding-right: 25px;
	margin-left: 24px;
}

#left-column .main-copy{
	color: #000;
	border-bottom: 1px dashed #666;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}
#left-column h2 {
	color: #003368;
}
#left-column p{
	padding-bottom: 1em;
}

.spider-copy {
	border-left: 15px solid #f18526;
	padding-left: 12px;
	margin-bottom: 2em;
}

.flexible-copy {
	border-left: 15px solid #5b005e;
	padding-left: 12px;
	margin-bottom: 2em;
}

.innovation-copy {
	border-left: 15px solid #003368;
	padding-left: 12px;
	margin-bottom: 2em;
}




div.footer {
 color: #666;
 font-size: 10px;
 text-align: right;
 padding: 4px;
 clear: both;
}




