/*custom base layout*/
.outerWrapper {
		background:url(../../libs/images/repeat_back.png);
  margin: 0 auto 0 auto;
  min-width: 900px;
  text-align: left;
  width: 914px;
}
.outerWrapper .header {
  background:url(../../libs/images/header.jpg) no-repeat;
  width:976px;
  height:223px;
  color:#fff;
  padding-top:75px;
  text-align:center;
}
.outerWrapper .content .contentInner .contentTop{
	background:#333;
	height:41px;
	padding:23px 0px 0px 10px;
	float:left;
	width:581px;
}
.outerWrapper .content .contentInner .contentBottom{
	background:#666;
	background-position:bottom;
	height:106px;
	padding:13px 0px 0px 0px;
	float:left;
	width:591px;
	color: #fff;
	font-size:12px;
}
.outerWrapper .header img {
	display:block;/*fix for IE 6 - IE 7 doesn't seem to have this problem anymore*/
}
.outerWrapper .contentWrapper .contentleft {
	margin-left:53px;
	padding-top:-60px;
	width:570px;
	min-height:570px;
	/*background: url(../../images/contentbottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fff;
	height:auto;*/
}
.outerWrapper .contentWrapper .contentright {
	/*padding:5px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;*/
	
	
}
.outerWrapper .footer {
	float:left;
	background:#333;
	width:900px;
	margin-left:15px;
	height:36px;
	text-align:center;
	color:#fff;
	font-size:10px;
	padding:5px 0px 0px 0px;
}
.outerWrapper .footer img{
	border:0px;
}
.outerWrapper .contentHome{
	padding:20px;
	padding-top:0px;
	margin-bottom:0px;
	float:left;
	}
.clickText{
	clear:both;
	margin:85px 0px 0px 85px;
	float:left;
	color:#fff;
	}

.outerWrapper .contentWrapper .contentInner {
	float:left;
	width:590px;
	background-color:#fff;
	min-height:460px;
	margin-left:15px;
	font-size:12px;
}
.outerWrapper .contentWrapper .rightCol {
	float:right;
	width:301px;
	padding:0px 0px 0px 0px;
	background-color:#97bd56;
	background-image:url(../../libs/images/rightCol.jpg) no-repeat;
}

/*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: 145px;
}
.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 {
	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;
}
