/* current */
html, body {
	margin:0;
	height:100%;
}
body {
	color:#000;
	font:12px Arial,Helvetica,sans-serif;
	background:url(../images/layout/body-bg.jpg) repeat-x 0 0;
}
#background {
	background: url(../images/layout/bg.jpg) no-repeat center top;
}
form {
	margin:0;
	padding:0;
}
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#page {
	width:1025px;
	margin:0 auto;
	min-height:100%;
	padding: 0 9px;
	background:url(../images/layout/page-shadow.png) repeat-y 0 0;
}
#page-inner {
	background: #fff;
}
* html #page {
	height:100%;
}
/*header*/
#header {
	height:174px;
	position:relative;
	background: url(../images/layout/header-bg.jpg) no-repeat right top;
	z-index: 50;
}
#header h1 {
	margin:0;
	width:71px;
	height:100px;/* width: 105px; height:134px;*/
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	left:48px;
	top:18px;
	background:url(../images/layout/logo.gif) no-repeat;/* background:url(../images/logo.png) no-repeat; */
}
* html #header h1 {
	left:48px;
	top:18px;
}
#header h1 a {
	display:block;
	height:100%;
}
#header span {
	position:absolute;
	left:156px;
	top:52px;
	width:380px;
	height:29px;
	background:url(../images/layout/local-affordable-original-art.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display: block;
}

#header .flash-holder {
	position:absolute;
	top:8px;
	right:163px;
	width:484px;
	padding:8px;
	height:125px;
	padding-top: 9px;
	padding-left: 11px;
	background:url(../images/flash-holder.png) no-repeat;
}
#header .cart-holder {
	position:absolute;
	right:38px;
	top:10px;
}
#header .cart-holder .cart-holder-bg {
	padding: 10px 10px 0;
	width:120px;
	height:97px;
	text-align:center;
	overflow:hidden;
	background:url(../images/layout/shopping-cart-bg.png) no-repeat;
}
#header .cart-holder p {
	margin:0;
	font-size:13px;
	line-height:15px;
	color:#000;
}
#header .cart-holder p.title {
	text-align: left;
	margin-bottom: 10px;
}
#header .cart-holder a {
	display: block;
	margin: 0 0 1px;
}
#header .cart-holder .links {
	padding-top:8px;
	line-height:12px;
}

/* @group Nav */

/*menu*/
#menu {
	display: block;
	height: 46px;
	background: url(../images/layout/nav-bg.gif) repeat-x 0 0;
	position: relative;
	left: 0;
	top: 128px;
	z-index: 10;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	padding-right: 1px;
	background: url(../images/layout/nav-bg.gif) no-repeat right -92px;
	float: left;
	position: relative;
	display: block;
}
#menu ul a {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	display: block;
	height: 46px;
	cursor: pointer;
	background: url(../images/layout/nav-bg.gif) repeat-x 0 0;
}
#menu ul a:hover {
	background-position: 0 -46px;
}
/* @group Level 1 */

#menu ul li:hover ul,
#menu ul li.hover ul{
	display: block;
	position: absolute;
	top: 46px;
	left: 0;		
}

#menu ul li:hover ul ul,
#menu ul li.hover ul ul{
	display: none;
}
#menu ul ul li {
	padding: 0;
	clear: both;
}
#menu ul ul a {
	width: 250px;
	background: #f2f2f2;
	padding: 0 20px;
	color: #000;
	font-size: 12px;
	line-height: 28px;
	height: 1%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#menu ul ul a:hover {
	background: #666;
	color: #fff;
}
#menu ul ul {
	display: none;
	border-top: 1px solid #ccc;
	height: auto;
	
}
/* @end */
/* @group Level 2 */
#menu ul ul li:hover ul,
#menu ul ul li.hover ul{
	display: block;
	position: absolute;
	left: 291px;
	top: -1px;
}
#menu ul ul li:hover ul ul,
#menu ul ul li.hover ul ul{
	display: none;
}
#menu ul ul ul a {
	background: #f2fcff;
	font-size: 10px;
}
/* @end */



/* @group Level 3 */
#menu ul ul ul li:hover ul,
#menu ul ul ul li.hover ul{
	display: block;
	position: absolute;
	top: -1px;
	z-index: 90;
}
#menu ul ul ul ul a {
	background: #c3f3ff;
	font-size: 10px;
	width: 130px;
	display: block;
}
/* @end */

/* @end */





#columns-holder {
	/*overflow:hidden;*/
	
	
	/*width:980px;  974 */
	padding-bottom:54px; /* border: 1px solid #000 */
	background:url(../images/layout/content-bg.jpg) repeat-y 0 0;
	position: relative;
	z-index: 5;	
	width: 1025px;
	overflow: hidden;
		
}

* html #columns-holder {
	padding-bottom: 70px;
}
/*sidebar*/
#sidebar {
	width:192px;
	float:right;
	padding: 14px;
	background: url(/images/layout/content-shadow.png) repeat-x 0 0;
}
#sidebar .box {
	width:192px;
	margin:10px auto;
	background:url(../images/layout/side-box-inner.png) repeat-y;
}
#sidebar .box-top {
	background:url(../images/layout/side-box-top.png) no-repeat;
}
#sidebar .box-btm {
	background:url(../images/layout/side-box-bottom.png) no-repeat 0 100%;
	overflow:hidden;
	padding:0 14px 14px 14px;
	text-align:center;
}
#sidebar .box.video .box-btm {
	text-align:left;
	padding-bottom:9px;
}
#sidebar .box.video .box-btm p {
	margin:6px 0 0 0;
}
#sidebar .box h3 {
	margin:0;
	line-height:44px;
	color:#ffffff;
	font-size:16px;
	/*letter-spacing: -1px;*/
	text-align:center;
	display: block;
	
}
#sidebar .box p {
	margin:3px 0 0;
	color:#000;
	line-height:14px;
	letter-spacing: -1px;
	font-weight:bold;
	font-size:13px;
}

#sidebar .box.testimonials p {
	margin:8px 0;

	text-align: left;
	line-height:15px;
	letter-spacing: 0;
	font-weight:normal;
}

#sidebar .box.testimonials h4 {
	margin:8px 0;
	color: #0096DC;
	
	font-size: 15px;
	text-align: center;
}

#sidebar .box.testimonials .sig{
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

#sidebar .box.testimonials hr{
	border: none;
	border-top: 1px solid #999;
}
#sidebar .box strong {
	font-size:16px;
	text-transform:none;
	line-height:110%;
	color:#000;
	margin-top:3px;
	margin-bottom: 5px;
	display:block;
}
#sidebar .box .image-holder {
	width:69px;
	float:right;
	padding:4px 0 7px 4px;
	margin:4px 1px 0 4px;
	display:inline;
	background:url(../images/image-holder.gif) no-repeat;
}
#sidebar .box .image-holder img {
	display:block;
}
#sidebar .form-box div input {
	margin: 3px 0;
}
#sidebar .form-box input.btn-free-instant-access {
	background: url(/images/layout/btn-free-instant-access.png) no-repeat 0 0;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	display: block;
	height: 33px;
	width: 150px;
	cursor: pointer;
	margin: 0 auto;
	border: none;
	padding: 0;
}
#sidebar .form-box input.btn-free-instant-access:hover {
	background-position: 0 -33px;
}

#sidebar .box.consultation .box-btm {
	text-align: left;
}

#sidebar .box.consultation label {
	text-align: left;
}

#sidebar .box.consultation label.error {
	display: block;
}

#sidebar .box.consultation input.text,
#sidebar .box.consultation textarea {
	width: 155px;
}

#sidebar .box.consultation .box-top {
	background:url(../images/layout/side-box-top-green.png) no-repeat;
}

#sidebar .box.consultation h3{
		text-shadow: #3A8B10 2px 2px 0;
				
}

#sidebar .box.consultation h3 a{
		text-decoration: none;
		color: #fff;
		display: block;
		
}

#sidebar label.error {
	color: #C00;
}

.btn_input {
	position:relative;
	float:right;
	overflow:hidden;
	width:53px;
}
.file_input_area {
	height:27px;
	position:absolute;
	bottom:0px;
	right:0;
	z-index:100;
	font-size:20px;
}
.browse_btn {
	float:left;
	height:26px;
	width:53px;
	overflow:hidden;
	background:url(../images/browse-btn.gif) no-repeat;
	text-indent:-9999px;
}
/*#sidebar .form-box .btn {
	padding:0;
	float:left;
	margin-top:4px;
}*/
#sidebar .box.form p {
	line-height:15px;
	margin:6px 0;
}
/*content*/
#content {
	width:727px; /* was 804 then 810*/
	float:left;
	padding:10px 39px;
	background: url(/images/layout/content-shadow.png) repeat-x 0 0;
	position: relative;
}

#content.products {
	width: 760px;
	padding: 10px 20px;
	position: relative;
}


/** html #content {
	width: 760px;
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
}*/

* html #content {
	width: 770px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;	

}

* html .checkout {
	position: relative;
}

* html #content.products {
	width: 770px;
	padding: 10px;
}

.container {
	overflow:hidden;
	height:1%;
}

* html .container {
	height: auto;
}
#content h2a {
	float:left;
	margin:0; /* margin-bottom: 5px;  margin-top: 10px; */
	color:#1a171b;
	font-size:25px;/*clear:both; */
/*	font-family:Arial, Helvetica, sans-serif; */
}
#content h2.detail {
	float:left;
	font-size:25px;
	color:#1a171b;
	margin:0;
	margin-bottom: 20px;
}
#content h2.inner {
	width:700px;
	overflow:hidden;
	font-size:25px;
	float:left;
	margin:0; /* margin-bottom: 5px;  margin-top: 10px; */
	margin-left:4px;
}
#content h2.turn {
	margin:0 0 0 4px;
	float:none;
	text-indent:-9999px;
	overflow:hidden;
	width:796px;
	height:23px;
	background:url(../images/turn-title-bg.gif) no-repeat;
}
#content .box-area {
	width:816px;
	overflow:hidden;
	padding-top:10px;
	margin-left:-12px;
}
#content .box-area .box {
	width:260px;
	float:left;

	margin-left:12px;
	display:inline;
	background:url(../images/box-bg.gif) repeat-y;
}
#content .box-area .box .box-top {
	background:url(../images/box-top-bg.gif) no-repeat;
}
#content .box-area .box .box-btm {
	background:url(../images/box-btm-bg.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	text-align:center;
	padding:19px 0 27px;
}
#content .box-area .box img {
	display:block;
	border:1px solid #6c6c6c;
	margin:0 auto;
}
#content .box-area .box h3 {
	margin:0 0 15px;
	color:#767676;
	text-transform: none;
	letter-spacing:-1px;
	font-size:27px;
	font-weight: bold;
	font-family:  'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}
#content .box-area .box.last h3 {
	margin-bottom:22px;
}
#content .box-area .box.last img {
	border:none;
	margin-bottom:8px;
}
#content .membership-block {
	margin: 10px 0 0px 0px;
	float:none;
	width:806px;
	height: 53px;
	background:url(../images/membership-holder.gif) no-repeat;
	overflow: hidden;
}
#content .membership-block-inner {
	height:1%;
	padding: 1px 0px 0px 15px;
}
#content .membership-block h3 {
	margin:14px 0;
	float:left;
	color:#014458;
	font-size:14px;
	letter-spacing: -1px;
}
#content .membership-block .text {
	width:250px;
	float:left;
	text-align:center;
	padding-left:15px;
}
#content .membership-block .text p {
	font-size:12px;
	font-weight:normal;
	line-height:13px;
	color:#016383;
	margin-top: 10px;
}
#content .membership-block .form-box {
	width:390px;
	float:right;
	padding-top:10px;
	margin-right: 5px;
}
#content .membership-block .input-line {
	overflow:hidden;
	margin-bottom:0px;
	float:left;
}
#content .membership-block .input-line div {
	width:121px;
	height:26px;
	float:left;
	margin-right:5px;
	display:inline;
	overflow:hidden;
	background:url(../images/input-bg.gif) no-repeat;
}
#content .membership-block .input-line input.text {
	width:111px;
	height:20px;
	padding:5px 6px 1px 4px;
	background:none !important;
	border:none !important;
	font-size:11px;
	font-weight:bold;
	color:#0d96bf;
}

#content h1{
	color: #cc0000;
	font-size: 24px;
}

#content h2{
	color: #0096dc;
	font-size: 22px;
}

#content h3{
	color: #000000;
	font-size: 20px;
}

#content p,
#content li{
	font-size: 14px;
	line-height: 18px;	
}

#content ul li,
#content ol li{
	padding-bottom: 10px;
	margin-bottom: 10px;	
}

ol.graphical{
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.graphical li{
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 10px;
	padding: 2px 0 10px 25px;
	list-style: none;
}

ol.graphical li.num-1{
	background-image: url(/images/layout/bullet/num-1.jpg);
}

ol.graphical li.num-2{
	background-image: url(/images/layout/bullet/num-2.jpg);
}

ol.graphical li.num-3{
	background-image: url(/images/layout/bullet/num-3.jpg);
}

ol.graphical li.num-4{
	background-image: url(/images/layout/bullet/num-4.jpg);
}

ol.graphical li.num-5{
	background-image: url(/images/layout/bullet/num-5.jpg);
}

ol.graphical li.num-6{
	background-image: url(/images/layout/bullet/num-6.jpg);
}

ol.graphical li.num-7{
	background-image: url(/images/layout/bullet/num-7.jpg);
}


* HTML .product-categories{
	padding-left: 15px;
}


/*gallery-block*/
.gallery-block {

	left: 0;
	top: 0;
	width:726px;
	display: block;
	height: 186px;
	margin: 20px auto;
	background:url(../images/layout/slide-products.jpg) no-repeat;
}
.gallery-block-inner {
	padding: 45px 30px 18px;
}
.gallery-block h4 {
	margin:0;
	color:#767676;
	font-size:20px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	display: none;
}
.gallery-block ul {
	margin:0;
	padding: 6px 0 0 2px;
	list-style:none;
}
.gallery-block ul li {
	float:left;
	color:#1a171b;
	font-size:12px;
	font-weight:bold;
	padding-right:27px;
	line-height:28px;
	text-align:center;
}
.gallery-block img { /* ul li  */
	display:block;
	border:1px solid #767676;
	margin-bottom: 3px;
}
.view {
	overflow:hidden;
	height:1%;
	padding:45px 0 10px 6px;
}
.view strong {
	font-size:20px;
	font-weight:normal;
	color:#1a171b;
	display:block;
	margin-bottom:5px;
}
.view .block {
	width:268px;
	float:left;
	margin-right:20px;
	text-align:center;
}
.view .block img {
	display:block;
	border:2px solid #6c6c6c;
}
.view .block a {
	color:#00afe5;
	line-height:32px;
	font-size:13px;
	font-weight:bold;
}
.view .block a:hover {
	text-decoration:none;
}
.box3 {
	width:804px;
	margin:23px 0 10px -40px;
	background:url(../images/box3-bg.gif) repeat-y;
}

* html .box3 {
	margin-left: -20px;
}
.box3-top {
	background:url(../images/box3-top-bg.gif) no-repeat;
}
.box3-btm {
	background:url(../images/box3-btm-bg.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	padding:15px 24px 12px 22px;
}
.box3 .form-box {
	width:230px;
	float:right;
	padding-top:3px;
}
.box3 .form-box .btn {
	padding:0;
	float:right;
}
.box3 .form-box .input-line {
	overflow:hidden;
	margin-bottom:5px;
	float:left;
}
.box3 .form-box .file {
	width:100%;
	overflow:hidden;
	height:31px;
}
.box3 .form-box .file .input-line {
	width:165px;
}
.box3 .form-box .input-line div {
	width:121px;
	height:26px;
	float:right;
	margin-right:6px;
	display:inline;
	overflow: hidden;
	background:url(../images/input-bg.gif) no-repeat;
}
.box3 .form-box .input-line input.text {
	width:111px;
	height:20px;
	padding:5px 6px 1px 4px;
	background:none !important;
	border:none !important;
	font-size:11px;
	font-weight:bold;
	color:#0d96bf;
}
.box3 .form-box .input-line input.text:focus {
	outline:none
}
.box3 .form-box .input-line label {
	float:right;
	color:#0d96bf;
	margin-right:6px;
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	letter-spacing: -1px
}
.box3 span {
	float:left;
	font-size: 26px;
	font-weight: bold;
	color:#00afe5;
	margin-top:0px;
	margin-bottom:10px;
	letter-spacing:-2px;
}
.box3 .text {
	width:350px;
	float:left;
	padding-left:15px;
}
.box3 .text img {
	float:left;
	margin-right:15px;
	border:2px solid #81807f;
}
.box3 .text p {
	margin:0;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	color:#767676;
}
.box3 .text em {
	font-style:normal;
	color:#767676;
	font-size:12px;
}
/*text-area*/
.text-area {
	overflow:hidden;
	height:1%;
	clear:both;
}
.text-area .text {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}
.text-area .text h2 {
	margin-bottom: 20px;
	overflow:hidden;
	color:#cc0000;
	font-size:25px;/*	letter-spacing:-1px;	 */
}
.text-area .text h3 {
	margin:0px;
	margin-bottom: 18px;
	color:#17181b;
	font-size:20px;
	letter-spacing:-1px;
}
.text-area .text h4 {
	margin:2px 0 9px; /*margin: 5px 0 9px; */
	color:#17181b;
	font-size:20px;/*letter-spacing:-1px; */
}
.text-area .text p {
	margin:0 0 16px;
	color:#17181b;
	font-size:13px;
	line-height:17px;
}
.text-area .text a {
	color:#00afe5;
}
.text-area .text a:hover {
	text-decoration:none;
}
.box2 {
	width:192px;
	height: 148px;
	background:url(../images/layout/latest-special-bg.png) 0 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}
.box2 a {
	display: block;
	text-align: center;
}
.box2 a img {
	height: auto !important;
	height:60px;
	max-height: 60px;
}
.box2 h3 {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	height: 23px;
	width: 156px;
	background: url(../images/layout/latest-special-text.png) no-repeat 0 0;
	margin: 0 auto 5px !important;
}
.box2 .box2-top {
	padding: 10px 0 0;
}
.box2 .box2-top p {
	text-align: center;
	margin: 2px 0;
}
.red {
	color: #cc0000;
}
.small {
	font-size: 80%;
}
.page-list {
	float:right;
	margin:5px 6px 0 0; /*margin:10px 13px 0 0; */
	padding:0;
	list-style:none;
	display:inline;
}
.page-list li {
	float:left;
	padding-left:8px;
}
.page-list li a {
	color:#00afe5;
	/*font-family:Arial, Helvetica, sans-serif; */
	font-weight:bold;
}
.page-list li a.active, .page-list li a:hover {
	text-decoration:none;
	color:#525252;
}
.pager {
	float:right;
	clear:both;
	margin-top: 15px;
}
.pagerBottom {
	float:right;
	clear:both;
	margin-bottom: 15px;
}
.pages {
	float:right;
	color:#525252;
	/*font-family:Arial, Helvetica, sans-serif; */
	font-weight:bold;
	margin: 6px 1px 0 0;
}
.breadcrumbs {
	float:right;
	clear:both;
	margin:0;
	padding: 0px 0 10px 0;
	list-style:none;
	overflow:hidden;
	height:1%;
}

* html .breadcrumbs {
	clear: none;
}

.breadcrumbs li {
	float:left;
	padding:0 10px 0 14px;
	background: url(../images/arrow01.gif) no-repeat 0 6px;
	font-weight:bold;
	color:#383838;
	font-size:13px;
	margin-left:-5px;
}
.breadcrumbs li a {
	color:#00afe5;
}
.breadcrumbs li a:hover {
	text-decoration:none;
}
.info {
	overflow:hidden;
	height:1%;
	padding:12px 0 0 6px;
}

* html .info {
	overflow: visible;
}

.info .image-holder {
	float:left;
	text-align:center;
	padding-right:31px;/*width:300px; */
}
.info .image-holder img {
	float:left; /*display:block; */
	border:2px solid #787878;
	margin:0 auto;
}
.info .image-holder a {
	clear:both;
	display:block;
	color:#00afe5;
	line-height:32px;
	font-size:14px;
	font-weight:bold;/*	
	color:#00afe5;
	line-height:32px;
	font-size:14px;
	font-weight:bold; */
}
.info .image-holder a:hover {
	text-decoration:none;
}
.info .add {
	float:left;
	width:220px;
	height:52px;
	background:url(../images/add-btn.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:10px;
	margin-left:50px; /* was -10 */
}
.info p {
	margin:10px 0 0;
	font-size:15px;
}
.info p strong {
	padding-left:0px;
}
.info em {
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	color:#1a171b;
}
.info .price {
	/*color:#f60; font-size:26px; */
	color:#000;
	font-size:20px;
	padding-bottom: 20px;
}
.info span {
	display:block;
	font-size:19px;
	font-weight:bold;
	margin:8px 0 20px;
}
.info span strong {
	color:#d52927;
}
.indent {
	margin-left: 50px;
	text-indent: 50px;
}
.info .added {
	color: #009933;
	font-size:16px;
}
.gallery {
	overflow:hidden;
	height:1%;
}

* html .gallery {
	position: relative;
}

.gallery ul {
	margin: 5px auto 0 auto;
	padding:0;
	position:relative;
	overflow:hidden;
	height:1%;
	list-style:none;
}

* +html .gallery ul {
	margin-left:-8px;
}
.gallery ul li {
	float:left;
	/*ont-family:Arial, Helvetica, sans-serif; */
	font-size:13px;
	font-weight:bold;
/*	width:252px;*/
	width: 220px;
	height:300px;
	display:table;
	margin: 0;
	padding:0 10px 15px 10px;
}

* html .gallery ul li {
	width: 260px;
}

.gallery ul li {
	margin-left /*\**/: -10px\9
}
.gallery ul li {
	padding /*\**/: 0\9
}
.gallery ul li.other {
	height:320px;
}
.gallery ul li img {
/*	width: 225px;*/
	display:block;
	border:1px solid #818181;
	margin:0 auto 7px;
	max-width: 200px;
	max-height: 250px;
}
.gallery ul li a {
	color:#000; /* 00afe5 */
}
.gallery ul li a:hover {
	text-decoration:none;
}
.gallery ul li.blue img {
	border:2px solid #9c9c9c; /* 05b1e6 */
}
.gallery ul li .q {
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
.gallery ul li .q div {
	text-align:center;
}

* html .gallery ul li {
	position:relative;
}
* html .gallery ul li .q {
	position:absolute;
	top:50%;
}
* html .gallery ul li .q div {
	position:relative;
	top:-50%;
}
* +html .gallery ul li {
	position:relative;
}
* +html .gallery ul li .q {
	position:absolute;
	top:50%;
}
* +html .gallery ul li .q div {
	position:relative;
	top:-50%;
}
/*footer*/
#footer {
	background:#d3eafd;
	height:54px;
	position:relative;
	margin-top:-54px;
	clear: both;
	z-index:6;

}
#footer .footer-inner {
	width:958px;
	margin:0 auto;
	padding:8px;
}
#footer span {
	float:right;
	color:#007da4;
	font-size:11px;
}
#footer span a {
	color:#007da4;
}
#footer span a:hover {
	text-decoration:none;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
#footer ul li {
	float:left;
	padding:0 6px 0 7px;
	margin-left:-1px;
	background:url(../images/footer-sep.gif) no-repeat 0 4px;
}
#footer ul li a {
	color:#009ecf;
	text-decoration:none;
	font-size:11px;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer p {
	margin:2px 0 0 7px;
	color:#008cb7;
	font-size:11px;
}
/* TABLE STYLES */
.text-area .text tr.cartHeader td {
	font-size: 14px;
	font-weight: bold;
	background-color:#d9f0fb;
	border-bottom:1px solid #00afe6;
	height: 25px;
}
.text-area .text tr.itemLine td {
	font-size: 13px;
	font-weight: normal;
	background-color:none;
	color: #1a171b;
	padding: 3px;
}
.text-area .text tr.subTotalLine td {
	font-size: 13px;
	text-align:right;
	background-color:#9cd0e9;
	color:#1a171b;
	border-top:1px solid #0080a8;
	height: 17px;
	padding: 3px;
}
.text-area .text tr.freightLine td {
	font-size: 13px;
	text-align:right;
	background-color:#e9e9e9;
	color:#1a171b;
	border-top:1px solid #0080a8;
	height: 17px;
	padding: 3px;
}
.text-area .text tr.totalLine td {
	font-size: 14px;
	font-weight: bold;
	text-align:right;
	background-color:#00afe6;
	color:#fff;
	border-top:1px solid #0080a8;
	height: 25px;
	padding: 3px;
}
.text-area .text .tips {
	clear: both;
}
.continueShopping_btn {
	float:left;
	margin-top: 15px;
	margin-bottom: 15px;
	height:45px;
	width:194px;
	overflow:hidden;
	background:url(../images/continueShopping2_btn.gif) no-repeat;
	text-indent:-9999px;
}
.goToCheckout_btn {
	float:right;
	margin-top: 15px;
	margin-bottom: 15px;
	height:45px;
	width:194px;
	overflow:hidden;
	background:url(../images/goToCheckout2_btn.gif) no-repeat;
	text-indent:-9999px;
}
.nextStep_btn {
	float:right;
	margin-top: 15px;
	margin-bottom: 15px;
	height:45px;
	width:194px;
	overflow:hidden;
	background:url(../images/nextStep_btn.gif) no-repeat;
	text-indent:-9999px;
}
.createOrder_btn {
	float:right;
	margin-top: 15px;
	margin-bottom: 15px;
	height:45px;
	width:194px;
	overflow:hidden;
	background:url(../images/createOrder_btn.gif) no-repeat;
	text-indent:-9999px;
}
.previousStep_btn {
	float:left;
	margin-top: 15px;
	margin-bottom: 15px;
	height:45px;
	width:194px;
	overflow:hidden;
	background:url(../images/previousStep_btn.gif) no-repeat;
	text-indent:-9999px;
}
.update_btn {
	height:25px;
	width:73px;
	float: left;
	overflow:hidden;
	background:url(../images/update_btn.gif) no-repeat;
	text-indent:-9999px;
}
.delete_btn {
	height:25px;
	width:32px;
	float: right;
	overflow:hidden;
	background:url(../images/delete_btn.gif) no-repeat;
	text-indent:-9999px;
}
#cartOptionBox {
	/*width:450px;*/
	background-color: #f5fcff;
	border: 1px solid #0080a8;
	padding:15px;
	margin-top: 25px;
	position: relative;
}
#cartOptionBox td {
	font-size: 13px;
	text-align:right;
	padding:3px;
	font-weight:bold;/* color: #00afe6; */
}
#cartOptionBox input, select, textarea, checkbox {
	text-align:left;
	float:left;
}
#cartOptionBox .formLabelOptional {
	font-weight: normal;
}
#cartOptionBox .special {
	font-size: 15px;
	text-align:left;
	padding:3px;
	font-weight:bold;
	color: #007195;
}
#cartOptionBox h5 {
	font-size: 14px;
	text-align:left;
	padding:3px;
	font-weight:bold;
	color: #1a171b;
}
#cartConfirmBox {
	/*width:450px;*/
	background-color: #e2f4fc;
	border: 1px solid #0080a8;
	padding:15px;
	margin-top: 25px;
	position: relative;
}
#cartConfirmBox tr, td {
	font-size: 13px;
	padding:3px;
	font-weight:normal;/* color: #00afe6; */
}
#cartConfirmBox .formLabel {
	font-weight: bold;
}
div#hold {
	position:relative;
	width:806px;
	height:120px;
	z-index:1000;
}
div#wn {
	position:absolute;
	left:0;
	top:0;
	width:806px;
	height:120px;
	z-index:1;
	clip:rect(0, 806px, 120px, 0);
	overflow:hidden;
}
div#cnt {
	position:absolute;
	z-index:1
}
div#cnt td img {
	display:block
}
/* width of table = number of items * scroller width 
   Setting width on table and width and height on table cell needed
   for this example because images vary in size and don't fill scroller space
*/
table#imgTbl {
	width:795px;
	text-align:center;
	font-weight:bold;
}
/* N E W */

.text-area .sidebar-right {
	width:auto;
	float:left;
	margin-top: 40px;
	padding-top:20px;
	padding-left: 10px;
	overflow:hidden; /*border: 1px solid #000; */
}
.text-area .sidebar-right .p {
	margin:3px 0 10px;
	color:#016383;
	line-height:14px;
	letter-spacing: -1px;
	font-weight:bold;
	font-size:13px;
}
.text-area .sidebar-right img {
	display:block;
	margin-bottom: 5px;
	margin-top: 10px;
}


.johnsonbox {
	background:none repeat scroll 0 0 #F7FDFF;
	border:1px solid #00B0F0;
	margin:20px auto;
	padding:10px 20px;
	width:80%;
	clear: both;
}

/* @group Consultation */

.consultation-form{
	background:none repeat scroll 0 0 #F7FDFF;
	border:1px solid #00B0F0;
	width: 300px;
	padding:10px 30px;
	margin: 20px auto;

}

.consultation-form .form-row{
	margin: 10px 0;
	clear: both;
	
}

.consultation-form .form-row label{
	display: block;
	float: left;
	width: 70px;
	font-size: 16px;
	line-height: 20px;
}

.consultation-form.free-consultation2 .form-row label{
	width: 115px;
}

.consultation-form .form-row label.error{
	color: #ff0000;
	width: 300px;
	float: none;
	padding-left: 80px;
	font-size: 10px;
}

.consultation-form.free-consultation2 .form-row label.error{
	padding-left: 115px;
}
div.error{
	background-color:#FFEEFF;
border:1px solid #CC0000;
font-size:16px;
font-weight:bold;
padding:10px;
text-align:center;}

.consultation-form .form-row.captcha label.error{
	padding-left:0;
}


.consultation-form .form-row.radio label{
	float: none;
	width: 100%;
	margin: 10px 0 5px;
}


.consultation-form .form-row.enquiry-row label{
	float: none;
	width: 100%;
	margin: 10px 0 5px;

}



.consultation-form .form-row.enquiry-row textarea{
	float: none;
	width: 293px;
	height: 100px;
}

.consultation-form .form-row input{
	width: 220px;
	height: 20px;
	padding: 0;
}

.consultation-form.free-consultation2 .form-row input{
width: 178px;
}

.consultation-form .form-row input.btn-contact-us-now,
#sidebar .box.consultation input.btn-contact-us-now {
	width: 150px;
	height: 33px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	border: none;
	background: url(/images/layout/btn-contact-us-now.png) no-repeat 0 0;
	display: block;
	padding: 0;
	margin: 10px auto;
}

.consultation-form .form-row input.btn-contact-us-now:hover,
#sidebar .box.consultation input.btn-contact-us-now:hover {
	background-position: 0 -33px;
}

#sidebar .box.consultation input.btn-contact-us-now {
	clear: both;
}

.consultation-form.free-consultation2 .radio-row input{
	float:left;
	margin-bottom:20px;
	width:20px;
}

.consultation-form.free-consultation2 .radio-row label{
	width: 280px;
	font-size: 12px;
}



/* @end */

/* @group Contact Page */

.contact-left{
	width: 400px;
	float: left;
	margin-right: 20px;
}

.contact-form{
	background:none repeat scroll 0 0 #F7FDFF;
	border:1px solid #00B0F0;
	width: 300px;
	padding:10px 30px;

}

.contact-form .form-row{
	margin: 10px 0;
	clear: both;
	
}

.contact-form .form-row label{
	display: block;
	float: left;
	width: 70px;
	font-size: 16px;
	line-height: 20px;
}

.contact-form .form-row label.error{
	color: #ff0000;
	width: 300px;
	float: none;
	padding-left: 80px;
	font-size: 10px;
}



.contact-form .form-row.enquiry-row label{
	float: none;
	width: 100%;
	margin: 10px 0 5px;
	font-size: 13px;
}

.contact-form .form-row.enquiry-row textarea{
	float: none;
	width: 293px;
	height: 100px;
}

.contact-form .form-row input{
	width: 220px;
	height: 20px;
	padding: 0;
}


.contact-form .form-row input.btn-contact-us-now{
	width: 150px;
	height: 33px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	border: none;
	background: url(/images/layout/btn-contact-us-now.png) no-repeat 0 0;
	display: block;
	padding: 0;
	margin: 10px auto;
}

.contact-form .form-row input.btn-contact-us-now:hover{
	background-position: 0 -33px;
}


.contact-right{
	width: 300px;
	float: left;
	
}

.contact-right h3{
	margin-top: 0;
}


/* @end */
.image-border {
	padding: 5px;
	background-color: #FFF;
	border: solid 1px #999;
}

/*
#content.products .container {
	padding: 0 12px;
}
#content.products .text-area{
	padding: 0 30px;
}*/

* html table.bodyTextMed {
	position: relative;
	float: none;
}

* html #deliveryDetails {
	position: relative;
	display: block;
	clear: both;
	margin-bottom: 100px;
}