/*
*******************************************************************************
standard tags
*******************************************************************************
*/
body {
margin:0px;
padding:0px;
background:url('Images/pagebackground.jpg') repeat-y center top;
font-family:Arial, Helvetica, sans-serif;
color:#555;
}
a:link, a:visited, a:hover, a:active { color:#FF6600;text-decoration:none; }
a:hover { color:#333; }
img {border:none;}
h1, h2, h3 {margin:0px; padding:0px; font-family:"Trebuchet MS", Arial, Sans-serif;}
h1 {
font-size:2.2em;
letter-spacing:-1px;
color:#7B6242;
padding-top:10px;
}
h2 {
font-size:1.5em;
letter-spacing:-1px;
color:#7B6242;
padding-top:10px;
}
h3 {
font-size:1.2em;
color:#444;
padding-top:10px;
}

/*
*******************************************************************************
global utility tags
*******************************************************************************
*/
.clearer {
clear:both;
font-size:0px;
line-height:0px;
}
.clearer5 {
clear:both;
font-size:5px;
line-height:5px;
height:5px;
}
.clearer10 {
clear:both;
font-size:10px;
line-height:10px;
height:10px;
}
.clearer15 {
clear:both;
font-size:15px;
line-height:15px;
height:15px;
}
.clearer20 {
clear:both;
font-size:20px;
line-height:20px;
height:20px;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.alignleft {
text-align:left;
}
.alignright {
text-align:right;
}
.center {
text-align:center;
}
.spacer5 {width:5px;float:left;}
.spacer10 {width:10px;float:left;}
.spacer15 {width:15px;float:left;}
.spacer20 {width:20px;float:left;}

/*
*******************************************************************************
forms
*******************************************************************************
*/
input, textarea {
font-size:1.2em;
padding:3px 6px;
font-family:Arial, Helvetica, sans-serif;
width:500px;
}
input.button {
width:80px !important;
}
input.security {
width:25px !important;
}

/*
*******************************************************************************
layout for all pages
*******************************************************************************
*/

#outer {
padding-bottom:100px;
}
#header {
padding:10px 20px 10px 60px;;
background:#FFF url('Images/headerbackground.jpg') no-repeat center top;
}
#menu {
background:#FFF;
width:100%;
}
#main {
background:#FFF;
}
#footer {
}
#inner {
width:960px; /* the width of the site */
margin:100px auto;
}
#mainTop {
background:url('Images/maintop.png') no-repeat center top;
height:10px;
}
#mainBottom {
background:url('Images/mainbottom.png') no-repeat center top;
height:10px;
}
#main .contentWrapper {
background:#FEFFD9 url('Images/mainbackground.jpg') no-repeat center top;
margin:0px 10px;
padding:20px 10px;
}
#main .content {
background:#FEFFD9 url('Images/logoscatter.gif') repeat left top;
}

/*
**********************************************
header-specific
**********************************************
*/

/* MENU */
#menu ul {
padding:0px 10px;
margin:0px;
}
#menu ul li {
list-style-type:none;
float:left;
width:235px;
margin:0px;
padding:0px;
}
#menu ul li a {
text-align:center;
display:block;
color:#663300;
background:#FFF;
}
#menu ul li a:hover {
text-align:center;
display:block;
color:#FFF;
background:#663300;
}

/*
**********************************************
homepage-specific
**********************************************
*/
#leftpanel {
float:left;
margin-right:20px;
width:200px;
text-align:right;
background:#FEFFD9;
}
#middlepanel {
float:left;
margin-right:20px;
width:480px;
background:#FEFFD9;
}
#rightpanel {
float:left;
width:200px;
}
#leftpanel_large {
padding-left:20px;
float:left;
width:680px;
margin-right:20px;
background:#FEFFD9;
}
.text {
line-height:1.9em;
}
.price {
font-size:1.5em;
letter-spacing:-1px;
font-family:Georgia, "Times New Roman", Times, serif;
}
.note {
font-variant:small-caps;
font-family:Georgia, "Times New Roman", Times, serif;
color:#666;
}
.note_small {
font-style:italic;
color:#888;
font-size:.9em;
}
.success {
font-weight:bold;
color:green;
}
.error {
font-weight:bold;
color:red;
}
.thumbnail {
margin-right:15px;
margin-top:10px;
}

#leftpanel ul {
margin:0px;
padding:0px;
}
#leftpanel ul li {
list-style-type:none;
margin:0px;
padding:0px;
}
#leftpanel ul li a {
display:block;
padding:5px 10px;
color:#675237;
font-size:1.4em;
letter-spacing:-1px;
}
#leftpanel ul li a:hover, #leftpanel ul li a.active {
background:#FFFC75;
}

#rightpanel #welcomebox {
padding:5px 15px 25px 15px;
margin-top:10px;
margin-bottom:20px;
color:#FFF;
background:#7B6242;
font-size:.9em;
}
#rightpanel .logotext {
font-size:1.2em;
font-family:"Trebuchet MS", Arial, Sans-serif;
font-weight:bold;
letter-spacing:-1px;
}

/*
**************************************************
footer-specific
**************************************************
*/
#footer {
text-align:center;
color:#777;
font-size:.7em;
padding:15px 0px;
}