@charset "utf-8";
/* ---- COLORSCAPES.COM ---- */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#E5E2D9;
	color:#666;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	}

/* ---- GLOBAL STYLES ---- */

p {
	line-height:1.4em;
	font-size:13px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	margin:6px 0;
	}

a img {
	border:none;
	}

a {
	outline:none;
	color:#334458;
	font-weight:700;
	text-decoration:none;
	}

h2 {
	font-size: 1.8em;
	font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -0.03em;
	color: #25394a;
	margin: 10px 0 0 0;
	}

.alert {
	margin: 10px 0;
	padding: 15px;
	background-color: #FFFFCC;
	border: 1px solid #FFD862;
	font-weight: bold;
	color: #FF0000;
	}

.highlight:hover {
	background-color: #EAF6FF;
	}

/* ---- HEADER ---- */

#brand-wrap {
	height:171px;
	background:#243542 url(../img-main/hdr-bg.png) top repeat-x;
	}

#brand {
	width:800px;
	overflow:hidden;
	margin:0 auto;
	}

.logo {
	width:272px;
	height:115px;
	float:left;
	}

.co-desc {
	width:400px;
	height:115px;
	float:right;
	background:url(../img-main/catch-phrase.png) top right no-repeat;
	}

/* ---- HEADER TOP RIGHT INFORMATION ---- */

.cart {
	background-color:#2A3748;
	float:right;
	color:#999;
	padding:5px 8px;
	font-weight: normal;
	}

.cart span {
	font-weight:bold;
	color:#BBB;
	}

.cart:hover { color: #BBB; }	
	
.cart:hover span {
	background-color: #2D3C4E;
	color: #FFF;
	}

.number {
	float:right;
	background-color:#2A3748;
	color:#EEE;
	font-weight:700;
	margin:0 0 0 5px;
	padding:5px 8px;
	}

/* ---- MAIN NAVIGATION ---- */

#nav {
	width:550px;
	height:50px;
	float:left;
	}

#nav li {
	list-style:none;
	display:block;
	float:left;
	margin:17px 20px 0 0;
	}

#nav li a {
	color:#666;
	font-family:'Helvetica Neue', Helvetica, Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:700;
	}

#nav li a:hover {
	color:#6299C5;
	}

/* ------ SITE SEARCH BOX ------ */

#search {
	float:right;
	margin:0 0 1em;
	padding:15px 10px 0 0;
	}

#search label {
	display:none;
	}

#searchKeyword {
	border:1px solid #e2e3dd;
	color:#777;
	width:155px;
	padding:3px 0 3px 3px;
	}

#searchSubmit {
	background:#324358;
	color:#FFF;
	border:0 solid #CCC;
	font-weight:bold;
	width:33px;
	height:22px;
	margin-bottom:-2px;
	margin-left:5px;
	}

#searchSubmit:hover {
	cursor:pointer;
	}

/* ---- SEARCH RESULTS PAGE ---- */

#searchresults {
	margin:15px 0 0;
	}

#searchresults h4 {
	font-size:15px;
	margin-bottom:9px;
	}

#searchresults li {
	margin-bottom:10px;
	list-style-type:none;
	list-style-position:inherit;
	background-color:#EAF6FF;
	padding:9px;
	}

#searchresults li:hover {
	outline:solid 1px #EAF6FF;
	background-color:#FFF;
	}

#searchresults li p {
	margin:0;
	}

#searchresults li p em {
	font-size:11px;
	line-height:18px;
	color:#999;
	}

/* ---- HOME-PAGE CARD DISPLAY ---- */
.home-show-wrap {
	height:270px;
	background:#2A3949 url(../img-main/home-show-bg.png) top repeat-x;
	}

.home-show {
	width:800px;
	height:270px;
	background:#2A3949 url(../img-main/home-show.png) top left no-repeat;
	margin:0 auto;
	}
	
.mission {
	width: 340px;
	float: left;
	padding: 0 25px 10px 25px;
	}

.mission p {
	line-height: 1.8em;
	margin: 5px 0;
	color: #4c7793;
	}

/* ---- CONTENT DIVS ---- */
.content-top-wrap {
	background:#334458 url(../img-main/home-show-bg.png) top repeat-x;
	}

.content-top {
	width:800px;
	height:70px;
	background:#293748 url(../img-main/content-top.png) top left no-repeat;
	margin:0 auto;
	}

.content-bg {
	background:#E5E2D9 url(../img-main/content-wrap-bg.jpg) top repeat-x;
	}

.body-wrap {
	width:800px;
	background:url(../img-main/content-bg.png) left repeat-y;
	margin:0 auto;
	}

.content {
	margin: 0 auto;
	width: 800px;
	background: url(../img-main/info-bg.png) top left no-repeat;
	overflow: hidden;
	}

.content-main {
	width: 788px;
	margin: 0 auto;
	}

#content, .products {
	padding: 2px 10px 10px 0;
	overflow: hidden;
	}

/* ------ RIGHT-SIDE NAVIGATION ------ */

.right-column {
	width:200px;
	float:right;
	padding:0 25px 10px;
	}

.right-column h3 {
	font-size:14px;
	text-transform:uppercase;
	border-bottom:2px solid #DDD;
	font-weight:bold;
	margin:1px 0;
	padding:5px 8px;
	}

.right-column p {
	line-height:1.8em;
	color:#4c7793;
	margin:5px 0;
	}

.content-bottom {
	width:788px;
	height:62px;
	background:#FFF url(../img-main/info-bottom.png) top left no-repeat;
	margin:0 auto;
	}

#navTools li {
	list-style:none;
	border-bottom:1px solid #DEEFFD;
	display:block;
	}

#navTools li a {
	color:#444;
	display:block;
	text-decoration:none;
	padding:4px 5px 4px 15px;
	}

#navTools li a:hover {
	background-color:#DEEFFD;
	}

/* ---- DEPARTMENT (PRODUCTS LIST) ---- */

.products {
	overflow: hidden;
	}

.products li.p {
	margin: 10px 5px;
	list-style:none;
	overflow:hidden;
	border:2px solid #DEEFFD;
	background-color:#F6FBFF;
	width: 350px;
	float: left;
	}

.products li.p .image {
	display: block;
	background-color: #FFF;
	border-right:2px solid #DEEFFD;
	float: left;
	margin-right: 10px;
	}
	
.products li.p .image img {
	padding: 10px;
	}

.products #p-info {
	float: left;
	}

.products li.p h4 a {
	display: block;
	font-size: 11px;
	padding: 10px 0;
	line-height: 1.6em;
	background-color: #ECF6FE;
	border-bottom: 1px solid #DEEFFD;
	}

.products li.p ul {
	margin: 0;
	overflow: hidden;
	padding: 2px 10px;
	}

.products li.p ul li {
	list-style: none;
	}

.p-price {
	float:left;
	}
	
.p-button {
	float:right;
	}
	
.p-button a {
	padding-right: 18px;
	background: url(../graphics/plain/bullet_go.gif) center right no-repeat;
	}

.products li.p .price {
	font-weight: bold;
	color: #E02C2C;
	}

/* ---- DEPARTMENT (PRODUCTS LIST) ---- */

#product .image {
	float: left;
	margin: 0 15px 10px 0;
	padding:3px;
	border: 1px solid #DDD;
	}

.block-link {
	padding: 5px 10px;
	background-color: #EAF6FF;
	display: block;
	text-align: center;
	}

#product .action {
	border: 1px solid #DDD;
	float: right;
	background-color: #FFF;
	}

#product .price {
	font-weight: bold;
	font-size: 15px;
	padding:10px;
	text-align: center;
	color: #6caf42;
	}

#product #addBasket {
	padding: 5px;
	background-color: #EEE;
	}

#product textarea {
	text-align: center;
	}

/*--------SHOPPING CART*/

.actions {
	margin:0;
	padding:.5em 0;
	}

.actions li {
	list-style:none;
	display:inline;
	}

.actions input,#addBasket input {
	color:#333;
	padding:0 6px;
	}

/* ----- TABLES & FORMS ----- */

table {
	border-collapse:collapse;
	font-size:12px;
	line-height:18px;
	border:1px solid #deeffd;
	background:#f6fbff;
	width:100%;
	margin:0 0 10px 0;
	}

caption {
	background:transparent;
	padding-bottom:18px;
	text-align:left;
	font-weight:700;
	color:#4C88C0;
	font-size:16px;
	margin:10px 0 0 0;
	}

td,th {
	border:1px solid #deeffd;
	font-weight:700;
	padding:9px 9px 8px;
	}

thead th {
	border:1px solid #deeffd;
	border-right:none;
	border-left:none;
	text-align:left;
	font-size:1em;
	font-weight:700;
	background:#4C88C0;
	color:#fff;
	}

.col2abc tbody td a:hover {
	background:transparent;
	}

.col2abc tbody th a {
	background:transparent;
	color:#3f7c5f;
	text-decoration:underline;
	}

tbody th,tbody td {
	vertical-align:top;
	text-align:left;
	}

table input {
	vertical-align:middle;
	}

table tr.tfoot th {
	text-align:right;
	border-left: 1px solid #deeffd;
	color:#616161;
	}

table tr.tfoot td,table tr.tfoot th {
	background-color:#fff;
	color:#6caf42;
	border-color:#fff;
	}

table tr.tfoot td {
	border-right-color:#deeffd;
	background-color:#F6FBFF;
	text-align:right;
	}

table tr.tfoototal td,table tr.tfoototal th {
	border-bottom-color:#deeffd;
	background-color:#DEEFFD;
	}

table a[rel="lightbox"],table a[rel="lightbox[group]"] {
	background:url(/graphics/promo/lgimg.gif) 0 50% no-repeat;
	border:0;
	padding:0 0 0 20px;
	}

.odd {
	background:#fff;
	}

.even {
	background:#f6fbff;
	}

.odd:hover,.even:hover {
	background:#eaf6ff;
	}

table tr td + td {
	text-transform:capitalize;
	}

/*--------FORMS */

.cat_textbox_small {
	background:url(../img-main/text-box-bg.png) top repeat-x;
	width:200px;
	}

/* ------- HOMEPAGE lst ------- */

ul.home_thumb_lst {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
ul.home_thumb_lst li {
	margin: 0;
	padding: .6em 1em;
	width: 140px;
	float:left;
	overflow: hidden;
	color: #646870;
	border-bottom: 1px dashed #e3e3e3;
	}

ul.home_thumb_lst li a {
	display: block;
	line-height: 1.4em;
	color: #8f9195;
	overflow: hidden;
	font-size: .9em;
	text-decoration: none;
	}
div.mod-body ul.home_thumb_lst li a {
	text-decoration: none;
	}
ul.home_thumb_lst li a strong {
	display: block;
	color: #317b9e;
	padding: .2em 0 .1em 0;
	}
ul.home_thumb_lst li a em {
	display: block;
	}
ul.home_thumb_lst li a img {
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: .4em;
	border: 1px solid #e0e0d5;
	background: #fff;
	}
ul.home_thumb_lst li a:hover {
	color: #646870;
	}
ul.home_thumb_lst li a:hover strong {
	color: #104c68;
	}
ul.home_thumb_lst li a:hover img {
	background-color: #DDD;
	}

/* ------- Catalogs lst ------- */

#all_catalogs {
	width: 778px;
	margin:0 auto;
	background: url(../img-main/catalogs-bg.png) left repeat-y;
	padding: 0 10px 10px 10px;
	}

ul.lst {
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
	}

ul.lst li {
	color:#646870;
	margin:0;
	width: 150px;
	float: left;
	}

ul.lst li a {
	display:block;
	line-height:1.4em;
	color:#8f9195;
	overflow:hidden;
	font-size:.9em;
	text-decoration:none;
	padding:3px 10px 5px;
	}

div.mod-body ul.lst li a {
	text-decoration:none;
	}

ul.lst li a strong {
	display:block;
	color:#317b9e;
	padding: 0 .1em 0 .2em;
	}

ul.lst li a em {
	display:block;
	}

ul.lst li a img {
	float:left;
	display:block;
	border:1px solid #e0e0d5;
	background:#fff;
	margin:2px 10px 0 0;
	padding:.4em;
	}

ul.lst li a:hover {
	color:#646870;
	}

ul.lst li a:hover strong {
	color:#104c68;
	}

ul.lst li a:hover img {
	background-color:#EEE;
	border-color: #CCC;
	}

/* ---------FOOTER-------- */

#footer-wrap {
	width:788px;
	border-top:1px solid #e4e3d9;
	overflow:hidden;
	margin:0 auto;
	}

#footer-content {
	width:740px;
	font:11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	overflow:hidden;
	margin:0 auto;
	padding:22px 0 12px;
	}

#footer-content h5 {
	color:#444;
	font:bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin:0 0 5px;
	}

#footer-content ul {
	width:auto;
	list-style:none;
	margin:0;
	padding:0;
	}

#footer-content ul li {
	background:none;
	margin:0;
	}

#footer-content ul li a {
	display:block;
	background:none;
	color:#2d6ea2;
	text-decoration:none;
	font:11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding:3px 0;
	}

#footer-content ul li a:hover {
	background:none;
	color:#3f7d09;
	text-decoration:underline;
	font:11px "Lucida Grande", Lucida, Verdana, sans-serif;
	}

#footer-content #footer-newsletter {
	float:left;
	width:300px;
	}

#footer-content #footer-newsletter .newsletter-form {
	background:none;
	border:0;
	margin:0;
	padding:0;
	}

#footer-content #footer-newsletter .newsletter-form .item label {
	color:#999;
	}

#footer-content #footer-newsletter .newsletter-form .item .cat_textbox_small {
	border:1px solid #ddd;
	padding:6px;
	}

#copyright {
	float:left;
	font-size:10px;
	color:#999;
	margin:10px 25px;
	}

#copyright span {
	font-weight:700 !important;
	}

.actions li.checkout,#footer-content #footer-system {
	float:right;
	}

tfoot th,.checkout-button {
	font-weight:700;
	}

th.total,td.price,.total-colomn {
	text-align:right;
	}

#footer-content #footer-nav,#footer-content #footer-overview {
	float:right;
	width:150px;
	}

#footer-content #footer-newsletter .newsletter-form div.form,#footer-content #footer-newsletter .newsletter-form .item {
	background:none;
	border:0;
	margin:8px 0;
	padding:0;
	}
	
/* MISC  */


.special {
	font-family: 'Times New Roman', sans-serif !important;
	font-style: italic !important;
	}	
