html, body {
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
}

#container {
	width:960px; 
	height:auto; 
	margin: 0px auto 0px auto;
}

/*                Header and navigation                     */
#header {
	position: relative; 
	width:960px; 
	border: solid 1px #666666;/**/
	border-top: solid 0px #666666;/**/
}
#header img 
{
	border:none;
}
#header_top {
	width:960px; 
}
#header_logo {
	width: 350px;
	margin: 8px 8px 8px 8px;
	float: left;
}
#header_info {
	margin: 8px 8px 4px 4px;
	float:right;
}
#header_menu {
	width:960px; 
	background-color:#00A160;
	padding: 3px 0px 10px 0px;
}
#nav, #nav ul {     
	padding: 0px 0px 10px 10px; 
	margin: 0;     
	list-style: none; 
} 
#nav a {     
	display: block;     
	width: 8em; 
} 
#nav li {     
	float: left;     
	width: 8em; 
}
#nav li ul {     
	position: absolute;  
	padding: 2px 0px 0px 0px;   
	width: 171px;     
	left: -999em; 
} 
#nav li ul li {
	width: 170px;
	background-color:#dddddd;
	border-top: solid 1px #666666; 
}
#nav li ul ul {     
	margin: -23px 0 0 100px; 
}
#IERoot #nav li ul ul {     
	margin: -23px 0px 0px 161px;
} 
#nav li ul ul li {
	width: 170px;
	background-color:#C0FFE8;    
	border-top: solid 1px #666666; 
}
#nav li ul a 
{
	width:10em;
	padding:3px;
	margin-left: 3px;
	color:#008166;
}
#nav li:hover ul {     
	left: auto; 
}
#nav li:hover ul, #nav li.sfhover ul {     
	left: auto; 
}
#nav li:hover ul ul, #nav li.sfhover ul ul {     
	left: -999em; 
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {     
	left: auto; 
} 
/*    End Header and navigation       */


#main {
	width:960px; 
	height:100%;
	margin:0px; 
	padding:0px;
}



/*                  Sidebar                      */
#main_sidebar 
{
	width:280px; 
	height:100%; 
	margin:10px 10px 0px 10px; 
	float:right;
}
.sidebar_box
{
    display: block;
	background-color: #E7E7E8;
	border: solid 1px #666666;
	margin: 10px 0px 10px 0px; 
}
.sidebar_box_title
{
	background-color:#00A160;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
.sidebar_button_list
{
	padding: 5px 30px 5px 30px;
}
.sidebar_button
{
    display: block;
    width: 220px;
    height: 42px;
    background: url("../images/SideBarButtons.png") 0 0 no-repeat;
    margin: 4px 0px 4px 0px;
    position:relative;
	text-align: center;
}
.sidebar_button:hover { 
    background-position: 0 -41px;
}
.sidebar_button span 
{
    position:relative;
    top: 11px;
}
.sidebar_news_container
{
	padding: 0px 5px 0px 5px;
}
.sidebar_news_container img
{
	float:right;
	margin-bottom:5px;
}
/*                 End Sidebar                      */



#main_content {
	width:640px; 
	height:auto;
	float:left;
	background-color:White;
	margin:0px 10px 0px 10px;
}
#main_content_full 
{
	width:940px; 
	height:auto;
	float:left;
	background-color:White;
	margin:0px 10px 0px 10px;
}
#system_specs 
{
	width:460px;
	float:left;
}
#system_images 
{
	width:460px;
	float:right;
}
#system_images img 
{
	margin: 5px 0px 5px 0px;
}
#main_footer {
	width:960px; 
	height:30px; 
	background-color:White;
	margin: 20px 0px 10px 0px
}
#footer_rule_container
{
	text-align:center;
	width: 100%;
}
#footer_rule 
{
	width: 600px;
	color:#00A160;
	background-color:#00A160;
	border: 1px solid #00A160;
	border-top: 0px solid #00A160;
	height:1px;
}

.clearer
{
	clear:both;
	width: 100%;
	background-color:White;
}

.attention_div
{
    border-style:outset;
    border-width: medium;
    border-color:Navy;
    padding: 10px;
}

.configuration_matrix
{
	background: url("../images/table-bg.png");
	margin: 20px 0px 20px 0px;
}
.configuration_matrix th
{
    margin: 0px;
	font-weight:bold;
}
.configuration_matrix td
{
    margin: 0px;
}
.configuration_matrix td.marked
{
    text-align:center;
}



