/* 
Bordeaux:
	base color: #F7F2B2
	green: ADCF4F
	brown: 84815B
	burgundy: 4A1A2C
	pinkish: 8E3557
*/
	
body {
	padding:0px;
	margin:0px;
	background-color:#505075;
}

/*
==================================================== LAYOUT/TOPMATTER
*/

div.wideBox {
	width:968px;
	padding:0px;
	margin:0px auto 0px auto;
	background-color:#505075;
	background-image:url(shadow_r.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

div.mainBox {
	width:950px;
	margin:0px auto 0px auto;
	background-color:#ffffff;
}

#topLogo {
	width:950px;
	height:59px;
	margin:0px auto 0px auto;
	padding:0px;
	background-color:#ffffff;
}

#topLogo img {
	border:none;
}

/*
==================================================== NAVBAR
*/

#navbar {
	width:940px;
	height:35px;
	background-color:#ffffff;
	margin:0px auto 0px auto;
	padding:5px 5px 5px 5px;
}

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

#navbar li {
	color:#ffffff;
	float:left;
	display:block;
	width:85px;
	height:20px;
	text-align:center;
	vertical-align:top;
	margin:0px 5px 0px 5px;
	padding:0px;
}

#navbar li.selected {
	/*background-color:#84815B;*/
	color:#336633;
	font-weight:bold;
}

#navbar li.selected a {
	/*background-color:#84815B;*/
	color:#006600;
	font-weight:bold;
}

#navbar a {
	display:block;
	width:85px;
	color:#cc00cc;
	text-decoration:none;
}
#navbar a:hover {
	/*background-color:#84815B;*/
	color:#006600;
}

/*
==================================================== CATEGORIES
*/

#categories {
	float:left;
	width:150px;
	margin:30px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	font-size:125%;
}

#categories h1 {
	margin:15px 0px 5px 0px;
	padding:0px;
	font-size:100%;
	font-weight:bold;
}

#categories a {
	text-decoration:none;
	color:#cc00cc;
}

#categories ul {
	list-style-position:inside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#categories ul li ul {
	font-size:70%;
	padding:2px 0px 2px 10px;
}

#categories li.selected a {
	/*background-color:#84815B;*/
	color:#006600;
}

#categories ul li ul li.selected {
	/*color:#ADCF4F;*/
	/*background-color:#4A1A2C;*/
	padding-top:2px;
	padding-bottom:2px;
}

#categories ul li ul li.selected a {
	color:#000000;
	font-weight:bold;
}

#categories .nolink {
	margin-top:20px;
	color:#999999;
}

#categories .soon {
	font-size:50%;
	color:red;
	vertical-align:top;
	padding:0px 0px 0px 10px;
	margin:0px;
}

#categories input.viewCart {
	width:100px;
	height:50px;
}

/*
==================================================== CONTENT
*/

#mainContent {
	width:760px;
	min-height:400px;
	margin:0px 9px 0px auto;
	padding:10px 0px 0px 0px;
	clear:none;
}

#mainContent h1 {
	margin:0px;
	padding:0px;
	font-size:130%;
	font-weight:bold;
}

#mainContent h2 {
	margin:0px;
	padding:0px;
	font-size:80%;
	font-weight:normal;
}

/*
==================================================== HOME
*/

#home h1 {
	font-size:130%;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	padding:0px;
}

/*
==================================================== PRODUCT PAGE
*/
td.product {
	vertical-align:top;
}

img.thumb {
	vertical-align:top;
	margin:0px;
	padding:0px;
	border:none;
}

table.customize {
	margin: 15px auto 15px auto;
	font-size:80%;
}

td.label {
	padding:0px 7px 0px 0px;
}

select.productDrop {
	width:200px;
}

input.productQuantity {
	width:50px;
	border:solid #cccccc 1px;
}

#sizeTabs {
	text-align:right;
	border-bottom: solid black 1px;
	margin:0px 30px 0px 0px;
}

#sizeTabs a, #sizeTabs a:visited {
	margin:1px 5px 1px 5px;
	padding:4px 10px 1px 10px;
	background-color:#000000;
	color:#ffffff;
}

#sizeTabs a.current, #sizeTabs a.current:visited {
	margin:1px 5px 1px 5px;
	padding:4px 10px 1px 10px;
	background-color:#666666;
	color:#ffffff;
}
table.oneOffItem {
	border-top:none;
	border-right:none;
	border-bottom:solid #cccccc 1px;
	border-left:none;
	width:730px;
}

div.sold {
	color:#cccccc;
	font-style:italic;
}

a.itemLink {
	font-size:9pt;
	color:#000099;
	text-decoration:none;
}

span.itemNumber {
	color:#999999;
}

/*
==================================================== VENDING
*/

#schedule h1 {
	font-size:130%;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	padding:0px;
}

th.schedule {
    font-weight:bold;
    text-align:center;
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
    border-color: #9900ff;
}
td.schedule {
    text-align:center;
    color: #339933;
}
a.schedule {
    text-decoration: underline;
    color: #339933;
}

/*
==================================================== NEWSLETTER
*/

#newsletter h1 {
	font-size:130%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#newsletter hr {
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:solid #505075 1px;
	margin:20px 0px 20px 0px;
}

/*
==================================================== FAQ
*/

#faq {
}

#faq h1 {
	font-size:130%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0px;
}

#faq h2 {
	font-weight:bold;
	font-size:100%;
	margin:0px;
	padding:0px;
}

/*
==================================================== ABOUTUS
*/

#about h1 {
	font-size:130%;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	padding:0px;
}

/*
==================================================== CONTACT
*/

#contact {
}

#contact h1 {
	font-size:130%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#contact h2 {
	font-weight:bold;
	font-size:110%;
	margin:12px 0px 6px 0px;
	padding:0px;
}

/*
==================================================== TESTIMONIALS
*/

#testimonials {
}

#testimonials h1 {
	font-size:130%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#testimonials blockquote {
	/*
	background-image:url(/images/quote.jpg);
	background-repeat:no-repeat;
	background-position:top-left;
	*/
	margin-left:0px;
	text-align:justify;
	min-height:30px;
}

#testimonials div.q {
	text-align:right;
	font-style:italic;
	margin-right:40px;
}

/*
==================================================== CHARTS
*/

table.sizing {
	margin: 2px auto 5px auto;
	border-top:solid #cccccc 1px;
	border-left:solid #cccccc 1px;
}

table.sizing td {
	border-right:solid #cccccc 1px;
	border-bottom:solid #cccccc 1px;
	margin:0px;
	padding:3px;
	text-align:center;
}

table.sizing td.l {
	text-align:left;
	border-right:solid black 2px;
}

table.sizing td.first {
	border-bottom:solid black 2px;
}

#shippingTables h1 {
	margin:10px 0px 10px 0px;
}

h1.sizingCharts {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*
==================================================== CART
*/

#cart {
	width:650px;
}

#cart th {
	font-weight:bold;
	text-align:center;
	padding:3px;
	border-right:solid black 1px;
	border-bottom:solid black 2px;
}

#cart th.f {
	border-left:solid black 1px;
}

#cart td {
	border-right:solid black 1px;
	border-bottom:solid black 1px;
	padding:3px;
	vertical-align:middle;
}

#cart td.f {
	border-left:solid black 1px;
	text-align:right;
}

#cart td.r {
	text-align:right;
}

#cart td.n {
	border-left:none;
	border-top:none;
	border-bottom:none;
}

#cart small {
	font-size:75%;
}

/*
==================================================== CHECKOUT CONFIRM/ADDRESSES
*/

#checkoutAddresses input.text {
	width:250px;
	border:solid #cccccc 1px;
}

#checkoutAddresses input[type=text] {
	width:250px;
	border:solid #cccccc 1px;
}

#checkoutAddresses textarea {
	width:250px;
	height:50px;
	border:solid #cccccc 1px;
}

/*
==================================================== FOOTER
*/

#copyright {
	font-family:Arial, sans-serif;
	font-size:50%;
	text-align:center;
	padding-top:5px;
	padding-bottom:3px;
}

#mainBoxBottom {
	width:968px;
	height:14px;
	padding:0px 0px 0px 0px;
	margin:0px auto 10px auto;
	background-image:url(shadow_b.jpg);
	background-repeat: repeat-x;
}
#mainBoxBottom * {
	vertical-align:top;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

