/*  
Theme Name: Net Elevation Template
Theme URI: http://www.netelevation.com/
Description: Custom Theme by Net Elevation
Version: 1.0
Author: Net Elevation
Author URI: http://www.netelevation.com/
*/

.homelinks a {
	color: #4e942e;
	text-decoration: none;
}

.homelinks a:hover {
	color: #4e942e;
	text-decoration: underline;
}

.nav-btm {
	background-image: url(/images/nav-bottom.gif);
	background-repeat: repeat-x;
}
body {
	background-color: #000000;
}
.enter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
.enter a {
	color: #FFFFFF;
	text-decoration: none;
}

.enter a:hover {
	color: #4e942e;
	text-decoration: none;
}

.contact .contact a {
	color: #FFFFFF;
	text-decoration: none;
}
.btm-bg {
	background-image: url(/images/bottom-bg.gif);
	background-repeat: repeat-x;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.contact .contact a:hover {
	color: #4e942e;
	text-decoration: none;
}
.val {
	text-align: center;
	vertical-align: middle;
}
.sec-lt {
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sec-rt {
	font-size: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #4e942e;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}
.sec-rt li {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-indent: 0px;
}
.sec-rt a {
	color: #000000;
}

.sec-rt a:hover {
	color: #4e942e;
}


h2 {
	font-size: 15px;
	font-weight: bold;
}

#footer { text-align: center; }
#footer a { color: #fff; }

/* shopping cart styles */
div#shoppingcart{
 width: 780px;
 margin: 0px;
 padding: 5px;
 }
.shoppingcart th { padding: 5px; }
.shoppingcart td { padding: 5px; border: 1px solid #999; }
.items { background-color: #666; width: 100%; color: #fff; padding: 3px; }
.emptycart { margin: 0 3px; }
.gocheckout { font-weight: bold; margin: 3px; }

        
/* KEEP THIS IN ALL CSS, so that customers can use the alignment features when adding images. */
/* Begin Images */
a img { border: 0; }
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
