/*custom base layout*/
.outerWrapper {
	margin: 0 auto 0 auto;
   background:url(../../libs/images/repeat_back.jpg) repeat-y;
  min-width: 1024px;
  text-align: left;
  width: 1024px;
}
.outerWrapper .header {
	width:800px;
	height: 192px;
	padding-top:0px;
	font-size:9px;
	color:#fff;
	font-weight:bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #A8714A;
}
.outerWrapper .flashHeader {
  width:800px;
  	margin: 0 auto 0 auto;
  height: 218px;
  background:#a8714a;
}
.outerWrapper .header img {
	display:block;/*fix for IE 6 - IE 7 doesn't seem to have this problem anymore*/
}
.outerWrapper .contentInner .leftCol{
	margin-top:20px;
	float:left;
	width:147px;
	margin-right:30px;
}
.outerWrapper .contentInner .contentCol{
	float:left;
	width:572px;
	font-size:12px;
    line-height: 16px;
    letter-spacing:0px;
    margin-right:0px;
	margin-top:20px;
    padding-right:0px;
  }
.outerWrapper .footer {
	margin: 0 auto 0 auto;
	background:url(../../libs/images/footer1.jpg) no-repeat bottom;
	width:1024px;
	padding-top:10px;
	height:152px;
	text-align:center;
	font-size:10px;
	margin-left:0px;
}
.outerWrapper .footer .contactInfo{
	float:left;
	margin-left:130px;
}
.outerWrapper .footer img{
	border:0px;
}

.outerWrapper .contentWrapper .contentInner {
	 margin: 0 auto 0 auto;
	 margin-left:112px;
	 padding:10px 10px 0px 25px; 
	width:765px;
	background:#fff;
	min-height:420px;
	float:left;
	  text-align:justify;
	  color:#000;
}

/*specific, overriden layout styles - requires div.row*/
.gen_form {
	width: 300px;
	border:3px solid #000000;
}
.gen_form .form_input {
}
.gen_form .form_input-highlighted {
	border:2px solid #FF0000;
}
.gen_form div.row span.label_col {
	float: left;
	width: 25%;
	text-align: right;
	padding-right:5px;
}
.gen_form div.row span.input_col {
	float: right;
	width: 65%;
	text-align: left;
	padding-left:5px;
}
.gen_form .submit_div {
	width:40%;
	text-align:right;
}

.right_form {
	width: 345px;
}
.right_form .form_input {
}
.right_form .form_input-highlighted {
	border:2px solid #FF0000;
}
.right_form div.row span.label_col {
	float: left;
	text-align: right;
	padding-right:5px;
}
.right_form div.row span.input_col {
	float: right;
	text-align: left;
	padding-left:5px;
	padding-right:10px;
}
.right_form .submit_div {
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.login_box {}
.login_box * {
	font-size:10px;
}

/*specific layouts*/
.right_box {
	background-color:#739DB6;
	padding:5px;
	margin-bottom:8px;
}
.rightRow {
	line-height:18px;
}

.shopCartSmallRow {
	text-align:right;
	line-height:20px;
}

.featureProductFull {
	padding:5px;
	width:400px;
}

.contentBg {
	background-color:#fff;
	padding:5px;
}
.specialsBg {
	height:137px;
	padding:5px;
	padding:5px;
	border:1px solid #CCCCCC;
}
.galleryBg {
	height:137px;
	padding:5px;
	padding:5px;
	border:1px solid #CCCCCC;
}
.specialProductDiv {
	padding:5px;
	border:1px;
	width:55px;
	height:120px;
	overflow:hidden;
}
.homePhoto {
	padding:5px 15px;
}
.homeCaption {
	text-align:center;
	font-size:10px;
}

.request_box {
	float:right;
	border:2px solid #3B425F;
	padding:5px;
	width:150px;
}
.request_box a {
	font-size:11px;
}

