/* Website Structure Styles */
body {
	margin: 0px;
	background: #000;
}
.main_table {

}
.header {
	color: #FFF;
	background: url(images/header-bg.gif) bottom center repeat-x;
}
.nav {
	background: url(images/nav-bg.gif) bottom center no-repeat;
}
.content-area {
}
.feature-area {
	height: 125px;
}
.breadcrumbs-area {
	height: 50px;
	text-align: left;
}
.content-bg {
	height: 450px;
	background: url(images/content-bg.gif) top center no-repeat;
}
.content-table {
	width: 700px;
}
.content {
	padding: 0px 25px 25px 25px;
}
.content p {
	text-align: left;
}
.margin {
	width: 170px;
	padding: 25px;
}
.footer {
	color: #666;
	padding: 5px;
}
.footer td {
	color: #666;
}
.forms {
	border-top: 1px solid #262626;
}
.forms td {
	border-bottom: 1px solid #262626;
}

/* Font Styles */
h1, h2, h3 {
	color: #25c4ff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-variant: small-caps;
	font-style: italic;
	font-stretch: extra-expanded;
}
h1 {
	margin-top: 5px;
	color: #000;
	font-size: 25px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3, h3 a {
	font-size: 15px;
	font-weight: bold;
}
td, p, a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
}
td, p {
	color: #CCC;
}
p {
}
a {
	color: #25c4ff;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
.footer a {
	color: #666;
}
.footer a:hover {
	color: #25c4ff;
}
blockquote {
	color: #25c4ff;
	background: #333;
	padding: 15px;
	margin: 25px 0px 25px 0px;
	font-style: italic;
	font-size: 14px;
	line-height: 120%;
}
blockquote p {
	color: #25c4ff;
	font-style: italic;
	font-size: 14px;
	line-height: 120%;
}
ul,ol {
	margin-left: 15px;
	padding-left: 5px;
	text-indent: 10px;
}
ul {
	list-style: square;
}
.feature-image {
	padding: 2px;
	border: 1px solid #333;
	background: #FFF;
}

/* Menu Styles */
.menu {
	background: #336600;
	height: 40px;
	padding: 0px 10px;
}
.menu a {
	padding: 14px 15px;
}
.menu a:link {
	color: #79ccc8;
	text-decoration: none;
}
.menu a:visited {
	color: #ffe1e9;
	text-decoration: none;
}
.menu a:hover {
	color: #FFF;
	text-decoration: none;
}

/* Drop Menu Styles */
#dropmenudiv{
	position:absolute;
	border: 1px solid #333;
	border-bottom-width: 0;
	line-height: 15px;
	z-index: 1001;
	background: #000;
	filter:alpha(opacity=85);
	opacity:.85;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #333;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #333;
}

#cartNav {
	overflow: hidden;
	border-bottom: 1px solid #25C4FF;
	width: 100%;
	height: 20px;
	z-index: 3;
	padding: 15px 0;
}
#cartPopUp {
	overflow: hidden;
	background: #1d1d1d;
	border-bottom: 1px solid #25C4FF;
	width: 100%;
	z-index: 2;
}
#product {
	margin: 25px;
}
#item {
	border-bottom: 1px dotted #25C4FF;
	padding-bottom: 50px;
	margin-bottom: 15px;
}
#item h1 {
	color: #fff;
}
ul {
	list-style: none;
	margin: 0;
	padding: 15px;
}
#qty-buttons {
	float: right;
}
#qty-buttons a {
	padding: 3px 7px;
	background: #25C4FF;
	color: #333;
	margin: 1px;
}

