/* CSS for doctorschoicecoffee.com
	 Hand coded by Matthew Farnell
	 Copyright 2008 Matthew Farnell */

/* Body
-------------------------------*/
body {
	background: #561C00 url('/images/background.gif');
	font: 16px 'times new roman', times, serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-weight: bold;
}


/* Links
-------------------------------*/

a {
	color: #0000cc;
	text-decoration: underline;
}

a:hover, a.hover {
	text-decoration: none;
}


/* Layout
-------------------------------*/
#container {
	width: 740px;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

#header {
    width: 740px;
    height: 138px;
    background: url(/images/title-background.gif) repeat-x  #FAF8F3;
}

h1 {
    font-family: arial, sans-serif;
    font-size: 22px;
    color: #A33600;
    margin-bottom: 10px;
    padding: 0;
}

h2 {
    font-size: 18px;
    color: #A33600;
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0;
}

#header h1, #header h2 {
    width: 740px;
    height: 138px;
    background: url(/images/title.gif) no-repeat;
    margin: 0;
    padding: 0;
}

#header h1 span, #header h2 span {
    display: none;
}

#content {
    margin: 15px 15px 0 15px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#left-side {
    width: 340px;
    float: left;
}

#right-side {
    width: 340px;
    float: right;
}


/* Menu
-------------------------------*/
#menu {
	width: 740px;
	height: 28px;
	background: #A33600 url('/images/menu-background.gif') no-repeat 191px top;
	font: 16px arial;
	font-weight: bold;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	margin-right: 4px;
	padding: 4px 14px 4px 14px;
}

#menu ul li a:hover, #menu ul li a.active {
	background: #832B00;
	padding-bottom: 3px;
	color: #EBC685;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


/* Footer
-------------------------------*/

#footer {
    width: 740px;
    background: url('/images/footer-background.gif') repeat-x bottom;
    font-family:arial,sans-serif;
    font-size:11px;
    font-weight: normal;
    clear: both;
    margin-top: 5px;
}

a {
	color: #A33600;
}

a:hover, a.active {
	color: #832B00;
	text-decoration: none;
}

#left-footer {
    float: left;
    width: 470px;
    text-align: center;
    margin-top: 15px;
}

#right-footer {
    float: right;
    width: 260px;
    text-align: center;
    margin: 10px 0 10px 0;
}

#right-footer p {
margin: 0;
}

#left-footer ul {
	margin: 15px 0 0 25px;
	padding: 0;
	font-size: 12px;
}

#left-footer ul li {
	display: inline;
}

#left-footer ul li a {
	display: block;
	font-weight: bold;
	float: left;
	margin-right: 20px;
}

#left-footer a {
	color: #A33600;
}


/* Pictures
-------------------------------*/
.picture img {
    border: 1px #000 solid;
}

.picture {
    background: #E2D3B6;
    padding: 8px;
    border: #C0A062 solid 1px;
    width: 322px;
    margin: 4px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top {
    margin-top: 0;
}

.zero-border {
    border: 0;
}

.center {
    text-align: center;
}

#map {
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    border: #A33600 1px solid;
}

ol {
    margin-top: 0;
}


/* Shopping
-------------------------------*/
#cart {
    background: #551B00;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	margin-top: 19px;
	margin-bottom: 3px;
	text-align: right;
}

form {
    margin: 0;
    padding: 0;
}

.button {
	margin: 0;
	background: #A33600;
	padding: 0;
	width: 110px;
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

hr {
	margin: 0 0 5px 0; 
	color: #C0A062; 
	background: #C0A062;
	border: 0;
	height: 1px;
	clear: both;
}

html>body hr {
	margin-bottom: 15px; 
}
