/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
margin: 0;
padding: 0;
}

body {
background: #D4C792 url(images/img01.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333;
}

h1, h2, h3 { color: #AA2808; }

p, blockquote, ul, ol {
margin-bottom: 17px;
line-height: 1.6em;
}

a {
text-decoration: underline;
color:#333333;
}

a:hover {
text-decoration: none;
color: #AA2808;
}

li {
line-height: 1.4;
margin-bottom: 7px;
}

/* Header */

#header {
width: 770px;
height: 66px;
margin: 0 auto;
background: url(images/img05.gif) no-repeat left bottom;
}

/* Menu */

#menu {
float: right;
padding-right: 10px;
}

#menu ul {
margin: 0;
padding: 20px 0 0 0;
list-style: none;
line-height: normal;
}

#menu li { display: inline; }

#menu a {
display: block;
float: left;
width: 110px;
height: 20px;
margin: 0;
padding: 10px 0 0 0;
background: url(images/img02.gif);
text-align: center;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
}

#menu a:hover, #menu .active a {
background-image: url(images/img03.gif);
text-decoration: none;
color: #AA2808;
}

/* Page */

#page {
width: 770px;
margin: 0 auto;
background: #D4C792 url(images/img04.gif) repeat-y;
}

/* Content */

#content {
float: left;
width: 388px;
padding: 10px 0 0 55px;
}

#content h1, #content h2 { margin-bottom: 7px; }

#content h1 { font-size: 136%; }

#content h2 { font-size: 107%; line-height: 1.3; }

#content h3 { font-size: 107%; margin: 0; }

#content p {margin: 0 0 15px 0;}


#specialsbox {
width: 388px;
margin: 0 0 10px 17px;
}

#specialsbox .boxleft, #specialsbox .boxright  {
width: 165px;
padding: 3px;
float: left;
}

#specialsbox .boxleft { margin: 0 9px 0 0; }
#specialsbox .boxright { margin: 0 0 0 9px; }



#content .boxed {
float: left;
width: 47%;
padding-right: 3%;
}

#content .boxed h2 {
padding: 5px 0;
background: url(images/img5.jpg) repeat-x left bottom;
}


/*--------------------- for inline images ----------------------*/

.floatright {
float: right;
margin: 5px 0 2px 25px;
background-color: #FFFFFF;
}

.floatright2 {
float: right;
margin: 0 0 2px 25px;
}

.floatleft {
float: left;
margin: 5px 25px 2px 0;
background-color: #FFFFFF;
}

.floatleft2 {
float: left;
margin: 5px 10px 2px 0;
background-color: #FFFFFF;
}


/* ------------------------Sidebar--------------------------- */

#sidebar {
float: right;
width: 232px;
padding: 40px 34px 0 0;
text-align: center;
}


#sidebar h1 {
padding: 0 0 15px 0;
font-size: 140%;
line-height: 1.4;
color: #D4C792;
margin-bottom: 20px;
}

#sidebar h2 {
padding: 20px 0 15px 0;
border-bottom: 1px dotted #FFF;
font-size: 115%;
line-height: 1.3;
margin: 0 5px;
}

#sidebar h3 {
padding: 20px 0 15px 0;
font-size: 115%;
line-height: 1.3; 
font-style: italic;
}

#sidebar a { text-decoration: none; color: #D4C792; }
#sidebar a:hover { text-decoration: none; color:#FFF; }



/* Footer */

#footer {
width: 770px;
height: 30px;
margin: 0 auto;
padding: 30px 0 0 0;
background: url(images/img06.gif) no-repeat;
color: #FFFFFF;
}

#footer p {
margin: 0;
text-align: center;
font-size: 83%;
}

#footer a {
text-decoration: underline;
color: #FFFFFF;
}

#footer a:hover { text-decoration: none; }

/*--------------------- for assorted vertical spacing needs ----------------------*/
.spacer1 {padding: 3px 0;}
.spacer2 {padding: 5px 0;}
.spacer3 {padding: 10px 0;}
.spacer4 {padding: 15px 0;}
.spacer5 {padding: 25px 0;}
.spacer6 {padding: 65px 0;}

.clr {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}

img { border: 0; }

ul { margin-left: 15px; }
ol { margin-left: 20px; }

.ctr { text-align: center; }