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,b,u,i,center,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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-font-smoothing: antialiased;
}
::selection,
::-moz-selection {
        background: #5fc5ff; /* Safari */
        color:#fff;
        text-shadow: none;
}
ol,ul {
	list-style: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Typography*/
body {
	font-size: 14px;
	line-height: 26px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
a:focus {
	outline: 1px dotted invert;
}
a, .link-like, .link {
	-webkit-transition: color .3s ease;
	color: #4c7bb5;
	text-decoration: none;
	cursor:pointer;
}
a.hide-underline:hover,
a.no-underline:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.read-more {
	display: inline-block;
	padding-right: 12px;
	background: url('/product_images/uploaded_images/template/icons/blue-arrow-right.png') no-repeat right 9px;
}
a.product-info {
	display: inline-block;
	padding-right: 12px;
	color: #4e545d;
	background: url('/product_images/uploaded_images/template/icons/grey-arrow-right.png') no-repeat right 9px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0
}
html {
	-webkit-font-smoothing: antialiased;
	width: 100%;
}

h1 {
	font-size: 21px;
	font-weight: 500;
}
h2 {
	font-size: 18px;
	font-weight: 500;
}
h3 {
	font-size: 16px;
	font-weight: 500;
}
h4 {
	font-size: 15px;
	font-weight: 600;
}
h5 {
	font-size: 15px;
	font-weight: 500;
}
h6 {
	font-size: 14px;
	font-weight: 400;
}

/* clearfix */
.clearfix:after,
.mcore-clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix,
* html .mcore-clearfix { height: 1% }
*:first-child+html .clearfix,
*:first-child+html .mcore-clearfix { display: inline-block }

/* Base generic styles */
html, body {
	height: 100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
}
body {
	background: #ebebeb url('/product_images/uploaded_images/template/layout/bg.png') repeat top;
	color: #4e545d;
	text-rendering: optimizelegibility;
}
strong {
	font-weight: 600;
}
p {
	padding-bottom: 14px;
}
.f-lft {
	float: left !important;
}
.f-rgt {
	float: right !important;
}
.text-field {
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 5px 10px;
	font-size: 14px;
	color: #4c4c4c;
}
.text-field:focus {
	border-color:#42b96d;
	box-shadow: 0 0 1px rgba(130,226,166, 0.35);
	-webkit-box-shadow: 0 0 1px rgba(130,226,166, 0.35);
	-moz-box-shadow: 0 0 1px rgba(130,226,166, 0.35);
}

/* Button styles */

.btn {
	display: block;
	height: 31px;
	background: url('/product_images/uploaded_images/template/buttons/grey-31-l.png') no-repeat top left;
	padding-left: 5px;
	float: left;
}

.btn span {
	display: block;
	height: 31px;
	background: url('/product_images/uploaded_images/template/buttons/grey-31-r.png') no-repeat top right;
	padding: 0 20px 0 15px;
	line-height: 28px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 -1px #5d636a;
}

.btn:hover { background-position: 0 -31px; text-decoration: none; }
.btn:hover span { background-position: 100% -31px; }
.btn:active { background-position: 0 -62px; }
.btn:active span { background-position: 100% -62px; }

/* General styles */

.container-960 {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

.box {
	background: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	padding: 20px;
}
.box.content {
	background: #fff url('/product_images/uploaded_images/template/layout/box-content-bg.jpg') no-repeat top center;
	padding: 40px;
	width: 878px;
	margin: 0 auto 40px;
}
.box.content .content-title {
	background: url('/product_images/uploaded_images/template/layout/double-divider.png') repeat-x bottom;
	padding-bottom: 25px;
	margin-bottom: 28px;
}

.content-half {
	width: 400px;
	float: left;
	margin-right: 78px;
}

.content-third {
	width: 270px;
	float:left;
	margin-right: 34px;
}

.img-border {
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #9ba1a6;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	position:relative;
	padding: 7px;
	margin-bottom: 25px;
	display:block;
}
.img-border img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
	z-index: 1;
}
.img-border .inset {
	position:absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	z-index: 2;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25);
}

/* clearfix */
.clearfix:after,
.mcore-clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix,
* html .mcore-clearfix { height: 1% }
*:first-child+html .clearfix,
*:first-child+html .mcore-clearfix { display: inline-block }

/* Layout styles */

#body { width: 100%; }


#wrapper { min-width: 960px; }

#header {
	background: url('/product_images/uploaded_images/template/layout/header-bg.png') repeat-x center top;
	padding-top: 20px;
	height: 175px;
	margin-bottom: 60px;
}
#header .logo {
	background: url('/product_images/uploaded_images/template/layout/logo.png') no-repeat center;
	width: 318px;
	height: 70px;
	margin: 0 auto 25px;
}
#header .logo span { display: none; }
#header .logo a { display: block; height: 100%; }
#header #TopMenu { 
	position:absolute;
	top:0;
	right: 0;
}
#TopMenu ul li { float: left; margin-left: 20px;}
#TopMenu ul li a { color:#93989d; display: block; height: 26px; }
#TopMenu ul li.login a,
#TopMenu ul li.account a { padding-left: 30px; background: url('/product_images/uploaded_images/template/icons/skull.png') no-repeat center left; }
#TopMenu ul li.cart a { padding-left: 30px; background: url('/product_images/uploaded_images/template/icons/cart.png') no-repeat center left; }
#TopMenu ul li.signout a { padding-left: 30px; background: url('/product_images/uploaded_images/template/icons/sign-out.png') no-repeat center left; }
#header .nav {
	margin: 0 auto;
	text-align:center;
}
#header .nav li {
	display:inline-block;
	margin-right:35px;
}
#header .nav li:last-child { margin-right: 0; }
#header .nav li a {
	background: url('/product_images/uploaded_images/template/layout/nav.png') no-repeat;
	display: block;
	height: 20px;
}
#header .nav li a span { display: none; }
#header .nav li.home a {
	width: 57px;
	background-position: 0 0;
}
#header .nav li.store a {
	width: 65px;
	background-position: -65px 0;
}
#header .nav li.about a {
	width: 68px;
	background-position: -140px 0;
}
#header .nav li.maintenance a {
	width: 145px;
	background-position: -217px 0;
}
#header .nav li.product-info a {
	width: 153px;
	background-position: -372px 0;
}
#header .nav li.blog a {
	width: 52px;
	background-position: -641px 0;
}
#header .nav li.contact a {
	width: 95px;
	background-position: -533px 0;
}
#header .nav li a:hover { opacity: 0.85; }
body.homepage #header .nav li.home a { background-position: 0 -20px; }
body.store #header .nav li.store a,
body.cart #header .nav li.store a,
body.checkout #header .nav li.store a { background-position: -65px -20px; }
body.about #header .nav li.about a { background-position: -140px -20px; }
body.maintenance #header .nav li.maintenance a { background-position: -217px -20px; }
body.product-info #header .nav li.product-info a { background-position: -372px -20px; }
body.blog #header .nav li.contact a { background-position: -641px -20px; }
body.contact #header .nav li.contact a { background-position: -533px -20px; }

#footer {
	background: url('/product_images/uploaded_images/template/layout/double-divider.png') no-repeat center top;
	padding: 30px 0;
	color:#626870;
	text-shadow: 0 1px 0 #fff;
}
#footer .copy { font-size: 12px; }
#footer ul li {
	float: left;
	margin-right: 20px;
}
#footer ul li a {
	color:#626870;
}
#footer iframe {
	height: 20px !important;
	margin-top: 3px;
}

body .content .content-title h1 span { display: none; }
body .content .content-title h1 { height: 18px; }

body.store .content .content-title h1 {
	background: url('/product_images/uploaded_images/template/content/store-title.png') no-repeat left top;
	padding-left: 68px;
}
body.about .content .content-title h1 {	background: url('/product_images/uploaded_images/template/content/about-title.png') no-repeat left top; }
body.maintenance .content .content-title h1 { background: url('/product_images/uploaded_images/template/content/maintenance-title.png') no-repeat left top; }
body.product-info .content .content-title h1 { background: url('/product_images/uploaded_images/template/content/product-info-title.png') no-repeat left top; }
body.contact .content .content-title h1 { background: url('/product_images/uploaded_images/template/content/contact-title.png') no-repeat left top; }
body.cart .content .content-title h1 { background: url('/product_images/uploaded_images/template/content/cart-title.png') no-repeat left top; }
body.checkout .content .content-title h1 { background: url('/product_images/uploaded_images/template/content/checkout-title.png') no-repeat left top; }
body.account .content .content-title h1 { background: url('/product_images/uploaded_images/template/content/account-title.png') no-repeat left top; }
body.policies .content .content-title h1 { background: url('/product_images/uploaded_images/template/content/policies-title.png') no-repeat left top; }
body.new-products .content .content-title h1 {	background: url('/product_images/uploaded_images/template/content/new-products-title.png') no-repeat left top; }

.content #PageContent h1 { display: none; }

input[type='text'],
input[type='password'],
textarea {
	background: #fff;
	border: 1px solid #d3d9e1;
	padding: 2px 6px;
	height: 21px;
	font-size: 13px;
	line-height: 19px;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	color: #4E545D;
}
input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
	border-color: #7794b7;
}

/* SPECIFIC STYLES FOR WEBKIT. ALLOWS STYLING OF INPUT,SELECT,CHECKBOX, & RADIO ELEMENTS */

/*@media screen and (-webkit-min-device-pixel-ratio:0) {

	select {
		-webkit-appearance: none;
	}

	select {
		background: url('/product_images/uploaded_images/template/layout/select-bg.png') top right;
		height:24px;
		border: 1px solid #909090;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2) !important;
		padding: 0 25px 0 15px;
	}

	select:focus {
		outline: none;
		border-color: #15b557;
		-webkit-box-shadow: 0 0 2px rgba(21,181,87, 0.4) !important;
	}

	select:active {
		outline: none;
		background-position: right -24px;
		border-color:#909090 !important;
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.7) !important;
	}
}
*/

.content .content-title .sub-title { 
	margin-left: 20px; 
	background: url('/product_images/uploaded_images/template/icons/breadcrumb-arrow.png') no-repeat center left;
	padding-left: 20px;
	float: left;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #8d96a0;
	font-weight: bold;
	line-height: 17px;
	margin-right: 20px;
}

.HorizontalFormContainer dt {
	width: 160px;
	float: left;
	clear: left;
}

.HorizontalFormContainer dd {
	padding-top: 4px;
	margin-left: 170px;
}

.about img { 
	margin: 0 0 20px 0; 
	border: 1px solid #9ba3a6;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

/*contact page styles*/
.content #contact-name{
	float:left;
	width:50%;
}
.content #contact-email{
	float:left;
	width:50%;
}
.content #contact-message{
	width:90%%;
}
.content #contact-messagebox{
	width:100%;
	height:200px;
	resize:vertical;
}
.content #contact-namebox{
	width:80%;
}
.content #contact-emailbox{
	width:80%;
}
.content #contact-send{
	background: url('/product_images/uploaded_images/template/buttons/send.png') no-repeat center top;
	width:77px;
	height:31px;
	border:none;
	
}
.content #contact-send:hover{
	background-position: center -31px;
}
.content #contact-send:active{
	background-position: center -62px;
}

.dev .top h2 {
	background: url('/product_images/uploaded_images/template/content/dev-h1.png') no-repeat center;
	width: 715px;
}

.dev .top h4 {
	background: url('/product_images/uploaded_images/template/content/dev-h2.png') no-repeat center;
	width: 183px;
}

.not-found .top h2 {
	background: url('/product_images/uploaded_images/template/content/404-h1.png') no-repeat center;
	width: 715px;
}

.not-found .top h4 {
	background: url('/product_images/uploaded_images/template/content/404-h2.png') no-repeat center;
	width: 183px;
}

.InfoMessage, .SuccessMessage {
	padding: 5px 20px 5px 35px;
	margin-bottom: 10px;
	background-position: 10px center;
}
.SuccessMessage {
	margin: 15px 0;
}

.create-account-shipping-details select {
	width: 200px;
}

#CreateAccountForm .FormFieldRequired {
	color: #B54646;
}