
    html{height:100%;min-height:100.2%}
    body{font-family:arial;background-color:#ffffff;color:#222222;font-size:13px}
    .footer_links {display: inline;float:left;width: 74px;}
    .footer_links h2 {height: 30px;overflow: hidden;position: relative;}
    .footer_links h2 img {position: relative; top: 0px;}
    .footer_linkedin h2 img {top: 0px;}
    .footer_twitter h2 img {top: -30px;}
    .footer_youtube h2 img {top: -60px;}
    .footer_contact h2 img {top: -90px;}
    #span_footer {color:#738791;font-size: 0.923em;}   
    #span_menu {color:#ededed;font-size: 1.077em;font-weight: bold;}   	
    .span_menu {color:#ededed;font-size: 1.077em;font-weight: bold;}   	
    .menu_links  { color:#738791;font-size: 1.077em; text-decoration:none;}
    #logo {display: block;background: url("/images/header/aac-logo.jpg") no-repeat;height: 64px;width: 249px}
    #logo:hover {background-position: 0 -64px;}  
    .cat_menu { width:240px;cursor:pointer; }
	
	#search {
	
    background: white url('/images/header/search.gif') left no-repeat;
    padding-left: 25px;
	}	
	
	
#submit {

	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:-0.67px;
	border:1px solid #ffffff;
	display:inline-block;
	color:#7b858a;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	width:67px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
#submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}#submit:active {
	position:relative;
	top:1px;
}
