@charset "utf-8";
/* CSS reset START */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* CSS reset END */
body {
	background:#FFFFFF url(images/bg.gif) repeat-x;
}
body, td, th {
	font:13px Arial, Helvetica, sans-serif;
	color:#424242;
}
a, a:link, a:visited {
	color:#ff0000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h3 {
	font-weight:bold;
	color:#ff0000;
	font-size:14px;
	padding:20px 0;
}
p {
	padding-bottom:10px;
}
ul, ol {
	padding-left:1em;
	margin-left:0;
}
ol {
	list-style: decimal;
	padding-left:3em;
	margin:20px 0;
}
ol li {
	background:none;
	padding-left:0;
	margin-bottom:1em;
}
li {
	background:url(images/bg-li.gif) left 2px no-repeat;
	padding-left:2em;
	margin-bottom:1em;
}
input, button, textarea {
	padding:3px;
	font: 13px Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
.left-align {
	text-align:left;
}
.center-align {
	text-align:center;
}
.right-align {
	text-align:right;
}
.float-left {
	float:left;
}
.center-margin {
	margin:auto;
}
.float-right {
	float:right;
}
.nospace {
	margin:0 !important;
	padding:0 !important;
}
div.hr {
	height: 20px;
	background: url(images/bg-divider-hor.gif) repeat-x;
}
div.hr hr {
	display: none;
}
.blue {
	color:#24629c;
}
.orange {
	color:#ff0000 !important;
}
#content {
	width:980px;
	margin:auto;
}
#header {
	width:980px;
	height:220px;
	margin:auto;
	background:url(images/bg-header.jpg)
}
#logo {
	padding:40px 0px 65px 30px;
	margin:0px 0px 0px 0px;
	width:500px;
	float:left;
}
#quickcontact {
	padding:0px 0px 0px 0px;
	margin:30px 30px 0px 0px;
	display:block;
	float:right;
	text-align:right;
}
#quickcontact a {
	color:#424242;
	text-decoration:none;
}
#quickcontact a:hover {
	color:#E9632E;
	text-decoration:underline;
}
/* main menu START*/
ul#menu {
	height:40px;
	padding: 0;
	border-left:1px #d6d6d6 solid;
	margin-left:40px;
}
ul#menu li {
	float:left;
	display:block;
	padding: 0;/*	background:red; */
	border-right:1px #d6d6d6 solid;
	background:none;
}
ul#menu li a {
	color:#6f6f6f;
	display:block;
	padding:12px 20px;
	text-decoration:none;
}
ul#menu li a:hover {
	color:#1D4065;
	background:url(images/bg-buttonhover.gif);
	text-decoration:underline;
}
/* main menu END*/
#flash {
	margin:auto;
	padding-top:10px;
	width:940px;
}
/* content area columns START*/
/* just pads whole content 20 pixels right*/
#firsttcol {
	clear:left;
	width:20px;
	float:left;
}
/* main column - content */
#leftcol {
	width:690px;
	float:left;
}
/* space between main column and sidebar */
#midcol {
	width:10px;
	float:left;
}
/* sidebar */
#rightcol {
	width:240px;
	float:left;
}
/* content area columns END*/
/* wide content box */
.box {
	margin-top:10px;
	background:#f1f1f1 url(images/bg-box-header.gif) no-repeat;
}
.box h2 {
	color:#24629c;
	padding:11px 0 11px 20px;
}
.box .box-content {
	background:#f4f4f4;
	border:#d6d6d6 1px solid;
	padding:20px;
}
/* sidebar content box */
.box-sidebar {
	margin-top:10px;
	background:#f1f1f1 url(images/bg-sidebar-header.gif) no-repeat;
}
.box-sidebar h2 {
	color:#24629c;
	padding:11px 0 11px 20px;
}
.box-sidebar .box-content {
	background:#f4f4f4;
	border:#d6d6d6 1px solid;
	padding:20px;
}
/* sidebar content box HIGHLIGHTED*/
.box-sidebar-color {
	margin-top:10px;
	background:#f1f1f1 url(images/bg-sidebar-color.gif) no-repeat;
}
.box-sidebar-color h2 {
	color:#24629c;
	padding:11px 0 11px 20px;
}
.box-sidebar-color .box-content {
	background:#e3eeff;
	border:#d6d6d6 1px solid;
	padding:20px;
}
/* footer START */
#footer {
	background:#252525 url(images/bg-footer.gif) repeat-x;
	margin-top:10px;
}
#footer-bg {
	background:#252525 url(images/bg-footerimage.jpg) no-repeat;
	width:980px;
	padding-bottom:20px;
	margin:auto;
	text-align:center;
	font-size:11px;
	color:#959595;
}
#footer ul {
	padding:100px 0 30px 50px;
}
#footer ul li {
	float:left;
	padding: 0;/*	background:red; */
	border-right:1px #d6d6d6 solid;
	background:none;
}
#footer ul li.last {
	border:0px none !important;
}
#footer ul li a {
	color:#FFF;
	padding:5px 15px;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#FFF;
	padding:5px 15px;
	text-decoration:underline;
}
/* footer END */
a.button-orange {
	width:200px;
	display:block;
	margin:auto;
	padding:12px 0;
	background:url(images/bg-button-orange.gif);
	text-align:center;
	color:#000;
	text-decoration:none;
}
a.button-blue {
	width:200px;
	display:block;
	margin:auto;
	padding:12px 0;
	background:url(images/bg-button-blue.gif);
	text-align:center;
	color:#000;
	text-decoration:none;
}
a.button-blue:hover, a.button-orange:hover {
	text-decoration:underline;
}
.column-half-left {
	width:48%;
	padding-right:10px;
	float:left;
}
.column-half-right {
	width:48%;
	padding-left:15px;
	float:left;
}
.bg-2cols {
	background:transparent url(images/bg-divider-vert.gif) center 10px repeat-y !important;
	margin-bottom:20px;
}
.date {
	font-size:10px;
	margin-top:-10px
}
/* buy now styles */
#focus {
	background:#FDEEE9;
	padding:20px 0 20px 10px;
	border-left:#E3EEFF 10px solid;
	margin:10px 0;
	font-weight:bold;
	font-size:15px;
}
.purchaseList {
	border-collapse: collapse;
	background:#F4F4F4;
	border:1px #D6D6D6 solid;
	width:100%;
}
.purchaseList td, .purchaseList th {
	padding:10px;
}
.purchaseList tr:hover {
	background:#E3EEFF;
}
.purchaseList th {
	background:#E1E1E1;
	border-top:1px #D6D6D6 solid;
}
.purchaseList td {
	border-top:1px #D6D6D6 solid;
}
.total {
	font-size:16px;
	color:#e9632e;
	text-align:right;
	margin:30px;
}
.prev-next {
	width:200px;
	height:40px;
	display:block;
	padding:10px 0;
	background:url(images/bg-button-blue.gif);
	text-align:center;
	color:#000;
	text-decoration:none;
	border:none;
	margin:0;
}
