/*===================Foundation Start=========================*/

@import url(http://fonts.googleapis.com/css?family=Cabin:400,500,700);

html {
    overflow-y: scroll;
}

html, body {
    height: 100%;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: 'Cabin', sans-serif;
    color:#555;
	font-size:15px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -44px;
}

h1,
h2,
h3{
	font-family: 'Cabin', sans-serif;
	margin: 0;
	font-weight:700;

}

h1{
	font-size:33px;
}
h2{
	font-size:28px;
}
h3{
	font-size:24px;
}

h4{
	font-size:17px;
	margin:0;
}

p{
	margin-top: 5px;
}

.footer, .push {
	height: 70px;
}

.paragraphHighlight{
	color: #997E6B;
	font-weight:700;
	font-size:1.4em;
}

.textFieldCopy{
	font-family: 'Cabin', sans-serif;
	padding:3px;
}

/*===================Foundation End=========================*/

/*===============================================================================================*/

/*===================Navigation Start=========================*/

.buttonCategory {
	position:relative; 
	margin:auto;  
	width: auto;
	height:61px;
	text-align:center;
	margin-bottom:10px;
}


.buttonCategory .outerContainer {
	display: table;
	height: 61px;
	overflow: hidden;
	width: auto;
}

.buttonCategory .outerContainer .innerContainer {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

a:link,
a:anchor,
a:visited{
    text-decoration: none;
    color: #d92b00;
}

a {
    text-decoration: none;
    color: #A60E13;
}

.menuButton{
    position: relative;
    float: left;
    margin: auto;
    font-size:15px;
    font-family: 'Cabin', sans-serif;
	font-weight:500;
}

.menuSubButton{
	color:#FFF;
    position: relative;
    float: left;
    margin: auto;
    font-family: 'Cabin', sans-serif;
	font-weight:500;
}


.buttonSeperator{
    position: relative;
    width:1px; 
	top:10px;
    height:40px;
    float: left; 
    background-image:url(../images/nav-div.jpg);
      
}

/*===================Navigation End=========================*/

/*===============================================================================================*/

/*===================Client Styles Start=========================*/

.captiontext{
	font-size:12px;
}

.captiontexthighlight{
	font-size:12px;
	font-weight:bold;
	color:#75665E;
}

.texthighlight{
	font-weight:bold;
	color:#75665E
}

.header{
	font-size:19px;
	font-weight:bold;
	color:#333;
}

.alerttext{
	color:#A60E13;
	font-weight:700;
}


/*===================Client Styles End=========================*/

/*===============================================================================================*/

/*===================Tables Start=========================*/

.tablestyle{
	border: 1px #FFF solid;
	border-spacing:0;
	background-color:#E2D6CC;
	font-weight:400;
	font-size:16px;
	text-align:center;
	width:550px;
	max-width:550px;
	min-width:550px;
	-moz-box-shadow: 7px 7px 0px #B3B3B3;
	-webkit-box-shadow: 7px 7px 0px #B3B3B3;
	box-shadow: 7px 7px 0px #B3B3B3;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#B3B3B3')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#B3B3B3');
}

.tablestyle td{
	border: 1px solid #fff;
	padding:8px;
}

.tablestyleheader td{
	border: 1px solid #fff;
	background-color:#900;
	color:#fff;
}

.tablestyleheader{
	background-color:#900;
	color:#fff;
}

/*===================Tables End=========================*/

/*===============================================================================================*/

/*===================General Content Start=========================*/
.genContentWrapper{
	position:relative;
	margin:auto;
	padding:10px 0px;
	height:auto;
	float:left;
	width: 640px;
}

.imgBorder{
	border:10px; 
	border-style:solid; 
	border-color:#E8E5E3;
}

.rdWrapper{
	padding:5px 0px;	
}

.redDivider{
	position:relative;
	margin:0;
	width:100%;
	height:4px;
	background-color:#A60E13;
}

.brownBox{
	color:#FFF;
	background-color:#997E6B;
	padding:10px;
}

.brownBoxWrapper{
	padding:10px 0px;
}


/*===================General Content End=========================*/

/*===============================================================================================*/

/*===================Product Content Start=========================*/

.prodContentWrapper{
	position:relative;
	margin:auto;
	margin-top:10px;
	padding:10px 0px;
	float:left;
	width: 884px;
}


.productDivider{
	position:relative;
	margin:0;
	width:884px;
	height:1px;
	background-color:#BCBEC0;
}

.productInfo{
	width:574px;
	padding-right:15px;
	margin:0px 27px 18px 0px;
	min-height:170px;
	float:left;
	border: 1px; 
	border-style:none solid none none; 
	border-color:#BCBEC0;
}

.productImageWrapper{
	width:240px;
	min-height:200px;
	height: 100%;
	float:left;
	position: relative;
}

.productImage{
	margin:auto; 
	text-align:center; 
}



/*===================Product Content End=========================*/

/*===============================================================================================*/

/*===================tips Content Start=========================*/

.numberBlock{
	position:relative; 
	margin:auto; 
	width:39px; 
	height:39px; 
	margin-right:10px; 
	float:left; 
	background-color:#75665E; 
	padding:10px; 
	font-size:24px; 
	text-align:center; color:#FFF
}

.tipsBlock{
	position:relative;  
	margin:auto; 
	min-height:20px; 
	width:550px; 
	text-align:left; 
	padding:10px; 
	background-color:#f7f4f1; 
	font-size:15px; 
	margin-bottom:0px; 
	margin-right:0px;
	
}

.tipsBlock p{
	margin:0;
	padding-bottom:0;
}


/*===================tips Content End=========================*/

/*===============================================================================================*/

/*===================Contact us Content End=========================*/
.tablehead{
	width:187px;
}

.branchWrapper{
	position:relative; 
	margin:left; 
	width:630px; 
	height:210px; 
	background-color:#f7f4f1; 
	margin-bottom:20px; 
	padding:5px;
}

.branchDetails{
	position:relative; 
	margin:10px 0px 0px 10px; 
	float:left; 
	width:160px; 
	height:177px; 
	padding-right:20px;
	font-size:13px
}

p.label_checkbox_pair {
  clear: both;
  float: none;
  position: relative;
  margin-top:0px;
  margin-left:4px;
}

p.label_checkbox_pair input {
	left: -3px;
	position: absolute;
	top: -1px;
}

p.label_checkbox_pair label {
  display: block;
  margin-left: 22px;
  width: 187px;
}

/*===================Contact us Content End=========================*/

/*===============================================================================================*/

/*===================Footer Start=========================*/
#footer {	
	z-index:5;
	width:100%;
	position:fixed;	
	bottom:0px;
}

/*===================Footer End=========================*/
