/* reset
--------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, 
img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
table, td, th {
	vertical-align: middle;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
a img {
	border: none !important;
	}

/* typography
--------------------------------------------------------- */

body {
	font-size: 75%;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 0.5em;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.5em;
	}
h4 {
	font-size: 1.3em;
	}
h5 {
	font-size: 1.2em;
	}
h6 {
	font-size: 1em;
	}
p {
	margin: 0 0 10px;
	}
blockquote {
	margin: 1.5em 1em;
	}
strong {
	font-weight: bold;
	color:#B53F7C;
	}
em, dfn {
	font-style: italic;
	}
dfn {
	font-weight: bold;
	}
sup, sub {
	line-height: 0;
	}
abbr, acronym {
	border-bottom: 1px dotted #666;
	}
address {
	margin: 0 0 1.5em;
	font-style: italic;
	}
del {
	text-decoration: line-through;
	}
pre, code {
	margin: 1.5em 0;
	white-space: inherit;
	}
html>body pre,
html>body code {
	white-space: pre;
	}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
	}
li ul, li ol {
	margin: 0 2em;
	}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
	}
ul {
	list-style-type: disc;
	}
ol {
	list-style-type: decimal;
	}
dl {
	margin: 0 0 1.5em 0;
	}
dl dt {
	font-weight: bold;
	}
dd {
	margin: 0 0 1em 1.5em;
	}
table {
	margin-bottom: 1.4em;
	width: 100%;
	}
th {
	font-weight: bold;
	}
th, td {
	padding: 4px 10px 4px 5px;
	}
tfoot {
	font-style: italic;
	}
caption {
	background: #eee;
	}
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
	}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
	}
.hide {
	display: none;
	}

/* forms
--------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
	}
label {
	font-weight: bold;
	}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	}
legend {
	font-weight: bold;
	font-size: 1.2em;
	}
input.text, input.title, textarea, select {
	margin: 0.5em 0;
	}
input.text:focus, input.title:focus, 
textarea:focus, select:focus {
	border: 1px solid #666;
	}
input.text, input.title {
	width: 300px;
	padding: 5px;
	}
input.title {
	font-size: 1.5em;
	}
textarea {
	padding: 5px;
	}

/* misc
--------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
* html .clearfix {
	height: 1%;
	}
*:first-child+html .clearfix {
	min-height: 1px;
	}
.clearfix {
	display: block;
	}
.clear {
	clear: both;
	}
	
	
	

/* LAYOUT
--------------------------------------------------------- */
BODY
{
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*background: #FFF url(../img/layout/bg.jpg) repeat-x fixed top left;*/
	background:#F1ECB4 url(../img/layout/back.jpg) no-repeat top center;
}
A:link, A:visited
{
	color: #B53F7C;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}

.pads
{
	width: 960px;
	margin: 0 auto;
}
#container
{
}
#wrapper
{
	width: 100%;
	float: left;
}
#content
{
	margin: 0 340px 0 4px;
	padding: 10px 0 0;
	
}
BODY.home #content
{
	padding: 0;
}

.inner
{
	padding: 10px 15px;
	border-bottom: 2px solid #F1F1F1;
}
.page-title
{
	margin: 0 0 20px;
	padding: 5px 5px 0;
	font-size: 1.8em;
	font-weight: normal;
	line-height: normal;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.category
{
	padding: 10px 0px;
	border-bottom: 2px solid #F1F1F1;
}

.category-title
{
	clear: both;
	margin: 0 15px 10px;
	padding: 5px;
	font-size: 1.4em;
	font-weight: bold;	
	line-height: 1em;
	border: 1px solid #CCC;
	border-width: 1px 0;
}

#sidebar
{
	float: right;
	width: 320px;
	margin: 0 0 0 -330px;
}
#header .pads
{
	padding: 15px 0 5px;
}
#header #site-logo
{
	float: left;
	line-height: 0;
	margin-top:-10px;
}

#top
{
	background: url(../img/layout/bg-top.png) repeat-x 0 100%;
}
#top UL
{
	margin: 0;
	padding: 6px 0;
	float: right;
	list-style: none;
}
#top LI
{
	margin: 0;
	padding: 0 0 0 15px;
	position: relative;
	float: left;
}
#top A:link, #top A:visited
{
	color: #000;
}
#top A:hover
{
	color: #B53F7C;
	text-decoration: none;
}

#menu .pads
{
	position: relative;
	background: #333;
	z-index: 999;
}
#menu UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu UL UL
{
	left: 0;
	top: 34px;
	width: 170px;
	display: none;
	position: absolute;
	background: #333;
}
#menu UL UL UL
{
	top: -1px;
	left: 170px;
}
#menu LI
{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border-right: 1px solid #333;
}
#menu LI LI
{
	margin: 0;
	float: none;
	border: none;
	line-height: 0;
	border-bottom: 1px solid #222;
}
#menu A
{
	display: block;
	padding: 10px 15px;
	font-weight: bold;
	line-height: 1.2em;
	position: relative;
}
#menu A:link, #menu A:visited
{
	color: #FFF;
}
#menu A:hover, #menu .current-cat A
{
	background: #b53f7c;
	text-decoration: none;
}
#menu LI:hover A, #menu .current-cat LI A, #menu .current-cat-parent LI A
{
	background: #333;
}
#menu LI:hover A:hover, #menu .current-cat LI A:hover, #menu .current-cat-parent LI A:hover, #menu .current-cat-parent
{
	background: #b53f7c;
}
#menu LI LI A
{
	width: 140px;
	float: none;
	display: block;
}
#menu .sub_list
{
	padding-left: 15px;
	background: transparent url(../img/layout/arrow-down.png) no-repeat 11px 3px;
}
#menu .sub_sub_list
{
	width: 9px;
	height: 6px;
	padding-left: 15px;
	background: url(../img/layout/arrow-right.png) no-repeat 9px 5px;
}
#menu .cart
{
	float:right;
	background: #b53f7c;
	text-decoration: none;
}
#container .pads
{
	padding: 10px 0 0;
	/*background: #F1F1F1;
	border-bottom: 10px solid #333;*/
}
BLOCKQUOTE
{
	color: #0AE !important;
	padding: 0 10px 0 25px;
	background: url(../img/layout/quote.png) no-repeat 0 0;
	font-size: 25px;
	line-height: 0.9em;
	letter-spacing: 0em;
}
.entry-content UL
{
	margin: 0 0 0 10px;
	list-style: none;
}
.entry-content UL UL
{
	margin: 0 0 10px;
}
.entry-content UL LI
{
	padding: 0 0 0 13px;
	background: url(../img/layout/bullet-list-bw.gif) no-repeat 0 8px;
}
.entry-content OL LI
{
	padding: 0;
	background: none;
}
IMG.aligncenter, IMG[align="center"]
{
	margin: 0 auto;
	display: block;
}
.alignleft
{
	float: left;
}
IMG.alignleft, IMG[align="left"]
{
	float: left;
	margin: 5px 10px 0 0;
}
.alignright
{
	float: right;
}
IMG.alignright, IMG[align="right"]
{
	float: right;
	margin: 5px 0 0 10px;
}








/* Footer style */

#footer
{
	padding: 25px 0 10px;
	color: #222;
	width:960px;	
	height:60px;	
	margin:0 auto;
	background: url(../img/layout/bg-footer.png) repeat-x 0 10px;
}
#footer p {
	float:left;
	margin-left:14px;
	
}
#footer UL
{
	margin: 0;
	padding: 0px 0;
	float: left;
	list-style: none;	
}
#footer LI
{
	margin: 0;
	padding: 0 0 0 15px;
	position: relative;
	float: left;
}
#footer A:link, #footer A:visited
{
	color: #000;
}
#footer A:hover
{
	color: #B53F7C;
	text-decoration: none;
}

#impel{ float:right; margin:5px 10px 0 0;width:65px;padding-top:0;}

#impel a { display:block; width:65px; height:20px; text-indent:-9999px; background: transparent url(../img/layout/impel_logo.gif) top left no-repeat; }

#impel a:hover { background: transparent url(../img/layout/impel_logo.gif) top right no-repeat; }


/* Homepage */

#home_content
{
	margin: 0 4px 0 4px;
	padding: 10px 0px 0;
	/*background: #FFF;*/
}	

#banner
{
	height: 250px;
	padding: 0 5px;
	overflow: hidden;
	position: relative;
	border-bottom: 10px solid #F1F1F1;
	
}	

.home_text
{
	margin: 0 0px 0 0px;
	padding: 10px 20px 10px 20px;
	font-weight:bold;
	font-size:13px;
	background: url(../img/layout/bg-home.png) repeat-x;
	
}
.home_text h1
{
	color:#b32568;
}
.home_text h2
{
	color:#b32568;
	font-size:14px;
}
.flash
{
	float:right;
	margin-bottom:50px;
}
.tree
{
	float:right;
	
}
.box {
	
	width: 260px;
	float: left;
	height: 150px;
	padding:5px 25px 25px 25px;	
	margin: 5px 11px 5px 0;	
	color: #ffffff;
}
.last{		
	margin-right:0px;	
}
.box1{		
	background-image: url(../img/layout/box1.jpg);
}
.box2{		
	background-image: url(../img/layout/box2.jpg);
}
.box3{		
	background-image: url(../img/layout/box3.jpg);
}


.box h3{
font-size: 29px;
color: #ffffff;
text-decoration: none;
height: 85px;
}

.box img{
vertical-align:middle;
}

a.button, a.button:link, a.button:visited {
		display: block;
		float:left;
		height: 36px;
		line-height: 24px;
		margin:0px 0 0px 10px;
		padding:8px 0 0px 0px;
		width: 150px;
		background: url(../img/layout/button.png) no-repeat top center;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		color: #b32568;		
		text-decoration: none;
	}
		a.button:hover {
			background: url(../img/layout/button_hover.png) no-repeat top center;
			
		}
