body {
	margin: 0;
	padding-top: 15px;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #293E53;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #FF3300 !important;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #595950;
}

a:active {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #293E53;
}

/*redifine each ul for coloured boxes */

.bullet_orange{
	margin-left: -25px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0 0 0 18px;
	list-style: none;
	line-height: 20px;
	background: url(../images/bullet_orange.gif) no-repeat 0px 5px;
}

.bullet_green{
	margin-left: -25px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0 0 0 18px;
	list-style: none;
	line-height: 20px;
	background: url(../images/bullet_green.gif) no-repeat 0px 5px;
}

.bullet_red {
	margin-left: -25px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0 0 0 18px;
	list-style: none;
	line-height: 20px;
	background: url(../images/bullet_red.gif) no-repeat 0px 5px;
}

.bullet_brown {
	margin-left: -25px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0 0 0 18px;
	list-style: none;
	line-height: 20px;
	background: url(../images/bullet_brown.gif) no-repeat 0px 5px;
}

.bullet_blue {
	margin-left: -25px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0 0 0 18px;
	list-style: none;
	line-height: 20px;
	background: url(../images/bullet_blue.gif) no-repeat 0px 5px;
}


.bullet_line {
	margin-left: -20px;
	margin-bottom: 1px;
	padding: 0 0 0 18px;
	list-style: none;
	line-height: 20px;
	background: url(../images/bullet_line.gif) no-repeat 0px 5px;
	font-size: 10px;
}
/* define styles for table layout */

.header {
	border-right: 6px solid #660000;
	border-top: 1px solid #4D4D45;
	border-bottom: 1px solid #4D4D45;
}

.header a {
	text-decoration: none;
	border-bottom: none;
}

.header a:hover {
	text-decoration: none;
	border-bottom: none;
}

.header a:visited {
	text-decoration: none;
	border-bottom: none;
}

.header a:active {
	text-decoration: none;
	border-bottom: none;
}

.footer {
	border-right: 6px solid #660000;
	border-bottom: 1px solid #4D4D45;
	background-color: #E8DDE1;
	padding: 5px;
	font-size: 10px;
	text-align: center;
}

.left {
	width: 159px;
	padding: 5px;
	padding-top:20px;
	padding-bottom:20px;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
	line-height: 22px;
	font-size: 12px;
}

.main {
	width: 440px;
	padding: 10px;
	padding-top:20px;
	padding-bottom:20px;
	font-size: 11px;
	vertical-align: top;

}

.main h1 {
	font-family: Georgia, Arial, verdana, sans-serif;
	font-size: 16px;
	color: #494975;
}

.right {
	border-right: 6px solid #660000;
	width: 141px;
	padding: 5px;
	padding-top:20px;
	padding-bottom:20px;
	border-left: 1px solid #CCCCCC;
	font-size: 9px;
	vertical-align: bottom;
	text-align: right;
}

.thumbcontainer {
  border: 1px dotted #CCCCCC;
  background-color: #fcfcfc;
  padding: 5px;
  width: 100px;
  height: 100px;
}

.textcontainer {
	padding: 5px;
	vertical-align: top;
	font-size: 11px;
}

.tablecontainer {
	border: 1px dotted #CCCCCC;
	background-color: #fcfcfc;
	padding: 5px;
}

.tablecontainer td {
	padding: 5px;
	font-size: 11px;
}

/* style for product page Divs */

/* Style for product boxes etc... */

div#productscontainer {
  border: 1px dotted #CCCCCC;
  background-color: #fcfcfc;
}

.thumbspacer {
	clear: both;
}

.thumbs {
  float: left;
  padding-left: 20px;
  padding-bottom: 10px;
}
  
.thumbs p {
   text-align: left;
}

.thumbs a {
	text-decoration: none;
	border-bottom: none;
	color: #293E53;
}

.thumbs a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #FF3300 !important;
}

.thumbs a:visited {
	text-decoration: none;
	border-bottom: none;
	color: #595950;
}

.thumbs a:active {
	text-decoration: none;
	border-bottom: none;
	color: #293E53;
}

.thumbs img {
	border: 1px solid #CCCCCC;
}

div#productscontainer h1 {
	font-family: Georgia, Arial, verdana, sans-serif;
	font-size: 14px;
	color: #494975;
	padding-left: 15px;
}

div#productscontainer p {
	font-size: 11px;
	vertical-align: text-top;

}

.homepagepic img{
	border: 1px solid #CCCCCC;
}
