/**************************************************************************** main layout */
body {
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color:#306;/*#273565;*/
	}
#page {
	
}
#container{
	background-color:#fff;
	width:100%;    
}

#header {
	background-color: #fff;
	background:none;
}

#sidebarLeft{
	display:none;
}

#sidebarRight{
 display:none;
}
#center{
}
#content {
	padding:15px;

}
/************************************************************************ end main layout */

/************************************************************************ main navigation */
#mainNav ul {
	display:none;
}

#bar {
	
	border-top:5px solid #f90;
	height:0px;
	_margin-bottom:-16px;
}

/************************************************************************ footer navigation */
#footer ul {
	display:none;
}
/************************************************************************ end navigation */

/**************************************************************************** sidebars */

/************************************************************************ 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;
}