@charset "utf-8";
/*************************** COMMON *******************************/
body {
	background: url(../img/fr_bg.gif) repeat-x;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;
	font-size:12px;
	line-height: 16px;
	color: #646464;
}
.wrapper {
	width: 811px;
	margin: 0px auto;
}
.content {
	clear: both;
	width: 100%;
	padding: 10px 0px 0px 0px;
}
.left { float: left; }
.right { float: right; }
hr {
	height: 3px;
	color: #646464;
	background: #646464;
	border: none;
}
.prdLeft {
	width:277px;
	padding:5px 30px 20px 0px;
	float:left;
}
.prdRight {
	width:500px;
	float:left;
	padding:5px 0px 20px 0px;
}
.prdRight li {
	list-style:disc;
}
.prdRight ul {
	padding-left: 20px;
}
.prdMiddle {
	width:100%;
	float:left;
	padding: 5px 0px 0px 0px;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin:0px 0px 0px 0px;
	
}
.prdRight .myImgGroup{
	width:500px;
	padding: 10px 0px 10px 0px;
	float:left;
}
.myImgGroup .myImg{
	width:500px;
	float:left;
	margin:30px 0px 4px 0px;
	overflow:hidden;
	text-align:center;
}
.myImgGroup .myImgTitle{
 	width:500px;
	height:20px;
	float:left;
	border-bottom:#333333 1px solid;
	font-weight:bold;
}
.myImgGroup .myImgDesc{
 	width:500px;
	float:left;
	border-top:#333333 1px solid;
}

.prdRight .myImgGroup .myImg img{ }


.prdLeft ul { margin: 20px 0 0 0; padding: 0; list-style-type: none; }
.prdLeft li { margin: 0; padding: 2px 0 0 0; border-bottom: 1px dashed #C0C360; }
.prdLeft li a { 
	background: transparent url('../img/bullet_arrow_off.png') no-repeat 2px center;
 	text-decoration: none; 
	display: block; 
	margin: 0 0 2px 0; 
	padding: 2px 0 2px 5px; 
	font-size: 11px; 
	text-indent: 12px; 
	font-weight: bold; 
	color:#333333;
}
.prdLeft li a.selected { 
	background: #83894A url('../img/bullet_arrow_on.png') no-repeat 2px center; 
	color: #FFF; 
	text-indent: 12px; 
}
.prdLeft li a:hover { 
	background: #f3f5ba url('../im/bullet_arrow_on.png') no-repeat 2px center; 
	color: #333; 
	text-indent: 12px; 
}

.security{
	width: 461px;
	height: 40px;
	float:left;
	line-height:25px;
	text-align:center;
}

/*************************** GOOGLE MAP ***************************/
.map {
	width: 100%;
	height: 380px;
	border: 1px solid #ccc;
}



/*************************** FORMS *******************************/
.divContactFrm{

}

.divContactFrm .label { width:33%;color:#000000;}
.divContactFrm .ele { width:65%; font-weight:100;}

.req {
	font-size: 10px;
	color:#660033;
}

.frmRow {
	clear:both;
	padding:2px 0px 0px 0px;
}

.comp {
	clear:both;
	text-align:center;
	padding:9px 0px 9px 0px;
}

.label {
	color: #333333;
	float:left;
	padding:1px 1px 1px 1px;
	font-size:12px;
	vertical-align:top;
	text-align:right;
}

.ele {
	color:#000000;
	float:right;
	padding:1px 1px 1px 1px;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
}

input, textarea {
	border: 1px solid #CCCCCC;
}

.divQuoteFrm .frmRow .ele .input{border: 1px solid #CCCCCC;	width:40%;}
.divQuoteFrm .frmRow .ele .inputSmall{border: 1px solid #CCCCCC;	width:20%;}

.divSubscribeFrm { float: left; padding: 20px 0px 20px 0px }
.divSubscribeFrm .frmTbl { width:100%; }
.divSubscribeFrm .label { width:23%;}
.divSubscribeFrm .ele { float: left; width:75%;}

.submitButton {
	width: 80px;
	height: 24px;
	cursor:pointer;
	color: #333333;
	background-color:#FFFFFF;
}

/***************************/
.divQuoteFrm{
	
}
.divQuoteFrm .label { width:33%;color:#000000;}
.divQuoteFrm .ele { width:65%; font-weight:100;}

.checkBox { width:20px; border:none;}



/*************************** HEADER *******************************/
.logo {
	padding-top: 16px;
	float: right;
	text-align:right;
	height: 81px;
	width: 811px;
	overflow: hidden;
}
.blurb { clear: both; }
/*************************** MENU *******************************/
.menu { 
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	overflow:hidden;
	height: 37px;
	width:700px;
}
.fixing{
	float:left;
}
.menu li { 
	float:left;
	background: #565b26 url('../img/fr_m-left-sel.gif') no-repeat left top;
	margin:0px 3px 0px 0px;
	padding:0px 0px 0px 14px;
	height: 30px; }
.menu a {
	float:left;
	display:block;
	background:#565b26 url('../img/fr_m-right-sel.gif') no-repeat right top;
	margin: 0px;
	padding:7px 13px 0px 0px;
	text-decoration:none;
	color: #FFF;
	height: 30px;
	overflow: hidden;
}
.menu a:hover { color: #565B26; }
.menu li.sel { background: #565B26 url('../img/fr_m-left.gif') no-repeat left top; }
.menu li.sel a { color: #FFF; background:#565B26 url('../img/fr_m-right.gif') no-repeat right top;}
.menu li.sel a:hover { color: #B2B54C; }

/*************************** FOOTER *******************************/
.footerAddress {
	text-align: center;
	clear:both;
	padding-top: 10px;
}

/*************************** TYPOGRAPHY *******************************/
p {
	padding: 5px 0px 5px 0px;
	line-height: 18px;
}
.blurb p {
	color: #fff;
	text-transform:uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #646464;
	padding-top:10px;
}
.featList h1 { padding-top: 0px }
.infoBoxHold h1 {
	padding: 0px;
}
h2 {
	font-size: 12px;
	color: #fff;
}
.galleryImagesHold h2, .productImagesHold h2 {
	color: #565b25;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
h3 {
	font-size: 14px;
	font-weight:bold;
}

.promoBoxHeader h2 {
	padding: 2px 0px 2px 5px;
}

.footerLow p {
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}
.white { color: #fff; }

.galleryListHold p {
	line-height: 18px;
}

/*************************** ANCHORS *******************************/
.featList a { color: #565b26; }
.featList a:hover { color: #afb66a; }
.featList p a {
	color: #990000;
}
.footer li a {
	color: #b2b54c;
}

.noUL {
	text-decoration: none;
	color: #858b50;
}
.footerLow a {
	color: #858b50;
}
a.ti {
	color: #fff;
}
.boxLink {
	display:block;
	padding: 5px;
	background: #565b26;
}

.readMore { margin: 0; padding: 0}
.readMore a { padding: 2px 5px 4px 5px; color: #FFF; background-color: #565B26; text-decoration: none; overflow: hidden; line-height: 24px; }
.readMore a:hover { background-color: #B2B54C; }

.footerLinks a {
	font-size: 10px;
}

.galleryListHold h2 a {
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color: #565b26;
}
.galleryListHold a {
	color: #565b26;
}
.flashAlertSm a, .flashAlert a{color:#FFFFFF;}

.galleryListImg a { float: left; }
.galleryListTxt a:hover { color: #b2b54c;}

/*************************** INDEX *******************************/
.featured {
	float: left;
	padding: 30px 0px 0px 0px;
	width: 100%;
}
.featured li {
	line-height: 20px;
	list-style:disc;
	list-style-position:outside;
	margin-left: 15px;
}
.featList {
	float: left;
	width: 239px;
	padding: 0px 40px 0px 0px;
}
.featProduct {
	float: left;
	width: 530px;
	overflow:hidden;
	/*height: 282px;*/
	background: #b2b54c;
	border: 1px solid #000;
}
.featImage ul {
	color: #fff;
	font-size: 11px;
	padding: 5px;
}
.featImage li {
	padding-right: 5px;
}
.featImage {
	float: right;
	position: relative;
	/*width: 360px;*/
}
.featLink {
	right: 0px;
	bottom: 14px;
	position:absolute;
}
.featLink a {
	width: 80px;
	background-color: #999;
	border-left: 1px solid #f5f4f3;
	border-top: 1px solid #f5f4f3;
	border-bottom: 1px solid #f5f4f3;
	color: #fff;
	opacity: .8;
	filter:alpha(opacity=80);
	text-decoration:none;
	padding: 0px;
	text-align:center;
}
.featLink a:hover {
	background-color: #FFF;
	color: #666;
	opacity: .9;
	filter:alpha(opacity=90);
}

}
.featImage img { border-left: 1px solid #000; }
.featImage a { float: right; }
.featHeader {
	border-bottom: 1px solid #000;
	height: 20px;
	padding: 2px 0px 0px 5px;
}

.promoBoxHold {
	float: left;
	padding: 20px 0px 0px 0px;
	width: 811px;
}
.promoBox {
	float: left;
	width: 251px;
	border: 1px solid #000;
	background: #fff;
	overflow:hidden;
}
.promoBoxHeader {
	border-bottom: 1px solid #000;
	background: #b2b54c;
}
.promoBox a { 
	float: left;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	
}
.promoBox a:hover {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
.infoBoxHold {
	float: left;
	padding: 20px 0px 20px 0px;
	width: 811px;
}
.infoBox {
	float: left;
	width: 253px;
}
/*************************** FOOTER *******************************/
.footer {
	float: left;
	background: #565b26;
	color: #fff;
	width: 100%;
	padding: 15px 0px 10px 0px;
}
.footerHold {
	width: 811px;
	margin: 0px auto;
}
.footerHold ul { text-align: center; }
.footerHold ul li { display: inline; }
.footerLow {
	padding-top: 10px;
	clear: both;
	color: #858b50;
}
.footer li { color: #858b50; }
.footerLinks {
	float: left;
	padding: 10px 0px 0px 0px;
}
.footerLinks ul { text-align: center; }
.footerLinks ul li { display: inline; }

/*************************** PRODUCT SECTION *******************************/
.logoStoreHold {
	clear: both;
	width: 701px;
}
/*********************************GALLERY LIST **********************************/
.galleryListHold {
	padding: 20px 0px 20px 0px;
}
.galleryList {
	float: left;
	/*width: 791px;*/
	width: 395px;
	padding: 0px 0px 0px 20px;
	height: 200px;
}
.galleryList0 {
	float: left;
	/*width: 791px;*/
	height: 200px;
	width: 395px;
	padding: 0px 0px 0px 0px;
}
.galleryListImg {
	float: left;
	width: 154px;
	border: 1px #ccc solid;
}
.galleryListImg img { border: 2px solid #fff; }
.galleryListTxt {
	float: left;
	padding: 0px 0px 0px 20px;
	width: 215px;
}
.galleryListImg:hover { border: 1px solid #565b26; }

/********************************* GALLERY ***************************************/
.galleryGroup {
	float:left;
	margin-bottom:10px;
}

.flashAlert, .flashAlertSm {
	width:788px;
	float:left;
	background:#DA1258;
	color:#fff;
	border:#0D3401 solid 1px;
	text-align:center;
	line-height:20px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}
.flashAlertSm {
	width:478px;
}
.galleryImgHold {
	width: 788px;
	float: left;
	margin: 0px auto;
}
.galleryDescHold {
	padding: 10px 0px 20px 0px;
}
/******************************* SYSTEM MESSAGES ***************************************/
#sucMsg {
	font-size:13px;
	border:1px solid #a9d260;
	background-color: #fafff1;
	margin: 15px 0px 15px 0px;
	padding:10px 10px 10px 10px;
	color: #6c985f;
	font-weight:normal;
	text-align:center;
	width: 96%;
}
#systemErrDiv {
	text-align:center;
	width:96%;
}
#errorTable, #errorTableFront {
	border:solid #E4AC58 1px;
	margin: 15px auto 15px auto;
	padding: 5px;
	text-align: left;
	background-color:#FDF1E3;
	width:96%;
}
#errorTable #head, #errorTableFront #head {
	font-size:12px;
	margin:5px auto;
	text-align:center;
	font-weight:normal;
	color:#FF9900;
}
#errStr {
	border:solid #D10E48 1px;
	margin:15px 0px 15px 0px;
	padding:10px 10px 10px 10px;
	text-align:center;
	font-weight:bold;
	color: #D10E48;
	font-size:12px;
	background:#FCC2D2;
}
#errPnt, #errPnt a {
	font-size:11px;
	color:#FF9900;
	margin:5px 5px 5px 10px;
}
.jsErr {
	color: #BF2B2B;
	font-size: 10px;
}
.ajaxErr {
	font-size: 10px;
	color: #D10E48;
}

.featBullets { color: #fff; padding: 10px; }

.please-note { margin-top: 40px; margin-bottom: 0px; float: left; font-size: 11px; color: #431b01; background: #ffbf94; border: 1px solid #cc5200; }
	.please-note p { padding: 10px; }