@CHARSET "ISO-8859-1";
/* CSS Document for Natty Paint
http://nattypaint.com

Author: Megan Shanholtz
Author URI: http://meganshanholtz.com

Copyright (c) 2009 Natty Paint
*/

/* Browser Reset Styles ================= */
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	color: #000;
	background: #f2f2f3;
	line-height: 1.3em;
}

h1 {
	background: url('../images/dark-gray-stripe.gif') 0 0;
	text-transform: uppercase;
	font-size: 24px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}
h2 {
	font-size: 24px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #e13601;
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 5px solid #666;
	text-transform: uppercase;
}

a:link, a:visited, a:active {
	color: #e13601;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: underline;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #e13601;
	background: #ddd;
	text-transform: lowercase;
}
.alert {
	background: #fff8c3;
	border: 2px solid #9e9c8d;
	padding: 15px;
	margin-bottom: 20px;
}

span.h1style {
	font-size: 36px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	line-height: 1em;
	display: block;
}

ul.star {
	margin: 15px 0 15px 5px;
	padding: 0;
	list-style: none;
}
ul.star li {
	background: url('/images/bullet_star.png') left center no-repeat;
	padding-left: 22px;
}
ul.star li a {
	color: #333;
}

/* Header */
#header-wrap {
	height: 122px;
	background: url('../images/header-bg.gif') 0 0 repeat-x;
}
#header {
	width: 940px;
	margin: 0 auto;
}
#logo {
	width: 466px;
	float: left;
	margin: 0;
	padding: 0;
}
#nav {
	background: url('../images/nav-bg.gif') 0 0 no-repeat;
	width: 474px;
	float: left;
	height: 122px;
}

/* Navigation */
#top-nav {
	text-align: right;
	color: #cfcfcf;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 10px 30px;
}
#top-nav a {
	color: #cfcfcf;
	text-decoration: none;
}

ul#main-nav {
	margin: 10px 0 0 20px;
	padding: 0;
	list-style: none;
}
ul#main-nav li {
	display: inline;
}
ul#main-nav li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 28px;
	padding: 20px 10px 20px 10px;
	display: block;
	float: left;
	margin-right: 25px;
	letter-spacing: -3px;
	line-height: 36px;
}
ul#main-nav li a.last {
	margin-right: 0;
	padding-right: 0;	
}
ul#main-nav li a:hover {
	color: #000;
}

/* Main Content */
#container {
	width: 940px;
	margin: 30px auto;
}

#slideshow {
	width: 630px;
	border: 10px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: 40px;
	margin-bottom: 30px;
	height: 180px;
}
#slideshow img {
	width: 630px;
	height: 180px;
}

#home-text {
	width: 250px;
	text-align: left;
	font-size: 14px;
	margin-bottom: 30px;
	height: 200px;
	overflow: hidden;
}

#content {
	
}
#main-content {
	width: 652px;
	float: left;
	margin-right: 38px;
}

#main-content h2 {
	background: url('../images/dark-gray-stripe.gif') 0 0;
	text-transform: uppercase;
	font-size: 24px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
#main-content p {
	text-align: justify;
}

#sidebar {
	width: 250px;
	float: right;
}
#sidebar h2 {
	background: url('../images/light-grey-stripe.gif') 0 0;
	text-transform: uppercase;
	font-size: 24px;
	padding: 10px;
	text-align: right;
	color: #333332;
	font-weight: bold;
	margin-bottom: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	text-align: right;
	margin: 20px 0;
}
#sidebar ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #252525;
	font-size: 18px;
	font-weight: bold;
}
#sidebar ul li a:hover {
	color: #e13601;
}
#sidebar ul li a.sub-current {
	border-bottom: 5px solid #252525;
	color: #e13601;
}

#sidebar ul li ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li ul li {
	text-align: right;
	margin: 0 0 5px 0;
	padding: 0;
}
#sidebar ul li ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #252525;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#sidebar ul li ul li a:hover {
	color: #e13601;
}
#sidebar ul li ul li a.sub-current {
	border-bottom: none;
	color: #e13601;
}

#twitter h2 {
	background: url('../images/twitter_small.png') 30px 0 no-repeat;
	padding: 10px 0 0 50px;
	text-align: right;
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	line-height: 1.5em;
}
#twitter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#twitter li {
	
}
#twitter li span.tweet-text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.1em;
	color: #666;
	display: block;
}
#twitter li span.tweet-date {
	display: block;
	font-size: 10px;
	color: #999;
}
#social-networking {
	text-align: right;
	font-size: 11px;
	margin: 50px 0 20px 0;
}
#social-networking a {
	margin-left: 5px;	
}
#social-networking a:hover {
	text-decoration: none;
}

/* Footer */
#footer {
	text-align: center;
	padding: 60px 20px 20px 20px;
	color: #8a8a8a;
	font-size: 11px;
	
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #575757;
	text-decoration: none;
	font-size: 12px;
	border-right: 1px solid #575757;
	padding-right: 5px;
	margin-right: 3px;
}
#footer ul li a.none {
	border: none;
	margin: 0;
	padding: 0;
}

#footer p span {
	font-size: 10px;
	color: #999;
	display: block;
	margin-top: 5px;
}
#footer p span a {
	color: #999;
	text-decoration: underline;
}

/* Product Styles */
.product-thumb {
	width: 170px;
	float: left;
	margin: 10px 40px 10px 0;
	height: 220px;
}

#store-content .product-thumb {
	width: 170px;
	float: left;
	margin: 10px 0px 10px 0;
	height: 220px;
}

.product-thumb img {
	border: 7px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
}

.product-thumb .price-container {
	background: #fff;
	width: 30px;
	border: 1px solid #ccc;
	padding: 5px 5px 10px 5px;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.1em;
	text-align: center;
}

.product-thumb .price-container span.price {
	font-family: Georgia, serif;
	font-style: italic;
	color: #000;
	display: block;
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 13px;
}
.product-thumb .price-container span.sale {
	color: #cc0022;
	font-weight: bold;
}
.product-thumb .price-container span.sale.price {
	color: #cc0022;
	font-weight: normal;
}
.product-thumb .product-info {
	width: 100px;
	float: left;
	margin-left: 10px;
	color: #2a2a2a;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
a.morelink {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #333332;
	font-style: italic;
	display: block;
	text-decoration: none;
	padding-right: 70px;
}
#breadcrumb {
	font-size: 11px;
	margin-bottom: 5px;
}
#breadcrumb a {
	text-decoration: none;
	color: #666;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb span.active { 
	color: #e13601;
}

#pageNav {
	font-size: 11px;
	color: #e13601;
}
#pageNav span, #pageNav a {
	padding: 3px 5px;
	background: #fefefe;
	border: 1px solid #ccc;
	margin-right: 3px;
}
#pageNav span {
	color: #333;
	background: #dedede;	
}

#main_img_container {
	width: 210px;
	float: left;
	margin: 10px 40px 20px 0;
	font-size: 11px;
	color:#666;
}
#main_img_container img {
	margin-bottom: 20px;
	border: 5px solid #cecece;	
}
#product-info {
	width: 402px;
	float: left;
	margin-top: 20px;
}
.paypal-buttons {
	width: 402px;
}
.paypal-buttons h4 {
	font-size: 14px;
	color: #e13601;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	clear: both;
}

.paypal {
	width: 120px;
	float: left;
	margin-right:50px;
	font-size: 11px;
	color: #666;
}
.paypal select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
	width: 120px;
	padding: 3px; 
}
span.buy-action {
	text-transform: uppercase;
	display: block;
	color: #444;
	font-weight: bold;
	font-size: 14px;
}