@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a { text-decoration:none; color:#C94093; }
a:hover { color: #66B5FF; }

p {
	margin:0;
	padding: 0 0 20px 0;
}
#container img {
	padding:5px;
	background-color: #142433;
}
a img { border:none; }
a:hover img {
	background-color:#66B5FF;
}
h2 {
	margin:0 0 10px 0;
	padding: 0;
	font-size:14px;
}
h1 {
	margin:0 0 10px 0;
	padding: 0;
	font-size:14px;
}


#container {
	text-align:left;
	width:1000px;
	margin: 0 auto;

}
#header {
	width:1000px;
	padding-top:120px;
	background: url(images/header.jpg) no-repeat left top;
}
#header h1 {
	display:none;
}
#content-wrap {
	background: url(images/bg-content.gif) repeat-y left top;
	margin-bottom:20px;
	font-size:12px;
}
#admin-wrap {
	margin: 15px;
}
#content {
	float:left;
	width:680px;
	
}
#sidebar {
	float:right;
	width: 280px;
}
#footer {
	border-top: 1px solid #213D56;
	padding: 15px 0 50px 0;
	font-size:11px;
	color: #213D56;
	background: url(images/bg-drips.jpg) no-repeat right top;
}

/* header ************************************************/
#navigation {
	background: #66B5FF url(images/bg-navigation.jpg) repeat-x left top;
	font-size: 12px;
}
#navigation ul {
	list-style-type:none;
	margin:0;
	padding: 6px 0 0 2px;
	display:block;
	clear:both;
}
#navigation ul li {
	margin: 0 4px 0 0;
	display:inline;
	padding:5px 40px 5px 10px;
}
#navigation ul li.active {
	background-color: #142433;
}
#navigation ul li.active a {
	color: #C94093;
	line-height:2em;
}
#navigation ul li a {
	color: #000000;
	font-weight:bold;
	dispay:block;
	text-transform:uppercase;
}

#navigation ul li a:hover {
	color: #ffffff;
}
#sub-navigation ul li a:hover {
	color: #ffffff !important;
}
#sub-navigation {
	border-bottom: 1px solid #213D56;
	font-size: 11px;
	margin-bottom:20px;
	background-color: #142433;
	position:relative;
}
#sub-navigation ul {
	list-style-type:none;
	margin:0;
	padding: 10px 0 6px 0;
}
#sub-navigation ul li {
	margin: 0 4px 0 0;
	display:inline;
}
#sub-navigation ul li.active a {
	font-weight:bold;
	color: #C94093;
}
#sub-navigation ul li a {
	color: #1678C0;
	padding: 3px 18px 3px 4px;
}


/* products **********************************************/
.description img {
	float:left;
	margin:0 20px 20px 0;
}

ul.paint {
	list-style-type:none;
	margin:0;padding:0;
}
ul.paint li {
	width:330px;
	float:left;
	margin:0 0 10px 0;padding:5px 0 5px 0;
	
}

ul.paint li:hover {
	/*background-color: #123624;*/
}
ul.paint li.even {
	clear:right;
	margin-left:20px;
}
.paint-image {
	height: 55px;
	width:60px;
	float:left;
	margin: 0 20px 0 0;
	display:block;
}
.paint-image img {
	height: 45px;
	width:50px;
	padding:5px;
	background-color: #142433;
}
.paint-meta {
	float:left;
}
span.title {
	clear:right;
	font-weight:bold;
}
.paint-meta form {
	margin:0;
	padding: 8px 0 5px 0;
}
input.quantity {
	border:1px solid #5EAAF0;
	background-color: #333333;
	color: #ffffff;
	font-weight:bold;
}

tr.cartHeader {
	/*background: url(images/bg-navigation.jpg) repeat-x 0 0;*/
	background-color:#142433;
	color: #ffffff;

}
tr.cartHeader td {
	padding: 4px 3px;
	font-weight: bold;
}
tr.cart-row td {
	padding-top:15px;
}
tr.subtotal td {
	padding-top:15px;
}

.boxedArea {
	border: 1px solid #213D56;
	padding: 5px;
	background-color: #142433;
}

.button { 
	background: url(images/bg-navigation.jpg) repeat-x left bottom;
	color: #000000; 
	font-weight: bold;
	margin-right: 10px;
	display: block;
	float: left;
	padding: 5px 7px;
	border: 0 none;
	cursor:pointer;
}
.button:hover {
	background: url(images/bg-navigation.jpg) repeat-x left top;
	color: #000;
}
.checkout {
	margin-top:20px;
}
input.button { 
	float: none !important;
	background: url(images/bg-navigation.jpg) repeat-x left bottom;
	color: #000000; 
	font-weight: bold;
	margin-right: 10px;
	display: block;
	padding: 5px 7px;
	border: 0 none;
	cursor:pointer;
	margin-top:10px;
	
	}

/* Paint Page *********************************************/
.paint-meta-category {
	width:215px;
}
.paint-category {
	height: 97px;
	width:75px;
	float:left;
	margin: 0 20px 0 0;
	display:block;
}
.paint-category img {
	height: 87px;
	width:65px;
	padding:5px;
	background-color: #142433;
}
.paint-category a img { border:none!important; }

span.titleBig {
	clear:right;
	font-weight:bold;
	font-size:14px;
}

a#cart {
	/*background: url(images/icon-cart.png) no-repeat left 5px;*/
	display:block;
	padding: 4px 3px;
	border-bottom: 1px solid #142433;
	margin-bottom:15px;
	color: #C94093;
}
a#cart:hover {
	background-color:#142433;
}

/* sidebar stuff *****************************************/
ul.sidebar-products {
	margin:0;padding:0;
	list-style-type:none;
}
ul.sidebar-products li {
	margin:0;padding:0;
	list-style-type:none;
	text-transform:uppercase;
}
ul.sidebar-products li a {
	display:block;
	padding: 4px 3px 4px 28px;
	border-bottom: 1px solid #142433;
	background: url(images/icon-cap.png) no-repeat 2px 4px;
}
ul.sidebar-products li a:hover {
	background-color:#142433;
}
.map-thumb {
	float:left;
	margin: 0 15px 15px 0;
	}
	
ul.sidebar-mega {
	margin:0;padding:0;
	list-style-type:none !important;
}
ul.sidebar-mega li {
	margin:0 0 10px 0;
	list-style-type:none;
	padding: 4px 3px 0 3px;
	border-bottom: 1px solid #213D56;
}
ul.sidebar-mega li.last {
	border-bottom:none;
}


/* feed ****************************************************/
.feedburnerFeedBlock {
	overflow:hidden;
}
.feedburnerFeedBlock ul {
	list-style-type:none;
	margin:0;padding:0;
}
.feedburnerFeedBlock ul li {
	list-style-type:none;
	margin:0 0 20px 0;padding:0 0 10px 0;
	border: 1px solid #142433;
}
.feedburnerFeedBlock ul li div {
	padding: 5px;
}
.feedburnerFeedBlock ul li .date {
	padding:5px;
}
.feedburnerFeedBlock ul li span.headline {
	background-color: #142433;
	padding: 4px 3px;
	display:block;
	
}
#container .rss img {
	padding:0 !important;
	background-color:#000000!important;
	float:left;
	margin: 0 15px 15px 0;
}
#container .signup img {
	padding:0 !important;
	background-color:#000000!important;
	float:left;
	margin: 0 15px 15px 0;
}

.fbsubscribelink img, .creditfooter img {
	padding:0 !important;
	background-color:#000000!important;
}

/* misc. *************************************************/
.clear {
	clear:both;
	height:0px;
	margin:0;padding:0;overflow:hidden;
}