/* CSS Document */

@import url("/css/main_nav.css"); 
@import url("/css/footer.css"); 

html {-webkit-text-size-adjust:none}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #949494;
	background: #222 url("/images/bg_home_tile.jpg") repeat-x top;
	text-align: center;
}

div.clear {
	clear: both;
}

div.mini_wrapper {
	width: 980px;
	text-align: center;
}





/* WRAPPER */


div#wrapper {
	margin: 0 auto;
	text-align: left;
}





/* HEADER, NAVIGATION, BANNER */


div#upper {
	position: relative;
	margin: 0 auto;
	width: 976px;
	height: 280px;
	color: #222;
}

div#header {
	position: relative;
	float: left;
	width: 280px;
	height: 146px;
	text-align: left;
}

div#header h1 {
	width: 280px; 
	height: 125px; 
	background: transparent url("/images/logo.jpg") no-repeat 0 0;
}

div#header h1 span,
div#header p span {
	display: none;
}

div#navigation {
	position: relative;
	float: right;
	width: 651px;
	height: 42px;
	margin-top: 62px;
	padding-right: 12px;
}

div#banner {
	position: relative;
	background: transparent url("/images/home_banner.jpg") no-repeat top right;
	height: 134px;
}

div#statement {
	position: relative;
	width: 515px;
	height: 134px;
	color: #333;
}

div#statement h3 {
	font-size: 2.0em;
	font-weight: normal;
	line-height: 22px;
	padding: 15px 0 12px 26px;
}

div#statement h3 em {
	color: #a61308;
	font-weight: bold;
	font-style: normal;
}

div#statement h4 a {
	font-size: 1.6em;
	line-height: 22px;
	letter-spacing: 0;
	color: #a61308;
	margin-bottom: 0;
	padding: 0 0 12px 26px;
}


div#statement h4 a {
	font-size: 1.6em;
	line-height: 22px;
	letter-spacing: -1px;
	color: #a61308;
	margin-bottom: 0;
	padding: 0 0 12px 26px;
	text-decoration: underline;
}

div#statement h4 a:hover {
	text-decoration: none;
}


div#statement h3 span {
	color: #a61308;
}





/* PRODUCTS */


div#middle {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

div#products {
	position: relative;
	margin: 0 auto;
	width: 950px;
	margin-top: 5px;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	background: transparent url("/images/bg_products_new.gif") repeat-y top left;
}

div#products h2 {
	font-size: 1.8em;
	color: #f7f7f7;
	padding-top: 15px;
	padding-left: 12px;	
}

div#products h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #b93636;
	padding-top: 15px;
	padding-left: 16px;
	margin-bottom: 4px;
}

div.product {
	position: relative;
	float: left;
	width: 227px;
	height: 180px;
	padding-left: 5px;
	padding-right: 5px;
}

div.product_end {
	position: relative;
	float: right;
	width: 232px;
	height: 180px;
	padding-left: 0;
}

div.product p,
div.product_end p {
	font-size: 12px;
	line-height: 14px;
	margin: 0 14px;
}

div.product p img,
div.product_end p img {
	padding-left: 0;
}

h4.learn a {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 228px;
	height: 38px;
	background: transparent url("/images/btn_learn_more.jpg") no-repeat 0 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

h4.metron_bus a {
	position: absolute;
	bottom: 0px;
	right: 7px;
	display: block;
	width: 124px;
	height: 38px;
	background: transparent url("/images/btn_metron_sm_bus.jpg") no-repeat 0 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

h4.metron_enterp a {
	position: absolute;
	bottom: 0px;
	left: 7px;
	display: block;
	width: 95px;
	height: 38px;
	background: transparent url("/images/btn_metron_enterp.jpg") no-repeat 0 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

h4.learn a:hover,
h4.metron_bus a:hover,
h4.metron_enterp a:hover {
	background-position: 0 -38px;
}

h4.learn a span,
h4.metron_bus a span,
h4.metron_enterp a span {
	display: none;
}




/* FEATURE, NEWS and UPDATES, AWARDS */


div#lower {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #303030;
}

div#lower div#content {
	position: relative;
	margin: 0 auto;
	width: 950px;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
}

div#feature {
	position: relative;
	float: left;	
	width: 470px;
	height: 218px;
	padding-top: 10px;
	padding-left: 5px;
	border-right: 1px solid #303030;
}

div#news {
	position: relative;
	float: left;	
	width: 237px;
	height: 218px;
	height: inherit;
	padding-top: 10px;
}

div#awards {
	position: relative;
	float: left;	
	width: 235px;
	height: 218px;
	padding-top: 10px;
	border-left: 1px solid #303030;
}

div#feature_left {
	position: relative;
	float: left;	
	width: 225px;
}

div#feature_right {
	position: relative;
	float: right;	
	width: 232px;	
}

div#lower h2 {
	font-size: 1.8em;
	color: #f7f7f7;
	padding-left: 16px;
	padding-bottom: 10px;
}

div#feature_left p,
div#news p,
div#awards p {
	font-size: 12px;
	line-height: 14px;
	margin-right: 16px;
	margin-bottom: 6px; 
}

div#lower div#feature_left h2 {
	padding-left: 10px;
}

div#feature_left p {
	margin: 4px 7px 14px 10px;
}

div#news p,
div#awards p {
	margin: 4px 16px 0 16px;
}

div#feature_right p {
	font-size: 12px;
	line-height: 14px;
	padding: 0 16px 0 10px;
	margin: 8px 0; 
}

div#lower div#content a {
	color: #b93636;
	text-decoration: underline;
}

div#lower div#content a:hover {
	text-decoration: none;
}

div#feature_right ul {
	list-style: none;
}

div#feature_right ul li a {
	display: block;  
	width: 229px;
	height: 36px;
	padding-bottom: 0;
	margin-bottom: 0;
}

li#enterprise a {
	background: transparent url("/images/btn_enterprise.jpg") no-repeat 0 0;
}

li#institution a {
	background: transparent url("/images/btn_institution.jpg") no-repeat 0 0;
}

li#government a {
	background: transparent url("/images/btn_government.jpg") no-repeat 0 0;
}

div#feature_right ul li a:hover {
	background-position: 0 -38px;
}

div#feature_right ul li a span {
	display: none;
}
	
div#news ul {
	list-style: none;
	padding-bottom: 10px;
}

div#news ul li {
	padding: 6px 0;
	font-size: 12px;
	line-height: 13px;
	margin: 0 16px;
	border-bottom: 1px dotted #303030;
}

div#news p.arrow {
	margin-top: 8px;
	padding: 0 12px;
	background: transparent url("/images/bg_arrow_red.jpg") no-repeat 0px 2px;
}

div#awards ul {
	list-style: none;
	padding: 5px 0 0 14px;
}

div#awards ul li a {
}

div#awards ul li a {
	float: left;
	display: inline; 
	width: 107px;
	height: 87px;
	padding: 0;
	margin: 0;
}

li#award_c3expo a {
	background: transparent url("/images/award_c3expo.gif") no-repeat 0 0;
}

li#award_boi a {
	background: transparent url("/images/award_boi.gif") no-repeat 0 0;
}

div#awards ul li a:hover {
	background-position: 0 -87px;
}

div#awards ul li a span {
	display: none;
}
	





