/*************************
	Global Settings
**************************/
html,body			{color: #464646; font: 13px/18px 'Trebuchet MS'; background-color: #FFFFFF; height: 100%; margin: 0; padding: 0; background: url(../images/bg_body.gif) repeat top left;}
td,th,p				{color: #464646; font: 13px/18px 'Trebuchet MS';}

html,body			{color: #464646; font: 12px/16px 'Trebuchet MS'; background-color: #FFFFFF; height: 100%; margin: 0; padding: 0; background: url(../images/bg_body.gif) repeat top left;}
#content_home td,#content_home th,#content_home p				{color: #464646; font: 12px/16px 'Trebuchet MS';}

a:link				{color: #91aa9d; font-style: italic; text-decoration: underline;}
a:visited			{color: #6d7d75; font-style: italic; text-decoration: underline;}
a:active, a:hover	{color: #91aa9d; font-style: italic; text-decoration: none;}

.clear-both			{clear: both; font-size: 0; width: 0; height: 0; line-height: 0;}



/*************************
	Page Layout
**************************/
div#container {
		width: 100%;
		margin: auto;
		position: relative;
		height: auto !important;
		height: 100%;
		min-height: 100%;
	}
div#base-head {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		position: relative;
		height: 295px;
		background: url(../images/bg_top.gif) repeat-x top left;
		z-index: 0;
	}
div#base-foot {
		width: 100%;
		text-align: left;
		/*position: absolute;
		bottom: 0;*/
		height: 45px;
		background: url(../images/bg_footer.gif) no-repeat top center;
	}
div#base-body {
		width: 100%;
		text-align: left;
		background: url(../images/bg_topstrip.gif) no-repeat top center;
	}

	/**********/

div#base-head:after,
div#base-body:after,
div#base-foot:after {
		content: "";
		display: block;
		clear: both;
	}


/*************************
	Header / Footer
**************************/
div#header {
		width: 770px;
		margin: 0 auto;
	}
div#header-image {
		position: absolute;
		top: 0;
		margin-top: 35px;
		padding: 0;
		z-index: 1;
	}

	/**********/

div#header-search {
		width: 770px;
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		height: 35px;
	}
div#search-box {
		float: right;
	}
div#search-box input {
		width: 130px;
		padding: 3px;
		margin: 0 5px 0 0;
		border: solid 1px #6A6A6A;
		background: #FFFFFF;
		font: 10px 'Verdana';
	}

	/**********/

div#footer {
		padding-top: 10px;
		color: #464646;
		font: 11px/11px 'Trebuchet MS';
		text-align: center;
	}
div#footer a:link, div#footer a:visited	{color: #464646; text-decoration: underline;}
div#footer a:active, div#footer a:hover	{color: #000000; text-decoration: underline;}



/*************************
	Content
**************************/
div#content_home {
		width: 770px;
		margin: 0 auto;
		padding: 10px 0 30px 0;
		word-wrap: break-word;
		overflow: hidden;
		background: #FFFFFF;
	}
	
div#content {
		width: 740px;
		margin: 0 auto;
		padding: 10px 15px 30px 15px;
		word-wrap: break-word;
		overflow: hidden;
		background: #FFFFFF;
	}
	
div#logo {
		position: absolute;
		top: 0;
		z-index: 1;
		margin: 4px 0 0 0;
		padding: 0;
		font: 18px/24px 'Trebuchet MS';
		color: #89a600;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	

/* basic elements */
h1, .h1 {
	margin: 0;
	padding: 0 0 15px 0;
	font: bold 18px/24px 'Trebuchet MS';
	color: #3E3E3E;
	text-transform: uppercase;
	}
h2, .h2 {
	margin: 0;
	padding: 0 0 12px 0;
	font: bold 18px/24px 'Trebuchet MS';
	color: #3E3E3E;
	}
h3, .h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font: bold 16px/20px 'Trebuchet MS';
	color: #3E3E3E;
	text-transform: uppercase;
	}
h4, .h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 16px/20px 'Trebuchet MS';
	color: #3E3E3E;
	}
h5, .h5 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 14px/18px 'Trebuchet MS';
	color: #3E3E3E;
	}
h6, .h6 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 12px/15px 'Trebuchet MS';
	color: #3E3E3E;
	}

	
ul {
	list-style:			none;
	padding:			0px 0px 12px 10px;
	margin:				0px 0px 0px 0px;
}

li {
	background-image:	url(../images/bullet-01.gif);
	background-repeat:	no-repeat;
	background-position:0px 6px;
	padding:			0px 0px 6px 14px;
	margin-left:		0px;
}

ol {
	list-style:				decimal;
	padding:				6px 10px 14px 12px;
	margin:					0px 0px 0px 12px;
}

ol li {
	background-image:		none;
	padding:				2px 0px 2px 0px;
	margin-left:			10px;
}

#navmenu li {
	background-image:		none;
}


/* specific divs - homepage */
.home_left {
	float: left;
	margin-left: 5px;
	width: 375px;
	text-align: left;
}

.home_right {
	float: right;
	margin-right: 5px;
	width: 375px;
	text-align: left;
}

.home_divider {
	clear: both;
	margin-top: 15px;
	width: 770px;
	height: 10px;
	background: url(../images/bg_divstrip.gif) no-repeat center;
}

/* specific divs - inside pages */
#column_full {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

#column_text {
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
	width: 550px;
	text-align: left;
}

#column_ad {
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	width: 170px;
	text-align: left;
}

#box_ad {
	margin: 0 0 10px 0;
	padding: 0;
}


/* basic classes */
.red {color: #C9342A;}
.black {color: #000000;}

.small {font: 11px/13px 'Trebuchet MS';}

.hrdash {width: 100%; margin: 15px 0px; border-bottom: dashed 1px #D5D5D5;}

.noline:link {text-decoration: none}
.noline:visited {text-decoration: none}
.noline:active, .noline:hover {text-decoration: }

.nocolor:link {color: #3E3E3E; text-decoration: none; font-style: normal;}
.nocolor:visited {color: #3E3E3E; text-decoration: none; font-style: normal;}
.nocolor:active, .nocolor:hover {color: #3E3E3E; text-decoration: underline; font-style: normal;}

.footer:link {color: #B52717; text-decoration: none}
.footer:visited {color: #B52717; text-decoration: none}
.footer:active, .footer:hover {color: #B52717; text-decoration: underline}

.note {font: 11px 'Trebuchet MS'; color: #999999; font-style: italic;}


/* backend classes */
input {background-color: white;}

#linkremove{display:inline;}
#linkremove a{font-family: Verdana; color: red; font-size: .8em;}
#linkremove a:hover{background-color: red; font-family: Verdana; color:white; font-size: .8em;}
#linkedit{display: inline;}
#linkedit a{font-family: Verdana; color: blue; font-size: .8em;}
#linkedit a:hover{background-color: blue; font-family: Verdana; color: white; font-size: .8em;}

#viewfileheader {font-size: 1.3em; color: #424242; background-color: #F2F2F2; padding: 3px; font-weight:bold;}

#filename {font-size: .9em; color: #424242;}
#description {font-size: .9em; color: #424242;}

#y1 {background-color: #F2F2F2;}
#y2 {background-color: #FFFFFF;}
#resourcehead {background-color: #F2F2F2;}
#resourceicon {padding:10px;
  border-left-style: dotted;
  border-left-color: grey;
  border-left-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: grey;
  border-bottom-width: 1px; }

#resourcetitle {padding:10px;
  border-bottom-style: dotted;
  border-bottom-color: grey;
  border-bottom-width: 1px; }

#resourcedesc {padding:10px;
  border-left-style: dotted;
  border-left-color: grey;
  border-left-width: 1px;
  border-right-style: dotted;
  border-right-color: grey;
  border-right-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: grey;
  border-bottom-width: 1px; }
  
#blogtitle, .blogtitle {font-weight: bold; font-size: 1.1em; text-transform: uppercase;}
#blogtime, .blogtime {font-size: 11px; color: #999999;}

#blogitem a{font-size: 10px; color: #C01E71; text-decoration: none;}
#blogitem a:hover{font-size: 10px; color: #C01E71; text-decoration: underline;}


/* new styles added by John */

form {
	margin:					0px;
	padding:				0px;
}

.product {
	
}

.product h2 {
	margin:					0px;
	padding:				0px 0px 6px 0px;
	font-size:				14px;
	font-weight:			bold;
	color:					#000000;
}

p {
	margin:					0px;
	padding:				0px 0px 14px 0px;
}
.product p.price {
	color:					#000000;
	margin:					0px;
	padding:				0px 0px 2px 4px;
}
#column_full p {
	padding-right:			100px !important;
}
#content p {
	padding-right:			100px !important;
}

.news-date {
	font-size:				11px;
	color:					#456b7b;
	font-weight:			bold;	
	padding:				0px 0px 8px 0px;
}

img.img-style-01 {
	margin:					0px 20px 20px 0px;
}