/* ---------Imported Styles---------*/

@import url(reset.css);
@import url(classes.css);

body
{
	color: #333;
	font-family: Verdana, Arial, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	background: #603826;
	text-align: center;
	/* Centers in IE 5 browsers. */
	margin-bottom: 18px;
}

/* forces scrollbars */
html
{
	height: 100%;
	margin-bottom: 1px;
}

/* Sets the style for unvisited links. */
a, a:link, a:visited
{
	color: #9A5E2A;
	text-decoration: underline;
	outline: none;
	cursor: hand;
}

/* Sets the style for links on mouseover. */
a:hover, a:focus, a:active
{
	color: #391A0E;
	text-decoration: underline;
}

a img, a:link img, a:visited img, a:hover img,  a:focus img, a:active img
{
	border-style: none;
	outline: none;
	text-decoration: none !important;
	outline-width: 0;
	border: 0 !important;
}

a:active { outline: none; }

/*heading styles*/
h1, h2, h3, h4, h5, h6
{
	color: #9D291A;
	line-height: normal;
	font-family: "Helvetica Rounded", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: 500;
}

h1
{
	font-size: 2em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.25em 0;
	font-weight: 700;
	color: #000;
}

h2
{
	font-size: 1.67em;
	margin: 0 0 0.33em 0;
	padding: 0 0 0.25em 0;
	text-transform: lowercase;
	letter-spacing: 0.0375em;
	color: #3DB45C;
}

h3
{
	font-size: 1.38em;
	margin: 0 0 0.25em 0;
	padding: 0.125em 0;
}

h4
{
	font-size: 1.25em;
	margin: 0.5em 0 0 0;
}

h5
{
	font-size: 1.11em;
	margin: 0.5em 0 0 0;
	font-weight: 500;
}

h6
{
	font-size: 1.05em;
	margin: 0.5em 0 0 0;
	font-weight: 600;
}

/*tags*/
p
{
	margin: 0.33em 0 1em 0;
	line-height: 1.6;
}

ul, ol, dl
{
	margin: 1em 0;
	padding-left: 2.5em;
}

ul li { list-style: square outside; }
ol li { list-style: decimal outside; }
dt { margin: 0.5em 0 0 0; }
dl dd { margin: 0.25em 0 0.5em 1em; }

pre, code, tt
{
	font: 100% "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace;
	margin: 1em 0;
}

code, tt
{
	border-bottom: 1px solid #E3E3E3;
	padding: 0 1px;
}

small { font-size: 85%; }
big { font-size: 115%; }

sup
{
	font-size: smaller;
	vertical-align: 0.5em;
	line-height: 1px;
}

em, i
{
	font-style: italic;
	font-weight: normal;
}

strong, b { font-weight: bold; }

/*indicating to users that more info is available */
abbr, acronym
{
	background: #FFF;
	padding-left: 0.2em;
	padding-right: 0.2em;
	border-bottom: dotted #000 1px;
	cursor: help;
}

/*containers*/
#outerWrapper
{
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

#outerWrapper #contentWrapper
{
	width: 960px;
	height: auto;
	background-image: url(../images/contentwrapper-bg.gif);
	background-repeat: repeat-y;
}

/*sidebar*/
#outerWrapper #contentWrapper #sidebar
{
	background: #F16251;
	width: 300px;
	padding: 30px 0 0;
	float: left;
}

#outerWrapper #contentWrapper #sidebar #brand
{
	margin: 0 auto 30px;
	text-align: center;
}

#outerWrapper #contentWrapper #sidebar #extra
{
	padding: 0;
	margin: 0 40px;
}

#outerWrapper #contentWrapper #sidebar #extra h2 { color: #FFF; }

#outerWrapper #contentWrapper #sidebar #extra ul
{
	margin: 0 0 1em;
	padding-left: 0;
	text-align: left;
	list-style-type: none;
}

/*top Navigation*/
#outerWrapper #contentWrapper #topNavigation
{
	background: #F16251;
	margin: 0;
	padding: 0;
	width: 660px;
	float: left;
}

#outerWrapper #contentWrapper #topNavigation ul
{
	height: 4em;
	border: 0;
	margin: 30px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#outerWrapper #contentWrapper #topNavigation ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#outerWrapper #contentWrapper #topNavigation ul li a
{
	background: #F16251;
	width: 80px;
	height: auto;
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 14px/18px "Helvetica Rounded", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.0375em;
}

#outerWrapper #contentWrapper #topNavigation ul li a:hover,
#outerWrapper #contentWrapper #topNavigation ul li a:active,
#outerWrapper #contentWrapper #topNavigation ul li a:focus { color: #603826; }
#outerWrapper #contentWrapper #topNavigation ul li#cookies a { text-align: left; }
#outerWrapper #contentWrapper #topNavigation ul li#home a { margin-left: 120px; }
#homepage #outerWrapper #contentWrapper #topNavigation ul li#home a,
#cookiespage #outerWrapper #contentWrapper #topNavigation ul li#cookies a,
#buzzpage #outerWrapper #contentWrapper #topNavigation ul li#buzz a,
#buypage #outerWrapper #contentWrapper #topNavigation ul li#buy a,
#aboutpage #outerWrapper #contentWrapper #topNavigation ul li#about a,
#contactpage #outerWrapper #contentWrapper #topNavigation ul li#contact a { color: #A30000; }


/*B0171F*/
/*content*/
#outerWrapper #contentWrapper #content
{
	margin: 0 0 0 300px;
	padding: 105px 20px 20px 40px;
	background: #FFF;
	width: 520px;
}

#outerWrapper #contentWrapper #content h1
{
	letter-spacing: 0.05em;
	font-weight: 700;
	text-transform: uppercase;
}

#outerWrapper #contentWrapper #content ul { padding-left: 0; margin-bottom: 0; }

#outerWrapper #contentWrapper #content ul li
{
	list-style-type: none;
	margin-bottom: 0.25em;
}

#outerWrapper #contentWrapper #content blockquote#featured
{
	background: #F8CA9D;
	border-left: 10px solid #F1A051;
	margin: 1.5em 30px 1.5em 0;
	padding: .5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

#outerWrapper #contentWrapper #content blockquote#featured:before
{
	color: #B5875B;
	content: open-quote;
	font-size: 4em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em;
}

#outerWrapper #contentWrapper #content blockquote#featured p
{
	display: inline;
	font-size: 1.38em;
}

#outerWrapper #contentWrapper #content blockquote#featured p span { color: #666; }

#outerWrapper #contentWrapper #content blockquote#others
{
	margin: 0 60px 1.5em 0;
	padding: .5em 10px .5em 0;
	color: #333;
}

#outerWrapper #contentWrapper #content blockquote#others p.quote
{
	line-height: 1.333;
	font-style: italic;
	font-weight: 700;
	padding-top: 0.75em;
	margin-bottom: 0;
	font-size: 1.38em;
	color: #9D291A;
}

#outerWrapper #contentWrapper #content blockquote#others p.quote + p
{
	margin-top: 0.25em;
	font-size: 1.05em;
}

#outerWrapper #contentWrapper #content #products dl { padding-left: 0 !important; }

#outerWrapper #contentWrapper #content #products dd
{
	margin: 0 0 1em 0;
	font-size: larger;
}

#outerWrapper #contentWrapper #content #products dt
{
	font-size: 1.67em;
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: lowercase;
	letter-spacing: 0.0375em;
	color: #3DB45C;
}


/*footer*/
#outerWrapper #footer
{
	padding: 10px 10px 0 50%;
	height: 405px;
	color: #FFF;
	background-color: #F16251;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: 10px 0;
}

#outerWrapper #footer a
{
	color: #603826;
	margin-right: 1em;
}

#outerWrapper #contentWrapper .clearFloat
{
	clear: left;
	display: block;
}

/* Palette color codes */
/* Feel free to copy&paste color codes to your application */
.primary-1 { background-color: #F16451; }
.primary-2 { background-color: #B5655B; }
.primary-3 { background-color: #9D291A; }
.primary-4 { background-color: #F88B7D; }
.primary-5 { background-color: #F8A89D; }
.secondary-a-1 { background-color: #F1A051; }
.secondary-a-2 { background-color: #B5875B; }
.secondary-a-3 { background-color: #9D5B1A; }
.secondary-a-4 { background-color: #F8BA7D; }
.secondary-a-5 { background-color: #F8CA9D; }
.secondary-b-1 { background-color: #C94483; }
.secondary-b-2 { background-color: #974C6F; }
.secondary-b-3 { background-color: #831649; }
.secondary-b-4 { background-color: #E473A8; }
.secondary-b-5 { background-color: #E491B8; }
.complement-1 { background-color: #3DB45C; }
.complement-2 { background-color: #448756; }
.complement-3 { background-color: #14752D; }
.complement-4 { background-color: #6DDA8A; }
.complement-5 { background-color: #8ADA9F; }

/* end */


address
{
	font-family: "Bitstream Vera Mono", "Andale Mono", Courier, "Courier New", monospace;
	font-size: 12px;
	line-height: 140%;
	font-style: normal;
}

.grid2col,.grid2cola,.grid2colb,.grid2colc,.grid2cold,.grid2cole,.grid2colf,.grid2colg,.grid2colh,.grid3col,.grid3cola,.grid3colb,.grid3colc,.grid3cold,.grid4col,.grid5col,.grid6col
{
	width: 100%;
	overflow: hidden;
}

/* GRID */
.column { float: left; }
.grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col { width: 100%; }
.grid2col .column { width: 49%; }
.grid2col .grid2col .column { width: 47.8%; }
.grid3col .grid2col .column { width: 46%; }
.grid4col .grid2col .column { width: 45%; }
.grid2cola .column.first { width: 66%; }
.grid2cola .column.last { width: 32%; }
.grid2colb .column.first { width: 74.9%; }
.grid2colb .column.last { width: 23%; }
.grid2colb2 .column.first { width: 71.9%; }
.grid2colb2 .column.last { width: 26%; }
.grid2colc .column.first { width: 32%; }
.grid2colc .column.last { width: 66%; }
.grid2cold .column.first { width: 23%; }
.grid2cold .column.last { width: 74.9%; }
.grid2cole .column.first { width: 79%; }
.grid2cole .column.last { width: 19%; }
.grid2colf .column.first { width: 19%; }
.grid2colf .column.last { width: 79%; }

.grid3col .column
{
	width: 32%;
	margin-left: 2%;
}

.grid2col .grid3col .column { width: 31%; }

.grid3cola .column
{
	width: 58%;
	margin-left: 2%;
}

.grid3cola .column.first,
.grid3cola .column.last { width: 19%; }

.grid4col .column
{
	width: 23%;
	margin-left: 3%;
}

.grid5col .column
{
	width: 18.4%;
	margin-left: 2%;
}

.grid6col .column
{
	width: 15%;
	margin-left: 2%;
}

.column.first, .column.last { margin-left: 0 !important; }
.column.last { float: right !important; }

p.last, ul.last, ol.last, li.last
{
	_width: auto !important;
	_float: none !important;
}

 #content:after, .grid2col:after, .grid2cola:after, .grid2colb:after, .grid2colc:after, .grid2cold:after, .grid2cole:after, .grid2colf:after, .grid3col:after, .grid3cola:after, .grid4col:after, .grid5col:after, .grid6col:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contentWrapper, #content, .grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col { zoom: 1; }
