/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tfoot, thead, tr, th, td {
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	line-height: 135%;
 	background  text-align: left;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Typography */
body {
	color: #08414d;
	font-family: Corbel, Geneva, sans-serif;
	font-size: 13px;
}
a:link {
	color: #ac0000;
}
a:visited {
	color: #ac0000;
}
a:hover {
	color: #ac0000;
}
a:active {
	color: #ac0000;
}
ul.custom-list {
	list-style: none;
	margin-bottom: 12px;
}
ul.custom-list li {
	padding-left: 20px;
	background: url('/images/bullet.png') no-repeat 0 8px;
	line-height: 30px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 12px;
}
p {
	margin-bottom: 15px;
}
h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 22px;
	line-height: 30px;
}
h2 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 24px;
	line-height: 33px;
}
h3 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 21px;
	line-height: 30px;
}
h4 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin: 10px
}
h5 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}
h6 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 18px;
	margin-bottom: 3px;
	color: #C03;
}
h7 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 18px;
	margin-bottom: 3px;
	color: #C03;
}

/* -- Header and navigation (top menu) so that it stays visible-- */

header {
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
}

header.compact-header {
	position: fixed;
}
header.compact-header nav a, header.compact-header nav.no-subtitles a {
/*	padding-top: 17px;  */
}
header.compact-header a.logo {
	padding: 0;
}
header.compact-header nav li a span, header nav.no-subtitles li a span {
	display: none;
}
/* Basic Layout */
body {
	background: url('/images/bg.jpg') repeat 0 0;
}
#header {
	background: url('/images/header.png') repeat-x 0 0;
	height: 120px;
	margin-bottom: 5px;
}
#masthead {
	height: 50px;
	margin: 0 auto;
	width: 960px;
}
#lefthead {
	float: left;
	height: 50px;
	width: 300px;
	margin: auto;
}
#logolink {
	float: left;
	height: 50px;
	margin: 5px 0 0 0;
	outline: medium none white;
	padding: 0;
	text-align: left;
	width: 300px;
}
#righthead {
	float: right;
	height: 50px;
	width: 660px;
}
.topuppernav ul {
	float: right;
	padding: 5px 0 0 0;
	width: 560px;
}
.topuppernav ul li {
	border-right: 1px solid #655733;
	color: #FFF;
	display: inline;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.topuppernav ul li.noborder {
	border: 0 none;
}
.topuppernav ul li a, #topuppernav ul li a:link, #topuppernav ul li a:active, #topuppernav ul li a:visited {
	color: #FFF;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 5PX;
}
.topuppernav ul li a:hover {
	color: #6C0636;
	text-decoration: underline;
}
.main-content {
	width: 960px;
	margin: 0 auto;
}
.wrap {
	width: 960px;
	margin: 0 auto 20px auto;
}
h1.logo {
	display: inline-block;
	color: #c2cacc;
	line-height: 70px;
	text-shadow: 0 1px 1px #000;
	float: left;
}
.tagline {
	zoom: 1;
	width: 960px;
	margin: 0 auto;
	vertical-align: middle;
}
.tagline p {
	color: #036;
	font-size: 18px;
	zoom: 1;
	text-align: left;
	margin-bottom: 10px;
}
.logo a {
	display: inline-block;
	float: left;
}
.logo form {
	color: #003;
	font-size: 14px;
	vertical-align: top;
	zoom: 1;
	text-align: right;
	display: inline-block;
	margin: -35px 0px 5px 560px;
}
#middle {
	background: url('/images/middle.jpg') repeat-x 0 0;
	height: 31px;
	margin: 40px 0;
	padding: 20px 0;
}
/* ----- Left Column Elements ----- */
#pcMainArea10-LEFT {
	width: 190px;
	float: left;
	text-align: left;
	vertical-align: top;
	margin: 5px 5px 5px 5px;
	/* IE 6 double margin fix */
	display: inline;
}
#pcMainArea10-LEFT a {
	text-decoration: none;
	color: #333;
}
#pcMainArea10-LEFT a:hover {
	text-decoration: none;
	color: #AC0000;
}
/* ----- RIGHT Column Elements ----- */
#pcMainArea10-RIGHT {
	width: 190px;
	float: right;
	text-align: left;
	vertical-align: top;
	margin: 5px 5px 5px 5px;
	/* IE 6 double margin fix */
	display: inline;
}
#pcMainArea10-RIGHT a {
	text-decoration: none;
	color: #333;
}
#pcMainArea10-RIGHT a:hover {
	text-decoration: none;
	color: #AC0000;
}
#pcMainArea10-BROWSE {
	width: 190px;
	background-image: url(/store/pc/images/pcv4_titleBox_back.jpg);
	background-repeat: repeat-x;
	background-color: #E8E8FF;
	border: 1px solid #9999CC;
	margin-bottom: 10px;
	/* IE 6 fix (content pushing out width) */
	overflow: hidden;
}
#pcMainArea10-PRICE {
	width: 190px;
	background-image: url(/store/pc//images/pcv4_titleBox_back.jpg);
	background-repeat: repeat-x;
	background-color: #EEE;
	border: 1px solid #9999CC;
	margin-bottom: 10px;
}
#pcMainArea10-LINKS {
	width: 190px;
	background-image: url(/store/pc/images/pcv4_titleBox_back.jpg);
	background-repeat: repeat-x;
	background-color: #F5F5F5;
	border: 1px solid #9999CC;
	margin-bottom: 10px;
	/* IE 6 fix (content pushing out width) */
	overflow: hidden;
}
#pcMainArea10-LEFT h3, #pcMainArea10-RIGHT h3 {
	font-size: 15px;
	color: #333;
	width: 190px;
	margin: 3px 0 10px 5px;
	font-weight: normal;
	line-height: 18px;
}
#pcMainArea10-LEFT ul, #pcMainArea10-RIGHT ul {
	list-style-type: none;
	margin: 0 0 10px 5px;
	padding: 0;
}
#pcMainArea10-LEFT li, #pcMainArea10-RIGHT li {
	margin: 4px 0 0 5px;
	line-height: 12px;
}
/*Comparison Guide CSS for the square photos*/

.description {
	width: 610px;
	min-height: 250px;
	margin: 0 0 20px 0;
	font-size: 13px;
	background-color: #FFF;
	border: solid #9EB7BC 1px;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 5px #CECECE;
}
.feature {
	width: 320px;
}
.feature-container {
	box-shadow: #cecece 0 0 5px;
	-moz-box-shadow: #cecece 0 0 5px;
	-webkit-box-shadow: #cecece 0 0 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	padding: 10px;
	line-height: 0;
	text-align: center;
}
#slider {
	height: 300px;
	overflow: hidden;
	width: 300px;
}
/*Comparison Guide CSS for the 1.5 wide photos*/

.description-halfwide {
	width: 485px;
	min-height: 150px;
	background-color: #fff;
	border: solid #9EB7BC 1px;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 5px #CECECE;
	margin-left: 0px;
	margin-right: auto;
	float: left;
}
.feature-halfwide {
	width: 445px;
	float: right;
}
#slider-halfwide {
	height: 300px;
	overflow: hidden;
	width: 425px;
}
/*Comparison Guide CSS for the double wide photos*/

.description-wide {
	width: 450px;
	min-height: 150px;
	background-color: #fff;
	border: solid #9EB7BC 1px;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 5px #CECECE;
	margin-left: 0px;
	margin-right: auto;
	float: left;
}
.feature-wide {
	width: 468px;
	float: right;
}
.feature-container-wide {
	box-shadow: #cecece 0 0 5px;
	-moz-box-shadow: #cecece 0 0 5px;
	-webkit-box-shadow: #cecece 0 0 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	padding: 10px;
	line-height: 0;
}
#slider-wide {
	height: 235px;
	overflow: hidden;
	width: 450px;
}
#pager {
	line-height: 0;
	list-style: none;
	overflow: hidden;
	padding: 8px 0 8px;
	text-align: center;
}
#pager li {
	display: inline-block;
}
*+html #pager li {
	float: left;
} /* For IE7 */
#pager li.activeSlide a {
	background: #9eb7bc;
}
#pager li a {
	background: url('/images/bg-dark.jpg') repeat-x 0 0;
	border: 1px solid #9eb7bc;
	width: 8px;
	height: 8px;
	display: block;
	margin-left: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.pagenav {
	text-align: left;
	border: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.one-third {
	width: 320px;
	float: right;
}
.two-thirds {
	float: left;
	width: 625px;
	margin-left: 0px;
}
.two-thirds-wide {
	float: left;
	width: 325px;
	margin-left: 0px;
}
.below-feature {
	width: 315px;
	float: right;
	min-height: 200px;
	margin: 20px 0 0 0;
	font-size: 13px;
	background-color: #FFF;
	border: solid #9EB7BC 1px;
	padding: 5px 0 0 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 5px #CECECE;
}
.below-feature table {
	border: none;
}
.below-feature td {
	border: none;
}
/*Store Location Classes */

.store-container {
	width: 610px;
	min-height: 400px;
	margin: 0 0 20px 0;
	font-size: 13px;
	background-color: #FFF;
	border: solid #9EB7BC 1px;
	padding: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 5px #CECECE;
}
.store-top {
	float: left;
	width: 600px;
	min-height: 335px;
	background-color: #EEEEEE;
	border: 1px solid #9999CC;
	position: relative;
	margin: 0 0 10px 0;
	border-radius: 10px;
	padding: 5px;
}
.store-left {
	float: left;
	width: 185px;
	min-height: 335px;
	background-color: #EEEEEE;
	border: 1px solid #9999CC;
	position: relative;
	margin: 0 0 10px 0;
	border-radius: 10px;
	padding: 5px;
}
.store-middle {
	float: left;
	width: 185px;
	min-height: 335px;
	background-color: #EEEEEE;
	border: 1px solid #9999CC;
	position: relative;
	margin: 0 0 10px 10px;
	border-radius: 10px;
	padding: 5px;
}
.store-right {
	float: right;
	width: 185px;
	min-height: 335px;
	background-color: #EEEEEE;
	border: 1px solid #9999CC;
	position: relative;
	margin: 0 0 10px 0px;
	border-radius: 10px;
	padding: 5px;
}
.store-info-container {
	width: 600px;
	min-height: 130px;
	margin: 0 0 20px 0;
	font-size: 13px;
	background-color: #EEEEEE;
	border: 1px solid #9999CC;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 5px #CECECE;
}
.store-info-left {
	float: left;
	width: 390px;
	min-height: 125px;
	position: relative;
	margin: 0 0 0 0;
	padding: 5px;
}
.store-info-right {
	float: right;
	width: 185px;
	min-height: 125px;
	position: relative;
	margin: 0 0 0 0px;
	padding: 5px;
}
/*Store Location Classes */






.button-container {
	width: 612px;
	height: 50px;
	margin: 0 0 20px 0;
}
.button-container-halfwide {
	width: 495px;
	height: 50px;
	margin: 20px 0 0 0;
	float: left;
}
.button-left {
	float: left;
	width: 200px;
	margin: 0 0 0 0;
	padding: 1px;
	height: 40px;
	position: relative;
}
.button-middle {
	float: left;
	width: 200px;
	height: 40px;
	margin: 0 0 0 0;
	padding: 1px;
	position: relative;
}
.button-right {
	float: right;
	width: 200px;
	height: 40px;
	margin: 0 0 0 0;
	padding: 1px;
	position: relative;
}
/* Misc. Classes */

/**Clear floats after the boxes**/

.clearing {
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 1px;
}
.site-navigation {
	width: 315px;
	float: right;
	min-height: 250px;
	font-size: 13px;
	border: solid #9EB7BC 1px;
	padding: 5px 0 0 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 5px #CECECE;
	background-color: #FFF;
}
.site-navigation table {
	border: none;
	width: 100%;
	margin-bottom: 6px;
}
.site-navigation td {
	border: none;
	text-indent: 1em;
	padding: 2px 2px;
	vertical-align: top;
}
.site-navigation a:link, a:visited {
	color: #ac0000;
	text-decoration: none;
}
.site-navigation a:hover {
	color: #777777;
	text-decoration: none;
}
.last {
	margin-right: 0!important;
	margin-top: 20px;
}
.footer {
	margin-top: 20px;
	background: url('/images/footer.png') repeat-x 0 0;
	height: 120px;
}
.footer a {
	text-decoration: none;
	color: #999900;
}
.footer .wrap {
	padding-top: 18px;
	margin: 0 auto;
	width: 960px;
}
.footer-left {
	width: 480px;
	float: left;
	list-style: none;
}
.footer-left p {
	font-size: 14px;
	color: #036;
}
.footer-left a {
	font-size: 14px;
	color: #036;
	text-decoration: underline;
}
/* Footer Right */

.footer-right {
	width: 480px;
	float: right;
}
.footer-right li {
	float: right;
	margin-right: 0px;
	list-style: none;
}
.footer-right li img {
	float: right;
	margin-right: 0px;
}
.footer a:active {
	color: #006699;
}
/* Buttons */
.button-buy, .button-download {
	float: right;
	display: inline-block;
	height: 50px;
	padding-right: 40px;
	margin: 20px 20px 0 0;
	color: #eee;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 1px #063640;
	text-decoration: none;
	line-height: 18px;
}
.button-buy span, .button-download span {
	display: inline-block;
	height: 50px;
	padding: 12px 12px 0 20px;
	font-size: 16px;
	color: #ffffff;
}
.button-buy {
	background: url('/images/button-buy-right.png') no-repeat top right;
	margin: 0px 0 10px 140px;
}
.button-buy-right {
	background: url('/images/button-buy-right.png') no-repeat top right;
	margin-left: 34px;
}
.button-buy span {
	background: url('/images/button-buy-left.png') repeat-x top left;
}
.button-download {
	background: url('/images/button-download-right.png') no-repeat top right;
	margin: 0px 0 5px 0px;
}
.button-download span {
	background: url('/images/button-download-left.png') repeat-x top left;
}
.button-buy:hover, .button-download:hover {
	opacity: 0.9;
}
.button-buy:active, .button-download:active {
	opacity: 1;
	color: #eee;
}
.button-buy:active, .button-download:active {
	position: relative;
	top: 1px;
}
/* Contact Info List */
.contact-info {
	list-style: none;
	float: left;
	margin: 5px 0 0 0;
}
.contact-info li {
	float: left;
	margin-left: 0;
	line-height: 15px;
	color: #d9d9d9;
	text-shadow: 0 1px 1px #222;
}
.contact-info li img {
	float: left;
	margin-right: 5px;
}
/* Middle Area */
#middle .wrap h3 {
	float: left;
	display: inline-block;
	margin-right: 10px;
}
/* Newsletter form */
#newsletter {
	float: left;
	line-height: 36px;
}
#newsletter input[type=text] {
	float: left;
	background: #fff;
	width: 190px;
	border: 1px solid #9eb7bc;
	height: 18px;
	padding: 5px;
	box-shadow: inset #ccc 0 1px 5px;
	-moz-box-shadow: inset #ccc 0 1px 5px;
	-webkit-box-shadow: inset #ccc 0 1px 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#newsletter input[type=submit] {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	border: 0;
	background: url('/images/submit-gradient.png') repeat-x 0 0 #9eb7bc;
	color: #d9d9d9;
	text-shadow: 0 1px 1px #222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: -11px;
}
#newsletter input[type=submit]:hover {
	background: url('/images/submit-gradient.png') repeat-x 0 -30px #9eb7bc;
	color: #fff;
	cursor: pointer;
}
#newsletter input[type=submit]:active {
	background: url('/images/submit-gradient.png') repeat-x 0 -60px #9eb7bc;
	outline: 0;
}
.gallery-section-stock {
	width: 315px;
	float: right;
	min-height: 250px;
	font-size: 13px;
	border: solid #9EB7BC 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 5px #CECECE;
	margin-top: 5px;
}
.gallery-section {
	width: 315px;
	float: right;
	min-height: 250px;
	font-size: 13px;
	border: solid #9EB7BC 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 5px #CECECE;
	margin-top: 31px;
}
/* Image gallery */
.gallery {
	list-style: none;
}
.gallery li {
	float: left;
	margin: 0 7px 14px 6px;
}
.gallery li a {
	display: block;
	padding: 5px;
	background: #fff;
	box-shadow: #cecece 0 0 5px;
	-moz-box-shadow: #cecece 0 0 5px;
	-webkit-box-shadow: #cecece 0 0 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}
.gallery li a:hover {
	box-shadow: #aeaeae 0 0 5px;
	-moz-box-shadow: #aeaeae 0 0 5px;
	-webkit-box-shadow: #aeaeae 0 0 5px;
}
.gallery-section-wide {
	width: 615px;
	float: left;
	font-size: 13px;
	border: solid #9EB7BC 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 5px #CECECE;
	background-color: #FFF;
	margin-bottom: 10px;
}
.gallery-wide {
	list-style: none;
}
.gallery-wide li {
	float: left;
	margin: 0 3px 10px 6px;
}
.gallery-wide li img {
	height: 80px;
}
.gallery-wide li a {
	display: block;
	padding: 5px;
	background: #fff;
	box-shadow: #cecece 0 0 5px;
	-moz-box-shadow: #cecece 0 0 5px;
	-webkit-box-shadow: #cecece 0 0 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}
.gallery-wide li a:hover {
	box-shadow: #aeaeae 0 0 5px;
	-moz-box-shadow: #aeaeae 0 0 5px;
	-webkit-box-shadow: #aeaeae 0 0 5px;
}
.gallery-left {
	list-style: none;
}
.gallery-left li {
	float: left;
	margin: 0 2px 10px 6px;
}
.gallery-left li img {
	height: 180px;
}
.gallery-left li a {
	display: block;
	padding: 5px;
	background: #fff;
	box-shadow: #cecece 0 0 5px;
	-moz-box-shadow: #cecece 0 0 5px;
	-webkit-box-shadow: #cecece 0 0 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}
.gallery-left li a:hover {
	box-shadow: #aeaeae 0 0 5px;
	-moz-box-shadow: #aeaeae 0 0 5px;
	-webkit-box-shadow: #aeaeae 0 0 5px;
}

.gallery-right {
	list-style: none;
}
.gallery-right li {
	float: right;
	margin: 0 2px 10px 4px;
}
.gallery-right li img {
	height: 80px;
}
.gallery-right li a {
	display: block;
	padding: 5px;
	background: #fff;
	box-shadow: #cecece 0 0 5px;
	-moz-box-shadow: #cecece 0 0 5px;
	-webkit-box-shadow: #cecece 0 0 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}
.gallery-right li a:hover {
	box-shadow: #aeaeae 0 0 5px;
	-moz-box-shadow: #aeaeae 0 0 5px;
	-webkit-box-shadow: #aeaeae 0 0 5px;
}
/* Feature list */
.feature-list {
	list-style: none;
}
.feature-list li {
	float: left;
	margin: 0 0px 30px 0;
	width: 580px;
}
.feature-list .icon {
	float: left;
	margin-right: 6px;
}
/* Testimonials */
.testimonials {
	list-style: none;
}
.testimonials li {
	background: url('/images/quotes.png') no-repeat top left;
	padding: 0 0 0 38px;
	margin-bottom: 20px;
	color: #666;
	overflow: hidden;
}
.testimonials li em {
	display: block;
	float: right;
	margin-top: 10px;
	color: #08414d;
}
/* Table */

.swatch-table {
	border: 1px solid #ced7d9;
	margin-bottom: 6px;
	width: auto;
	margin-left: 0px;
	margin-right: auto;
}
.swatch-table td {
	border: 1px solid #ced7d9;
	vertical-align: top;
	padding: 0;
}
.compare-us table {
	width: 100%;
	border: 1px solid #ced7d9;
	margin-bottom: 6px;
}
.compare-us thead {
	background: url('/images/compareus-head.jpg') repeat 0 0;
	padding: 2px 2px;
	height: 40px;
}
.compare-us tbody {
	padding: 2px 2px;
	vertical-align: top;
}
.compare-us td, th {
	border: 1px solid #ced7d9;
	padding: 2px 2px;
	vertical-align: top;
}
.tabs tr > td:first-child, tr > th:first-child {
	text-align: left;
}
/* Tabs */
.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.ui-corner-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.ui-corner-right {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.ui-corner-left {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
	margin-bottom: 20px;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li h6 {
	margin-bottom: 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 4px 0 0;
	border-bottom: 0 !important;
	border-top: 1px solid #ced7d9;
	border-right: 1px solid #ced7d9;
	border-left: 1px solid #ced7d9;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 10px;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-state-default {
	background: url('../images/bg-dark.jpg') repeat 0 0;
}
.ui-tabs .ui-tabs-nav li.ui-state-hover a {
	color: #08414d;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
	background: #fff;
	border-right: 1px solid #9eb7bc;
	border-top: 1px solid #9eb7bc;
	border-left: 1px solid #9eb7bc;
	box-shadow: inset #ccc 0 1px 2px;
	-moz-box-shadow: inset #ccc 0 1px 2px;
	-webkit-box-shadow: inset #ccc 0 1px 2px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	color: #08414d;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
	color: #666;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 16px 10px 12px;
	background: #fff;
	border: 1px solid #9eb7bc;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	min-height: 300px;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/* Accordion */
.ui-accordion {
	margin-bottom: 20px;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	text-decoration: none;
	color: #08414d;
	padding: .5em 20px;
}
.ui-accordion .ui-accordion-header a:hover {
	color: #08414d;
}
.ui-accordion .ui-state-active {
	background: #fff!important;
	border-right: 1px solid #9eb7bc!important;
	border-top: 1px solid #9eb7bc!important;
	border-left: 1px solid #9eb7bc!important;
	border-bottom: 0!important;
	box-shadow: inset #ccc 0 1px 2px;
	-moz-box-shadow: inset #ccc 0 1px 2px;
	-webkit-box-shadow: inset #ccc 0 1px 2px;
	margin-bottom: 0!important;
}
.ui-accordion .ui-state-default {
	background: url('/images/bg-dark.jpg') repeat 0 0;
	margin: 2px 0;
	border: 1px solid #ced7d9;
}
.ui-accordion .ui-state-default a {
	color: #666;
}
.ui-accordion .ui-accordion-content {
	padding: 20px 20px 8px;
	;
	background: #fff;
	border-right: 1px solid #9eb7bc;
	border-bottom: 1px solid #9eb7bc;
	border-left: 1px solid #9eb7bc;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
	display: block;
}

/* For Safari to display lighter font */
@media screen and (-webkit-min-device-pixel-ratio:0) {
h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}
}
/*********** Footer Navigation ***********/


.left-footer {
	width: 300px;
	float: left;
	padding-right: 0 0 0 0;
}
.right-footer {
	width: 960px;
	float: left;
}
#footer-wrap {
	/*clear:both;
	width: 960px;
	background-color: #CCC;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 180px;*/
	clear: both;
	width: 960px;
	background-color: #EEEEEE;
	border: 1px solid #9999CC;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	border-radius: 10px;
}
#footer-wrap h3 {
	color: #900;
	font-size: 12px;
	padding: 0 0 0 0;
	text-align: left;
	line-height: 15px;
	margin: 2px 0 2px 0;
}
#footer-wrap a:link, #footer-wrap a:visited {
	color: #000;  /*was #FFF*/
	font-size: 12px;
	text-decoration: none;
}
#footer-wrap a:hover {
	text-decoration: underline;
}
#footer-wrap .copyright {
	color: #941a1a;
}
#footer-wrap .copyright a:link, #footer-wrap .copyright a:visited {
	color: #941a1a;
}
.colone, .coltwo, .colthree, .colfour {
	width: 230px;
	float: left;
	padding-left: 10px;
	top: auto;
}
#footer-wrap .credits {
	color: #9F4F4F;
}
#footer-wrap .credits a:link, #footer-wrap .credits a:visited {
	color: #9F4F4F;
}
#footer-wrap .logo {
	width: 174px;
	height: 31px;
	float: left;
	margin-top: 4px;
	background: transparent url('file:///Macintosh HD/Users/kara/Desktop/E-Commerce Files/Websites/images/site-graphics/logo-footer.jpg') no-repeat;
}
#footer-wrap ul {
	list-style: none;
	margin: 0 0 0 0;
	text-align: left;
	padding: 0 0 1px 10px;
}
#footer-wrap ul li {
	margin: 0px;
	padding: 0 1px;
	display: block;
	color: #600;
	font-size: 12px;
	text-align: left;
}
#footer-wrap ul li a, #footer-wrap ul li a:link, #footer-wrap ul li a:active, #footer-wrap ul li a:visited {
	background: transparent;
	color: #600;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
#footer-wrap ul li a:hover {
	text-decoration: underline;
	color: #AC00000;
}
/************ More Information Tab *****/
.news-item {
	text-align: left;
	width: 730px;
	margin: 0 10px 10px 0px;
	float: left;
}
.news-item-left {
	float: left;
	text-align: left;
	margin: 0 10px 10px 10px;
	width: 250px;
}
.news-item-right {
	float: right;
}
.news-item, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	margin-bottom: 12px;
}
.news-item, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 12px;
}
.testimonial {
	float: left;
	text-align: left;
	margin: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #063;
	padding-bottom: 5px;
	width: 630px;
}
.testimonial, img.alignleft {
	display: inline;
	margin-right: 24px;
	margin-top: 4px;
	margin-bottom: 12px;
}
.testimonial, img.alignright {
	display: inline;
	margin-top: 4px;
	margin-bottom: 12px;
	margin-left: 24px;
}
.testimonial h2 {
	background-color: #FFF;
	font-size: 15px;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	color: #900;
	font-style: italic;
}
.list-items {
	text-align: left;
	margin: 10px 5px 0px 10px;
	min-height: 140px;
}
.list-items a {
	text-decoration: underline;
	color: #900;
}
.list-items img {
	display: inline;
	margin-right: 24px;
	margin-top: 4px;
	margin-bottom: 12px;
}
#leather-table h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #900;
	padding: 5px 0 2px 0;
}
#leather-table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#leather-table p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#leather-table ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
.thumbnailcontainer {
	clear: both;
	height: auto;
	width: 750px;
}
.thumbnailcontainer img {
	max-height: 120px;
	max-width: 120px;
}
.thumbnailcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.thumbnailcontainer li {
	float: left;
	padding: 10px 1px 1px 1px;
	border: 1px;
	border-color: #C33;
	text-align: center;
	line-height: 14px;
}
.thumbnailcontainer a {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
.thumbnailcontainer a:hover {
	color: red;
	text-decoration: red;
}
.stockthumbnailcontainer {
	clear: both;
	height: auto;
	width: 310px;
	float: left;
}
.stockthumbnailcontainer img {
	max-width: 98px;
}
.stockthumbnailcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.stockthumbnailcontainer li {
	float: left;
	padding: 5px 1px 1px 1px;
	border: 1px;
	border-color: #C33;
	text-align: center;
	line-height: 11px;
}
.stockthumbnailcontainer a {
	color: black;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 105%;
}
.stockthumbnailcontainer a:hover {
	color: red;
	text-decoration: red;
	text-transform: uppercase;
}
