@import "reset.css";

/*--- Typography ---*/

body {
	background: #2F1210 url(../images/leaves.gif) center top no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #F26722;
	text-align: center;
	line-height: 1.5em;
}

strong {
	font-weight:bold;
	font-size:1.4em;
}

a {
	color: #F26722;
	text-decoration: none;
	font-size: 1em;
}
a:hover {
	color: #2F1210;
	text-decoration: underline;
}

h1, h2, h3, h4, p {
	margin-bottom: 10px;
}

h1 {
	font-size: 2em;
}

#content p {
	color: #2F1210;
}

/*--- Structure ---*/

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#head-wrapper {
	height: 115px;
}

#main-navigation {
	margin: 0px 0px 0px 220px;
	padding: 75px 0px 0px 0px;
}

#content-wrapper {
	background: #FFFFFF url(../images/horiz-leaf.png) center bottom no-repeat;
	border-top: 1px solid #978988;
	border-bottom: 1px solid #978988;
}

#side-navigation {
	padding-top: 39px;
}

#content {
	padding-bottom: 20px;
}

#footer-wrapper {
	margin-top: 15px;
}
#footer-wrapper h3 {
	text-transform: uppercase;
	font-size: 1em;
	text-align:right;
}

.inner {
	padding: 50px 30px 30px;
}

.left-col {
	width: 198px;
	float: left;
}

.right-col {
	width: 638px;
	float: left;
}

/*--- Navigation ---*/

#main-navigation ul {
	/*text-align: right;*/
	float: right;
}
#main-navigation li {
	/*display: inline;*/
	float: left;
	margin-left: 40px;
}
#main-navigation a {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #FFF;
}
#main-navigation a:hover {
	color: #F26722;
	text-decoration: none;
}

#top-nav-cart {
	
}

#side-navigation ul {

}

#side-navigation li {

}

#side-navigation a {

}

#side-navigation a.active {
	font-weight: bold;
}

.nav ul { padding-left: 15px; }

/*--- Elements ---*/
#main-logo {
	background: transparent url(../images/logo.png) left top no-repeat;
	position: absolute;
	margin-top: 10px;
	margin-left: -30px;
	width: 221px;
	height: 155px;
	cursor: pointer;
}
#main-logo h1 {
	display: none;
}

.cart-icon-white {
	background: transparent url(../images/cart-white.png) left top no-repeat;
	width: 26px;
	height: 24px;
	text-indent: 3000px;
}

/*--- Products ---*/
.p-description {
    font-size: 0.9em;
    line-height: 1.4em;
}


/*--- Forms ---*/
input, textarea {
	border: 1px solid #585858;
}

/*--- Shopping Cart ---*/
input.add-to-cart {
	background: transparent url(../images/cart-black.png) left top no-repeat;
	width: 26px;
	height: 25px;
}

.cart-table, .cart-table a, a.buynow {
	color: #000;
}

a.buynow:hover {
	text-decoration: none;
}

#dialog-disallowed-checkout a { text-decoration: underline; }

/*--- Utility Classes ---*/

.img_left 	{ float:left; margin:0px 15px 15px 0px; }

.img_right { float:right; margin:0px 0px 15px 15px; }


/*--- System Messages ---*/

.error-box, .message {
		padding: 0;
		margin: 0;
		line-height: 1;
}

.error-box p, .message p {
		padding: 10px 10px 10px 40px;
		margin: 10px 0;
		color: #000;
}

.error-box p.alert, .message p.alert {
		border: 1px solid #FFFF66;
		background: #FFFFCC url(../images/icons/error.png) 13px 10px no-repeat;
}

.error-box p.error, .message p.error{
		border:1px solid red;
		background:#FFE0E3 url(../images/icons/exclamation.png) 13px 10px no-repeat;
}

.error-box p.success, .message p.success{
		border:1px solid green;
		background:#C7F1B9 url(../images/icons/accept.png) 13px 10px no-repeat;
}

input.error, textarea.error {
	border:1px solid red;
	background: #FFE0E3;
	margin:0;
	padding:0;
}

