/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background:url(../img/body-bg.png) repeat-x #3d4c66;
	color: #333;
}
p {
	margin:5px 0 20px 0;
	line-height:1.5em;
}
ul {
	margin:-10px 0 10px 15px;
	list-style: disc;
}
li {
	line-height:1.5em;
	margin-bottom:8px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a {
	color:#ff243c;
	text-decoration:none;
}
a:hover {
	color:#3d4c66;
}
#footer a {
	
}
#footer a:hover{
	
}
.darkblue a {color:#fffece;font-weight:bold;}
#product-list a {
	font-weight:bold;
	font-size:1.2em;
}
#product-list .add2cart {
	color:#4c5f80;
	font-size:1em;
}
.bluebar a {
	color:#fffece;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size:2em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.3em;
	border-bottom:solid 1px #ccc;
	padding-bottom:2px;
}
.items h3 {
	font-size:1.2em;
	padding:5px;
	border:none;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:.9em;
}
.product-detail h1 {
	color:#4c5f80;
	border-bottom:solid 1px #ccc;
	margin-bottom:5px;
	font-size:21px;
	padding:5px;
}
div#feature h3 {
	color:#500003;
	line-height:1em;
	border-bottom:none;
}
.darkblue .title {
	background:url(../img/bluebox-title-bg.png) bottom left repeat-x #fff;
	color:#ff243c;
	font-size:15px;
	text-transform: uppercase;
	padding:7px 10px 15px 10px;
}
.redbar {
	height:31px;
	line-height:31px;
	font-size:10px;
	text-transform: uppercase;
	color:#fff;
	background:url(../img/redbar.png) no-repeat;
	padding:0 10px;
	margin-bottom:3px;
	clear:both;
}
.bluebar {
	height:31px;
	line-height:31px;
	font-size:10px;
	text-transform: uppercase;
	color:#fff;
	background:url(../img/bluebar.png) no-repeat;
	padding:0 10px;
	margin-bottom:3px;
	clear:both;
}
.bluebar.bottom {
	margin-bottom:0;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.wrapper {
	width:960px;
	margin:auto;
	position:relative;
}
.header .wrapper {
	height:139px;
}
.header {
	height:139px;
	overflow:hidden;
	position:relative;
}
.phone-number{
	float:left;
	line-height:25px;
	color:#fff;
	font-weight:bold;
}
.catalog-btn {
	position:absolute;
	right:0;
	top:57px;
}
#tagline {
	position:absolute;
	right:0;
	top:55px;
}
.logo {
	margin:7px 0 0 20px;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.util-nav {
	height:25px;
	text-transform: uppercase;
}
.user-links a {
	color:#fff;
	display:block;
	float:left;
	padding:0 5px;
	margin-right:1px;
	line-height:10px;
}
.user-links {
	margin:0;
	float:right;
}
.user-links li {
	padding-top:7px;
	float:left;
	margin:0;
	display:inline;
	font-size:10px;
}
.user-links .bold a {
	color:#414543;
}
ul.tabs {
	position:absolute;
	display:inline;
	right:0;
	bottom:0;
	margin:0;
	list-style: none;
	height:32px;
}
ul.tabs li {
	display:inline;
	float:left;
	height:31px;
	background:url(../img/tab-off.png) repeat-x bottom left #ececec;
	margin:1px 1px 0 0;
}
ul.tabs li.cur-tab {
	background:url(../img/tab-on.png) repeat-x top left #fffece;
	height:32px;
	margin-top:0;
	border-left:solid 1px #ececec;
	border-right:solid 1px #ececec;
}
ul.tabs li.small-tab {
	background:#8ba0ad;
	height:25px;
	margin-top:6px;
	border-bottom:solid 1px #ececec;
}
ul.tabs li.cr {
	background:url(../img/redbar.png) no-repeat -10px 0;
}
ul.tabs li.cr a {
	color:#fff;
}
ul.tabs li.small-tab a {
	color:#fff;
	font-size:10px;
	line-height:26px;
	font-weight:normal;
}
ul.tabs li a {
	color:#4c5f80;
	font-weight:bold;
	text-transform: uppercase;
	font-size:12px;
	line-height:31px;
	padding:0 6px;
}
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.middle {
	margin-top:13px;
	background-color:#4c5f80;
}
.page {
	float:right;
	width:725px;
	background:url(../img/page-bg.png) repeat-y;
	margin:-8px -3px 15px 0;
}
.page .top {
	background:url(../img/page-top.png);
	height:8px;
}
.page .btm {
	background:url(../img/page-btm.png);
	height:4px;
	clear:both;
}
.page .padding {
	padding:4px 8px;
}
.leftcolumn {
	float:left;
	width:235px;
}
div.darkblue {
	background-color:#3d4c66;
	padding:4px;
	margin-bottom:15px;
}
.leftcolumn .darkblue p {
	color:#fff;
	font-size:.9em;
	margin:0 0 10px 0;
	padding:0 5px;
}
.welcome {
	/* height:295px;
	background:url(../img/homepage-image.jpg) no-repeat; */
	margin-bottom:3px;
}
div#feature {
	float:right; 
	padding:15px;
	width:212px;
}
#feature-products tr {
	border-bottom:solid 1px #f0f0f0;
	margin:8px 0;
}
#feature-products td {
	border-right:solid 1px #cccccc;
	padding:10px;
}
#feature-products img {
	float:right;
	margin:0 0 0 7px;
}
#feature-products h3 {
	font-size:12px;
	border:none;
}
#product-list {
	width:100%;
}
#product-list td {
	padding:5px;
	vertical-align: top;
}
#product-list td p {
	float:left;
	width:50%;
	margin:0;
}
#product-list .thum {
	float:right;
	border:solid 1px #4c5f80;
	line-height:1px;
}
td.even {
	background-color:#ececec;
}
.product-detail p{
	padding:0 0 0 10px;
}
.product-detail .image {
	float:right;
	border:solid 4px #ececec;
	width:306px;
	color:#666;
	font-weight:bold;
	background-color:#ececec;
	margin:0 0 10px 10px;
}
.rightcolumn {
	float:right;
	width:200px;
	border-left:solid 1px #ccc;
}
.rightcolumn p {
	line-height:1.3em;
	font-size:11px;
}
/* =7 list
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
ul#products-list {
	margin:0;
	list-style:none;
}
ul#products-list li {
	border-bottom:solid 1px #4c5f80;
	padding:7px 10px;
	margin:0;
	line-height:1em;
}
ul#products-list a {
	text-transform: uppercase;
	color:#fff;
	font-weight:bold;
	font-size:13px;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.fsRowTop, .fsRowBottom, .fsRowOpen, .fsRowClose { display: none; }
.fsForm .fsTable { margin: 0 auto; padding: 0 }
.fsForm .fsCell { padding:0px; }
.fsPage h2 { padding:0px; }
.fsSpacerRow td { height:0px; }
.fsForm .fsCell { padding:3px; }
.fsForm .fsSectionHeading { line-height:20px; margin-bottom:10px;}
.fsSectionRow + .fsFieldRow .fsCell { padding-top:0px; }
.fsForm select { font-size:12px; }
.fsPagination { text-align:left; }
.fsSectionHeading { border-bottom:1px solid #ccc; padding-bottom:3px; margin-bottom:7px;margin-bottom:7px;}
.fsSectionCell {margin-bottom:5px;}
.fsForm { font-family: inherit; }
td.fsRowBody { background-color:transparent; }
body#FSLocal {
	margin-top:0px;
}
#fsSubmit819435 {padding-top:40px; padding-left:225px; padding-bottom:40px; background-color:#eee; }

.fsRequiredLabel span {font-size:12px; }
label.fsLabel {
	font-weight:normal; 
	font-weight:bold;
	display:block;
	margin-bottom:6px;
}
.fsForm .fsCell {
	padding:15px 10px;
}
.fsForm .fsRow {
	border-bottom:solid 1px #fff;
}
.form-wrap {
	width:600px;
	margin:auto;
	position:relative;
	background-color:#eee;
}
.form-wrap.skinny {
	margin:0;
	width:480px;
}
h2.form-title {
	background-color:#3F506B;
	padding:0 10px;
	line-height:25px;
	font-weight:bold;
	color:#fff;
	font-size:16px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
.fsForm .fsRow.noBorder {border:none;}
.fsForm .fsRow.noBorder .fsCell {.fsForm .fsRow.noBorder .fsCell {padding-top:5px;padding-bottom:5px;}}
small {
	font-size:.9em;
	color:#666;
}
.fsPagination input {
	font-size:12px;
}
.fsSubmit {
	padding:10px;
	text-align: center;
}
#fsForm849224 .fsRow, 
#fsForm849465 .fsRow,
#fsForm941560 .fsRow {
	border:none;
}
#fsForm849224 .fsCell, 
#fsForm849465 .fsCell,
#fsForm941560 .fsCell {
	padding:5px 10px;
}

.fsError  {
	background-color:#FFEEEE;
	border:1px solid red;
	clear:none;
	color:#000000;
	font-size:14px;
	margin:15px auto;
	padding:10px;
	text-align:center;
	width:90%;
}



/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
div#feature p {
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
}
div.items {
}

div.items div.item {
	width:100%;
	padding:4px;
}


table.public_display {
	border-collapse:collapse;
	padding:10px 3px;
}

table.public_display td {
	padding:10px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

table.public_display td.image {
	width:130px;
}

table.public_display tr:hover td {
	background-color:#eee;
}

div.description_block {
	padding:10px 3px;
	font-weight:bold;
	font-size:14px;
/*	background-color:#eee;*/
	border-bottom:1px solid #ccc;
	margin:5px;
}

.cat-description {
padding:10px;
font-weight:bold;
font-size:14px;
line-height:150%;
}

.cat-image {
	float:right;
}

.items {
	margin-bottom:10px;
       }
div.item {
color:#666666;
float:left;
font-size:11px;
line-height:1.3em;
padding:0 !important;
width:33% !important;
height:240px;
}
       div.item img {
           display:block;
           margin:auto;
		border:2px solid #ccc;
       }
       div.item a {
           font-size:1.1em;
       }
       div.item .padding {
           padding:10px;
       }
.page ul {
   margin:0 0 10px 30px;
}

.price { float:right; }

.product-detail {
	padding:10px;
}
.product-detail p{
	padding:0 0 0 10px;
}
.product-detail .image {
	float:right;
	color:#666;
	font-weight:bold;
	margin:0 10px 10px 10px;
	background-color:none;
background:none;
border:none;
width:none;
text-align:right;
}

padding:3px;
}

td.img {
width:80px;
}

td.img img {
border:2px solid #ccc;
background-color:#fff;
padding:2px;
}
.item td {
    vertical-align: middle;
}
.item img {
    padding:1px;
    border:solid 1px #ccc;
    margin:auto;
    display:block;
}
.item td p {
    margin:0 0 5px 0;
}
#categories {
    margin-bottom:10px;
}
#categories b a {
    font-size:1.2em;
}

ul.tabs li.cr {
	background:url(../img/redbar.png) no-repeat -10px 0;
}
ul.tabs li.cr a {
	color:#fff;
}
#tagline {
	position:absolute;
	right:0;
	top:55px;
}
div#feature p {
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
}
div#AddToOrder {
	float:right;
}
table#order{
	width:100%;
}
table#order {
	border-collapse:collapse;
}
#order th {
	background-color:#fff;
	border-bottom:1px solid #eee;
	padding:2px 8px;
	color:#aaa;
	font-size:10px;
}
#order td {
	padding:5px 8px;
}
#order td.total {
	text-align: right;
	font-weight:bold;
}
label .red {
	line-height:0px;
}
.red.error {
	padding:10px;
}
.small {
	font-size:11px;
}
input.next {
	font-weight:bold;
	background-color:#eee;
	padding:10px;
}
.greybar {
	height:31px;
	line-height:31px;
	font-size:10px;
	text-transform: uppercase;
	color:#ccc;
	background: #eee;
	padding:0 10px;
	margin-bottom:3px;
	clear:both;
}


/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.footer {
	margin:auto;
	width:930px;
	color:#fff;
	font-size:10px;
	padding:25px 0;
	text-align: right;
}
/* =9 Homepage Slider
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
div.scrollable-wrap {
	background:url(../img/scrollable-btm.png) no-repeat bottom;
	margin:10px 0 20px 0;
	border-top:solid 1px #ccc;
	position:relative; 
    overflow:hidden; 
    width: 708px; 
    height:235px;
}
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 708px; 
    height:200px; 
	
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div {
	margin:0 5px;
	float:left;
	display:inline;
	width:226px;
	height:200px; 
	text-align:center;
}
 
/* you may want to setup some decorations to active the item */ 
div.items div.active {}


/* this makes it possible to add next button beside scrollable */
.scrollable {}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/slider-sprite.png) no-repeat;
	display:block;
	width:40px;
	height:32px;
	position:absolute;
	cursor:pointer;
	font-size:1px;
	bottom:2px;
}

/* right */
a.right 	{ right:0;background-position:-40px 0;}
a.right:hover	{ background-position:-40px -32px; }
a.right:active 	{ background-position:-40px -32px; } 


/* left */
a.left				{ left:0; background-position:0 0;} 
a.left:hover  		{ background-position:0px -32px; }
a.left:active  	{ background-position:0px -32px; }

/* disabled navigational button */
a.disabled {visibility:hidden !important;} 	

/* position and dimensions of the navigator */ 
.centerfix {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	margin-top:1px;
}
.navi { 
    height:20px; 
	bottom:0px;
	text-align: center;
	margin:0 auto 0 auto;
	position:relative;
	left:50%;
} 
.navi a { 
    width:20px; 
    height:32px; 
	display:inline;
    background:url(../img/slider-sprite.png) -20px -64px no-repeat; 
	float:left;
    font-size:1px; 
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:-20px -64px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -64px;      
}

.pdflink {
			background:url(../img/pdf.png) no-repeat 0 0;
			padding-left:24px;
			float:left;
			line-height:18px;
			margin:10px 0 15px 0;
		}
.checkout_button,
.buttonlink,
#AddToOrder button {
	display:block;
	clear:both;
	border:solid 1px #CD061F;
	background:url(../img/redbar.png) no-repeat -2px 0 #CD061F;
	padding:3px 10px;
	cursor:pointer;
	color:#fff;
	margin:10px auto;
	font-weight:norla;
	float:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
}
.buttonlink {
	float:left;
	clear:none;
}
.checkout_button:active,
.buttonlink:hover,
#AddToOrder button:hover {
	background:#FE3840;
	color:#fff;
}
#basket_products_checkout {
	margin:10px 0 15px 0;
	float:left;
	margin-right:10px;
}
#basket_products_submit {float:right;}
#customer_submit {
	float:right;
	clear:none;
	margin:0 0 10px 0;
}

#AddToOrder button {
	float:none;
	margin:0 0px 0 0;
	padding:3px 10px;
	text-align: center;
	
}
#AddToOrder p {
	margin:0;
	padding:0;
}
#checkout_edit {
	float:right;
}

.flash_message {
font-weight:bold;
}


.flash_message {
font-weight:bold;
}

#errorExplanation h2 {
display:none;
}

#errorExplanation { 
color:#cc0000;
font-weight:bold;
background-color:#eee;
padding:10px;
}
#fsForm951240 .fsCell,
#fsForm951248 .fsCell {
	padding:5px 10px;
	border:none;
}
#fsForm951248 tr {border:none;}
.fsMatrix td.fsMatrixLabel {
	font-size:11px;
	padding:8px 5px 8px 0;
}
.fsMatrixCol1,.fsMatrixCol2 {vertical-align: middle;}


#jquery-overlay {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 90;
			width: 100%;
			height: 500px;
		}
		#jquery-lightbox {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 100;
			text-align: center;
			line-height: 0;
		}
		#jquery-lightbox a img { border: none; }
		#lightbox-container-image-box {
			position: relative;
			background-color: #fff;
			width: 250px;
			height: 250px;
			margin: 0 auto;
		}
		#lightbox-container-image { padding: 10px; }
		#lightbox-loading {
			position: absolute;
			top: 40%;
			left: 0%;
			height: 25%;
			width: 100%;
			text-align: center;
			line-height: 0;
		}
		#lightbox-nav {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			z-index: 10;
		}
		#lightbox-container-image-box > #lightbox-nav { left: 0; }
		#lightbox-nav a { outline: none;}
		#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
			width: 49%;
			height: 100%;
			zoom: 1;
			display: block;
		}
		#lightbox-nav-btnPrev { 
			left: 0; 
			float: left;
		}
		#lightbox-nav-btnNext { 
			right: 0; 
			float: right;
		}
		#lightbox-container-image-data-box {
			font: 10px Verdana, Helvetica, sans-serif;
			background-color: #fff;
			margin: 0 auto;
			line-height: 1.4em;
			overflow: auto;
			width: 100%;
			padding: 0 10px 0;
		}
		#lightbox-container-image-data {
			padding: 0 10px; 
			color: #666; 
		}
		#lightbox-container-image-data #lightbox-image-details { 
			width: 70%; 
			float: left; 
			text-align: left; 
		}	
		#lightbox-image-details-caption { font-weight: bold; }
		#lightbox-image-details-currentNumber {
			display: block; 
			clear: left; 
			padding-bottom: 1.0em;	
		}			
		#lightbox-secNav-btnClose {
			width: 66px; 
			float: right;
			padding-bottom: 0.7em;	
		}
