/**************************************************************************** main layout */
body {
	margin:0;
	padding:0 180px 0 180px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	min-width:420px;
	max-width:670px;
	_width:700px;
	color:#306;/*#273565;*/
	}
#page {
	
}
#container{
	background-color:#fff;
	float:left;
	width:100%;    
	border-left:180px solid #C9DBF8;
	border-right:180px solid #C9DBF8;
	margin-left:-180px;
	margin-right:-180px;
	display:inline; /* So IE plays nice */
}

#header {
	background-color: #fff;
	background:#fff url(../images/headerRight.jpg) bottom right no-repeat;
	margin-left:-180px;
	margin-right:-180px;
}

#sidebarLeft{
	float:left;
	width:180px;
	margin-left:-180px;
	position:relative;
}

#sidebarRight{
  float:right;
  width:180px;
  margin-right:-180px;
  position:relative;
}
#center{
	float:left;
	width:100%;
	margin-right:-100%;
}
#content {
	padding:15px;
	position:relative;
	_position:inherit;
}
/************************************************************************ end main layout */

/************************************************************************ main navigation */
#mainNav ul {
	list-style:none;
	margin:0 -180px;
	padding:0 0 0 10px;
	height:25px;
	line-height:25px;
	color:#344685;
	font-weight:bold;
	background:#fff url(../images/gradBlue.jpg) 0 0 repeat-x;
	border-top:1px solid #D8E5FB;
}
#mainNav ul li {
	display:block;
	float:left;
	padding:0;
	text-align:center;
	_width:140px;
}
#mainNav ul li a {
	display:block;
	height:25px;
	padding:0 10px;
	text-decoration:none;
	color:#344685;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}
#mainNav ul li#liHome a`{
	border-left:1px solid #fff;
}
#mainNav ul li a:hover {
	background:#fff url(../images/gradOrange.jpg) 0 0 repeat-x;
	border-color:#f90;
	border-width:1px 1px 0 1px;
	border-style:solid;
}
#home #mainNav ul li.liHome a,
#products #mainNav ul li.liProducts a,
#company #mainNav ul li.liCompany a,
#support #mainNav ul li.liSupport a,
#knowledge #mainNav ul li.liKnow a,
#contact #mainNav ul li.liContact a {
	background:#fff url(../images/gradOrange.jpg) 0 0 repeat-x;
	border-color:#f90;
	border-width:1px 1px 0 1px;
	border-style:solid;
}
#mainNav ul li.current_page_item a,
#mainNav ul li.current_page_ancestor a {
	background:#fff url(../images/gradOrange.jpg) 0 0 repeat-x;
	border-color:#f90;
	border-width:1px 1px 0 1px;
	border-style:solid;
}
#bar {
	margin:0 -180px;
	clear:both;
	border-top:5px solid #f90;
	height:0px;
	_margin-bottom:-16px;
}

/************************************************************************ footer navigation */
#footer ul {
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
	font-size:0.85em;
	color:#666;
	height:3em;
}
#footer ul li {
	display:block;
	float:left;
}
#footer ul li a {
	display:block;
	padding:0.5em 1.5em 0.5em 0;
	text-decoration:none;
	color:#666;
}
#footer ul li a:hover {
	text-decoration:underline;
}
/************************************************************************ end navigation */

/**************************************************************************** sidebars */
ul.subnav {
	background-color:#fff;
	margin:0 10px 10px 10px;
	padding:0 0 20px 0;
	border-style:solid;
	border-color:#ccc;
	border-width:0 1px 1px 1px;
	color:#344685;
	font-size:0.85em;
}
ul.subnav ul {
	margin:0;
	padding:0 0 1px 15px;
	background-color:#fff;
	border-top:1px solid #ccc;
}
div.sidebar {
	background-color:#fff;
	margin:0 10px 10px 10px;
	padding:6px 0 10px 0;
	border:1px solid #ccc;
	border-top:0;
	color:#344685;
}
h4.sidebar {
	margin:10px 10px 0 10px;
	padding:0 0 0 5px;
	height:20px;
	line-height:20px;
	background:#fff url(../images/boxTop.jpg) right top repeat-y; /*C9DBF8*/
	font-weight:bold;
	border:1px solid #ccc;
}
h4.sidebar a {
	text-decoration:none;
	color:#330066;
}
ul.subnav li {
	list-style:none;
	margin:0;
	padding:0;
	line-height:20px;
	border-bottom:1px solid #ccc;
}
ul.subnav ul li {
	border-left:1px solid #ccc;
}
ul.subnav li a {
	padding:0 0 0 5px;
	text-decoration:none;
	color:#344685;
	display:block;
}
ul.subnav li.current_page_item a {
	background-color:#BFD5F7;
}
ul.subnav li.current_page_item ul li a {
	background-color:#fff;
}
ul.subnav li a:hover,
ul.subnav li ul li a:hover {
	background-color:#BFD5F7;
}
div.sidebar label,
div.sidebar p,
div.sidebar input,
div.sidebar select {
	font-size:0.85em;
	margin-left:10px;
	
}
div.sidebar input.textbox,
div.sidebar select {
	border:1px solid #344686;
	width:136px;
	margin-top:4px;
	margin-bottom:4px;
}
div.sidebar a:link,
div.sidebar a:visited,
div.sidebar a:active {
	color:#344685;
}
div.sidebar input.submit {
	border:0;
	background-color:#344686;
	color:#fff;
	padding:0.1em 0.4em 0.2em 0.4em;
	float:right;
	margin:10px 10px 0 0;
}
/************************************************************************ end sidebars */

/**************************************************************************** headings */

h1, h2 {
	margin:0;
	padding:0;
	color:#003;
	font-weight:normal;
	font-size:1.8em;
	border-bottom: 1px solid #ddd;
	
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1em;
	font-weight:normal;
}
/************************************************************************* end headings */

/**************************************************************************** images */
a img {
	border: none;
	}
p img.border {
	padding:5px;
	border:2px solid #ccc;
	max-width: 100%;
	}
p img.noborder {
	padding:5px;
	border:none;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.feedicon {
	float:right;
	margin:10px 10px 0 0;
}
.right {
	float: right;
	margin-left:10px;
	clear:right;
	}

.left {
	float: left;
	margin-right:10px;
	clear:left;
	}
/**************************************************************************** end images */

/******************************************************************************* general */
#content a:link,
#content a:hover,
#content a:visited,
#login a {
	color:#f90 !important;
}
p.loginHeader {
	margin-top:0;
	margin-bottom:5px;
}
p.small {
	font-size:90%;
}
.error {
	color:#f00;
}
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
	
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}
.clearboth {
	clear:both;
}
a.clearboth {
	padding-top:10px;
	display:block;
}

/***************************************************************************** end general */

form#registration_form label {
	display:block;
	float:left;
	width:150px;
}
/***************************************************************************** iso logo */
#iso {
	text-align:center;
}
#iso p {
	margin-top:2px;
	font-size:90%;
}

/*********************************************************************** home page buttons */

#buttons {
	margin:0 auto;
}
#buttons #buttons_left {float:left; width:320px;}
#buttons #buttons_right {float:left; width:320px;}
#buttons a {
	display:block;
	float:left;
	position:relative;
	width:150px;
	height:178px;
	margin:5px 10px 0 0;
	overflow:hidden;
	text-decoration:none;
}
#buttons a.global {
	margin-right:0;
}
#buttons a span {
	position:absolute;
	height:100%;
	width:100%;
	cursor:hand;
}
#buttons a.global span { background:#fff url(../../../images/btnGlobal.jpg) 0 0 no-repeat;}
#buttons a.portable span { background:#fff url(../../../images/btnPortable.jpg) 0 0 no-repeat;}
#buttons a.online span {background:#fff url(../../../images/btnOnline.jpg) 0 0 no-repeat;}
#buttons a.service span {background:#fff url(../../../images/btnService.jpg) 0 0 no-repeat;}
#buttons a:hover span {
	background-position:-150px 0;
}


table.producttable th {
	text-align:left;
	background-color:#000080;
	color:#fff;
}
table.producttable {
	min-width:385px;
	clear:both;
}
table.producttable th img {
	margin-left:5px;
	display:block;
}
table.producttable th p {
	text-align:center;
}
table.producttable td.subheader {
	background-color:#d9d9d9;
	padding-left:10px;
	text-align:left;
	}
table.producttable td {
	text-align:center;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	height:30px;
}
table.producttable td.blank,
table.producttable td.image {
	border:none;
}