@charset "UTF-8";
/* CSS Document */

/*-- layout code --*/

html, body {
	height: 100%;
}
body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
#main-container {
	position: relative;
	text-align: left;  
	width: 100%x;  
	height: 20em;  
	margin: 0 auto; 
	clear: left; 
}
#distance {
	height: 50%;
	float: left;
	width: 1px;
	margin-bottom: -18em;
}
#index2-container {
	margin: 0px auto 0px auto;
	width: 1000px;
}


/*-- presentation code --*/

.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fab51b;
	text-decoration: none;
}

.td-bottomlinks {
	padding-left: 20px;
}

.main-navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fab51b;
	font-weight: bold;
	text-decoration: none;
}.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #A46810;
}
.nav-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #5B0101;
}
.nav-productlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #A46810;
}
.contactbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.contactformText {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ddd;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(images/formfieldbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.contactformButton {
	background-color:#AE7639;
	width: 100px;
	height: 24px;
	font-size: 90%;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	cursor: hand;
}
.contactformButton2 {
	background-color:#CCCCCC;
	width: 100px;
	height: 20px;
	font-size: 90%;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	cursor: hand;
}
.contactformSelect {
	border: 1px solid #ccc;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(images/formfieldbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.slideshow {
	background-image: url(images/slidebg.jpg);
	background-repeat: no-repeat;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}
ul {
	line-height: 18px;
}
.login-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #2D2D2D;
}
.submitField {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ddd;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(images/formfieldbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100px;
	height: 20px;
}
.link {
	text-decoration: underline;
	color: #660000;
}
.link:hover {
	text-decoration: none;
	color: #660000;
}
.catlink {
	text-decoration: none;
	color: #000000;
}
.catlink:hover {
	text-decoration: underline;
	color: #660000;
}
.biglink-centered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #5B0101;
	text-align: center;
}
.productName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #A46810;
	text-align: center;
}

.cat-off {
	background-image: url(images/catbg-off.gif);
	padding-left: 15px;
}
.cat-on {
	background-image: url(images/catbg-on.gif);
	padding-left: 15px;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	background-image: url(images/quotebg.gif);
	background-repeat: no-repeat;
}
