@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image:url(../images/bodytile.gif);
	background-position:top center;
	background-repeat:repeat-y;
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.flashnav {
	z-index:100;	
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF7E00;
}
a:active {
	color: #FF7E00;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 18px;
	color: #ff7e00;
}
h2 {
	font-size: 15px;
	color: #FF7E00;
}
.page {
	background-color: #FFFFFF;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.page .photo {
	height: 468px;
	width: 1024px;
}

.categorylogo {
	margin:1em;
	float:left;
}
.categorylogo a:link img, .categorylogo a:visited img {
	border:1px solid #3398CC;
}
.categorylogo a:hover img, .categorylogo a:active img {
	border:1px solid #034373;
}

img.right {
	float:right;
	margin-left:2em;
	margin-bottom:2em;
}
img.left {
	float:left;
	margin-right:2em;
	margin-bottom:2em;
}


/**************************************************************  C A L L O U T  ( R I G H T ) **************************************************************/
.callout {
	float: right;
	height: 248px;
	width: 258px;
	margin-top:-330px;
	margin-right: 105px;
	border: 1px solid #ba9c82;
	padding:20px;
	padding-right:15px;
	color:#fff;
	background-image:url(../images/callout-gradient.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	z-index:1000;
}
.callout h3 {
	margin-top:-4px;
	margin-bottom:0;
	padding-bottom:12px;
	font-size:28px;
	border-bottom:1px solid #ba9c82;
}
.callout p {
	margin-top:8px;
	line-height:22px;
}
.callout a:link, .callout a:visited {
	color:#ff7e00;
	text-decoration:none;
}
.callout a:hover, .callout a:active {
	color:#ff7e00;
	text-decoration:underline;

}
.content {
	padding:20px;
	margin-bottom:1ex;
	border-bottom:2px solid #e2e2e2;
}
/******************************************************************  P R O M O ( L E F T )  ******************************************************************/
.promo {
	float: left;
	height: 248px;
	width: 258px;
	margin-top:-180px;
	margin-left: 70px;
	border: 1px solid #ba9c82;
	padding:20px;
	padding-right:15px;
	color:#fff;
	background-image:url(../images/promo-gradient.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	padding:20px;
	margin-bottom:1ex;
	border-bottom:2px solid #e2e2e2;
}
.promo h3 {
	margin-top:-4px;
	margin-bottom:0;
	padding-bottom:12px;
	font-size:28px;
	border-bottom:1px solid #ba9c82;
}
.promo p {
	margin-top:8px;
	line-height:22px;
}

.promo h4 a {
	color:#CCCCCC;
}
.promo h4 a:link, .promo h4 a:visited {
	text-decoration:none;
}
.promo h4 a:hover, .promo h4 a:active {
	text-decoration:underline;
}

/******************************************************************  L E F T   C O L U M N  ******************************************************************/
.leftcol {
	width:60%;
	float:left;
	/* border:1px dashed cyan; */
}
.leftcol h1 , .content h1 {
	margin-top:0;
	font-size:24px;
	font-weight:normal;
}
.leftcol p , .content p , .leftcol ul li, .content ul li {
	line-height:24px;
}
/******************************************************************  R I G H T   C O L U M N  ******************************************************************/
.rightcol {
	float:right;
	width:39%;
	/* border:1px dashed magenta; */
}
/******************************************************************  F E A T U R E  ******************************************************************/
.feature {
	padding:1px;
	padding-right:1em;
	background-color:#8fa225;
	margin-right:-20px;
} 
.feature p {
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	line-height:14px;
}
.feature h1 {
	font-size:18px;
	color:#fff;
	margin:8px 0 6px 0;
}
.feature h4 {
	margin:0;
}
.feature h4 a {
	text-decoration:none;
	font-weight:normal;
}
.feature h4 a:link, .feature h4 a:visited {
}
.feature h4 a:hover, .feature h4 a:active {
  color:#000;
}
.feature img.thumb {
	float:left;
	margin-right:10px;
}
.feature a:link, .feature a:visited {
	color:#c7d192;
	text-decoration:none;
}
.feature a:hover, .feature a:active {
	color:#fff;
	text-decoration:underline;
}

/******************************************************************  P R I C E   L I S T  ******************************************************************/
.pricelist {
	z-index:10;
	position:absolute;
	display:block;
	width:1024px;
	height:484px;
	top:468px;
	/*
	margin-left:auto;
	margin-right:auto;
	*/
	left:50%;
	margin-left:-512px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#663300;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	display:none;
}
#price-list-content h3 {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff7e00;
}
#price-list-content {
	padding:25px;
}
#price-list-content p {
	margin:5px;
}
.orange {
	color:#ff7e00;
}
.white {
	color:#fff;
}
.charcoal {
	color:#7b7b7b;
}


/******************************************************************  O R A N G E  B U T T O N  ******************************************************************/
.orangebutton {
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#fe8a00; /* A+S Orange */
}
.orangebutton h4 {
	white-space:nowrap;
	display:inline;
	font-size:14px;
}
.orangebutton h4 a img {
	border:none;
	margin-left:5px;
}
.orangebutton h4 a {
	text-decoration:none;
	font-weight:normal;
}
.orangebutton h4 a:link, .orangebutton h4 a:visited {
  color:#fff;
	text-decoration:none;
}
.orangebutton h4 a:hover, .orangebutton h4 a:active {
  color:#fff;
}

/******************************************************************  G R E E N   B U T T O N  ******************************************************************/
.greenbutton {
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#8fa225;
}
.greenbutton h4 {
	white-space:nowrap;
	display:inline;
	font-size:14px;
}
.greenbutton h4 a img {
	border:none;
	margin-left:5px;
}
.greenbutton h4 a {
	text-decoration:none;
	font-weight:normal;
}
.greenbutton h4 a:link, .greenbutton h4 a:visited {
  color:#333;
	text-decoration:none;
}
.greenbutton h4 a:hover, .greenbutton h4 a:active {
  color:#333;
}

/******************************************************************  G R A Y   B U T T O N  ******************************************************************/
.graybutton {
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#666;
}
.graybutton h4 {
	white-space:nowrap;
	display:inline;
	font-size:14px;
}
.graybutton h4 a img {
	border:none;
	margin-left:5px;
}
.graybutton h4 a {
	text-decoration:none;
	font-weight:normal;
}
.graybutton h4 a:link, .graybutton h4 a:visited {
  color:#fff;
	text-decoration:none;
}
.graybutton h4 a:hover, .graybutton h4 a:active {
  color:#fff;
}


/******************************************************************  F O O T E R  ******************************************************************/

.forminput {
	font-size:11px;
	padding:3px;
	border:1px solid #fe8a00; /* A+S Orange */
}


/******************************************************************  F O O T E R  ******************************************************************/
.footer {
	text-align:center;
	margin-top:2em;
	border-top:1px solid #c3cd92;
	padding-top:1em;
}
.footer p {
	font-size:11px;
	margin:0;
	color:#8a9d29; /* medium olive green */
	letter-spacing:1px;
}
.footer a:link, .footer a:visited {
	color:#8a9d29; /* medium olive green */
	text-decoration:none;
}
.footer a:hover, .footer a:active {
	color:#8a9d29; /* medium olive green */
	text-decoration:underline;
}
.footer span {
	padding-left:4px;
	padding-right:4px;
}
.copyright {
	width:1024px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}
.copyright p {
	margin-bottom:1em;
	font-size:10px;
	text-align:center;
	color:#bfbfbf; /* medium gray */
}
.copyright a:link, .copyright a:visited {
	color:#bfbfbf; /* medium gray */
	text-decoration:none;
}
.copyright a:hover, .copyright a:active {
	color:#bfbfbf; /* medium gray */
	text-decoration:none;
}
.copyright span {
	padding-left:4px;
	padding-right:4px;
}
.clearer {
	clear:both;
}