* { margin: 0px; padding: 0px; }
.left { float: left; }
.right { float: right; }
br.clear { clear: both; }
body { background: url("/img/bg.png") #51000c repeat-x; font-family: Verdana, sans-serif;}
div#container { width: 80%; min-width: 750px; margin: 0px auto 10px auto; background-color: #f7f3e1; border-width: 0px 3px 3px 3px; border-style: solid; border-color: #000; 
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-border-radius-bottomleft: 25px; 
    -moz-border-radius-bottomright: 25px; 
    -webkit-border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px; }
h1#logo span { display: block; margin: 0px; padding: 0px; height: 125px; width: 348px; text-indent:-150em; overflow: hidden; background: url("/img/logo.png") no-repeat; }
h2#info { margin: 0px; padding: 0px; float: right; text-align: right; font-size: 16pt; font-weight: normal; }
header { background-color: #fefef2; padding: 20px 20px 0px 20px; border-style: solid; border-color: #000; border-width: 0px 0px 3px 0px; display: block; height: 166px; }
h2, h3 { margin: 20px 0px 0px 20px; }
p { margin: 20px; line-height: 1.35em; }
aside { width: 400px; height: 500px; background-color: #FFF; display: block; float: right; margin: 20px; font-size: 20pt; text-align: center; 
    border: 3px solid #000; 
    border-radius: 25px;
    -moz-border-radius: 25px; 
    -webkit-border-radius: 25px;
}

nav ul { 
    list-style: none; 
    }
    
nav ul li {	
    color: #000; 
    font-size: 11pt; 
    font-weight: bold; 
    border-width: 3px 3px 0px 3px;
    border-style: solid;
    border-color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px; 
    -moz-border-radius-topright: 10px; 
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px; 
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px; 
    background: url("/img/nav.png") repeat-x;
    }
    
nav ul li a { 
    color: #000; 
    display: block; 
    text-decoration: none; 
    }
    
nav ul li a:hover {
    text-decoration: underline;
    }
    
footer { text-align: center; margin-bottom: 10px; font-size: 10pt; display: block; color: #937176;}
footer a { color: #937176; }

div.admin { float: right; background: #fefef2; border: 3px #000 solid; font-size: 10pt; margin: 20px; padding: 5px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}

div.item { width: 160px; height: 275px; text-align: center; margin: 20px 0px 0px 20px; overflow: hidden; font-size: 10pt;}
div.item h3 { margin: 0px; padding: 0px; font-size: 13pt; }
span.sale { color: #FF0000; font-weight: bold; }
div.photo { background: #e8e5d6; padding: 0px; border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; }
div.small { height: 150px; width: 150px; margin: 0px 5px 5px 5px; }
div.small img { height: 150px; width: 150px; border-width: 0px; }
div.big { height: 375px; width: 375px; margin: 20px; }
div.big img { height: 375px; width: 375px; border-width: 0px; }

div.gallery { width: 150px; text-align: center; margin: 20px 0px 0px 20px;}

div.input, div.submit { padding: 10px 0px; }
label { float: left; display: block; width: 135px; text-align: right; padding: 5px 20px; }
div.input input, div.input textarea { width: 400px; font-family: Verdana, Sans-Serif; font-size: 11pt; padding: 5px; }
div.input input[type="checkbox"] { width: auto; height: 28px; }
div.submit input { margin-left: 175px; width: 200px; font-family: Verdana, Sans-Serif; font-size: 11pt; padding: 5px; } 
div.input select { font-family: Verdana, Sans-Serif; font-size: 11pt; padding: 5px; }

fieldset { border: none; }
legend { font-weight: bold; font-size: 20pt; padding: 20px 0px 0px 20px; }

table { width: 100%; }
tr { background-color: #dbd8cc; }
tr.altrow { background-color: #e8e5d6; }
td { padding: 5px; }

div.paging { margin: 20px; text-align: center; }
div.disabled { margin: 20px; display: inline; }

ul { margin-left: 20px; padding-left: 40px; }

/* Notices and Errors */
div.message {
	color: #900;
	font-weight: bold;
    font-size: 14pt;
    padding: 20px 0px 0px 20px;
}
div.error-message {
	color: #900;
	font-weight: bold;
    margin-left: 175px;
    padding: 5px;
}
.error, .notice {
	color: #000;
	display: block;
	padding: 20px;
	margin: 1em 0;
	border-width: 3px 0px;
	border-style: solid;
	border-color: #000;
}

.error { background: #e3aaaa; }
.notice { background: #ffe992; }

.success { background: #c0f7c2; color: #000; }
