@charset "UTF-8";

body {
	background: #ECE6E4 url(images/background.jpg) repeat-x;
	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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}

.oneColFixCtrHdr #container {
	width: 920px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}

.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:0;
	font-size: 1px;
	line-height: normal;
}

/*Header*/

.oneColFixCtrHdr #header {
	height: 87px;
	color: #FFF;
	margin-right: 10px;
	margin-left: 20px;
	position: inherit;
}

.oneColFixCtrHdr #header_master {
	height: 87px;
	color: #FFF;
	margin-right: 10px;
	margin-left: 20px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0;
}

.oneColFixCtrHdr #container #header #headernav {
	float: left;
	width: 500px;
	margin-top: 55px;
	line-height: normal;
	position: relative;
}
.oneColFixCtrHdr #container #header #headeremail {
	float: right;
	width: 250px;
	margin-top: 45px;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	background: url(images/nav_background.jpg);
	height: 30px;
	border: 1px solid #FFF;
	text-align: center;
	position: relative;
}

.oneColFixCtrHdr #container #header a:link, .oneColFixCtrHdr #container #header a:active, .oneColFixCtrHdr #container #header a:visited {
	text-decoration: none;
	color: #FFF;
}

.oneColFixCtrHdr #container #header a:hover, .oneColFixCtrHdr #container #header a:focus {
	text-decoration: underline;
	color: #FFF;
}

/*End Header*/

a:link, a:active, a:visited {
	text-decoration: none;
	color: #6A1A21;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #3D0E10;
}

/*Navigation*/
.oneColFixCtrHdr #container #nav {
	height: 38px;
	background: #421013 url(images/nav_background.jpg) repeat-x;
	border: 1px solid #FFF;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 920px;
	list-style: none;
	float: left;
}

#nav li {
	float: left;
}

#nav li a, #nav li a:active, #nav li a:visited {
	display: block;
	height: 28px;
	width: 130px;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin-right: 0px;
	padding: 10px 0px 0px;
	border-right: 1px solid #FFF;
	line-height: normal;
}
#nav li a.last, #nav li a:active.last, #nav li a:visited.last {
	border-right-style: none;
}

#nav li a:hover {
	color: #FFFF99;
	background: #74040A;
}

/*End Navigation*/

.oneColFixCtrHdr #logoarea {
	height: 249px;
	width: 920px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: url(images/animation1.jpg);
}

.oneColFixCtrHdr #container #logoarea_pages {
	height: 122px;
	width: 920px;
	position: relative;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-size: 90%;
	min-height: 250px;
	border: 1px solid #FFF;
}


.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 18px;
	color: #6A1A21;
	padding-top: 5px;
}

.oneColFixCtrHdr #container #mainContent #main_text {
	width: 430px;
	padding-top: 0px;
	padding-bottom: 20px;
	float: left;
	padding-left: 20px;
	font-size: 95%;
}

.oneColFixCtrHdr #container #mainContent #main_graphic {
	float: right;
	width: 440px;
	padding-top: 30px;
}

.oneColFixCtrHdr #container #main_categories {
	height: 119px;
}

.oneColFixCtrHdr #container #mainContent #main_products {
	padding: 20px;
	border: 1px solid #FFF;
}

/*Footer*/

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6A1A21 url(images/footer_background.jpg);
	height: 75px;
	margin-top: 10px;
	color: #FFF;
}

.oneColFixCtrHdr #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;
}


.oneColFixCtrHdr #container #footer #footer_address {
	float: left;
	width: 200px;
	margin-top: 10px;
	line-height: 18px;
}
.oneColFixCtrHdr #container #footer #footer_nav {
	float: right;
	width: 650px;
	margin-top: 10px;
	text-align: right;
	height: 60px;
	line-height: normal;
}

.oneColFixCtrHdr #container #footer a:link, .oneColFixCtrHdr #container #footer a:active, .oneColFixCtrHdr #container #footer a:visited {
	text-decoration: none;
	color: #FFF;
}

.oneColFixCtrHdr #container #footer a:hover, .oneColFixCtrHdr #container #footer a:focus {
	text-decoration: underline;
	color: #FFF;
}

.mds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
