/* 

	Author:				Matt Evans (TheWebCo.co.nz)

*/

html, body
{
	margin : 0%;
	padding: 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DAD0BB;
	color: #6D645D;
}

a img
{
	border: 0;
}

/* 

	Link Rollover Settings

*/

A {
  color: #555555;
  text-decoration: underline;
}

A:hover {
  color: #FF0033;
  text-decoration: none;
}

A.menu {
  color: #555555;
  text-decoration: none;
  background-color:#fff;
}

A.menu:hover {
  color: #FF0033;
  text-decoration: none;
   background-color:#fff;
}

/* 

	DIV Settings & More.

*/

#container
{
	position: relative;
	width: 1003px;
	background-color: #DAD0BB;
	top: 0%;	
	left: 0%;
	margin: 0 auto;
}

#containerInner
{
	margin: 0 auto;
	width: 960px;
}

#top
{
	width: 960px;
	height: 30px;
	background-image: url(../mimages/top.jpg);
	background-repeat: no-repeat;
}

#middle
{
	width: 960px;
	/*height: 540px;*/
	/*background-image:url(../mimages/middle.jpg);*/
	background-repeat:repeat-y;
}
div.space
{
	clear:both;
	position:relative;
	width:100%;
	height:10px;
}

#bottom
{
	width: 960px;
	height: 38px;
	background-image: url(../mimages/bottom.jpg);
	background-repeat: no-repeat;
}

#copyright
{
	width:960px;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#collector
{
	position: relative;
	top: 0px;
	left: 30px;
	width: 920px;
}

#eMenu
{
	position:relative;
	left: 155px;
	top: -6px;
}

#homeMenu
{
	position:absolute;
	left: 35px; 
	height: 30px;
	top: 28px;
}

#conMenu
{
	position:absolute;
	right: 30px;
	width: 165px;
	top: 24px;
}


#left
{
	padding: 10px;
	padding-right:20px;
	float:left;
	width: 250px;
}

#right
{
	float:right;
	width:588px;
	padding: 10px;
}

#rightOverflow
{
	float: right;
	height: 500px;
	width: 610px;
	overflow: auto;
}

.bootsaa {
	margin-left : 40px;
}


/*

	Global Text Size & Face Settings

*/

.text
{
	font-size: 11px;
	line-height: 1.5;
}

.textMenu
{
	font-size: 70%;
	color: #555555;
}

.text1
{
	font-size: 80%;
}

.smallText
{
	font-size: 60%;
}

.headingMatt
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0033;
}

.headingProduct
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0033;
}

.headingProductSmall
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0033;
}

.table
{
	font-size: 10px;
}

.red
{
	color: #FF0033;
}

.special
{
	line-height: 10px;
}

.imgB
{
	border-top: 1px #ccc solid;
	font-family: Verdana, Arial, sans-serif;
 	font-size: 10px;
}

/*

	

*/


