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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	height: 100%;
	display: block;
	color: #fff;
	overflow-y: hidden;
	overflow-x: hidden;
		background-color: #0b1429;

}
td,th {
	font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
margin: 0;
padding: 0;
height: 100%;
font-weight: bold;
color: #fff;
/* overflow-y: hidden; */
overflow-x: hidden;

}

input.xxx {
	
width: 300px

}

textarea#msg {
	width: 300px;
height: 200px;
}
html {
background-color: transparent;

}

input[type="reset"]{
margin-left: 0px !important;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #2c438c;
	height: 110px;
	z-index: 20000;
}
#footer {

	height: 20px;
	width: 280px;
	font-size: 9px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	text-align: center;
}

#sidebar {
	display:block;
	float:left;
	height: 100%;
	width: 300px;
	position: absolute;
	background-color: #0b1429;
	z-index: 100;
}






/* Menu Buttons */

.rollover a{
   display: block;
  /* text-indent: -9999px; */
   cursor: pointer;
   outline: transparent solid 0px;
   text-align: center;
color: #fff;
font-size: 10px;
text-transform: uppercase;
list-style: none;
text-decoration: none;
padding-top:15px;
   font-weight: bold;

}

.rollover a:hover {
color: #FFFFFF;
background-color: #970202;
   
}


#menu_button_01 a{
   height: 25px; /*This height is the visible portion of the button only*/
   width: 300px; /*Put your image width here*/
   /* background: url('../images/menu/menu_01.png') no-repeat left top; */
}
#menu_button_01 a:hover{
	/* background-position: -300px top; /*This negative value should match the height above*/
}

#menu_button_02 a{
   height: 25px; /*This height is the visible portion of the button only*/
   width: 300px; /*Put your image width here*/
  /* background: url('../images/menu/menu_02.png') no-repeat left top; */
}
#menu_button_02 a:hover{
   /* background-position: -300px top; /*This negative value should match the height above*/
}

#menu_button_03 a{
   height: 25px; /*This height is the visible portion of the button only*/
   width: 300px; /*Put your image width here*/
   /* background: url('../images/menu/menu_03.png') no-repeat left top;*/
}
#menu_button_03 a:hover{
  /*  background-position: -300px top; /*This negative value should match the height above*/
}

#menu_button_04 a{
   height:25px; /*This height is the visible portion of the button only*/
   width: 300px; /*Put your image width here*/
  /*  background: url('../images/menu/menu_04.png') no-repeat left top;*/
}
#menu_button_04 a:hover{
  /*  background-position: -300px top; /*This negative value should match the height above*/
}

#menu_button_05 a{
   height: 25px; /*This height is the visible portion of the button only*/
   width: 300px; /*Put your image width here*/
  /*  background: url('../images/menu/menu_05.png') no-repeat left top; */
}
#menu_button_05 a:hover{
   /* background-position: -300px top; /*This negative value should match the height above*/
}
#menu_button_06 a{
   height: 25px; /*This height is the visible portion of the button only*/
   width: 300px; /*Put your image width here*/
  /*  background: url('../images/menu/menu_05.png') no-repeat left top; */
}
#menu_button_06 a:hover{
   /* background-position: -300px top; /*This negative value should match the height above*/
}

/* End Menu Buttons */.menu {
}
#logo {
	text-align: center;
	height: 210px;
	width: 300px;
	vertical-align: middle;
	margin-top: 0px;
}

#content {
	margin: 0px;
	position: absolute;
	top: 220px;
	left: 300px;
	height: 350px;
	width: 600px;
	padding: 20px;
	background-attachment: fixed;
	background-image: url(../images/pixel_tint2.png);
	background-repeat: repeat;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
}
.sliderX {
	position: absolute;
z-index: -1;
height:100%;
width: 100%;
overflow: hidden;
}

ul.bxslider {
	
	margin: 0px !important;
	
}

a.company {
color:#e1e1e1;
text-decoration: none;
font-weight: bold;
}

a.company a:visited {
	color:#999;
}