/*
By Gary Hides of Castus
----------------------------------------------------*/

@import url("text.css");
@import url("menus.css");

/* MAIN LAYOUT
----------------------------------------------------*/

body {
font-family: Tahoma, Verdana, Arial;
font-size: 62.5%;
margin: 0px;
background:#fff url(/templates/main/images/bg.jpg) repeat-x;
color:#405c71;
font-family: "Lucida Sans Unicode","Lucida Grande", Verdana, Sans-serif; 
}
#container {
margin:0 auto;
width: 870px;
padding-bottom:30px;
margin-bottom:30px;
position:relative;
}
#top {
height: 137px;
background:url(/templates/main/images/header-discount.gif) no-repeat right;
}
#leftcol{
width:640px;
padding:3px;
float:left;
}
#rightcol{
float:right;
width:208px;
padding:3px;
}
#rightcol h1,#rightcol h2,#home h1,#home h2{
margin:0;
}
/* A FEW BITS
----------------------------------------------------*/
#top h1{
text-indent:-5000px;
margin:0;
height:0em;
position:absolute;
}
.logoimg {
border:0;
float:left;
}
#mapcanvas {
border:1px solid #076A31;
}
#mapinfo {
overflow:hidden;
height:100px;
width:200px;
}