/* ==== Set overall font size, color and family in the body tag below === */

body { 
color: #392C23;
font-size: 13px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana; 
text-align: justify;
margin: 0px;

background-color: transparent;
background-image: url(../images/pagebak.jpg);
}


p {
color: #392C23;
font-size: 13px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana; 
text-align: justify;
}




/* ==== Set link styles within text (not menu - see below) - hover, active and visited colors ==== */

a  {  
color: #BE6916;
text-decoration: none;
}

a:hover {  
color: #BE6916; 
text-decoration: underline;
}

a:visited {  
color: #BE6916; 
text-decoration: none;
}









/* ==== styles for different headers ==== */

h1 { 
color: #392C23;
font-weight: normal; 
font-size: 20px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana;  
}

h2 { 
color: #392C23;
font-weight: bold; 
font-size: 18px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana;  
}

h3 { 
color: #392C23;
font-weight: normal; 
font-size: 16px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana;   
}

h4 { 
color: #392C23;
font-weight: normal; 
font-size: 18px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana;  
}

h5 { 
color: #392C23;
font-weight: normal; 
font-size: 15px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana;  
}

h6 { 
color: #392C23;
font-weight: normal; 
font-size: 9px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana;  
}






/* ==== miscellaneous tags ==== */

ul {
list-style-type: circle; 
list-style-image: none;
}

li {
padding: 1px
}

hr {
color: black;  
height: 1px; 
}

form {
margin-top: 1px; 
margin-bottom: 1px;
}

input {
font size: 10px;
}








/* ==== Classes - used to change the style of certain things like tables of data or admin functions ==== */

.admin {
color: white;
background-color: red; 
font-size: 10px; 
font-weight: bold;
}


/* Used on the stats page to create graphs */
.graphbar {
background-color: #ddddff;
border: 1px solid navy;
}


/* Design for tables of data (rather than layout tables) */
.datatable {
border: 1px black solid;
}

.datatable th {
font-size: 12px;
background-color: #999999;
text-align: left;
font-weight: bold;
}

.datatable td {
font-size: 11px;
background-color: #cccccc;
text-align: left;
}

/* Alternating colours etc for table rows */
.row0 {background-color: none; padding: 5px;}
.row1 {background-color: none; padding: 5px;}


/* Pictures - you can put a border around all images here for instance */
.photo {
}

.photo img {
margin-right: 10px;
margin-left: 10px;
}


/* Captions to go below pictures */
.caption {
font-size: 9px;
text-align: center;
font-face: courier;
}


/* Product page styles */

.proddetails {
border: 1px solid #DCB149;
width: 96%;
}

.proddetails th {
background-color: #27643A;
color: #FFF2D0;
font-weight: bold;
}

.proddetails td {
}

.tickorx {
border: 1px solid #DCB149;
margin: 5px;
background-color: white;
}


.orderform {
font-family: arial;
font-size: 10px;
}



/* ==== The Divs ==== */

/* Click to log in - normally at top left hand corner. */
#hiddenlogin {
position: absolute; 
top: 0px; 
left: 0px; 
width: 20px; 
height: 20px: 
z-index: 10;}



/* Main Page Content */
#maincontent {
position: relative; 
margin-left: 194px; 
margin-top: 146px;
width: 540px;
height: 300px;
}


/* Shopping Cart */
#cart {
margin: 15px;
padding-top: 36px;
padding-left: 15px;
width: 135px;
height: 104px;
text-align: left;
background-image: url(../images/cart.gif);
}




/* Divs for 3 pics on right layout */
#textonleft {
float: left;
width: 60%;
}

#picsonright {
width: 40%;
float: left;
padding-top: 35px;
text-align: center;
}







/* Top Bar including image map navigation */
#topbar {
position: absolute;
left: 0px;
top: 0px;
}



/* Credits - showing Plexus and Site Map etc */
#credits {
font-family: tahoma; 
font-size: 10px; 
color: #EBA937;
border-top: 1px #9E956E solid;
padding-top: 12px;
margin-top: 12px;
clear: both;
}

#credits a {
}

#credits a:hover { 
background-color: #BE6916; 
color: #FDF2D2;
}








/* ============================================== */
/* Styles for MENU */
/* ============================================== */

/* ============================================== */
/* ==== styles for vertical navigation menu ==== */
/* ============================================== */

/* ==Un-comment background-image lines to add graphic buttons==*/


/* #nav padding-bottom controls amount of menubak image showing below menu - height sets minimum amount of graphic to show */
#nav { position: absolute; left: 0px; top: 148px; width: 180px; text-align: right; background-image: none; background-position: right bottom; padding-bottom: 170px; height: 150px;}

#nav a { 
	display: block;  
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
	font: 15px  Book Antiqua, Times New Roman, Times, Verdana;
	letter-spacing: 1px;
	font-weight: bold; 
	margin-top: 0px;
	margin-bottom: 0px;
	color: #392C23;
	
	/*background-image: url(../images/button_off.jpg);*/
	}
#nav a:hover, #nav a.on { 
	color: #F3CE88;  
	background-color: #27643A;
	text-decoration: none; 
	
	/*background-image: url(../images/button_on.jpg);*/
	}
	
	

	
#nav-sub { width: 180px; text-align: right;}
#nav-sub a { 
	display: block;  
	padding: 2px 20px 2px 2px;
	font: 13px  Book Antiqua, Times New Roman, Times, Verdana; 
	letter-spacing: 1px;
	font-weight: bold;
	color: #392C23;
	
	background-color: none;
	background-image: none;
	/*background-image: url(../images/wee-button_off.jpg);*/
	}
	
#nav-sub a:hover, #nav-sub a.on { 
	color: #F3CE88;  
	background-color: #27643A;
	text-decoration: none;
	
	background-image: none;
	/*background-image: url(../images/wee-button_on.jpg);*/
	}
	

/* ==== end of styles for vertical navigation menu ==== */
