html {
	height:100%;
}

body {
	border:0;
	margin:0;
	padding:0;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	height:100%;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3;
}

p {
	margin:0;
	padding-bottom:8px;
}

h1 {
	margin:0;
	padding-bottom:8px;
	font-size:18px;
	color:#990066;
}

h2 {
	font-size:15px;
	margin:0;
	padding-top:8px;
	color:#990066;
}

h3 {
	font-size:12px;
	margin:0;
	padding-bottom:8px;
	color:#990066;
}

ul {
	color:#990066;
}

li {
	padding-bottom:8px;
}

img {
	border:none;
}

.container {
	width:760px;
	margin:auto;
	min-height:100%;
	position:relative;
	background-color:#FFFFFF;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.container-in {
	height:100%;
}

.banner {
	height:42px;
	padding:78px 8px 13px 342px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

.content {
	padding:15px;
}

.left {
	float:left;
	width:470px;
}

.right {
	float:right;
	width:215px;
	padding-bottom:10px;
}

.clear {
	clear:both;
}

.footerclear {
	height:35px;
}

.footer {
	height:35px;
	bottom:0;
	position:absolute;
	width:760px;
	margin:auto;
	background-image:url(images/footer.gif);
	text-align:center;
	line-height:35px;
}

/* Navbuttons */

.btn {
	width:82px;
	height:42px;
	background-position:top;
	float:left;
}

.btn:hover {
	background-position:bottom;
	cursor:pointer;
}

.bhome {
	background-image:url(images/btn-home.gif);
}

.babout {
	background-image:url(images/btn-about.gif);
}

.bproducts {
	background-image:url(images/btn-products.gif);
}

.bcontact {
	background-image:url(images/btn-contact.gif);
}

.baffiliates {
	background-image:url(images/btn-affiliates.gif);
}

/* Form definition list styling */
dl {
	padding: 4px 0;
	margin: 0px;
	cursor:default;
	
	width:100%;
	clear:both;
}

form dl {
	color:#666666;
}

dt {
	float: left;	
	width: 300px;
	text-align: left;
	display: block;
	margin: 0px;
}

dd {
	left: 305px;
	vertical-align: top;
	margin: 0px;
}

.nohover:hover {
	background-color:#FFFFFF;
}

.h50 {
	height:75px;
}

.red {
	color:#FF0000;
}

/* Hover Effects */
dl:hover {
	background-color: #fff6ff;
}

dl:hover dt label {
	color: #333333;
}

dl:hover dt label {
	color: #000000;
}

/* Input hover and focus styles */
input, textarea {
	border:1px solid #999999;
}

input:hover, textarea:hover {
	border: 1px solid #65A7EF;
}

input:focus, textarea:focus {
	border: 1px solid #1362B9;
	color: #000000;
}