/* CSS to avoid the 'jump' between short and long pages */

html {
	height: 100.1%;
	}

/* Centred Layout Tags*/

body {
	text-align: center; /* Reequired for IE WIn 5.x */
	margin	: 0px;
	background-image:url(images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #EAEADB;
  }

#pagecontent {
	margin	: 0 auto;
	width		: 900px;
	text-align: left;

  }



/* Layout Divs - Common To All Pages */

#banner {
	margin-left	 		: 0px;
	margin-right 		: 0px;
	margin-top	 		: 30px;
	height		 		: 80px;
	width				: 900px;
	display				: block;
	position			: absolute;
	top: 1px;
	}



#bodycontent {
	margin-top: 140px;
	margin-left:0px;
	width:900px;
	position:absolute;
	z-index:10;
	/*	background-image: url(images/content-background.jpg);
	background-repeat: no-repeat;
	background-position: center;
*/	height: 600px;
	background-position: center 10px;
	}
	
/* Columns */


.twocolumnwrapper {
	width : 100%;
	}
.leftcolumn {
	width : 600px;
	float : left;
	background-image: url(images/leftcolumnsidedropshadow.png);
	background-repeat: repeat-y;
	background-position: right;
	;
	padding-right: 12px;
	}
.rightcolumn {
	width : 275px;
	float : right;
	}
	
.testimonialgraphic {
	width : 200px;
	text-align:center;
	float : left;
}

.testimonialtext {
	width : 540px;
	float:right;
	background-image: url(images/quotemarks.gif);
	background-repeat: no-repeat;
	background-position:  center 5px;
	margin-right: 5px;

}

.information {
	width: 75%;
	float:left;
}

.supplementarycontent {
	float : right;
	width : 22%;
}

.supplementarycontent h2 {
	background-image:url(images/h2-background.gif);
	background-repeat:repeat-x;
	line-height:30px;
	padding-left: 4px;
}

.testimonialtext p {
	padding: 0px 50px 0px 50px;
}

.clearboth {
	clear : both;
	}

	
/* Test Styles */

#shoppingcartlinks p {
	margin : 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}
	
h1 {
	margin : 0px;
	}
	
#bodycontent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:lighter;
	color:#4D4C2D;
	margin-left: 3px;
	;
	margin-top: 5px;
}

#bodycontent h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:lighter;
	color:#4D4C2D;
	margin-left:3px;
}

#bodycontent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#000000;
	margin-left:5px;
	margin-right: 5px;
	}
	
#bodycontent li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
}
	
a:link, a:visited {
	color:black;
	}	
	
a:hover {
	color:#790000;
	}
	
h1 a:link, h1 a:visited {
	color:#4D4C2D;
	}	
	
h1 a:hover {
	color:black;
	}

/* Chrome Menu CSS */

#chromemenu{
	position			:absolute;
	margin-left: 20px;
	margin-top			: 143px;
	width				: 798px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content				: "."; 
	display				: block; 
	height				: 0; 
	clear				: both; 
	visibility			: hidden;
}

#chromemenu ul{
	border				: 1px solid #BBB;
	width				: 100%;
	background			: url(file:///C|/Documents%20and%20Settings/Anthony/My%20Documents/My%20Webs/images/menubackground.gif) center center repeat-x; /*Theme Change here*/
	margin-left			: 0;
	padding-left		: 0;
	margin				: 0;
	float				: left;
	font				: 12px Arial;
	background-color: #AAA96F;
}


#chromemenu ul li{
	display				: inline;
}


#chromemenu ul li a{
	float				: left;
	color				: #000000;
	padding				: 6px 12px 6px 12px;
	text-decoration		: none;
}

#chromemenu ul li a:hover{
	color				: #32398D;
	background-color: #FFFFFF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link

	content				:" " url(../images/arrow_down.gif); /*uncomment this line to use an image instead*/*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position			: absolute;
	top					: 0;
	border				: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width	: 0;
	font				: normal 11px Verdana;
	line-height			: 18px;
	z-index				: 100;
	background-color	: white;
	width				: 200px;
	visibility			: hidden;
}

.dropmenudiv a{
	width			: 100%;
	display			: block;
	text-indent		: 3px;
	border-bottom	: 1px solid #BBB; /*Theme Change here*/
	padding			: 2px 0;
	text-decoration	: none;
	color			: #000000;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color	: #EAEADB;
}

/* Form */
form label {
   display: inline;
   text-align:right;
   margin-right:5px;
   float: left;
   width: 150px;
}

#footer {
	text-align: right;
	background-image:url(images/drop-background.gif);
	background-position: top center;
	background-repeat:no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top : 5px;
}
#footer a:link, #footer a:visited {
	color:#999999;
	}	
	
#footer a:hover {
	color:#999999;
	}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
		padding-top: 1px;
	}
.drop-background {
	height: 10px;
	background-image:url(images/drop-background.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

.link {
	width : 250px;
	display:block;
	overflow:auto;
}
