* {
	margin: 0;
	padding: 0;
}


* html div.right_index { 
   height: expression( this.scrollHeight < 488 ? "488px" : "auto" ); /* sets min-height for IE */
   min-height: 488px; /* sets min-height value for all standards-compliant browsers */
   position: relative;
}

* html div.right_stands { 
   height: expression( this.scrollHeight < 488 ? "488px" : "auto" ); /* sets min-height for IE */
   min-height: 488px; /* sets min-height value for all standards-compliant browsers */
 
}

* html div.right { 
   height: expression( this.scrollHeight < 488 ? "488px" : "auto" ); /* sets min-height for IE */
   min-height: 488px; /* sets min-height value for all standards-compliant browsers */

}

* html div#content_main_top { 
   height: expression( this.scrollHeight < 195 ? "195px" : "auto" ); /* sets min-height for IE */
   min-height: 195px; /* sets min-height value for all standards-compliant browsers */
  
}

* html div#content_main_top_specs { 
   height: expression( this.scrollHeight < 195 ? "195px" : "auto" ); /* sets min-height for IE */
   min-height: 195px; /* sets min-height value for all standards-compliant browsers */
   position: relative;
}
 
 
* html div#main { 
   height: expression( this.scrollHeight < 488 ? "488px" : "auto" ); /* sets min-height for IE */
   min-height: 488px; /* sets min-height value for all standards-compliant browsers */

}

 

body {
	background: #000 url(images/bg.png) repeat-y center top;
	color: #000;
	font: normal 75% "Arial";
	margin:0 0 0 0;
	min-width: 800px;
}


#container {
	width: 800px;
	background:#fff;
	border: 0px solid #fff;
	border-top: none;
	border-bottom: none;
	margin:0 0 0 0;
	
}

#navsupport {top: 50px;background: #000;}

#navsupport a {
	
	border-right: 1px solid #333;
	color: #3a7acf;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 21px;
	padding: 0 5px;
}
#navsupport a:hover {
	background: #333;
}

a, a:hover, a:active, a:visited{
	font-weight:normal;
	text-decoration: none; 
	
	color:#3a7acf;
}

p,ul {
	font-size: 1.1em;
	padding-bottom: 1.2em;
	line-height: 1.3em;
}

blockquote {font: bold 1em sans-serif;}


img {border: none;}

ul {margin-left: 2em;}

h1 {font: normal 1.6em "Arial";}

h2 {
	font: normal 1.4em Verdana,sans-serif;
	padding-bottom: 4px;
	color: #3a7acf;
}

h3 {
	font: bold 1.2em Verdana,sans-serif;
	padding-bottom: 4px;
	color: #3a7acf;
}

/* misc */
.clearer {clear: both;}




/* header */
.header {
	margin:0;
	background: url(images/quest.png) no-repeat;
	background-color:#000;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 75px;
	width: 800px;
	
}
.header a {
	color: #fff;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}

.flash {
	margin:0;
	background-color:#3a7acf;
	border-bottom: 0px solid #333;
	height: 35px;
	width: 800px;

}



* html #container {
	height: 100%;
}

#main {
	margin:0;
	min-height:488px;
	background-color:#fff;
	border-bottom: 0px solid #2A2A2A;
	border-left: 0px solid #2A2A2A;
	margin: 0px 0px 0px 0px;
	
}

#main .left {
min-height:488px;
margin: 0px 0px 0px 0px;
}

#main .right {
	width: 312px;
	min-height: 488px;
}

.left {
	float: left;
	min-height: 488px;
	width:488px;
	height: 100%;
	min-height: 488px;
}

.right {
	margin: 0px;
	top: 0px;
	float: right;
	width:312px;
	min-height: 488px;
	background-color:#fff;
	background-image: url(images/bg_neutral.png);
	background-repeat:no-repeat;
			
}

.right_index {
	margin: 0px;
	top: 0px;
	float: right;
	width:312px;
	min-height: 488px;
	background-color:#fff;
	background-image:url(images/bg_neutral.png);
	background-repeat:no-repeat;
	
}

.right_stands {
	margin: 0px;
	top: 0px;
	float: right;
	min-height: 488px;
	background-image:url(images/bg_neutral.png);
	background-repeat:no-repeat;
	width: 312px;
}

* html .right_stands {
	top: 0px;
	height: 100%;
	margin:0;
}

#content {
	margin:0;
	padding: 16px;
	text-align: left;
	widht:100%;
	height:488px;
}

#content_main_top {
	border: 1px dotted #999;
	float:left;
	margin: 0px;
	width: 435px;
	min-height:195px;
	height:205px;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	
}

#content_main_top_specs {
	border: 1px dotted #999;
	float:left;
	position:relative;
	top: 0px;
	width: 435px;
	height: 205px;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;

}

#content_main_top_right {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	border-right: 1px dotted #999;
	float:left;
	top: 0px;
	width: 180px;
	height:180px;
	padding: 10px;
	text-align: left;
	
}

#content_main {
	margin:0;
	width: 435px;
	padding-top: 10px;
	text-align: left;
	float: left;
	
	
}

#content_main_specs {
	margin:0;
	float: left;
	width: 435px;
	padding-top: 10px;
	text-align: left;
	
}


.thumbs {

	font-size: 0.8em;
	font-weight:bold;
	font-color:#000;
	height: 100%;
	width: 75px;
	margin:0px 5px 5px 0px;
	float: left;
	background-color:#fff;
	
	border:1px #3a7acf solid;
	postion: relative;
}


.small{
	font-size: 10px;
	
}

td.specs {

	color: #666;
	font-weight:bold;
	width: 180px;
}

/* content elements */
.content h1 {
	background: none;
	color: #f78f1e;
	margin-bottom: 10px;
	padding: 6px 0 0 4px;
	text-align: left;
}

/* sub-navigation */
.subnav {
	padding: 18px;
	text-align: left;
}

.subnav h1 {padding-top: 8px;}

.subnav ul {margin: 50;}

.subnav a {
	color: #fff;
	line-height: 1.3em;
	text-decoration: none;
}

/* footer */
.footer {
	background: #111;
	border-top: 1px solid #333;
	color: #666;
	padding: 3% 3% 1%;
	text-align: left;
	margin:0;
	height:230px;
	
}

.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}

.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}

.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}

.footer h3 a {
	font: bold 1.0em Verdana,sans-serif;
	padding-bottom: 4px;
	color: #3a7acf;
}

.footer h3 a:hover {
	font: bold 1.0em Verdana,sans-serif;
	padding-bottom: 4px;
	color: #3a7acf;
	background: none;
}

.footer h3 a:active {
	font: bold 1.0em Verdana,sans-serif;
	padding-bottom: 4px;
	color: #3a7acf;
	background: none;
}

.footer h3 a:visited {
	font: bold 1.0em Verdana,sans-serif;
	padding-bottom: 4px;
	color: #3a7acf;
	background: none;
}

.footer a, a:active, a:visited{color: #999;}

.footer a:hover {
	color: #3a7acf;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
	background-color:#111;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	border-top: 1px solid #222;
	background: #000;
	color: #999;
	clear: both;
	font-size: 1.1em;
	float:center;
	padding-bottom:5px;
	padding-top:5px;
}

.bottom a, a:visited {color: #999;}

.bottom a:hover, a:active {color: #3a7acf;}

.bottom a:active {color: #999;}

/* navigation */
.nav {
	background: #000;
	position; relative;
	width: 800px;
}
	
.nav a {
	color:#fff;
	font-weight:bold;
	font: Arial 13px;
	text-decoration: none; 
	letter-spacing: 0.1em;
	background: #000000;
	border-right: 1px solid #333;
	float: left;
	line-height: 21px;
	padding: 0 22px;
}

.nav a:hover {
	letter-spacing: 0.1em;
	color: #3a7acf;
	font-weight:bold;
	font: Arial 13px;
	text-decoration: none; 
	letter-spacing: 0.1em;
	background: #222;
}

.navactive {
	color: #3a7acf;
	font-weight:bold;
	font: Arial 13px;
	text-decoration: none; 
	letter-spacing: 0.1em;
}

/* slashdot menu */
div.sdmenu {
	margin:10px 0 0 0;
	width: 180px;
	height: 20px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 3px;
	background: #fff;
	color: #000;
	
	postion: relative;
}

div.sdmenu div {
	background: #fff;
	overflow: hidden;
}

div.sdmenu div:first-child {
	background-color: #fff;
}

div.sdmenu div.collapsed {
	height: 25px;
}

div.sdmenu div span {
	font-size: 12px;
	display: block;
	padding: 3px 20px;
	font-weight: bold;
	color: #000;
	background: url(collapsed.png) no-repeat 5px center;
	cursor: default;
}

div.sdmenu div.collapsed span {
	background-image: url(collapsed.png)  no-repeat 10px center;
}

div.sdmenu div a {
	padding: 5px 20px;
	background:#fff;
	display: block;
	color: #000;
}

div.sdmenu div a.current {
	background : #fff;
}

div.sdmenu div a:hover {
	
	color: #3a7acf;
	text-decoration: none;
	display: block;
}
/* slashdot menu end */
