@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	/*font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;*/
	font-family: 'Myriad Pro', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}

.centered {
	width: 800px;
	margin: auto;
}

.center {
	margin: auto;
}

.draft {
	color:#F00
}

body {
	background-image: url(../images/bg_gradiantmain.png);
	overflow:scroll;
}
ul {
	margin-left:40;
}
li {
	margin-left:40;
}

h1 {
	font-size:2em;
	color:#36C
}

h2 {
	font-size:1.5em;
	color:#000
}

#header {
	background-color: #0167CB;
	width: 100%;
	height: 156px;
}
#header #headerLeft {
	width: 50%;
	float: left;
	background-image: url(../images/tile_header_left.png);
	background-repeat: repeat-x;
	height: 156px;
}
#header #headerRight {
	float: right;
	width: 50%;
	height: 156px;
	background-image: url(../images/tile_header_right.png);
}

div,span,ul,li {
    font-size: 13px;
}

.textNorm {
	font-size: 13px;
	color: #000;
}

.textSml {
	font-size: 10px;
}
.textHeading {
	font-size: 18px;
	color: #2F59FF;
}
.textSubheading {
	font-size: 20px;
}
.textSubheadingAlt {
	font-size: 16px;
	color:#666;
}

h3 {
	padding-right:20px;
	padding-left:20px;
	right: 50px;
	font-size: 16px;
	font-weight: normal;
}

#headerstripes {
	position:absolute;
	left:15%;
	top:0px;
	width:800px;
	height:156px;
	z-index:1;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#headerlogo {
	position:absolute;
	left:150px;
	top:0px;
	width:257px;
	height:64px;
	z-index:2;
}
#bodywrapper {
	height: auto;
}
#bodywrapper #subnav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
#news {
	background-image: url(../images/bgContentNews.png);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding: 4px;
	height:20px; /* yes, this is actually needed! */
}

#bodywrapper #contentfootertop {
	background-image: url(../images/bgContentTopSquare.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
	width: 800px;
	background-position: 0px -6px;
}
#bodywrapper #contentfooter {
	background-image: url(../images/bgContent.png);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#bodywrapper #contentfooterbottom {
	background-image: url(../images/bgContentBtmRound.png);
	height: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#footertext {
	margin-right: auto;
	margin-left:auto;
	font-size:11px;
	color:#666;
	text-align:center;
	height: 40px;
}

#contenttop {
	height: 15px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bgContentTop.png);
	background-repeat: repeat;
}
#content {
	background-image: url(../images/bgContent.png);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contentbottom {
	background-image: url(../images/bgContentBtmSquare.png);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 16px;
	width: 800px;
}

#ticker-heading {
	background-image:url(../images/news.png);
	background-repeat:no-repeat;
	background-position: 10px 0px;
	width:100px;
	height:19px;
	margin-right: 1em;
	width:8.5em;
	display:block;
	float:left;
	text-align: center;
}

#news-ticker li {
	padding:0; margin:0; list-style-image:none; list-style: none; height:19px;
}
	
#news-ticker a {
	text-decoration:none;
	color:#6E6E6E;
	height:19px;
}
	
#bottomadbanner {
	height:125px;
	width:100%;
}

#productbannerads {
	position:relative; 
	margin-top:-140px;
	height:300px;
}

#productbannerLeft {
	float:left;
	text-align:left;
	height:100%;
	width:33%;
}
#productbannerCenter {
	float:left;
	text-align:center;
	height:100%;
	width:34%;
}
#productbannerRight {
	float:left;
	text-align:right;
	height:100%;
	width:33%;
}

#navbarwrapper {
	height: 20px;
	width: 100%;
	background-image: url(../images/nav_bg.png);
}
#navbar {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navbar ul {
	float:right;
	height:20px;
	overflow:hidden;
}

#navbar ul li {
	float:left;
	list-style-type: none;
	text-align:center;
	height:20px;
	
}

#link-company {
	background:url(../images/menuTOP3.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width:120px;
}

#link-company:hover {
	background-position : 0px -24px;
}

#link-products {
	background:url(../images/menuTOP3.png);
	background-position: -120px 0px;
	background-repeat:no-repeat;
	width:120px;
}

#link-products:hover {
	background-position: -120px -24px;
}

#link-datacenter {
	background:url(../images/menuTOP3.png);
	background-position: -240px 0px;
	background-repeat:no-repeat;
	width:120px;
}
#link-datacenter:hover {
	background-position: -240px -24px;
}

#link-news {
	background:url(../images/menuTOP3.png);
	background-position: -360px 0px;
	background-repeat:no-repeat;
	width:120px;
}
#link-news:hover {
	background-position: -360px -24px;
}

#link-contact {
	background:url(../images/menuTOP3.png);
	background-position: -480px 0px;
	background-repeat:no-repeat;
	width:120px;
}
#link-contact:hover {
	background-position: -480px -24px;
}

#link-support {
	background:url(../images/menuTOP3.png);
	background-position: -480px 0px;
	background-repeat:no-repeat;
	width:120px;
}
#link-contact:hover {
	background-position: -480px -24px;
}


#navbar ul li a {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	
	padding-top:20px;
	height:0;
	overflow:hidden;
	display:block;
}

#support_container {
	background-image:url(../images/bgSupport.png); 
	background-repeat:no-repeat;	
}

#bannerwrapper {
	width:100%;
	height: 160px;
	border-bottom:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
	background-color: #FFF;
}
#bannerwrapper-medium {
	width:100%;
	height: 200px;
	border-bottom:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
	background-color: #FFF;
}

#bannerwrapper-large {
	width:100%;
	height: 320px;
	border-bottom:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
	background-color: #FFF;
}

#banner {
	height: 100%;
}

#banner img {
		vertical-align:top;
}

#subnav  ul {
	float: right;
}

#subnav  ul li {
	display: inline;
	list-style-type: none;
}

#subnav  ul li a {
	
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-left:15px;
	padding-right:15px;
}

IMG.right_edge {
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:-13px;
	position:relative;
}
IMG.top_full {
	float:right;
	margin-left:-17px;
	margin-top:-10px;
	margin-bottom:10px;
	margin-right:7px;
	position:relative;
}

IMG.left_edge {
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	position:relative;
}

IMG.right {
	float:right;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
	margin-right:10px;
	position:relative;
}

IMG.left {
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	position:relative;
}

IMG.left_indented {
	float:left;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:10px;
	margin-right:10px;
	position:relative;
}

IMG.right_popout {
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:-35px;
	position:relative;
}


IMG.left_popout {
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-40px;
	position:relative;
}

.image_centered {
	margin: auto;
}


table#table1 {text-align:center; margin-left:auto; margin-right:auto; width:700px;}

tr,td {text-align:left;}




a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-size: 13px;
	padding-right: 20px;
	padding-left: 20px;
}

.footer {
	background-image: url(../images/bgContent.png);
	height:140px;
	padding-left:10px;
	padding-right:15px;
}
.footer h2 {
	font-weight:bold;
	font-size:11px;
	padding:0; 
	margin:0;
}
.footer li {
	font-size:11px;
	list-style-type: none;
	font-weight: normal;
	line-height: 13px;
}

.footer li a {
	text-decoration:none;
	color: #333;

}

.footer DIV { width:25%; height:100%; float:left; }
.configurationlist {
	line-height: 30px;
}
#bodywrapper #content ul li {
	margin-left: 100px;
	margin-right: 30px;
	list-style-image: url(../images/ticksmall.png);
	padding-bottom: 5px;
}
input {
	font-family: Verdana, Geneva, sans-serif;
	height: 14px;
	border: 1px solid #999;
	background-color: #EEE;
	font-size: 10px;
}

