﻿html{
   height: 100%;
   background-color: #E4E4E4;
}

body{
  	background-image: url('/style/images/background.jpg');
	background-repeat: repeat-x;
	background-color: #E4E4E4;
	background-position:center top; 
	font: 10pt 'Lucida Sans',Verdana,sans-serif;
	margin: 0;
	color: #000;
	height: 100%;
}

img{
	border-width: 0px;
}

img.checkout{
	border-width: 0px;
	margin: 10px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p{
	text-align: left;
	line-height: 1.4em;
}
p.white{
	color: #fff;
	text-align: left;
	font-size: 1.5em;
	line-height: 1.4em;
}
p.testimonial{
	color: #478ECA;
	font-size: 1.2em;
}

p.center{
	text-align: center;
}

p.featured{
	font-size: 1 em;
	text-align: center;
}

p.bold{
	font-weight: bolder;
}

h1{
	font-weight: lighter;
	font-size: 2em;
	color: #000;
	text-align: center;
}
h1.bold-white{
	font-weight: bold;
	font-size: 2.5em;
	color: #fff;
	text-align: center;
}

h1.blue
{
	font-size: 2em;
	color: #0090FF;
	text-align: left;
}
h2.blue
{
	font-size: 1.5em;
	color: #0090FF;
	text-align: left;
}

h1.small
{
	font-size: .7em;
	color: #0D4181;
	text-align: center;
	margin-top: -.4em;
}

h1.price{
	font-size: 2em;
	font-weight: bolder;
	color: #000;
	text-align: left;
	float: left;
}
h1.bold{
	font-size: 3em;
	font-weight: bolder;
	color: #000;
	text-align: left;
}

h1.thank-you{
	font-weight: lighter;
	font-size: 2em;
	color: #000;
	text-align: center;
}

h1.blog{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 1.5em;
	border-top: 2px #0D4181 solid;
	border-bottom: 2px #0D4181 solid;
	text-align: center;
	clear: both;
}

h2 {
	font-weight: lighter;
	font-size: 1.5em;
	color: #000;
}

a:link,a:visited,a:active{
	text-decoration: none;
	color: #0d6fc4;
}

a:hover{
	color: #FF3100;
}

a.download:link,a.download:visited,a.download:active{
	font-size: 1em;
	text-decoration: none;
	color: #0d6fc4;
}

a.download:hover{
	color: #FF3100;
}

ul.product {
	list-style-type:disc;
}
/* New Product page */

.price-red{
	float: left;
	font-size: 1.3em;
	color: #E30000;
	text-align: left;
	padding: .8em 1em 0em 0em;
}
.price-desc{
	clear: right;
	float: left;
	font-size: 1.3em;
	color: #000;
	text-align: left;
}

h1.big-price-desc {
	clear: both;
	font-weight: lighter;
	font-size: 1.8em;
	text-align: left;
	color: #008AFF;
}

h1.big-product-desc {
	clear: both;
	font-weight: lighter;
	font-size: 1.8em;
	text-align: left;
	color: #008AFF;
}

#content {
	width:100%;
	background-color:#fff;
	padding: 10px;
	margin: 0px auto;
	float: left;
}

#content div.products {
	margin: 5px 36px;
	clear: both;
}

#ProductDivRight button.buy-button {
	margin: 1.5em 0em 1em 1em;
	size: 1.8em;
	font-size: 1.8em;
	vertical-align: middle;
	background-color: #0071D1;
	color: #fff;
	border: 1px solid #0071D1;

}

#ProductDivRight button.buy-button:hover {
	border: 1px solid #008BFD;
}

#wrapper {
	background: #fff;
	text-align: left;
	margin: -1.2em auto 0em;
	padding: 0px;
}
div.top-spacer{
	padding-top: 1em;
}
div.padd-left{
	padding-left: 2em;
}
div.black{
	background-color: #000;
	margin-left:auto;
	margin-right:auto;
}
div.white{
	background-color: #fff;
	padding-bottom: .1em;
}
div.blue{
	background-color: #0090ff;
	padding: 1em;
	margin-bottom: 1em;
}

div.give-away{
background: repeating-linear-gradient(
  45deg,
  #deedff,
  #deedff 40px,
  #d5e8ff 40px,
  #d5e8ff 80px
);
	padding: 1em;
}