/*******************************************************************************
   Page Setup
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}


* a {
   	text-decoration: underline;
   	}

body {
   	background: url(../../images/common/bkgrd.gif) repeat #FFFFFF;
	text-align: center;
   	}

div#container {
	width: 748px;
	margin: 0 auto;
	margin-top: 25px;
	}

div#header {
	width: 748px;
	height: 161px;
	background: url(../../images/common/common_bkgrd.gif) top center no-repeat;
	}
	
div#main {
	width: 748px;
	background: url(../../images/common/main_bkgrd.gif) top center repeat-y;
	}
	
/*******************************************************************************
	Content
*******************************************************************************/
#content {
	width: 536px;
	float: right;
	min-height: 402px;
	height: auto !important;
	height: 402px;
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 13px;
	line-height: 1.46em;
	}
	
#content,
#content * {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
#content h1 {
	color: #934707;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 0.3em;
	}
	
#content h2 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.3em;
	padding-top: 0.6em;
	}
	
#content h3 {
	color: #aba698;
	font-size: 1.1em;
	font-weight: bold;
	}

#content h4 {
	color: #ABA698;
	font-size: 1.0em;
	font-weight: bold;
	}
	
#content h5 {
	color: #934707;
	font-size: 1.0em;
	font-weight: bold;
	}
	
#content hr {
	height: 0.4em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	background-color: #aba698;
	color: #aba698;
	}
	
#content p {
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	}
	
#content p.center {
	text-align: center;
	}
	
#content ul {
	margin-left: 1.35em;
	padding-bottom: 0.5em;
	}
	
#content ol {
	margin-left: 1.75em;
	padding-bottom: 0.5em;
	}

/* Our Coffee */
#content div.ourcoffee_label {
	float: left;
	width: 90px;
	height: 115px;
	margin-bottom: 10px;
	}

#content div.ourcoffee_desc {
	float: left;
	width: 410px;
	margin-bottom: 10px;
	}
	
/* Our Store */
#content div.ourstore_label {
	float: left;
	width: 90px;
	height: 115px;
	margin-bottom: 10px;
	}

#content div.ourstore_desc {
	float: left;
	width: 410px;
	margin-bottom: 10px;
	}
	
/* About MVR */
#content div.about_mvr {
	float: left;
	width: 340px;
	}

#content div.about_mvr_img {
	float: left;
	width: 170px;
	height: 230px;
	text-align: right;
	}
	
span.small {
	font-size: 10px;
	}

/*******************************************************************************
	Shopping Cart
*******************************************************************************/
div#shopping-cart-main {
	background: url(../../images/common/cart/cart_grad.gif) top center repeat-x;
	}

div#coffee {
	width: 168px;
	float: left;
	}

div#quantity {
	width: 168px;
	float: left;
	}

div#frequency {
	width: 198px;
	float: right;
	}
	
div#shipping {
	width: 268px;
	float: left;
	}

div#coupon {
	width: 268px;
	float: left;
	margin-bottom: 10px;
	}
	
div#controls {
	width: 526px;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;
	}
	
div#total {
	width: 486px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin-right: 50px;
	padding-top: 10px;
	}
	
div#checkout {
	width: 526px;
	margin-top: 20px;
	text-align: right;
	margin-right: 10px;
	padding-bottom: 10px;
	}
	
div#disclaimer {
	width: 526px;
	margin-top: 10px;
	text-align: center;
	}
	
table#cart-table {
	width: 536px;
	font-size: 12px;
	}

table#cart-table tbody tr {
	width: 536px;
	}
	
table#cart-table tbody tr td {
	border-bottom: 1px solid #aba698;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
table#cart-table tbody tr td.label-col {
	width: 45px;
	text-align: left;
	}
	
table#cart-table tbody tr td.coffee-col {
	width: 160px;
	text-align: left;
	}

table#cart-table tbody tr td.quantity-col {
	width: 81px;
	text-align: left;
	}

table#cart-table tbody tr td.frequency-col {
	width: 80px;
	text-align: left;
	}
	
table#cart-table tbody tr td.price-col {
	width: 55px;
	text-align: left;
	}

table#cart-table tbody tr td.remove-col {
	width: 115px;
	text-align: left;
	}
	
table#invoice-table {
	width: 536px;
	}
	
table#invoice-table thead tr td {
	border-bottom: 1px solid #ABA698;
	}
	
table#invoice-table tbody tr td {
	padding-top: 5px;
	}
	
table#invoice-table tbody tr td.shipping {
	padding-top: 15px;
	}
	
table#invoice-table tbody tr td.total {
	padding-top: 15px;
	}
	
span#total-header {
	color: #504943;
	}
	
select#selectCoffee,
select#selectQuantity,
select#selectFrequency {
	width: 155px;
	}
	
select#selectShipping {
	width: 200px;
	}
	
input#textCoupon {
	width: 200px;
	}
	
img.card_logo {
	padding-left: 2px;
	}
	
/*******************************************************************************
	Account Form
*******************************************************************************/
table.account-table tr td {
	padding-bottom: 5px;
	}
	
table.account-table tr td.account_col {
	width: 100px;
	}
	
table.recurring-table tr td {
	padding-right: 10px;
	padding-bottom: 5px;
	}
	
input.txt {
	width: 150px;
	}
	
select.sel {
	width: 154px;
	}

input.txt_sml {
	width: 40px;
	}
	
div#section1,
div#section2,
div#section3,
div#section4,
div#section5,
div#section6 {
	display: none;
	}
	
a#link1,
a#link2,
a#link3,
a#link4,
a#link5,
a#link6 {
	text-decoration: none;
	font-weight: normal;
	}

/*******************************************************************************
	Nav
*******************************************************************************/
div#nav {
	width: 186px;
	float: left;
	padding-left: 4px;
	padding-right: 1px;
	}
	
div#our-coffee {
	padding-bottom: 3px;
	}
	
div#our-store {
	padding-bottom: 3px;
	}

div#perfect-brew {
	padding-bottom: 3px;
	}

div#perfect-shot {
	padding-bottom: 3px;
	}

div#your-account {
	padding-bottom: 3px;
	}
	
div#order-now {
	
	}

/*******************************************************************************
	Header
*******************************************************************************/
div#header a#headerLink {
	display: block;
	position: relative;
	width: 171px;
	height: 118px;
	top: 21px;
	left: 288px;
	text-decoration: none;
	}

/*******************************************************************************
	Footer
*******************************************************************************/
div#footer {
	width: 748px;
	padding-top: 25px;
	text-align: center;
	background: url(../../images/common/footer_bkgrd.gif) top center no-repeat;
	}

div#footer-nav {
	padding-bottom: 25px;
	}

div#footer-nav ul {
	list-style: none;
	font-size: 0px;
	padding-top: 10px;
	width: 442px;
	margin: 0 auto;
	}

div#footer-nav ul li {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	border-right: 1px solid #FFFFFF;
	}

div#footer-nav ul li.last {
	border-right: 0px;
	}

div#footer-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

div#footer-nav ul li a:hover {
	text-decoration: underline;
	}

div#footer-copyright {
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #848180;
	}

div#curious {
	float: left;
	}

div#curious a {
	text-decoration: none;
	color: #848180;
	}

div#curious a:hover {
	text-decoration: underline;
	}

div#copyright {
	float: right;
	}
	
div#copyright a.hidden {
	text-decoration: none;
	color: #848180;;
	}
	
/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}