﻿body 
{
	 margin: 0px;
	 padding: 0px;
            
}

/*  menu */
#chromemenu{
width: 860px;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(../../images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li
{
	display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0 35px 0 35px;
text-decoration: none;

}

#chromemenu ul li a:hover{
background: url(../../images/chromebg2.gif) center center repeat-x;
}


/* footer */
#footer { 
width : 866px; 
margin : 0 auto; 
padding : 14px 10px 14px 10px; 
background : #fff; 
text-align : center; 
letter-spacing : normal; 
height : auto; 
border-top : 0; 
border-right : 0; 
border-bottom : 4px solid #dddddd; 
border-left : 0;
font-size:12px; 
} 
#footer p { 
margin : 0; 
padding : 1px 0; 
font-size : 11px; 
color : #85887f; 
line-height : 1.2; 
} 
#footer a { 
padding : 3px 5px; 
color : #85887f; 
font-size : 11px; 
line-height : 1.3; 
} 
#footer a:link, a:visited { 
color : #777777; 
} 
#footer a:hover, a:active, a:focus { 
color : #000000; 
} 

/* textbox */
.tb textbox {
	width: 221px;
	background: transparent url('images/textbox_bg.jpg') no-repeat;
	color : #747862;
	height:20px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
}


