@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	height: 100%;
	background-color: #ffffff;
}
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 890px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #f1f1f1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -25px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#wrap #header {
	width: 890px;
	font-family:Arial, Helvetica, sans-serif;
	height: auto;
	background-image: url(../images/bg-header.gif);
	background-repeat: no-repeat;
	margin: 0;
}
#logo {
	overflow: hidden;
	width: 230px;
	margin-left: 60px;
	padding-top: 25px;
}
#tabs {
	font-size: 1em;
	font-weight: bold;
	height: 23px;
	float: right;
	width: auto;
	margin-bottom: 4px;
	padding-top: 35px;
}
#tabs div {
	margin-top:1px;
}
#tabs .shop-tab a, #tabs .inactive-shop-tab a {
	color:#555;
	font-size:1em;
}
#tabs .shop-tab, #tabs .inactive-shop-tab {
	height: 26px;
	float: left;
	overflow: hidden;
}
#tabs .shop-tab .shop-tab-left {
	background: url(../images/nav-tab-left.gif) no-repeat;
	width: 19px;
	height: 26px;
	float: left;
}
#tabs .inactive-shop-tab .shop-tab-left {
	background: url(../images/nav-tab-left-inactive.gif) no-repeat;
	width: 18px;
	height: 26px;
	float: left;
}
#tabs .shop-tab .shop-tab-text {
	background-color:#fff;
	float: left;
	height: 26px;
	padding: 5px;
	color:#555;
	font-size:1em;
}
#tabs .inactive-shop-tab .shop-tab-text {
	background: url(../images/nav-tab-inactive-background.gif);
	float: left;
	height: 26px;
	padding: 5px;
	color:#555;
	font-size:1em;
}
#tabs .shop-tab .shop-tab-right {
	background: url(../images/nav-tab-right.gif) no-repeat;
	width: 19px;
	height: 26px;
	float:left;
}
#tabs .inactive-shop-tab .shop-tab-right {
	background: url(../images/nav-tab-right-inactive.gif) no-repeat;
	width: 18px;
	height: 26px;
	float:left;
}
#sub-tab {
	background-color: #f1f1f1;
}
#sub-tab ul {
	text-align: center;
	width: 100%;/* fixes Firefox 0.9.3 */
	background-image: url(../images/navigation-background.gif);
	height: 50px;
	margin: 0;
	padding: 0px;
	background-color: #f1f1f1;
	background-repeat: repeat-x;
}
#sub-tab ul li {
	display: inline;
}
#sub-tab ul li a {
	color:#555;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sub-tab ul li a:hover {
	color: #90000e;
}
#sub-tab ul li .active {
	color: #90000e;
}
#wrap #mainpage {
	padding-bottom: 45px;
	background-color: #f1f1f1;
}
.clear {
	clear: both;
	display: block;
}
#content-container {
	background:#f1f1f1;
	padding-right: 5px;
	padding-left: 5px;
}
#content-module {
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/module-footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 7px;
	margin-bottom: 7px;
}
#content-module .header {
	height: 39px;
	overflow: hidden;
	background-image: url(../images/module-header-background.gif);
}
#content-module .header-small {
	height: 18px;
	overflow: hidden;
	background-image: url(../images/module-header-background.gif);
}
#content-module .header .header-copy {
	margin: 10px 0 0 0;
}
#content-module .header .header-copy h1, .content-module .header .header-copy h2, .content-module .header .header-copy h3, .content-module .header .header-copy h4 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight:normal;
	overflow-y:auto;
	float:left;
	height: 24px;
	padding-bottom: 5px;
}
#content-module .content .copy h3 {
	font-size: 14px;
	overflow:hidden;
	color:#666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 5px;
}
#content-module .content .copy h2 {
	font-size: 14px;
	font-weight:normal;
	color:#4f4f4f;
	margin-top: 5;
	padding-top: 5;
}
#content-module .header .header-left {
	float: left;
	background:url(../images/module-header-background-left.gif) top left;
	width: 11px;
	height: 39px;
}
#content-module .header .header-right {
	float: right;
	background:url(../images/module-header-background-right.gif) top right;
	width: 11px;
	height: 39px;
}
#content-module .header-small .header-left {
	float: left;
	width: 11px;
	height: 39px;
	background-image: url(../images/module-header-background-left.gif);
	background-position: left top;
}
#content-module .header-small .header-right {
	float: right;
	width: 11px;
	height: 39px;
	background-image: url(../images/module-header-background-right.gif);
	background-position: right top;
}
#content-module .content .bottom-right {
	Z-INDEX: 10;
	BORDER-RIGHT-STYLE: none;
	background-image: url(../images/module-footer-background-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content-module .content .bottom-left {
	border-right: none;
	z-index:10;
	background-image: url(../images/module-footer-background-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content-module .content .copy {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
}
#footer {
	background-color: #666;
	height: 27px;
	margin-right: auto;
	margin-left: auto;
	width: 890px;
}
#footer #footercontent-container {
	height: 27px;
	font-size: 10px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footercontent-container p {
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
}
#footer #footercontent-container a {
	color: #FFF;
	text-decoration: none;
}
#footer #footercontent-container a:hover {
	text-decoration: underline;
}
.clear-both {
	clear: both;
}
#coloumn-left {
	width: 410px;
	float: left;
	padding-right: 15px;
	margin-bottom: 20px;
}
#coloumn-right {
	width: 410px;
	float: left;
	padding-left: 15px;
	margin-bottom: 20px;
}
.copy h1 {
	color: #666;
	display: block;
	margin-bottom: 15px;
	font-weight: 100;
	padding-bottom: 10px;
	font-size: 22px;
	padding-top: 5px;
}
.copy h4 {
	color: #666;
	display: block;
	margin-bottom: 15px;
	font-weight: 100;
	padding-bottom: 10px;
	font-size: 26px;
	padding-top: 5px;
}
.col-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}
.copy p {
	line-height: 18px;
	margin-bottom: 20px;
	color: #666;
}
.copy blockquote {
	line-height: 18px;
	color: #666;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.list ul {
	padding-left: 10px;
	padding-top: 5px;
}
.list ul li {
	color: #666;
	background-image: url(../images/orange-arrow-bullet.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 0px;
	background-position: 0px 5px;
	font: 12px/16px Arial, Helvetica, sans-serif;
}
img.border {
	border: 1px solid #898989;
}
.whattabargain {
	padding: 0px;
	text-align: center;
	width: 97px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #436AB3;
	color: #436AB3;
}
.left {
	float:left
}
.right {
	float:right
}
/*/ Sidebar /*/

#sidebar {
	width: 150px;
	float: left;
	display: inline;
	padding-top: 28px;
}
#sidebar ul {
	list-style-type: none;
	margin-top: 7px;
	margin-bottom: 20px;
}
#sidebar li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
	font-size: 11px;
}
#sidebar li.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}
#sidebar a {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #666;
}
#sidebar a:hover {
	text-decoration: none;
	background-color: #F8F8F8;
	color: #90000e;
}
#sidebar .active {
	color: #90000e;
	text-decoration: none;
	background-color: #F8F8F8;
}
#sidebar p {
	display: block;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar ul ul {
	margin: 0px;
}
#sidebar ul ul li a {
	margin: 0px;
	padding-left: 20px;
}
#one-coloumn {
	width: 675px;
	float: left;
	padding-left: 23px;
}