
/*********** GLOBAL SETTINGS ************************/
* {margin: 0; padding: 0;}
html{overflow: -moz-scrollbars-vertical;}
a {outline: none;} /* removes Firefox dotted outline on click */
a img {border: none;}
em {font-style: italic;}
strong {font-weight: bold;}

/*************************************************/

body {	
	background: #939393 url(../_media/bg_site.gif) repeat-x;
	font-family: LucidaGrande, 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 11px;
	color: #3d3d3d;
	text-align:center;
}

#wrapBot {
	background: url(../_media/bg_body_bot.png) 0 100% no-repeat;
	padding-bottom: 22px;
	width: 844px;
	margin: 0 auto;
	margin-top: 30px;
	text-align:center;
}

#wrap {
	background: url(../_media/bg_body.png);
	width: 741px;
	padding: 20px 51px 30px 52px;
	text-align: left;
}

h2 {
	font-size: 14px;
	color: #013f7f;
	margin-bottom: .5em;
}

h3 {
	font-size: 12px;
	color: #013f7f;
	font-weight: bold;
	margin-bottom: .5em;
}

h4 {
	color: #013f7f;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
}

p {
	margin-bottom: 1em; 
	line-height: 1.6;
	color: #3d3d3d;
	font-size: 11px;
}

ul {list-style: none;}
li {margin-bottom: 1em;}

/* links */

a:link, a:visited {
	xxcolor: #8dc73f;
	color: #3d3d3d;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #013f7f;
	text-decoration: underline;
}

#content h3 a {
	font-size: 12px;
	color: #013f7f;
	font-weight: bold;
}
/*
*************** HEADER ********************/
#header {
	background: url(../_media/logo.gif) 0 0 no-repeat;
	height: 81px;
	position: relative;
	margin-bottom: 10px;
}

#header #logo{
	float: left;
}

#header #logo a {
	display: block;
	width: 247px;
	height: 81px;
	text-decoration: none;
	xxbackground: #999;
}

#header #logo span {
	display: none;
}

#header p {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: "Univers Medium", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #292929;
	margin: 0;
}

#header p a {
	font-family: "Univers Medium", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #292929;
}

#header p a:hover {
	color: #292929;
}

/*
*************** TOP NAV ********************/
#topnav {
	margin-bottom: 10px;
}

body.pProducts li a#nProducts {
	background: url(../_media/nav_products.gif) 0 -30px no-repeat;
}
body.pTechnology li a#nTechnology {
	background: url(../_media/nav_technology.gif) 0 -30px no-repeat;
}

body.pSolutions li a#nSolutions {
	background: url(../_media/nav_solutions.gif) 0 -30px no-repeat;
}

body.pCustomers li a#nCustomers {
	background: url(../_media/nav_customers.gif) 0 -30px no-repeat;
}

body.pSupport li a#nSupport {
	background: url(../_media/nav_support.gif) 0 -30px no-repeat;
}
body.pCompany li a#nCompany {
	background: url(../_media/nav_company.gif) 0 -30px no-repeat;
}

/*
*************** CONTENT ********************/
#valprop {
	margin-top: 10px;
}

#valprop h1 {
	display: none;
}

#contentWrap {
	background: url(../_media/bg_content_bot.gif) 0 100% no-repeat;
	padding-bottom: 3px;
	width: 741px;
	margin-top: 10px;
}

#content {
	background: url(../_media/bg_content.gif) no-repeat;
	padding: 15px;
	padding-bottom: 10px;
	overflow: hidden;
}

#contentSpoke {
	background: url(../_media/bg_spoke_content.gif) no-repeat;
	padding: 15px;
	padding-bottom: 10px;
}

/*
*************** COLUMNS ********************/
.divider {
	background: url(../_media/hairline.gif) 100% 50% no-repeat;
}

.divider2 {
	background: url(../_media/hairline2.gif) 100% 50% no-repeat;
}

.colTwo, .colThree {
	margin-bottom: 20px;
	margin-left: 20px;
}

.colTwo .colBasic {
	float: left;
	width: 325px;
	padding-right: 20px;
	margin-right: 20px;
}

.colTwo .colLast {
	float: left;
	width: 325px;
}

.colThree .colBasic {
	float: left;
	width: 200px;
	padding-right: 20px;
	margin-right: 20px;
}

.colThree .colLeft {
	float: left;
	width: 180px;
	padding-right: 20px;
	margin-right: 20px;
}

.colThree .colLast {
	float: left;
	width: 200px;
	margin-right: 0;
}

.colThree .colRight {
	float: left;
	width: 180px;
	margin-right: 0;
}

.colThree .colMiddle {
	float: left;
	width: 240px;
	padding-right: 20px;
	margin-right: 20px;
}

/* Homepage Feature Box */
.featureMainBot {
	background: url(../_media/bg_box_full_bot.gif) 0 100% no-repeat;
	padding-bottom: 4px;
	width: 709px;
}

.featureMain {
	background: url(../_media/bg_box_full.gif) no-repeat;
	padding: 15px 20px 0 20px;
	xxwidth: 669px;
}

.featureMainLt {
	float: left;
	width: 314px;
	padding-right: 20px;
	margin-right: 20px;
}

.featureMainLt a {
	color: #8dc73f;
}

.featureMainLt a:hover {
	color: #8dc73f;
}

.featureMainLt img {
	float: left;
	width: 75px;
	margin-right: 10px;
	margin-top: 3px;
}

.featureMainLt p {
	margin-top: 0;
	font-size: 11px;
}

.featureMainRt {
	float: left;
	width: 314px;
}

.featureMainRt p {
	margin-top: 0;
	font-size: 11px;
}

.featureMainRt a {
	color: #8dc73f;
}

.featureMainRt a:hover {
	color: #8dc73f;
}


.colSmallLt {
	float: left;
	width: 147px;
	margin-right: 20px;
}

.colSmallRt {
	float: left;
	width: 147px;
}

/* 1 column box */
.box1colBot {
	float: right;
	background: url(../_media/bg_box1_bot.gif) 0 100% no-repeat;
	padding-bottom: 4px;
	margin-right: 20px;
}

.box1col {
	background: url(../_media/bg_box1.gif) no-repeat;
	padding: 15px 20px 10px 20px;
	width: 143px;
}

/* 2 column box */
.box2colBot {
	float: right;
	background: url(../_media/bg_box2_bot.gif) 0 100% no-repeat;
	padding-bottom: 4px;
}

.box2col {
	background: url(../_media/bg_box2.gif) no-repeat;
	padding: 15px 20px 10px 20px;
	width: 406px;
}

.box2colLt {
	float: left;
	width: 178px;
	padding-right: 25px;
}

.box2colRt {
	float: left;
	width: 178px;
	padding-left: 25px;
}

/* 3 column box */
.box3colBot {
	background: url(../_media/bg_box_full_bot.gif) 0 100% no-repeat;
	padding-bottom: 4px;
	width: 709px;
}

.box3col {
	background: url(../_media/bg_box_full.gif) no-repeat;
	padding: 15px 20px 10px 20px;
}

.box3colLt {
	float: left;
	width: 196px;
	padding-right: 20px;
	margin-right: 20px;
}

.box3colRt {
	float: left;
	width: 196px;
}

/*
*************** FOOTER ********************/
#footerBot {
	background: url(../_media/bg_footer_bot.gif) 0 100% no-repeat;
	padding-bottom: 3px;
	width: 741px;
	margin-top: 10px;
} 

#footer {
	background: url(../_media/bg_footer.gif) no-repeat;
	padding: 10px;
	padding-bottom: 5px;
} 

#footer p {
	margin: 0;
	margin-bottom: 0;
	font-size: 10px;
}

#footer a {
	color: #3d3d3d;
	margin-bottom: 0;
}

#footer a:hover {
	color: #013f7f;
}

p#copyright {
	color: #a0a0a0;
	font-size: 10px;
	margin-bottom: 0;
	margin-top: 10px;
}

/* misc.
---------------------------------------------------------- */
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

hr { 
	display: none;
	height:0px; 
    border:0px; 
    border-top:1px solid #ccc;
}

.nomargin {margin: 0;}
.notopgap {margin-top: 0;}
.nobottomgap {margin-bottom: 0;}
