html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding: 0;
	height: 100%;
}
#container {
	min-width: 990px;
	max-width: 1600px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 92%;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #f802bb;
	margin-top:25px;
}
h2 {
	font: 130% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	color: #8ff104;
}
h3 {
	font: 130% Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
#header {
	background:  url(/images/header_bg2.png) no-repeat #000;
	height: 185px;
	padding: 0;
	margin: 0;
}
#header #logotype{
	position: relative;
	left: -85px;
	top: -5px;
	z-index: 10;
	width: 310px;
	height: 0;
	float: left; 
	color:#acd602;
}
#header #logotype a {
	display: block;
	width: 310px;
	height: 233px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('/images/logo.png') no-repeat;
	color:#acd602;
}
img {
	border: none;
}
#iphone {
	width: 425px;
	height: 185px;
	background: url(/images/iphone.png) no-repeat;
	float: right;
	margin: 15px 0 0 0;
}
#profilemenu {
	float: right;
	color: #fff;
	font-size: 85%;
	margin: -10px 0 0 0;
}
#profilemenu li a {
	text-decoration: none;
	color: white;
	border-bottom: 1px dashed white;
	font-family: inherit;
}
#profilemenu li a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
	font-family: inherit;
}
#profilemenu li {
	display: inline;
	margin: 0 8px 0 0;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes /images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	padding: 30px 0 0 0;
	text-align: center;
	margin: 0;
}
#footer {
	background: url(/images/footerbg.jpg) no-repeat center #000;
	height: 216px;
	margin: 20px 0 0 0;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	background: #292626;
	height: 25px;
	padding: 3px 0 0 20px;
	background: #292626;
}
#footer p a {
	color: #969696;
	font: 80% Tahoma, Geneva, sans-serif;
}
#footermenu {
	font: 80% Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
	margin: 10px 0 0 -20px;
}
#footermenu li {
	display: inline;
	margin: 0 5px 0 0;
}
#footermenu li a {
	color: #fff;
}
#footermenu li:after {
	content: "|";
	margin: 0 0 0 5px;
}
#footermenu li.last:after {
	content: none;
}
#cards {
	float:right;
	font-style: italic;
	font-size: 80%;
	color: #fff;
	width: 160px;
	height: 70px;
	margin: 20px 30px 0 0;
}
#cards img {
	float: left;
	margin: 10px 0 0 0;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.righted {
	display: block;
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.lefted {
	display: block;
	float: left;
}
.clearfloat, .cleared, .clr { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */
* html .clr {
	height: 1%;
}
/* IE7 */
*:first-child+html .clr {
	min-height: 1px;
}

.pug {
	float: left;
}
#header .mainmenu {
	clear: left;
	float: right;
	position: relative;
	top:0;
	left: 95px;
	background: url(/images/shop_arrows.png) no-repeat;
	background-position: 167px 23px;
	padding-top: 45px;

	*left:-150px;
	*top:50px;	
}
.mainmenu {
	font-size: 15px;
	font-style: italic;

}
/*.mainmenu .storelink {
	margin: 0 25px 0 25px;
	background: url(/images/shopbg.png) no-repeat;
	width: 89px;
	height: 25px;
}*/
.mainmenu ul {
	width: 480px;
	margin-bottom: 20px;
	margin: 15px 0 20px 0;
	padding: 0 0 0 20px;
/* 	margin-right:-50px; */
	overflow: hidden;
}
.mainmenu ul li {
	line-height: 1.5em;
	width: 29%;
	float: left;
	display: inline;
	margin: 0 0 10px 0;
	text-align: center;
	height:25px;
}
.mainmenu ul li.third {
	position: relative;
	left: -30px;
}
.mainmenu ul li a {
	text-decoration: none;
	color: white;
	border-bottom: 1px dashed white;
	font-family: inherit;
}

.mainmenu ul li a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
	font-family: inherit;
}

.shareLinks {
    width: 308px;
    height: 20px;
    float: right;
    margin: 0px 30px 0px 0px;
    padding-top: 2px;
}
.shareLinks.inItem {
	float: none;
	margin: 0px;
	margin-top: 100px;
	margin-left: 30px;
}
.addthis_button_facebook_like {
    width: 100px;
}
.addthis_button_facebook_like iframe {
    width: inherit !important;
}
.addthis_button_tweet {
    width: 96px;
}
.addthis_button_tweet iframe {
    width: inherit !important;
}
