/* CSS Document */

body
{background-color: #9ABEDC}

.box   /* this is framing the main coloured area of text */ 
{border: 1px solid #006699;
background-image: url(images/mid-bgrnd2.jpg);
width:580px;
height:575px;
font-family: Sans-serif, Arial;
}

/* this is used on the product list page  */

.thumbNail2 {						/* box controlling thumbnail image */
	background-image: url(images/prod_back.gif);
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #ffffff;
	width: 170px;
	}

	
.input2 {border: 1px solid #006699;   /* product box background colour for text */
	background-color: #9ABEDC; 
	height: 50px;
	padding:0px;
	width: 170px}

.desc2{
 color: #1E3344;    /* conrtolling text in product box  */
font-size: 9pt;
font-family: Sans-serif, Arial;
}



/* Navigation stuff */
.nav     /* controlling of the left hand navigation */
{
text-decoration: none;
font-size: 9pt;
color: #1E3344;
font-family: Sans-serif, Arial;
 }

a.nav:hover  /* hover of navigation text */
{
color: #f90;
text-decoration: none
} 

.background
{background-image: url(images/back_nav.gif);
padding-left: 13px;
}

/* End Navigation stuff */

.copyright				/* Copyright Info */
{font-size: 9pt;
color: #ffffff;
font-family: Sans-serif, Arial;}

.buzzweb				/* Buzzweb link */
{font-size: 9pt;
text-decoration: none;
color: #ffffff;
font-family: Sans-serif, Arial;}

/* Items below used in Individual Products */

.main				/* Box round the individual products middle section */
{border: 1px solid #006699;
background-color: #ffffff;
padding-left: 5px;
padding-right: 5px;
color: #1E3344;
height:725px;
}

.main_text			/* Text in the Description Box in Indidivual Product */
{padding: 10px;
background-image: url(images/detail-back.gif);
color: #1E3344;
font-family: Sans-serif, arial;
font-size: 9pt; }


.prod_text		/* text in the Details section */
{font-family: Sans-serif, Arial;
font-size: 9pt;
padding-left: 10px;
color: #1E3344;
 vertical-align:top}

.h2				/* Titles in Details section */
{font-weight: bold;
 vertical-align:top}

.h1		/* Individual Product Header */
{color: #1E3344;
font-size: 18pt;
text-align: center}

.general		/* Gerneral text in site */
{font-family: Sans-serif, Arial;
font-size: 9pt;}


