#search
{
text-align:center;
margin-top:50px;
}
#button
{
border:1px solid black;
background-color:#4D90FE;
cursor:hand;
cursor:pointer;
padding:5px;
}
img
{
cursor:hand;
cursor:pointer;
margin-left:30px;
}
input
{
border:2px solid grey;
font-size:20px;
padding:5px;
font-family:Comic Sans MS;
-moz-border-radius:3px;-webkit-border-radius:3px;
outline-color:black;
}
input:focus
{
-webkit-box-shadow: 0 0 5px #EBEBEB; 
-moz-box-shadow: 0 0 5px #EBEBEB;
}
#searchpage
{
font-family:Comic Sans MS;
text-align:center;
margin-top:10px;
}
#logo
{
margin-top:180px;
text-align:center;
clear:both;
}
#smallogo
{
color:blue;
font-size:30px;
}
a
{
text-decoration:none;
color:blue;
}
a:hover
{
color:blue;
}
td
{
vertical-align:top;
font-family:Comic Sans MS;
font-size:20px;
text-align:center;
}
table
{
clear:both;
}
.refine
{
color:blue;
clear:both;
cursor:pointer;
cursor:hand;
border:white 2px solid;
}
.refine:hover
{
background-color:whiteSmoke;
color:red;
border:whiteSmoke 2px solid;
}
.results
{
clear:both;
width:640px;
}
#buttn
{
background-color:blue;
color:white;
font-size:16px;
}
#hmm
{
border:1px solid blue;
border-radius:10px;
clear:both;
}
/*---------------- menu tab----------------------*/
#menu_tab{
width:1000px;
height:50px;
background-color:#fff;
}
.left_menu_corner{
width:9px;
height:50px;
float:left;
background:url(images/menu_left.gif) no-repeat center;
}
.right_menu_corner{
width:9px;
height:50px;
float:left;
background:url(images/menu_right.gif) no-repeat center;
}
ul.menu {
list-style-type:none; float:left; display:block; width:982px; 
margin:0px; padding:0px;background:url(images/menu_bg.gif) repeat-x;}

ul.menu li {
display:inline;
font-size:11px;
font-weight:bold;
line-height:50px;
}
ul.menu li.divider {
display:inline;
width:2px;
height:50px;
float:left;
background:url(images/menu_divider.gif) no-repeat center;
}

a.nav1:link, a.nav1:visited {
display:block; float:left; padding:0px 8px 0px 22px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(images/home.png) no-repeat left; color:#676d77;}
a.nav2:link, a.nav2:visited {
display:block; float:left; padding:0px 8px 0px 22px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(images/services.png) no-repeat left; color:#676d77;}
a.nav3:link, a.nav3:visited {
display:block; float:left; padding:0px 8px 0px 22px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(images/favs.png) no-repeat left; color:#676d77;}
a.nav4:link, a.nav4:visited {
display:block; float:left; padding:0px 8px 0px 22px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(images/user_add.png) no-repeat left; color:#676d77;}
a.nav5:link, a.nav5:visited {
display:block; float:left; padding:0px 8px 0px 22px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(images/car.png) no-repeat left; color:#676d77;}
a.nav6:link, a.nav6:visited {
display:block; float:left; padding:0px 8px 0px 22px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(images/contact-new.png) no-repeat left; color:#676d77;}

a.nav1:hover, a.nav2:hover, a.nav3:hover, a.nav4:hover, a.nav5:hover, a.nav6:hover {
color:#333333;}


li.currencies{
width:180px;
float:left;
padding:0 0 0 15px;
_padding:12px 0 0 15px;
color:#676d77;
font-size:11px;
font-weight:bold;
}
/*--------------footer----------------*/
.footer{
width:1000px;
clear:both;
height:65px;
background:url(images/footer_bg.gif) repeat-x top;
}
.left_footer{
float:left;
width:300px;
padding:5px 0 0 10px;
}
.right_footer{
float:right;
padding:15px 30px 0 0;
}
.right_footer a{
padding:0 0 0 7px;
text-decoration:none;
color: #666666;
}
.right_footer a:hover{
text-decoration:underline;
}

.center_footer{
float:left;
width:200px;
text-align:center;
color:#666666;
padding:10px 0 0 60px;
}