@charset "utf-8";
/*===| I. MAIN LAYOUT  |=====================================================*/
* {margin: 0;}
html, body {height: 100%;width: 100%;}
ul, li{list-style: none;list-style-position: outside;	margin: 0;	padding: 0;}
p{padding: 0;}

#push, .clr	{clear: both;}

body{
	background: #69a4dc url(../images/bg-site.jpg) repeat left top;
}

.left{
	float:left;
}

.right{
	float:right;
}

#container{background:url("images/bg0.gif") 50% 50% repeat-y; margin:0 auto;	text-align: left;}
#content{
	padding-top:10px;

}


/*HEADER STYLES*/


#header a{
	color:#FFFFFF;
	font-weight:bold;
}

#header-menu-left{
		float:left;
}

#header-menu-left a{
	text-decoration:underline;
}

#header-menu-left a:hover{
	text-decoration:none;
}

#header-login p{
	float:left;
	font-weight:bold;
	padding: 0 5px;
}

#header-login {
	float:left;
	padding:2px 0 0 15px;
}

#header-menu-right{
	float:right;
	padding-top:1px;

}

#header-menu-right a{
	text-decoration:none;
}

#header-menu-right a:hover{
	text-decoration:underline;
}

.inputForm
{
  font-family:Arial;
  font-size: 11px;
  font-weight: normal; 
  padding: 0px;
  margin: 0px;
  width: 100px;
  padding-top:2px;
  height:16px;
  font-weight: normal;
  color: #ffffff;
  background-color: #69a4dc !important;
  border: 2px solid #ffffff;

}
.inputFormOver
{
  font-family:Arial;
  font-size: 11px;
  font-weight: normal; 
  padding: 0px;
  margin: 0px;
  width: 100px;
  padding-top:2px;
  height:16px;
  font-weight: normal;
  color: #ffffff;
  background-color: #69a4dc !important;
  border: 2px solid #ffffff;

  
  }


/*FOOTER STYLES*/


#wrap-footer{
	width:926px;
	margin: 0 auto;
	height: 54px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	padding-top: 20px;
}

#footer-menu, #footer-submenu{
	padding-left: 5px;
	text-align:center;
	font-size:14px;
}

 #footer-submenu{
 	padding-top: 5px;
		
 }

#footer-menu li , #footer-submenu li{
	display:inline;
	color:#FFFFFF;
	padding: 0 4px;
}

#footer-menu li {
	font-weight:bold;
}

#footer-menu a , #footer-submenu a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer-menu a:hover , #footer-submenu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}



/**/

object{
	outline:none;
}