﻿body
{
	padding: 0;
	margin: 0;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

img
{
	border: 0;
}

td
{
	padding: 0;
	vertical-align: top;
}

.pad
{
	padding: 10px;
}

#container
{
	text-align: center;
}

#container2
{
	margin: auto;
	text-align: left;
	border-spacing: 0;
}

#bg-left
{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	overflow: hidden;
	background-image: url(../images/bg-left.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#bg-right
{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	overflow: hidden;
	background-image: url(../images/bg-right.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#flash-header{
	background:transparent url('/images/aa-site-static.jpg') no-repeat;
	width:960px;
	height:140px;
	overflow:hidden;
}

#nav-front
{
	background-image: url(../images/nav-front.jpg);
	background-repeat: no-repeat;
	height: 45px;
	min-height: 45px;
	max-height: 45px; /*overflow: hidden;*/
	font-family: Verdana, sans-serif;
}

#nav-front2
{
	background-image: url(../images/nav-front2.jpg);
	background-repeat: no-repeat;
	height: 45px;
	min-height: 45px;
	max-height: 45px; /*overflow: hidden;*/
	font-family: Verdana, sans-serif;
}

#nav-regular
{
	background-image: url(../images/nav-regular.jpg);
	background-repeat: no-repeat;
	height: 45px;
	min-height: 45px;
	max-height: 45px; /*overflow: hidden;*/
	font-family: Verdana, sans-serif;
}

.nav
{
	text-align: center;
	height: 46px;
}

.nav a
{
	color: #d2d2d2;
	font-size: 10px;
	text-decoration: none;
}

.nav a:hover
{
	color: #ca9e33;
	font-size: 10px;
	text-decoration: none;
}

.nav ul
{
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.nav ul li
{
	display: inline;
	padding: 0;
	margin: 0 20px 0 0;
}

#content-front
{
	background: #000 url(../images/bg-front.jpg) no-repeat;
	width: 960px;
	height: 402px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#content-front table
{
	border-spacing: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

#content-regular
{
	background: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 960px;
}


#bottom
{
	font-size: 10px;
	text-align: center;
	background-image: url(../images/bg-bottom.png);
	background-repeat: repeat-x;
	color: #777E8E;
	height: 133px;
	width:960px;
	overflow:hidden;
	font-family: Verdana, sans-serif;
}

#bottom a
{
	color: #777E8E;
	font-size: 10px;
}

#category a
{
	color: #dbab37;
	font-size: 14px;
	font-weight: bold;
}

#transparency a
{
	color: #dbab37;
	font-size: 14px;
	font-weight: bold;
}

#container3
{
	border-spacing: 0px;
	margin: 0;
	padding: 0;
	border: 0;
}

#categories
{
	/*width: 23%;*/ /*background-image: url(../images/glass2.png); 	background-repeat: repeat;*/
	color: #FFF;
	min-height: 400px;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
}

#contentsection
{
	/*width: 73%;*/
	/*background-image: url(../images/glass2.png); 	background-repeat: repeat;*/
	color: #FFF;
	min-height: 400px;
	font-family: Verdana, Helvetica, sans-serif;
}

a.qa
{
	font-size: 14px;
	font-weight: bold;
}

.question
{
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	color:#FFF;
}

.answer
{
	font-size: 13px;
	margin-left: 20px;
	border-left: solid 2px silver;
	padding-left: 10px;
	color:#FFF;
}

a
{
	color: white;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* newtcart classes */
.carthead
{
	padding: 4px;
	font-size: 12px;
	color: #FFF;
	background: #333439;
	border-bottom: 1px solid #666666;
	white-space: nowrap;
}
.cartrow
{
	padding: 3px;
	font-size: 11px;
	color: #333333;
	border-bottom: 1px solid #666666;
	white-space: nowrap;
}
.tblcart
{
	background-color: white;
	width: 900px;
	border-spacing: 0;
	border: solid 1px #CCC;
	margin: 0 20px 0 20px;
}
.tblcart td
{
	color: #333333;
}

.tblcart a{
	color: #292F3D;
}

.product-link
{
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
.product-link:hover
{
	text-decoration: underline;
}

.product-info
{
	color: #FFF;
	vertical-align: bottom;
	padding: 10px;
}

.category
{
	width: 220px;
	height: 153px;
	float: left;
	text-align: center;
}

.special-bg-01{
	width: 955px;
	background:url('../images/background.jpg') no-repeat;
	color: #FFF;
}

.special-bg-01 p{
	font-size: 12px;
	line-height: 1.5em;
	color: #FFF;
	text-align: left;
	line-height: 1.3em;
	color: #FFF;
}

.special-bg-02{
	background:url(../images/bg-faq.jpg) no-repeat;
	width: 955px;
}

br.clear{clear:both;display:inline;width:0;height:0;}

.lefty{text-align:left;}
.centered{text-align:center;}
.pad5{padding:5px;}
.pad20{padding:20px;}

/* category listing page */
.cat-container1{
	text-align: center;
	width: 960px;
	height: 450px;
	margin: auto;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}

.cat-container2{
	width: 900px;
	margin: auto;
	text-align: center;
	clear: both;
}

.cat-container2 a{
	text-decoration: none;
}

a.cat-highlight{
	display: block;
	float:left;
	padding: 15px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 25px 25px 25px 40px;
	text-decoration: none;
}

a.cat-highlight:hover{
	background-image: url(../images/bg-white-trans.png);
	background-repeat: repeat;
	color: #000;
}

a.cat-highlight img{
	border: 0;
}
