/*
All better Now Style Sheet
Created 18/10/2006
Author Jeff Butler
Add update notes here:
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	color : #000;
	background : #D01E19;
	margin: 0;
	text-align: center;
}
td {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	padding: 3px;
}
a {
	color : #C00;
	text-decoration : none;
}
a:hover {
	color : #333;
	text-decoration : underline;
}
p {
	margin: 10px 0;
}
.container {
	width: 924px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}
.site_container {
	 width: 900px;
	 _height: 550px;
	 margin: 12px 12px 5px 12px;
	 background: #FFF url(images/content_bg.gif) repeat-x;
}
.content {
	padding: 0 10px;
}
.header {
	width: 880px;
	height: 155px;
}
.logo {
	float: left;
	margin-left: 20px;
}
.nav_container {
	float: right;
	margin: 20px 10px;
	width: 670px;
	height: 31px;
}
.nav_content {
	float: left;
}
ul, ol {
	margin-left: 30px;
}
li {
	list-style : url(images/bullet_point.gif);
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
}
#nav a {
	display: block;
	padding: 6px;
	color: #333;
	text-decoration: none;
	background: #FFF;
}
#nav a:hover {
	display: block;
	padding: 6px;
	color: #333;
	text-decoration: none;
	background: #F2EADF;
}
#nav li { /* all list items */
	float: left;
	list-style: none;
	font-size: 15px;
	text-transform : uppercase;
	font-weight: bold;
}
#nav li.one {
	border-left: 2px solid #D3D3D3;
	border-right: 2px solid #D3D3D3;
}
#nav li.two {
	border-right: 2px solid #D3D3D3;
}
#nav li.three {
	border-right: 2px solid #D3D3D3;
}
#nav li.four {
	border-right: 2px solid #D3D3D3;
}
#nav li.five {
	border-right: 2px solid #D3D3D3;
}
#nav li.six {
	border-right: 2px solid #D3D3D3;
}
#nav li.seven {
	border-right: 2px solid #D3D3D3;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFF;
	width: 140px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-weight: normal;
}
#nav li ul a {
	color: #AC0732;
	font-size: 12px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 0px;
	border: 1px solid #D3D3D3;
	color: #333;
}
#nav li li:hover, #nav li li.sfhover {
	background: #F2EADF;
	width: 100%;
	color: #AC0732;
}
.padding {
	padding: 10px;
}
.product_image {
	border: 1px solid #333;
	margin-left: 10px;
}
.content_container {
	border: 2px solid #DAD4C4;
}
.title {
	width: 876px;
}
.text {
	_height: 325px;
}
.textBox {
	height: 20px;
	font-size: 12px;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.dropDown {
	height: 19px;
	font-size: 10px;
}
.textArea {
	font-size: 12px;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.cart_button {
	width: 160px;
	font-size: 11px;
	text-transform: uppercase;
}
.button {
	width: 120px;
	font-size: 11px;
	text-transform: uppercase;
}
.title_text {
	font-size: 16px;
}
.small_text {
	font-size: 10px;
	color: #666;
}
.footer_container {
	 width: 900px;
	 height: 15px;
	 overflow: hidden;
	 margin: 0 12px;
}
.footer {
	font-size: 10px;
	color: #F2EADF;
	padding: 0 10px;
	float: left;
}
.footer a {
	color: #F2EADF;
}
.footer a:hover {
	color: #F6D479;
	text-decoration: none;
}
