/* CSS Document */
body {
background-color:#FFFFCC;
}

.header {
height:125px;
width:100%;
background-color:#003300;
text-align:center;
}

h2{
	margin-top: 0px;
	text-align:center;
}
.clear{
	clear:both;
	float:none;
	height:0px;
}
.links {
width:100%;
text-align:center;
padding-top:20px;
}
	.links ul{
		padding: 0px;
	}
		.links ul li {
		display:inline;
		padding:15px;
		}

.links a {
color:#003000;
text-decoration:none;
font-size:25px;
font-family:"Book Antiqua","Times New Roman";
padding: 0px 4px 0px 4px;
}

.links a.selected {
	font-weight: bold;
}

.links a:hover {
background-color:#669966;
}

.content {
width:800px;
margin:auto;
margin-top:20px;
padding:20px;
border-left:solid #669966;
border-right:solid #669966;
font-family:"Book Antiqua","Times New Roman";
}

.content ul {
list-style:square;
}

.content a {
color:#003000;
}

.content img {
float:right;
margin-right:50px;
}

.content h1{
font-size:22px;
text-align:center;
}

.content textarea {
width:300px;
height:100px;
}

.contentrange {
width:800px;
height:510px;
margin:auto;
margin-top:20px;
padding:20px;
border-left:solid #669966;
border-right:solid #669966;
font-family:"Book Antiqua","Times New Roman";
}

.contentrange img {
padding-right:25px;
}

.contentrange ul {
list-style:square;
}

.contactaddress {
height:150px;
width:300px;
float:right;
margin-top:20px;
text-align:right;
}

.rangelistTop, .rangeListBottom {
width:500px;
}
h2.rangeTitle{
	clear:both;
	font-size:inherit;
	font-weight:bold;
	margin: 0px;
	padding:0px;
}
.rangelistleft{
	float:left;
	width: 250px;
}
.rangelistright {
	width:230px;
	float:left;
	padding-left:20px;
}

.right {
float:right;
}

.rangecomms {
width:215px;
height:150px;
margin:75px 20px 0px 0px;
float:right;
border:solid #669966;
text-align:center;
}

.footer {
width:500px;
height:12px;
margin:auto;
margin-top:30px;
clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
}

.footer a {
color:#003000;
}

table.products{
	border-collapse: collapse;
	width: 100%;
}
	table.products tr{
		
	}
	table.products td{
		border: solid 1px black;
	}
		table.products td.image{
			width: 80px;
		}
		table.products td.name{
			padding: 0px 5px;
		}
		table.products td.desc{
			padding: 0px 5px;
		}
		table.products td img{
			float:none;
			margin: 0px;
		}
		table.products td td{
			/* remove borders from tinyMCE toolbar */
			border: none;	
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		