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

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

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

body {
font-family: "Lucida Sans Unicode","Lucida Grande", Verdana, Sans-serif; 
font-size: 62.5%;
line-height:1.6em;
margin: 0px;
color:#5f4b2f;
background:#53544f url(/templates/main/images/bg.jpg) repeat-x ;
}

.formError {
color:#f78207;
font-size: 1.1em;
}

#container {
margin:0 auto;
width: 900px;
padding:0px 20px 20px 20px;
position:relative;
background:#fff url(/templates/main/images/gecko.gif) no-repeat bottom right;
}
#top {
height: 149px;
background:url(/templates/main/images/top.jpg) no-repeat;
}
#main {
clear:both;
}
#leftcol{
float:left;
width:654px;
}
#rightcol{
float:right;
width:210px;
padding-bottom:220px;
}
#rightcol h1,#rightcol h2,#home h1,#home h2{
margin:0;
}
#phone{
}

/* BASKET
---------------------------------------*/
#basket{
position:absolute;
top:10px;
right:20px;
text-align:right;
}
#basket .basketfull strong{
color:#d30000;
}
#basket .basketfull a{
background:#fffd82;
color:#d30000;
padding:0px 3px 2px 3px;
}
#basket a{
float:right;
display:block;
margin:0 5px;
font-size:1.1em;
color:#8d8076;
}
#basket a:hover{
color:#69512e;
text-decoration:none;
}
/* A FEW BITS
----------------------------------------------------*/
#top h1{
text-indent:0px;
margin:0;
height:auto;
position:absolute;
top:0;
color:#ccc;
text-tranform:none;
font-size:10px;
font-weight:normal;
}
.logoimg {
border:0;
margin:0px;
}
