/* @override http://shop.pixelmatrixdesign.com/css/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #7d491f;
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	color: #f2bc79;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

a, a:active, a:visited {
	color: #ffd99c;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:  normal;
	text-decoration: none;
	border-bottom: 1px solid #b88443;
	color: #ecbc79;
}

a:hover {
	color: #ffd99c;
	border-bottom: 1px solid #976323;
}

a img {
	border: none !important;
}

a img:hover {
	border: none;
}

li.moreinfo a{
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	color: #ffd99c;
}

h2.productTitle {
	font-size: 180%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1em;
	text-shadow: #5f2b00 0 -1px 1px;
	font-weight: bold;
}

h3 {
	font-size: 140%;
	text-shadow: #3a1a07 0 1px 3px;
	margin-bottom: .3em;
}

.content {
	width: 808px;
	margin: 0 auto;
}

div.meta {
	float: left;
	width: 100%;
	margin: 10px 0;
}

#header {
	background: url(/img/header_bg.png) repeat-x 0 bottom;
	height: 153px;
	text-align: center;
	padding-top: 33px;
}

#header h1#logo {
	width: 363px;
	height: 129px;
	background-image: url(/img/logo_lg.png);
	margin: 0 auto;
}

#header h1#logo span {
	display: none;
}

#footer {
	background: url(/img/footer_bg.png) repeat-x 0 top;
	height: 55px;
	clear: left;
	padding-top: 20px;
}

#footer img{
	margin-top: -8px;
}

.product {
	padding: 20px 0;
	background: url(/img/products_bg.png) repeat-x left top;
}

.product ul{
	list-style: none;
}

.product p.tagline {
	font-size: 130%;
	float: left;
	margin-top: 13px;
}

.product ul.actionButtons {
	float: right;
}

.product ul.actionButtons li {
	float: left;
	margin-left: 20px;
}

.product .productImage {
	margin-bottom: 20px;
}

#description {
	background-color: #673c19;
	width: 100%;
	float: left;
	text-align: left;
	padding: 20px 0;
	clear: both;
}

#description p {
	font-size: 100%;;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


#description .col1,#description .col2,#description .col3,#description .col4{
		margin-right: 3%;
		float: left;
		line-height: 1.6em;
		width: 30%;
}

form input.input {
	border: 1px solid #563113;
	padding: .4em;
	background-color: #7d491f;
	width: 90%;
	margin: .6em 0;
	outline: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #3a1f12;
}

form input.input:focus {
	border: 1px solid #563113;
	padding: .4em;
	background-color: #9b6631;
	width: 90%;
	margin: .6em 0;
	outline: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #3a1f12;
	-webkit-box-shadow: 0 1px 0 #704421;
	text-shadow: #b17a42 0 1px 1px;
}

a#submitBtn.button{
	width: 110px;
	height: 26px;
	display: block;
	border: none;
	background: url(/img/btn-send-link.png) no-repeat center top;
}

a#submitBtn.button:active {
	background-position: center bottom;
}

.button span {
	display: none;
}

a#buyModal.button {
	width: 110px;
	height: 26px;
	display: block;
	border: none;
	background: url(/img/btn-buy-now.png) no-repeat center top;
}

a#buyModal.button:active {
	background-position: center bottom;
}


/* LIGHTBOX STYLES */

#TB_window {
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
}

#TB_window h4 {
	color: #777;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: .3em;
	display: inline block;
}

#TB_window .small {
	font-size: 80%;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-top: 0;
	padding: 0;
}

#TB_window .main {
	width: 50%;
	float: left;
	margin-right: 5%;
	text-align: left;
	margin-bottom: 1em;
	margin-top: 0;
	padding: 0;
	font-size: 100%;
}

#TB_window .features {
	float: right;
	width: 45%;
	text-align: left;
	list-style: square;
	list-style-position: inside;
	margin-bottom: 1em;	
	margin-top: 0;
	padding: 0;
	font-size: 90%;
}

#TB_window .features strong {
	color: #333;
	text-shadow: #868686 0 0 1px;
}

#TB_window .message {
	margin-top: 10px;
}



#TB_window .buynow {
	float: right;
}

#TB_ajaxWindowTitle {
	font-size: 120%;
	color: #222;
	text-shadow: #fff 0 1px 0;
}

a#TB_closeWindowButton {
	border: none;
}

#TB_ajaxContent {
	color: #555;
}

#glyphset div.productImage a{
	display: block;
	width: 808px;
	height: 169px;
	background-image: url(/img/glyph-preview.png);
	background-repeat: no-repeat;
	border: none;
}

.promo #glyphFull{
	width: 547px;
	height: 238px;
	background-image: url(/img/glyph-preview-full.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
}

.promo #glyphColors{
	width: 232px;
	height: 20px;
	background-image: url(/img/glyph-colors.png);
	background-repeat: no-repeat;
}

.promo {
	margin-bottom: 10px
}

#logo_med {
	margin: 20px auto;
	height: 85px;
	width: 281px;
	background-image: url(/img/logo_med.png);
	background-repeat: no-repeat;
}

#logo_med span {
	display: none;
}

#thanks #message {
	background-color: #754117;
	border: solid 2px #6b370d;
	border-bottom-color: #89572b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 700px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	margin-bottom: 15px;
}

#thanks #message p {
	margin-bottom: 1em;
}

#message p a {
	font-size: 100%;
	font-weight: bold;
}

#message em {
	color: #ffd99f;
}

#thanks #message h2 {
	text-align: center;
	margin-bottom: .7em;
	text-shadow: #3a1a07 0 1px 3px;
	
}
