@charset "UTF-8";
/* CSS Document */

html, body, #wrap {
	height: 100%;
	margin:0px;
	}
/* Original Background
body {
	background-repeat:repeat-x;
	background: #333333 url(../img/vgBg.jpg) repeat fixed;
}
*/

body{
	background: #0b0606 url(../img/vgBG1.jpg) no-repeat fixed center top;
}

body > #wrap {
	height: auto; min-height: 100%;
	}

/* Mozilla Fix */ 

img { border: 0; } 
a:focus 
{-moz-outline-style: none;} 

a {
  outline: none;
}



#main {
width:900px;
position:relative;
margin-left: -450px;
left: 50%;
padding-bottom: 31px;/* must be same height as the footer */
}  


#logo {
	height:72px;
	width: 450px;
	position:relative;
	margin:0px;
	padding: 12px 0px 0px 0px;	
}

.lineSeperator{
	width:900px;
	height:1px;
	border-top:1px solid #5b5c57;
	clear:both;
	margin: 25px 0px 0px 0px;
	
}

/* ---------  BUTTON BAR -----------------------
------------------------------------------------
------------------------------------------------*/

#buttonBar{
	width:900px;
	height:40px;
	background-image:url(../img/btnBarBack.png);
	background-repeat:no-repeat;
	position:relative;
	margin: 20px 0px 0px 0px;
	padding: 0px;	
}



/* ------ Clear Divs ---------------------------
-----------------------------------------------*/
.clearDiv{
clear:both;
}

/* ------ Clear Divs End---------------------------
-----------------------------------------------*/


#footer {
	position: relative;
	margin-top: -31px; /* negative value of footer height */
	height: 31px;
	clear:both;
	background-image:url(../img/baseG.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	} 

#footer ul{
    margin:0px;
	padding:0px 10px 0px 0px;
	list-style:none;
	float:right;
}

#footer li {
	float:right;
	color: #FFFFFF;
	padding: 7px 7px 0px;
}

#footer li a {
	text-decoration:none;


}

#footer li a:link,#footer li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #bdd683;
	text-decoration: none;
}
#footer li a:hover,#footer li a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #f1f1f2;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


.clearfix {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfix { 
height: 1%;
}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

#easyTooltip{
	padding:5px;
	border:1px solid #edeeef;
	background:#f1f1f1 url(../img/bg7.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;

	}