/* CSS Document */
html, body{
	padding:0px;
	margin:0px;
	background-color:#666666;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
}
hr{
	color:#ddd;
	margin:0px 20px 0px 20px;
}
h1{
	font-size:15px;
	color:#333;
	text-transform:capitalize;
}
#Container{
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	border-right:solid 2px #ffff00;
	border-left:solid 2px #ffff00;
	background-color:#FFFFFF;
}

.terms{
	padding:10px;
	width:520px;
}

.terms li{
	padding:5px;
}
.header {
	width: 760px;
	height: 150px;
	background-image:url(../images/header.gif);
}
.stripe{
	background-image:url(../images/stripe.gif);
	background-repeat:repeat-x;
	height:20px;
	width:100%;
	border-bottom:solid 2px #ffff00;
	border-top:solid 2px #ffff00;
	}
#Nav{
	margin:20px 0px 0px 0px;
	text-transform:capitalize;
	font-weight:bold;
	color:#fff;
	width:200px;
	float:left;
	}
	#Nav ul{
		list-style:none;
		padding:0px;
		margin:0px;
		background-color:#666666;
		}
	#Nav li{
		line-height:20px;
		border-bottom:2px solid #ffff00;
		padding-left:15px;
	}
	#Nav a{
		color:#fff;
		text-decoration:none;
		font-size:14px;
	}
	#Nav a:hover{
		color:#ffff00;
	}
	#Nav .heading{
		background-color:#FFFF00;
		color:#666;
	}
#Content{
	float:right;
	width:550px;
	margin:20px 0px 0px 0px;
}
.producttitle{
	font-weight:bold;
	text-decoration:none;
	color:#666;
}
.tableborder{
	border:solid 1px #666666;
	border-collapse:collapse;
	}
.tablehead{
	background-color:#cccccc;
}
.trborder{
	border-bottom:solid 1px #ccc;
}
#Foot{
	clear:both;
	text-align:center;
	margin:0px 0px 20px 0px;
	min-height:75px;
}
	#map{
		height:350px;
		width:500px;
		border:1px solid #333;
		}
	#Maptxt{
		color:333;
		}
		
#text-box {
float: right;
width:	230px;
	
}		