@CHARSET "UTF-8";

body {
	background-color: #000;
	text-align: center;
}

div.wholepage {
	width: 920px;
	margin: auto;
	background: transparent;
}

div#divtop { 
	width: 800px;
	margin: auto;
}

div.bordertop { 
	background: url(img/bordertop.png) no-repeat center top;
	height: 224px;
	position: relative;
	top: 1px;
}
div.borderbottom { 
	background: url(img/borderbottom.png) no-repeat center bottom;
	height: 249px;
	position: relative;
	bottom: 1px; 
}
div.borderleft { 
	background: url(img/borderleft.png) repeat-y left top;
	margin-left: 2px;
}
div.borderright { 
	background: url(img/borderright.png) repeat-y right top;
	margin-right: 3px;
}
div.bordermiddle {
	width: 600px;
	margin: auto;
	background: url("img/paperbg.png") 50% 50% repeat;
	position: relative;
}

div.main { 
	color: #000000; 
	/*font-family:Arial,Verdana,Sans-serif ;*/
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	text-align:left;
	font-weight: 550;
}

div.mainoverlay {
	width: 600px;
	background: url("img/paperbg.png") 50% 50% repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

div.bottom {
	float: right;
}


/* START HOME PRICES CSS */
div.homeprices {
	position: relative;	
	float: left;
	width: 280px;
	height: 300px;
	cursor: pointer;
}

div.itempricecontainer {
	font-size: 1.1em;
	margin-left: 46px;
	margin-right: 45x;
	padding-right: 45px;
	margin-top: 55px;
}

span.itemdescription {
	font-size: 0.8em;
	color: #4F4F4F;
	font-style: italic;
}

span.itemprice {
	color: #993300;
	font-size: 1.1em;
}

ul.itemeditions {
	font-size: 0.85em;
	position: relative;
	bottom: 0px;
	right: 13px;
	width: 180px;
}

/* END HOME PRICES CSS */

/* IMAGE CLASSES START */
img.menuicons {
	margin-top:86px;
	cursor: pointer;
	border: none;
}

div.imginkcontainer {
	position: absolute;
	left:0;
	top:0;
}

div.imgsealcontainer {
	float: right;
	position: absolute;
	top: -3px;
	right: -25px;
	opacity: 0.1;
}

div.imgloading {
	padding-right: 25px;
	padding-top: 35px;
	float:right;
	
	margin-left: -60px;

	/*display: none;*/
}

div.imggravatar {
	width: 48px;
	height: 48px;
	border: thin solid #666;
	border-top:none;
}

img.appstorelogo {
	border: none;
}

div.iphoneframecontainer {
	position: relative;
	min-height:600px;
    height:auto !important;
    height:600px; 
}

div.imgiphoneframe {
	position:absolute;
	top: 0;
	left: 0;
	/*right: 5px;*/
	/*right: -16px;*/
	opacity: 1.2;
	cursor: pointer;
}

div.imgscreenshot {
	position: absolute;
	top: 100px;
	/*left: 4px;*/
	/*right: 17px;*/
	left: 33px;
	display:none;
	opacity: 0.3;
	cursor: pointer;
}

img.dots {
	width: 15px;
	height: 15px;
	maring: 0;
	padding: 0;
}

/* IMAGE CLASSES END */

/* table div classes start */
div.tablecontainer {
	display: table;
	width: 100%;
}

div.row {
	display: table-row;
	clear: both;
}

div.leftcol {
	display: table-cell;
	float: left;
	width: 50%;
}

div.rightcol {
	display: table-cell;
	float: right;
	width: 50%;
}

div.menuiconcolleft { display: table-cell;	float: left; margin-left:380px;}
div.menuiconcolafter { display: table-cell;	float: left; }
/* table div classes end */


/* Menu css start */
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
/* WOODEN LIGHT HORIZONTAL MENU */
.woodenlight.horizontal {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	/*background: #000000 url(img/menubg.png) top left repeat-x;*/
}

.woodenlight.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woodenlight.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.woodenlight.horizontal ul li a {
	display: block;
	height: 100px;
	/*padding-left: 35px;*/
	padding-left: 20px;
	float: left;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	/*color: #757575;*/
	color: #993300;
	text-decoration: none;
}

.woodenlight.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 68px;
	padding-top: 35px;
	/*padding-right: 35px;*/
	padding-right: 20px;
	/*background: transparent url(img/menubgdark.png) center center no-repeat;*/
	cursor: pointer;
}


.woodenlight.horizontal ul li a.amenulogo {
	padding-left: 0px;
}
.woodenlight.horizontal ul li a span.menu_logo {
	display: block;
	float: left;
	height: 68px;
	padding-top: 23px;
	padding-right: 20px;
	cursor: pointer;
}
.woodenlight.light ul li a.amenulogo:hover, 
.woodenlight.light ul li.highlight a.amenulogo {
	background: #000;
}


.woodenlight.light ul li a:hover, 
.woodenlight.light ul li.highlight a {
	background: url(img/menubglight.png) no-repeat center center;
	color: #FFFFFF;
}
.woodenlight.light ul li a:hover span.menu_ar,
.woodenlight.light ul li.highlight a span.menu_ar {
	/* background: transparent url(img/menubglight.png) center center no-repeat; */
}

/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* START BUTTONS/SELECTS/INPUTS/ULs */
input.inputText {
	width: 300px;
	font-size: 1.1em;
}

input.inputSubmit {
	width: 80px;
	height: 30px;
	font-size: 1em;
	font-weight: bold;
}

select {
	font-size: 0.9em;
}

div.contactbox{	
	border: 1px solid #d6d4d3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: rgba(0,0,0,0.05);
	margin: 30px 0px 0px 0px;
	padding: 0px 30px 10px 20px;
}

ul#uldots {	
	position: absolute;
	top: 560px;
	/*left: 23px;*/
	left: 44px;
}
ul#uldots li{
	display: inline;
	list-style-type: none;
	margin: 2px;
	padding: 0;
	width: 18px;
}
	
/* END BUTTONS/SELECTS/INPUTS */

/* START BLOG COSMETICS */
div.blogpage {
	
}

div.blogpage a:link,
div.blogpage a:visited,
div.blogpage a:hover {
	color: #993300;
	text-decoration: none;
}

div.posttitle {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
hr.bloghr {
	width: 600px;
}
div.hrundertitle {
	margin-top: 26px;
}
div.totalcomments {
	float: right;
	font-size: 0.9em;
}
div.postdate {
	float: left;
	font-size: 0.9em;
}
div.postcontent {
	margin-top: 10px;
	font-size: 0.9em;
}

div.commentauthor {
	font-size: 1.1em;
	font-weight: bold;
	/*border-top:thin solid #666;*/
	margin-top:8px;
}

div.leftcoltopborder {
	width:10%;
	padding-bottom:20px;
	border-top:thin solid #666;
}

div.rightcoltopborder {
	width:90%;
	padding-bottom:20px;
	border-top:thin solid #666;
}

/* END BLOG COSMETICS */



/* Menu css end */

 
 
 
/* Promotion Page CSS */
div.promotionpage {
	width: 645px;
	margin-left: auto ;
	margin-right: auto ;
	
	color: #BCD2EA;
	font-size: 14px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;	
}

div.promotionpage a {
	color: #BCD2EA;
	text-decoration: none;
}
div.promotionpage a:hover {
	color: #BCD2EA;
	text-decoration: underline;
}

textarea.inviteproof {
	background-color:#2A2725;
	border: 3px solid #FFD927;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #BCD2EA;
}

input.redeembutton {
	border: none;
	background-color:transparent; 
	background-image: url(img/promotion/showcode.png);
	width: 382px;
	height: 92px;
}
input.redeembutton:hover {
	background-image: url(img/promotion/showcode_mouseover.png);
	cursor: pointer;
}

.step {
	text-align: left;
	font-size:18px;
}

/*colors*/
.goldtext {
	color: #FFD927;
}
.darkergold {
	color: #f7d200;
}

.greentext {
	color: #52E259;
}
