/*
colors

yellow: #FEFFCB
green: #4E853F
light green #A7BF67
*/

body, p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;  
	line-height: 18px;
}			  

h1, h2, h3, p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 18px 0;
}

a:link {
color: #800000; 
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #800000; 
font-weight: bold;
text-decoration: underline; 
}

a:hover {
color: #4E853F; 
font-weight: bold;
text-decoration: underline; 
}

a img {
	border: none;
}	

.centre {text-align: center} 

h1 {
	font-size: 16px;
	color: green;
	font-weight: bold;
}

h2 {
	font-size: 14px; 
	color: #333333;
	font-weight: bold;
}
	
h2.topmargin{
	display: block;
	clear: both;
	padding-top: 18px;		
}

#container {
	width: 691px;
	margin:0 auto;
}


#container2 {
float: none;
width:691px;
margin:0 auto;
}



#header {
	margin: 18px 0 18px 0;
}

#menu {
	float: left; 
	width: 125px;	
	margin-right: 10px;	  
	font-size: 13px; 
	font-family: verdana, helvetica, arial, sans-serif;	
	border: solid 1px #4E853F;
	padding: 5px 5px 18px 5px;
	height: 330px;
}	

#menu h3, #contact h3 {	 
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px;
	color: white;
	background: #4E853F; 
} 	  

#main-panel { 
background: #FEFFCB;
	float: left;
	width: 377px;	   
	margin-right: 10px;
	padding: 14px 10px 10px 10px;	
}	

#main-panel-wide { 
background: #FEFFCB;
	float: left;
	width: 542px;	   
	margin-right: 0px;
	padding: 14px 0px 10px 0px;	
}				

.inner {
	clear: both;
	padding: 0 10px;
}
					   
.img-right {
float: right;
margin: 0px 0 12px 18px;
}

.img-left {
float: left;
margin: 0px 18px 12px 0px;
}

.img-center {
	display: block;
	margin: 0px auto 12px auto;
}

.top-margin {
	margin-top: 10px;
}					 

.bottom-margin {
	margin-bottom: 18px;
}

p.center {
	text-align: center;	
}

hr {
	border: none;
	color:#333;
	background-color:grey;
	height: 1px;
}

h2.green-strip {
	clear: both;	 
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 2px 5px;
	color: white;
	background: #4E853F; 
}		

/* rollover buttons */
/* from - http://www.webvamp.co.uk/blog/coding/css-image-rollovers/ */

a.rollover {
	display: block;
	width: 150px;
	height: 31px;
	text-decoration: none;
	background: url("../images/online-shop.png") no-repeat;
	}

a.rollover:hover {
	background-position: 0 -31px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

a.basket {
	display: block;
	width: 150px;
	height: 31px;
	text-decoration: none;
	background: url("../images/add-to-basket.png") no-repeat;
	}

a.basket:hover {
	background-position: 0 -31px;
	}

.basket-displace {
	position: absolute;
	left: -5000px;
	}
	


.view-basket { background: url(../images/view-basket.png) no-repeat; float: right;}
button.view-basket { background-position: 0 0px; height: 31px; margin: }
a:hover button.view-basket { background-position: 0 -31px; }


.view-basket-block a, button.view-basket 
{
width: 150px;
padding: 0;
border: 0;
cursor: pointer;
display: inline;
} 

.add-basket-long { 
background: url(../images/add-to-basket-long.png) no-repeat;
}

button.add-basket-long {
background-position: 0 0px; height: 20px; margin:
}

a:hover button.add-basket-long {
background-position: 0 -21px;
}

.add-basket-long-block a, button.add-basket-long
{
width: 94px;
padding: 0;
border: 0;
cursor: pointer;
display: inline;
} 

.add-basket-square { 
background: url(../images/add-to-basket-square.png) no-repeat;
}

button.add-basket-square {
background-position: 0 0px; height: 33px; margin:
}

a:hover button.add-basket-square {
background-position: 0 -33px;
}

.add-basket-long-square a, button.add-basket-square
{
width: 50px;
padding: 0;
border: 0;
cursor: pointer;
display: inline;
} 


/* ----------------- */
/* shop menu buttons */
/* ----------------- */

.rollover a {
display: block;
float: left;
height: 23px;
width: 134px;
padding: 0;
margin: 0 2px 0 0px; /* gap between buttons */
background: url("../images/shop_tab_block3.png") 0px 0 no-repeat;
text-decoration: none;		
text-align: center;		 
}						
		   
.rollover a:visited {
text-decoration: none;		
}

.rollover a p {
font: bold 12px verdana, sans-serif;;
color:#fff;
padding: 3px 5px;
margin: 0;
}

.rollover a:hover { 
height: 23px;
width: 134px;
background-position: 0 -23px;
text-decoration: none;		
color: #fff;
}  

.rollover a.current_tab {
width: 134px;
background-position: 0 -23px;	
text-decoration: none;		
color: #fff;
}

.rollover a.no-right-margin {			
width: 134px;
text-decoration: none;		
color: #fff;
margin-right: 0;
padding-right: 0px;
} 

#shop-menu { 			 	
	height: 21px;		 
	clear: both;	 
	float: left;
	margin: 18px 0px 0px 0px;
	padding: 0;
	border-bottom: 2px solid #98BB8B;
	width: 542px;
}

#shop-menu2 {
	height: 21px;		 
	clear: both;	 
	float: left;
	margin: 3px 0px 0 0px;		 
	padding-right: 0px;
	width: 542px;	
}

/* ----------------- */
/* shop content	     */
/* ----------------- */

.image-box {
float: left;
background: #F6E2AC;
border: solid #808080 1px;
margin: 8px 22px 18px 22px;
padding: 5px;
}

.shop-box {
float: left;
background: #F6E2AC;
border: solid #808080 1px;
margin: 6px;
padding: 5px;
width: 150px;
}

.shop-box p{
padding: 0;
margin: 0 0 5px 0;
}

.shop-box input[name="submit"]{
margin: 7px 0 0 0;
}

.fabric-box {
float: left;
background: #F6E2AC;
border: solid #808080 1px;
margin: 6px;
padding: 5px;
width: 150px;
}

.fabric-box p{
padding: 0;
margin: 0 0 5px 0;
}

a.yellowlink {
	color: white;	
}

a.yellowlink:hover {
	color: yellow;	
}

#thin table{

border-collapse: collapse;
margin: 0px 0px 0px 0px;
}

#thin th {
padding: 3px; 
vertical-align: top; 
text-align: left; 
border-style: solid; 
border-width: 1px; 
border-color: #1B964C;
background-color: #1B964C;
font-weight: normal;
font-size: 8px;
}

#thin td {
padding: 3px;
vertical-align: top;
text-align: left;
border-style: solid;
border-width: 1px;
border-color: #4B4B3D;
font-family: Verdana,Arial,Times Roman;
font-size: 12px;
}

#thin .mediumheader {
font-weight: bold;
font-size: 14px;
text-align: center;
}

#thin td.xtra-padding {
padding:10px;
}

/* ------- end shop content ------- */

.no-border a {
	border: none;	
}
					  
#new {
	background: white;
	border: solid black 1px;
	padding: 10px 10px 0 10px; 
	margin: 5px;
}

#contact {
	float: right; 
	width: 125px; 
	text-align: right;
	border: solid 1px #4E853F;
	padding: 5px;
	padding-bottom: 18px;
	height: 330px;
}		  

#footer {  
	float: left;
	margin: 36px 0;
}





/*a.table:link {color: yellow; text-decoration: underline;font-weight: bold;font-size: 10pt;font-family: Verdana, Arial, Helvetica, sans-serif}
a.table:visited {color: yellow; font-weight: bold;font-size: 10pt; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif}
a.table:hover {Color: red; font-weight: bold;font-size: 10pt; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif}*/

.small {
font-size: 10px;	
}


