/*
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(../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(../images/header-discount.gif) no-repeat right;
}
#leftcol{
width:630px;
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;
}
.modlink{
right:0;
position:absolute;
top:40px;
}
.modlink a{
display:block;
width:250px;
height:50px;
text-indent:-5000px;
}
.logoimg {
border:0;
float:left;
}
.modcastus{
padding:20px 0;
font-size:1.2em;
color:#888;
}
.modcastus a{
color:#1e3c41;
}
.modcastus a:hover{
color:#ff0095;
}
#footer a(
color:#1e3c41;
text-decoration: none;
}