/* ------------------------------------
Shine Style Sheet (screen)
version: 1.0
author: jane mcdevitt
email: jane@maraid.co.uk
website: http://www.maraid.co.uk
------------------------------------- */


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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



/*typography and colours
--------------------------------------*/

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#dbe120;
	}
	
h1 {
	font-size:190%;
	margin-bottom:45px;
	color:#b1c903;/*green*/
	font-weight:normal;
	text-align:center;
	margin-right:32px;
	}
	
h1.home {
	float:none;
	display:block;
	}
	
h2 {
	margin-bottom:5px;
	color:#b1c903;
	font-size:190%;
	}	

	
p {
	line-height:1.6em;
	margin-bottom:1em;
	}	
	
p.intro {
	margin-bottom:2em;
	}
	
p.prodintro {
	margin-bottom:1.8em;
	}	
	
#content1 p {
	padding-right:32px;
	}
	
a {
	color:#333;
	}		
	
a:hover {
	color:#666;
	}	
	
p.basket {
	font-size:80%;
	color:#333;
	float:right;
	margin:20px 32px 0 0;
	background:url(../images/cart-icon.gif)  no-repeat 0 50%;
	padding-left: 22px;
	}
	
p.basket a {
	color:#333;
	text-decoration:none;
	border-bottom: 1px solid #e4e4e4;
	}	
	
p.basket a:hover {
	color:#666;
	text-decoration:none;
	border-bottom: 1px solid #e4e4e4;
	}	
	
#footer p {
	text-align:center;
	margin:0;
	color:#999;
	}
	
#content1 .productwrapper p {
	margin:10px 0 0 0;
	color:#333;
	padding:0;
	}
	
#content1 .productwrapper p a {
	color:#999;
	font-weight:bold;
	text-decoration:none;
	}	
	
#content1 .productwrapper p a:hover {
	color:#B1C903;
	text-decoration:underline;
	}	
	
#shoppics p {
	float:right;
	color:#666;
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
	}	
	
p.products {
	color:#333;
	float:left;
	}
	
p.numbers {
	float:right;
	color:#333;
	}	
	
p.underline {
	border-bottom:2px solid #EEEEEF;
	width:700px;
	padding-bottom:20px;
	left:-8px;
	}	
	
a.add {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    background-color:#e0d851;
    color: #363636;
    font-size: 100%;
	font-weight:bold;
    padding: 8px 12px;
    position: relative;
	border:none;
	text-decoration:none;
	}
	
a.add:hover {
	background-color: #363636;
    color: #fff;
	}	
	
p.add {
	margin:2em 0 4em 0;
	}


/*structure
--------------------------------------*/



#wrapper {
	text-align:left;
	width:978px;
	margin:0 auto 20px auto;
	background-color:#FFF;
	border:#cad01d 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#content1 {
	background:url(../images/home-content-tile.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:25px 0 32px 32px;
	}
	
#footer {
	background:url(../images/footer-bkg.jpg) bottom center repeat-x #fff;
	padding: 38px 0 22px 0;
	}
	
.mission {
	margin:32px;
	}
	
.productwrapper {
	width:232px;
	float:left;
	margin:0 20px 20px 0; 
	height:auto !important;
	min-height: 310px;
	height:310px;

	}
	
	
.product {
	width:230px;
	height:230px;
	background:url(../images/product-bkg.gif) no-repeat top center #fff;
	text-align:center;
	padding:1px
	}

.product img {
	margin:auto;
	}
	
#shoppics {
	width:216px;
	float:right;
	margin:10px 30px 0 30px;
	}
	
#shoppics img {
	border-bottom: 5px solid #b1c903;
	}
		
#innercontent {
	float:right;
	width:760px;
	}
	
#facebook {
	margin-top:40px;
	}
	
#facebook p {
	font-weight:normal;
	margin: 0 0 5px 0;
	font-size:90%;
	}	

/*navigation
--------------------------------------*/

#othernav {
	width:978px;
	margin:0 auto;
	text-align:right;
	font-size:80%;
	}
	
#othernav ul {
	float:right;
	margin-right:22px;
	}

#othernav li {
	float:left;	
	list-style-type:none;	
	}
	
#othernav a {
	float:left;
	text-decoration: none;
	color:#333;
	padding:9px 10px;
	border-bottom: 0;
	}
	
#othernav a:hover {
	color:#fff;
	}
	
#sidenav {
	float:left;
	color:#000;
	font-weight:bold;
	width:160px;
	}
	
#sidenav ul, #sidenav ul ul {
	list-style-type:none;
	}
	
#sidenav li {
	line-height:200%;
	}
	
#sidenav ul a {
	color:#999;
	text-decoration:none;
	padding-left:20px;
	background:url(../images/bullet-side.gif) no-repeat 0 50%;
	}	
	
#sidenav ul a:hover {
	color:#B1C903;
	}		

	
#sidenav ul ul a {
	color:#999;
	text-decoration:none;
	}		
	
	

/*shopping basket
--------------------------------------*/	

table {
	width:750px;
	margin:10px 0 24px 0;
	position:relative;
	left:-8px;
	border-bottom: 2px solid #eeeeef;
	padding-bottom:15px;
	
	}

	
th {
	color:#b1c903;
	}
	
td, th {
	padding:6px;
	}
	
p.quantity {
	float:right;
	color:#999;

	}
	
p.total {
	border:2px solid #eeeeef;
	padding-top:6px;
	padding-bottom:6px;
	width:150px;
	text-align:center;
	margin-bottom:10px;
	}	
	
	

/*images
--------------------------------------*/

.logo {
	margin:38px 0 28px 60px;
	}

img {
	border:none;
	}
	
.paypalbut {
	position:relative;
	left:-8px;
	margin-bottom:40px;
	}
	
img.largeproduct {
	margin-bottom:1em;
	}

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

.provide {
	float:right;
	padding-right:32px;
	color:#999;
	}

/*other
--------------------------------------*/
	
.clear {
	clear:both;
	}	
	
.hidden {
	display:none;
	}		

