@charset "utf-8";
/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #635e33;
	background-image:url(../images/background_tile.gif);
	background-repeat:repeat;
}


.twoColFixHdr #container {
	width: 773px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	
} 

.twoColFixHdr #container #wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/wrapper2.gif);
	background-repeat: repeat;
	padding: 5px 0px 0px 0px;
}

.twoColFixHdr #header { 
	background: #FFFFFF; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.twoColFixHdr .img-wrapper {
	float: left;
	margin: 0px 10px 10px 0px;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #7E183D;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #737245;
}
a:active {
	text-decoration: none;
	color: #7E183D;
}

.pricechange {
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000;
}
.bold {
	font-weight: bolder;
}

.twoColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	padding: 10px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 2px 0px 0px;
	background-color: #CCCCCC;
	
}
.twoColFixHdr #sidebar1 #sidebar1_content {
	margin: 5px	5px	5px	5px;
	}
.twoColFixHdr #sidebar1 #browsebox {
	background-color:#FFFFFF;
	}
.twoColFixHdr #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
}
.twoColFixHdr #sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
}


.twoColFixHdr #mainContent {
	padding: 10px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 205px;
	text-align:left;
} 
.twoColFixHdr #mainContent #mainContent_header_western {
	background-image:url(../images/wester_orange.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#7E183D;
	text-align: center;
	height: 25px;
	width: 350px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	line-height: normal;
	Color: #FFFFFF;
}

.twoColFixHdr #mainContent #mainContent_header_specials {
	background-image:url(../images/specials_maroonoutfit.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#7E183D;
	text-align: center;
	height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	line-height: normal;
	Color: #FFFFFF;
}

.twoColFixHdr #mainContent #mainContent_header_tack {
	background-image:url(../images/tack.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#7E183D;
	text-align: center;
	height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	line-height: normal;
	Color: #FFFFFF;
}

.twoColFixHdr #mainContent #mainContent_header_english{
	background-image:url(../images/english.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#7E183D;
	text-align: center;
	height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	line-height: normal;
	Color: #FFFFFF;
}


.twoColFixHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	color: #737245;
	font-variant: small-caps;
	height:1%;
	border-bottom: 3px solid thin;
	border-bottom-color: #6A1433;
}

.twoColFixHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color:#7E183D ;
	font-weight:bold;
	text-decoration:underline;
	height:1%;
	}

.twoColFixHdr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color:#7E183D ;
	font-weight:bold;
	margin-right: 12px;
	height:1%;
	
}

.twoColFixHdr #mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #635e33;
	height:1%;
}



.twoColFixHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top-color: #7E183D;
	border-top-style: ridge;
	border-top-width: thick;
	width:773px;
	margin: 0 auto;
} 
.twoColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixHdr #footer_wrap {
	padding: 0px;
	}
.twoColFixHdr #footer_wrap #footer_content a:link{
	text-align: center;
	font-size: 10px;
	text-decoration:none;
	text-align:center;
	}
.twoColFixHdr #footer_wrap #footer_content a:hover{
	text-decoration:underline;
	font-size: 10px;
	color: #737245;
	}
.twoColFixHdr #footer_wrap #footer_content a:visited{
	text-decoration:underline;
	font-size: 10px;
	color: #666666;
	}	
.twoColFixHdr #footer_wrap #footer_content a:active {
	text-decoration: none;
	color: #7E183D;
}
.twoColFixHdr #footer_wrap #footer_content .copyright{
	text-align: left;
	color: #737245;
	font-size: 9px;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:1em;
    font-size: 1px;
    line-height: 0px;
}



 
