
* {
outline: none;
}

.clear {
clear: both;
}

p {
margin: 0px;
padding: 9px 0px;
}

a img {
border: none;
}

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

body {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-family: Georgia, Times New Roman, serif;
font-size: 14px;
line-height: 18px;
color: #333333;
background: url(../images/bodybg.jpg);
border-top: 5px solid #c7b07b;
}

#wrapper {
width: 960px;
margin: 0px auto;
-moz-box-shadow: 0px 0px 10px #a5976d;
-webkit-box-shadow: 0px 0px 10px #a5976d;
}

#banner_div {
position: relative;
height: 110px;
background: #fff6d9;
border-bottom: 4px solid #570026;
}

#navbar_div {
height: 80px;
position: absolute;
top: -5px;
right: 8px;
}

#content_div {
padding: 11px 10px;
background: #fff6d9;
}

#footer_div {
padding: 11px 10px 16px 10px;
position: relative;
color: #570026;
background: #fff6d9;
border-top: 4px solid #c7b07b;
}

#smalllogo {
position: absolute;
top: 10px;
right: 10px;
}

#footer_div a {
color: #570026;
}
#footer_div a:hover {
color: #333333;
}

h1, h2, h3, h4, h5, h6 {
margin: 9px 0px;
padding: 0px;
font-weight: normal;
}

h1, h2, h3 {
font-size: 24px;
line-height: 28px;
}
h5, h6 {
font-size: 18px;
line-height: 22px;
color: #570026;
}

#logo {
position: absolute;
bottom: 5px;
left: 10px;
padding: 0px;
margin: 0px;
height: 46px;
width: 483px;
background: url(../images/logo.png);
text-indent: -3333px;
overflow: hidden;
}

#logo a {
height: 46px;
width: 483px;
display: block;
}

#navbar_div a {
height: 80px;
display: block;
float: left;
margin-left: 5px;
text-indent: -3333px;
overflow: hidden;
}

#navbar_div a.Home {
background: url(../images/navbar.png) 0px 0px;
width: 108px;
}
#navbar_div a.Shop {
background: url(../images/navbar.png) -116px 0px;
width: 108px;
}
#navbar_div a.Contact {
background: url(../images/navbar.png) -232px 0px;
width: 108px;
}
#navbar_div a.Home:hover {
background: url(../images/navbar.png) 0px -80px;
width: 108px;
}
#navbar_div a.Shop:hover {
background: url(../images/navbar.png) -116px -80px;
width: 108px;
}
#navbar_div a.Contact:hover {
background: url(../images/navbar.png) -232px -80px;
width: 108px;
}

#bannercontact {
position: absolute;
top: 20px;
right: 360px;
}

#calloutdiv {
background: #705b35;
}

/* ADMIN BUTTONS */

 input.admin_edit_button {
font-size: 11px;
background: #b5d6f4;
border: 1px solid #266aa7;
padding: 3px;
color: #0d3d68;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-right: 8px;
}

input.admin_edit_button:hover {
background: #266aa7;
border: 1px solid #266aa7;
color: #ffffff;
}

input.admin_del_button {
font-size: 11px;
background: #b51414;
border: 1px solid #830909;
padding: 3px;
color: #ffffff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

input.admin_del_button:hover {
background: #830909;
border: 1px solid #830909;
}
