body {
	background: #DBE0E4;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 22px;
}

p {
	font-size: 14px;
}

body a {
	color: #006600;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

h1 { /* style use for slogan and branding */
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
	color: #006600;
}

h2 { /* style use page headings */
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 25px;
}

h3 { /* style used for sub-headings */
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
}

img{
	border: none;
}

/* <------------------------- end of core settings -------------------------> */ 

/* <------------------------- start of single column style -------------------------> */ 

.oneColFixCtr #container {
	width: 1002px;  
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #DBE0E4; /* required to prevent a top margin */ 
	text-align: left; 
}
.oneColFixCtr #mainContent {
	padding: 0 20px; 
}
/* <------------------------- end of single column style -------------------------> */ 

/* <------------------------- start of 2 column style -------------------------> */ 

.twoColFixRt #container { 
	width: 1002px;  
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #DBE0E4; /* required to prevent a top margin */ 
	text-align: left; 
}
.twoColFixRt #sidebar1 {
	margin-top: 30px;
	float: right; 
	width: 300px; 
	padding: 15px 10px;
}
.twoColFixRt #mainContent { 
	margin: 0 250px 0 0;
	padding: 0 20px; 
} 
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* <------------------------- end of 2 column style -------------------------> */ 

table { /* <--------- was 40px -------> */
	padding-left: 15px;
	padding-right: 15px;
}

th.header {
	font: bold;
	padding-left: 15px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

td.header {
	padding-left: 15px;
	font: bold;
}

th.spec {
	font: bold;
	border-bottom: 1px solid #CCCCCC;
}

td.spec {
	font: normal;
	padding-left: 15px;
	border-bottom: 1px solid #CCCCCC;
}

td.footer {
	font: normal;
	border-top: 1px solid #000000;
}

.borderleft{
	border-left: 1px solid #000000;
}

img.floatright { 
	float: right;
	clear: right; 
}

img.floatleft { 
	float: left;
	clear: left; 
}

img.opacity {
opacity:0.4;
filter:alpha(opacity=40);	
}

img.opacity:hover {
opacity:1;
filter:alpha(opacity=100);	
}

#nav-menu {
margin: 0;
padding: 0;
float: left;
width: 100%;
overflow: hidden;
margin-bottom: 0.5em; /* controls space between sub-nav */
background-image: url(../images/menu_bg.gif);
background-repeat: repeat-x;
background-position: bottom;
}

#nav-menu ul {
	list-style: none;
	padding-left: 25px;
	margin: 0;
}

#nav-menu li {
	float: left;
	margin: 0 0.15em;
}

#sub-nav {
margin: 0;
padding: 0;
float: left;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
}

#sub-nav ul {
	list-style: none;
	padding-left: 25px;
	margin: 0;
}

#sub-nav li {
	float: left;
	margin: 0 0.15em;
} 

#item {
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#strapline {
	background-color: #006600; 
	text-align: center; 
	color: #FFFFFF; 
	font-family:Times New Roman, Times, serif;
	font-size: 22px; 
	padding-top: 5px; 
	padding-bottom:5px; 
	font-style: italic

}

img.thumbnail {
	border: thin solid #006600;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:  5px;
	padding-top: 5px;
	margin-bottom: 5px;
}

img.thumbnail:hover{
	border: thin solid #B37709;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#products {
	width: 1000px;
	height: 500px;
}

#paging {
	width: 1000px;
}

#loadarea {
	float: right;
	width: 600px;
	height: auto;
	border: thin solid #006600;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:  5px;
	padding-top: 5px;
	overflow:hidden; /* NEW - needs to be tested! */
}

#logo {
	margin-top: 15px;
	margin-left: 15px;
	float: left; 
}

#logo2 {
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	display: none;
}

#frame25 {
	margin-top: 15px;
	margin-right: 15px;
	float: right; 
}


#header {
	height: 160px;
	width:  1002px;
}

#pagefooter {
	text-align: center;
	height:  80px; 
}

#print{
	width:  900px;
	padding-top: 5px;
	padding-bottom:  5px;
}

#redaware {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#redaware a {
	color: #999999;
	text-decoration: none;
}

#redaware a:hover {
	text-decoration: underline;
}

.greentext {
	color: green;
}






