body {
	background-image:url(img/background.png);
	background-repeat:repeat;
	background-color:black;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #c3c3c3;
	text-align: center
}

	a:link {text-decoration:none;}
	a:visited {text-decoration:none;}
	a:hover {text-decoration:none;}
	a:active {text-decoration:none;}


p {	
	margin:  0px;
	}
	
.equipmentList ul li {
	text-align: left;
	font-size: 20pt;
	font-weight: bold;
	padding-bottom:  40px;
	padding-top: 10px;
	color: #7d92bf;
	list-style: outside;
}

hr {
	margin-top: 40px;
	background-color: #444444;
	height: 2px;
	border: 0px;
}

.equipmentList ul li ul li {
	color: #c3c3c3;
	font-weight: normal;
	font-size: 11pt;
	padding-bottom: 0px;
	padding-top: 3px;
}


#mainWrapper {
	text-align: center;
	width: 1062px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}


#logo {
	width: 1062px;
	height: 175px;
	background-image:url(img/logo2.png);
	background-repeat:no-repeat;
	margin: auto;
}


#menuLeft {
	width: 58px;
	height: 35px;
	background-image:url(img/menuLeft.png);
	float:left;
	padding: 0px;
	margin: auto;

	
}

#menuMiddle {
	width: 947px;
	height: 35px;
	background-image:url(img/menuMiddle.png);
	background-repeat: repeat-x;
	float:left;
	font-size: 28px;
	
}


#menuRight {
	width: 57px;
	height: 35px;
	background-image:url(img/menuRight.png);
	float:left;
	margin: auto;
}

#content {
	width: 1062px;
	background-image:url(img/contentSlice.png);
	background-repeat: repeat-y;
	float:left;
}

#bottom {
	width: 1062px;
	height: 68px;
	background-image:url(img/contentBottom.png);
	float:left;
/*	margin: auto;
	top:-20px;
	position:relative;
	*/
}


.darkContentOutline {

	width: 880px;
	padding: 20px 20px;
	background-color: 101010;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-color: 575757;
	border-width: 3px;
	border-style: solid;
	margin: 8px auto 0px auto;

	}



.bigBlue  {

	text-align: left;
	color: #7d92bf;
	font-size: 25pt;
	font-weight: bold;
	display: block;
 	margin: 0px 0px 10px 0px;
 	float: left;
}


.updatesHeader  {

	text-align: center;
	color: #7d92bf;
	font-size: 18pt;
	font-weight: bold;
 	margin: 0px 0px 20px 0px;
}


/*
	
	.centeredHeader {
			text-align: center;
			color: #7d92bf;
			font-size: 25pt;
			font-weight: bold;
			display: block;
		 	margin: 0px 0px 10px 0px;
		 	float: left;
	}
*/

h1 {

	text-align: left;
	color: #7d92bf;
	font-size: 22pt;
	font-weight: bold;
 	margin: 0px 0px 20px 0px;
}


.medGreen  {

	text-align: left;
	font-size: 16pt;
/* 	font-weight: bold; */
	color: #46843e;
	display: block;
	 	margin: 10px 100px 20px 0px;
 	 	float: right;

}



#breadCrumbs {
	color: #46843e;
	font-weight: bold;
 	padding: 25px 0px 0px 70px; 
 	text-align: left; 
 	
}


.lightBlueHeader {
	font-size: 14pt;
/* 	font-weight: bold; */
	color: #7d92bf;
	margin: 0px;
	padding: 5px 0px;
	text-align: left
	
}

.lightBlueHeader a:link {
color: #7d92bf;
}
.lightBlueHeader a:hover {
color: #ffffff;
}


.contactList {
	padding: 20px 0px 0px;
}

.contactList li{
	text-align: left;
	list-style: none;
	padding: 10px 0px 0px; 
	font-size: 22pt;
	color: #bbbbbb;

}

.green {
color: #46843e;
}

	
.faqAnswer {
	color: #c3c3c3;
 	margin: 10px 0px;
 	text-align: justify;
	font-size: 11pt;
}

a img {
	margin-right: 8px;
	border: none;
}



#menuMiddle a:link{
	color: #d5d4d4;
}

#menuMiddle a:hover{
	color: #ffffff;
	background: black
}


 
input.textBox {
    width: 500px;
    height: 40px;
    vertical-align: middle;
    padding: 4px 6px;
	border: #000000 1px solid;
	display: block;
    background: #B0B0B0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 18px;
    float:left;
    
}
 
input:focus, textarea:focus, select:focus{
    background: #d9d9d9;
	outline: none;
	border: 3px solid #7d92bf;

}
 
input.button {
    height: 40px;
    width: 150px;
    vertical-align: middle;
    padding: 4px 8px 4px;
    background: #99c;
    color: #fff;
    font: bold 1em "Lucida Grande", Helvetica, "Arial Unicode MS", "Arial Unicode", Arial, sans-serif;
    cursor: pointer;
    -webkit-appearance: push-button;
    border: 1px solid #000;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	/*  Webkit + Mozilla gradients    */
    background: -moz-linear-gradient(top, #7c8ab7,#435078);
    background: -webkit-gradient(linear, left top, left bottom, from(#7c8ab7), to(#435078));  
	/*  For IE 5.5 - 7    */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7c8ab7, endColorstr=#435078);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7c8ab7, endColorstr=#435078)";

}
 
input.button:hover {
	background: -moz-linear-gradient(top, #2344ab,#001c72);
	background: -webkit-gradient(linear, left top, left bottom, from(#2344ab), to(#001c72));
	/*  For IE 5.5 - 7    */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2344ab, endColorstr=#001c72);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2344ab, endColorstr=#001c72)";

}
 
 
input.button:active {
	background: -moz-linear-gradient(top, #142d7c,#001042);
	background: -webkit-gradient(linear, left top, left bottom, from(#142d7c), to(#001042));
	/*  For IE 5.5 - 7    */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#142d7c, endColorstr=#001042);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#142d7c, endColorstr=#001042)";

}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}


/*Navigation CSS
----------------------------------------------------*/

.jqueryslidemenu{
font: bold 17px Verdana;
/* background: #414141; */
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #313c72; /*background of tabs (default state)*/ 
background-image: url(img/menuMiddle.png);
color: white;
padding: 6px 26px;
border-right: 1px solid #2c3b65;
color: #2d2b2b;

text-decoration: none;
height: 23px; /* JLog - this value determines the height of the top level elements. set it to 19 to fix the background repeating vertically on firefox.   
/* 				 Remove this to have multiline menu items */ 
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 14px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 0px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* End navigation CSS */


/* Tab code */

ul#tabs { list-style-type: none; margin: 30px 650px 0 0; padding: 0 0 0.3em 0; }
ul#tabs li { display: inline; }
ul#tabs li a { color: #000000; background-color: #575757; padding: 0.4em; text-decoration: none; }
ul#tabs li a:hover { background-color: #868686; }
ul#tabs li a.selected { color: #000; background-color: #dddddd; font-weight: bold;}
div.tabContent.hide { display: none; }



/* Code for the scrolly box */

 */

body {
	background-color:#000000;
}
img {
	border: none;
}



/*
 * MAIN CAPSULE ROTATION
 */
 

.main_cluster_content {
	position: relative;
	width: 876px;
	height: 249px;
	overflow: hidden;
}

.main_cluster_content .cluster_capsule {
	width: 876px; 
	height: 249px;
	
}

.main_cluster_content img.cluster_capsule_image {
	width: 876px;
	height: 249px;
	position: relative;
}



.cluster_control_left, .cluster_control_right {
	position: absolute;
	top: 16px;
	height: 35px;
	color: #bbbbc2;
	background-color: #212121;
	padding: 6px;
	cursor: pointer;
}

.cluster_control_left img, .cluster_control_right img {
	vertical-align: middle;
	margin:0px;
	padding:0px;
}

.cluster_control_left {
	left: 0px;
	padding-right: 16px;
}

.cluster_control_right {
	right: 0px;
	text-align: right;
	padding-left: 16px;
}

.cluster_scroll_area {
	position: relative; 
	left: 0px;
}

#home_main_cluster {
	margin-bottom: 7px;
	width: 876px;

}

#main_cluster_control_ctn {
	height: 13px;
	padding-top: 3px;
}

.cluster_capsule {
	display: block;
	float: left;
	margin-right: 4px;
	position: relative;
}

a.cluster_capsule:hover {
	text-decoration: none;
}

a.main_cap:hover {
	text-decoration: none;
}

div.slider { 
	height: 13px; 
	position: relative;
	background-color:#303030; 
}

div.slider div.handle {
	position: absolute;
	top: 0px;
	 
	width: 60px; 
	height: 13px;  
	cursor: pointer; 
	
	background-image: url( http://cdn.store.steampowered.com/public/images/v5/control_slider.png );
	background-repeat: no-repeat; 
	background-position: left;
}

div.slider div.handle:hover {
	background-position: right;
}

#main_capsule_control_ctn div.slider {
	width: 876px;
}



.cluster_capsule.large_cap {
	margin-right: 2px;
}

a.large_cap:hover {
	text-decoration: none;
}


#main_content {
	z-index: 2;
	position: relative;
}

h5 {
	margin: 0px;
}

