body {
	margin:0;
	padding:0;
	background:#0d1a22 url(images/headerbg.png) 0 0 repeat;
}



.clear {
	clear:both;
}

#upperbg {
	background:#FFF url(images/upper.png) 0 0 repeat;
}


#header {
	height:80px;
}

#headercontainer {
	margin:auto;
	width:960px;
	padding:0;
}

#logo {
	width:530px;
	float:left;
	padding-top:20px;

}

#logo img {
	border:none;
}

#menu {
	width:430px;
	margin-top:21px;
	float:right;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Lato', georgia, tahoma, verdana;
	font-size:16px;
}

#menu a:link, #menu a:visited {
		text-decoration:none;
		color:#ddd;
}

#menu a:hover {
	color:#009900;
	text-decoration:underline;
}


#menu ul li {
	float:left;
	list-style-type:none;
	padding-left:20px;

}



#splash {
	width:960px;
	margin:auto;
	
}

#intro {
	width:600px;
	float:left;

}

#intro h1 {
	font-family:'Open Sans';
	color:#eee;
	font-weight:700;
	font-size:27px;
	padding:0;
	margin:20px 0 0;

}

#intro p {
	color:#eee;
	font-family:'Lato';
	font-weight:400;
	font-size:15px;
	line-height:22px;
	padding-right:60px;
}

#vidcontainer {
	float:right;
	width:350px;
	padding-bottom:20px;

}

#vidcontainer p {
	text-align:center;
	font-family:'Open Sans';
	font-size:11px;
	font-weight:700;
	color:#000;
	background:yellow;
	padding-bottom:4px;
	padding-top:2px;

}

.splashimg {
	float:right;
}

#mainwrapper {
	background: #cda26f url(images/bodybg.png) 0 0 repeat;
	border-top:2px solid #111;
	border-bottom:2px solid #111;
}

#descriptiongrid {
	width:960px;
	margin:auto;
	padding:30px 10px;
	font-family:'Open Sans';
	font-size:13px;
background: #f7f7f7;
border-left:2px solid #111;
border-right:2px solid #111;
	color:#000;
}

#descriptiongrid a:link, #descriptiongrid a:visited {
	color:#990000;
}

#descriptiongrid h1 {
	margin:0;
	padding:0;
	font-family:'Lato', georgia, tahoma, verdana;
	font-weight:900;
	text-transform:uppercase;
	font-size:16px;
	padding-top:4px;
	color:#111;

}

.description-clear {
	clear:both;
	height:40px;
}

.leftcontainer {
	width:290px;
	float:left;
	padding-right:30px;
}

.midcontainer {
	width:290px;
	float:left;
	padding-right:30px;
	
}

.rightcontainer {
	width:320px;
	float:right;

}

#footer {
	width:960px;
	margin:auto;
	padding-top:30px;
	padding-bottom:80px;
	background:#0d1a22 url(images/headerbg.png) 0 0 repeat;
}

#footer p {
	color:#eee;
		font-family:'Lato', georgia, tahoma, verdana;
	text-align:center;
	font-size:11px;
	line-height:14px;
	letter-spacing:1px;

}

#footer a:link, #footer a:visited {
	color:#eee;

}

#footer a:hover {
	color:#990000;
}


.myicon {
	float:left;
	font-size:30px;
	padding-right:10px;
	padding-bottom:68px;
	color:#111;

}
#checkout {
	margin-top:30px;
	margin-left:0;
	margin-right:0;
}

#checkout a:link, #checkout a:visited {
	text-decoration:none;
	color:#fff;
}



#checkout a:hover {
	background:#009900;
}

.buybutton {
	margin:0;
	display:inline-block;
	font-family:verdana, arial;
	font-weight:bold;
	border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    font-size: 24px;
    overflow: hidden;
    padding: 15px 36px;
    text-align: center;
	background-color: #F6F7F8;
    border: 1px solid #999999;
    border-color: #2270AB #18639A #0F568B;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 #83C5F1 inset;
    color: #FFFFFF;
    text-shadow: 0 1px 2px #355782;
	background: #329ee6;
	float:left;

}

.purchase {
	text-align:center;
	font-size:38px;
	font-family:'Open Sans';
	text-transform:uppercase;
	color:#009900;

}

#order {
	margin:20px auto;
}

#order h1 {
	font-size:20px;
	text-align:center;
}

#order h2 {
	font-size:16px;
	line-height:16px;
	margin-top:2px;
	margin-bottom:12px;
	text-align:center;
}

#order p {
	font-size:13px;
	line-height:16px;
	text-align:center;
}

#good, #better, #best {
	width:285px;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding:0 12px;

}

#good {
  background-color:#ffffcc;
  border:1px solid #6a9dc9;
  margin-right:10px;
}

#good h1, #good h2 {
	color:#cc6633;
}

#better {
  background-color:#ccffff;
  border:1px solid #6a9dc9;
    margin-right:10px;
}

#better h1, #better h2 {
		color:#0066cc;
}

#best {
  background-color:#ccffcc;
  border:1px solid #6a9dc9;

}

#best h1, #best h2 {
		color:#336633;

}
