@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/Background.png);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
}
div#nav a{
	float:right;
	width:400px;
	height:150px;
	background-image: url(images/consoles1.png);
	background-color: #CCCCCC;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	text-align: left;
}
div#nav a:hover{
	background-color: #CCC;
	background-image: url(images/controllers2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.thrColLiq #container {
	width: 800px;
	border: 0px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CCCCCC;
	font-family: Impact;
	font-size: large;
	color: #0088AA;
}

.thrColLiq #banner {
	background-image: url(images/banner1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiq #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiq #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 400px;
	background-color: #CCCCCC;
	padding: 0px;
	height: 450px;
	background-image: url(images/updates.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 16px;
	margin: auto;
}
{}
.thrColLiq  #sidebar2  {
	height: 150px;
	width: 800px;
	background-color: #CCCCCC;
	text-align: left;
	float: right;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColLiq  #sidebar3  {
	height: 150px;
	width: 800px;
	background-color: #CCCCCC;
	text-align: left;
	float: right;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColLiq #sidebar4 {
	height: 150px;
	width: 800px;
	background-color: #CCCCCC;
	text-align: left;
	float: right;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColLiq #sidebar5 {
	height: 150px;
	width: 800px;
	background-color: #CCCCCC;
	text-align: left;
	float: right;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColLiq #sidebar6 {
	height: 150px;
	width: 400px;
	background-color: #CCCCCC;
	text-align: left;
	float: right;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColLiq       #sidebar1       p, .thrColLiq       #sidebar1       h3, .thrColLiq       #sidebar2       p, .thrColLiq       #sidebar2       h1, .thrColLiq      #sidebar3      p, .thrColLiq      #sidebar3      h1, .thrColLiq     #sidebar4     p, .thrColLiq  #sidebar4  h1, .thrColLiq #banner p, .thrColLiq #bannerh1      {
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 20px;
	margin-top: auto;
	font-family: Impact;
	color: #FCBB75;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiq #mainContent {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

/* menu::base */
div#menu {
    height:41px;
    background:url(images/main-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { color: #FFF; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #FCBB75;
	font-weight:bold;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(images/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(images/lava.png) no-repeat right -44px !important;
    background-image: url(images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(images/lava.png) no-repeat top left !important;
    background-image: url(images/lava.gif);
    height: 44px;
    margin-right: 8px;
}

