
/*====================*/
/*=== Reset Styles ===*/
/*====================*/
* {margin:0;padding:0;}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html { height:100%;
}
body {
	line-height: 1;
	color: black;
	background: #bccfb3;
	height:100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.6em;
	color:#202020;
	background-color:#663300;
}

a, a:visited {
	color:#cc6600;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	color:#cc6600;
}
h1 {
	font-size:2.0em;
	line-height:1.3em;
	margin:0.5em 0;
}
h2 {
	font-size:1.6em;
	line-height:1.3em;
	margin:1.5em 0 0.5em 0;
}
h3 {
	font-size:1.2em;
	line-height:1.0em;
	margin:0.5em 0;
}
h4 {
	text-align:right;
        vertical-align:top;
	margin-right:15px;
}
h2.first {
	margin-top:0;
}

p {
	margin-bottom:1em;
}
ol {
	list-style:decimal;
	padding-left:30px;
	margin-bottom:1.5em;
}
ul {
	list-style:disc;
	padding-left:25px;
	margin-bottom:1.5em;
}
li {
	padding:2px;
}

b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
code {
	font-family:Courier,"Courier New",Monaco,Tahoma;
	background:#A7B0BF;
	color:#333;
	padding:0px 2px;
	text-shadow:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
pre {
	background:#A7B0BF;
	padding:10px 20px;
	margin:1em 0;
	text-shadow:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:auto;
}
blockquote {
	font-style:italic;
	margin:0 0 10px 20px;
	padding-left:10px;
	border-left:3px solid #A7B0BF;
	font-size:14px;
}

/*========================*/
/*=== Structure Styles ===*/
/*========================*/
body {text-align:center;
}

.bg {
	z-index:-1;
	top:0px;
	height:100%;
	width:100%;
	margin:0px;
}

#headwrapper {
	z-index:1;
	position:absolute;
	left:50%; 
	margin-left:-370px; 
	top:0px;
	width:780px;
}

#fullwrapper {
   height:100%;
   position:relative;
   text-align:left;
}

#footpusher{
	overflow:auto;
}
	

	


#header {
	position:absolute;
	top:0px;
	left:0px;
	width:258px;
	height:198px;
	background-image:url(../images/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:2;
}


#header p, #header h1 {
	display:none;
}

#nav {
	position:absolute;
	top:10px;
	right:50px;
	height:88px;
	width:421px;
	text-indent:-9999px;
	margin: 0px;
	padding: 0px;
	z-index:2;
	overflow:hidden;
}

        
#nav a{
	float:left;
	position:relative;
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	cursor:pointer;
}
        
#about{
	width:130px;
	height:88px;
	background-position:top left;
	background-image:url(../images/about.png);
}

#about:hover,#about.hover{background-position:-130px;}

#menu{
	width:137px;
	height:88px;
	background-position:top left;
	background-image:url(../images/menu.png);
}

#menu:hover,#menu.hover{background-position:-137px;}
        
#contact{
	width:153px;
	height:88px;
	background-position:top left;
	background-image:url(../images/contact.png);
}

#contact:hover,#contact.hover{background-position:-153px;}

#lemonaid{
	position:absolute;
	top:90px;
	left:50%;
	margin-left:165px;
	width:250px;
	height:197px;
	background-image:url(../images/lemonaidbutton.png);
       	background-position:top left;
      	background-repeat: no-repeat;
	z-index:2;
}
#lemonaid:hover,#contact.hover{background-position:-251px;}

#crumpetwich{ position:absolute;
	top:300px;
	left:50%;
	margin-left:185px;
	width:200px;
	height:207px;
	background-image:url(../images/crumpetwich.png);
       	background-position:top left;
      	background-repeat: no-repeat;
	z-index:2;
}  

#slider {
	position:relative;
	float:right;
	margin:30px 30px 60px 30px;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
#slider a {
	border:0;
}


#contentwrapper {
	top:391;
	margin-left: 20px ;
 	margin-right: 20px ;
}

div.cart{ position:absolute;
	top:96px;
	left:50%;
	margin-left:-360px;
	width:677px;
	height:445px;
	background-image:url(../images/cart1.png);
       	background-position:top left;
      	background-repeat: no-repeat;
	z-index:1;
}
div.lemonaid{ position:absolute;
	top:87px;
	left:50%;
	margin-left:-375px;
	width:590px;
	height:550px;
	background-image:url(../images/lemonaid.png);
       	background-position:top right;
      	background-repeat: no-repeat;
	z-index:3;
}
div.lemonaidcontent{
	position:relative;
	padding-top:100px;
	width:170px;
	height:550px;
}
div.lemonaidcontent a{
	color: #444;
	text-decoration:underline;
	font-weight:bold;

}



div.box{
	position:absolute;
	width:550px;
	left:50%;
	margin-left:-375px;
	z-index:1;
	color:#333;
	top:190px;
	background-image:url(../images/cardmiddle.png);
	background-position:top left;
	background-repeat:repeat-y;
}

#cardtop{
	margin-top:-86px;
	padding-top:30px;
	width:550px;
	background-image:url(../images/cardtop.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:35px;
}

#cardcontent{
	width:475px;
	margin-left:30px;
		max-height:450px;
		overflow:auto;
}

#menucontent{
	width:505px;
		max-height:450px;
		overflow:auto;
}

#cardbottom{
	margin-bottom:-49px;
	width:550px;
	height:49px;
	background-image:url(../images/cardbottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#footer {
	position:relative;
	top:-35px;
	height:0px;
	clear:both;
	color:#BBB;
	font-size:80%;
	text-align:center;
	z-index:4;
	overflow:visible;
}

#footer a {
	color:#FFF;
}

/*Opera Fix for footer*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}


span.orange {	color:#cc6600;}

span.contactinfo {
	text-transform: uppercase; 
}


.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}



/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.pointer {
	cursor:pointer;
}

/* Sharper Thumbnails */
img {
	-ms-interpolation-mode:bicubic;
}

/* Wordpress Defaults */
img.alignright {float:right; margin:0 0 .7em 1em}
img.alignleft {float:left; margin:0 1em .7em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 .7em 1em}
a img.alignleft {float:left; margin:0 1em .7em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


