/* CSS Document */
body{
	background-color: #B4D76F;
}
.address{
	font-family: "Arial";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;

}

/* white */
.theme_white{
	background-color: #FFFFFF;
}


/* dark colour for site*/
.theme_dark{
	background-color: #F5840E;
}
/* lighter colour for site */
.theme_light{
	background-color: #FBAB56;
}

.size{
	font-family: "Arial";
	color: #999999;
	font-size: 11px;
	font-weight: bold;

}

.quantity{
	font-family: "Arial";
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;

}

.price{
	font-family: "Arial";
	color: #FFFFFF;
	font-size: 11px;


}

/* General font for site */
p, h1, h2, li, .vertical_menu{
	font-family: "Trebuchet MS";
}

p, li{
	font-size: 11px;
}

h1, h2, .vertical_menu h1{
	color: #ABD25D;
}

h1{
	font-size: 16px;
}

h2, .vertical_menu h1, .vertical_menu li, .vertical_menu a{
	font-size: 12px;
	
}

.vertical_menu li{
	
	list-style-type: square;
	margin-left: 0; 
	padding-left: 0;
}


a, .vertical_menu a:hover{
	color: #FC9A1F;
}

p{
	color: #666666;
}


/* header  */
.header, .header a{
	font-size: 11px;
	font-family: "Trebuchet MS";

}

.header p{


}

.header a{
	text-decoration: none;
	color: #FFFFFF;

}

.header a:hover{
	text-decoration: none;
	color: #F5840E;
}


	
	

}

/* left menu */
.vertical_menu{
	background-color: #FFFFFF;
	text-align: left;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

 .vertical_menu li, .vertical_menu a{
	color: #666666;
}

.vertical_menu h1{
	text-align: center;
	background-color: #ABD25D;
	color: #FFFFFF;

}

.vertical_menu a, .vertical_menu a:hover{
	text-decoration: none;
}

.vertical_menu a:hover{
	color: #F5840E;
}


/* allow some cell padding and spacing */
.content{
	padding: 15px;
}

/* white border round the page */
.border{
	padding: 10px;
	background-color: #FFFFFF;
	width: 770px;

}
