/* reset margins and paddings */
html,body {
height:100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;	
}
td {
vertical-align: top;
}

body {
	color: #505050;
	background: #59B4D4 url(/img/drop.png) center repeat-y;
	font: 70%/1.5  Arial, sans-serif; 
}
  
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin-bottom: 10px; 
}

h1 {
	font-size: 3em;
	font-weight: bold; 
}

h2 {
	font-size: 3em;
	font-weight: bold; 
}

h3 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 9px; 
}

h4 {
	font-size: 1.4em; 
}

h5 {
	font-size: 1.2em; 
}
  
/* get the inputs to use same font as rest of page */
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal; 
}

a {
	color: #59b4d4;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline; 
}

a:active {
	color: #49a4c4;
}

.faq ul {
	list-style-image: url(/img/bulletarrow.gif);
}
.faq ul li {
	margin:5px 0px 20px 10px;
}

body #wrapper {
	width:1000px;
	background: #FF7F00 url(/img/bg2.jpg) no-repeat center 0;
	position: relative; 
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
	background: #333 url(/img/drop1.png);
	border-bottom: 3px solid #59b4d4;
	height: 75px;
	position: relative;
	z-index: 100; 
}


#header .logoWrap {
    position: absolute;
    top: 0;
    left: 0; 
}

#header .logoWrap a {
	background: url(/img/logo2.png) no-repeat;
	display: block;
	width: 368px;
	height: 105px;
	text-indent: -10000px;
	margin-left: 5px;
}
  
#searchWrap {
	float: right;
	margin: 5px 20px;
	width: 300px;
	height: 30px;
	background: #fff;
	text-align: center;
	top:20px;
}

#searchWrap input {
	height: 100%;
	border: none;
	background: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #999;
	float:left;
	width:240px;
}

.ui-autocomplete-input {
	margin: 1px 0px 0px 15px;	
}

#logWrap {
	text-align: right;
	margin: 0px 20px;
	color: #59B4D4;
}

#main {
	padding: 10px 0px 0px 0px; 
	background: transparent url(/img/drop1.png) repeat-x;
	padding:1em 1em 5em; /* bottom padding for footer */
}

#content {
	display: inline;
	margin: auto;
	width: 960px; 
}

#content div ul {
	margin-left: 40px;
}

#content div li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#contentMainArea {
	padding:14px;
	width:920px;
	margin:30px auto;
	border: 1px solid #aaa;
}

.bigDeal, .noBigDeal {
	display: block;
	width: 90%;
	height: 200px;
	margin: 10px auto;
	padding: 15px;
	border: 1px dashed black;
	background: #FFF;
	position: relative;
}

.noBigDeal {
height: 110px;;
}

.savings {
	width: 131px;
	height: 127px;
	padding-top:60px;
	padding-left:40px;
	background: transparent url(/img/orangestar.png) center center no-repeat;
	position: absolute;
	top: 100px;
	left:-60px;
	font-weight:bold;
	text-align: center;
	font-size: 26px;
	color: #FFF;
	text-shadow: -2px 2px rgba(0, 0, 0, 0.5);
}

.activefalse {
	background-image: url(/img/greystar.png);
}

.savings div {
	color: #000;
	font-size: 12px;
	text-shadow: -1px 1px rgba(0, 0, 0, 0.3);
}

.bigDeal .buy {
	position: absolute;
	bottom: 5px;
    font-size: 16px;
    right: 0;
    width: 130px;
}

.bigDeal .desc {
	height: 120px;
	margin-left:70px;
	overflow: hidden;
	text-align: justify;
}

*+html .ghost {
	background: transparent;
}/* ie7 hack beacuse ie7 sucks dingleberries*/	
  
.ghost {
 /* Fallback for web browsers that don't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.75 opacity */
    background: rgba(255, 255, 255, 0.75);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
	background: transparent\0/;/* ie8 hack because ie8 sucks buttcrack*/
	}
.rounded {
	-moz-border-radius-bottomleft: 11px;
	-webkit-border-bottom-left-radius: 11px;
	border-bottom-left: 11px;
	
	-moz-border-radius-bottomright: 11px;
    -webkit-border-bottom-right-radius: 11px;
    border-bottom-right: 11px;
	
	-moz-border-radius-topleft: 11px;
    -webkit-border-top-left-radius: 11px;
    border-top-left: 11px;
	
	-moz-border-radius-topright: 11px;
    -webkit-border-top-right-radius: 11px;
    border-top-right: 11px;
}
#footer {
	background: transparent url(/img/drop2.png) repeat-x bottom; height: 50px;
	border-bottom: 3px solid #59b4d4;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}


/* STYLE CATEGORIES */
 
.cats {
	width:785px;
	margin: 20px 0px 20px 70px;
}
.cats  .cell {
	float:left;
}
.catWrap, .cat {
	width:274px;
}
.catWrap {
	margin-bottom:75px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.catWrap a img {
	display:none;
	border: 0px;
}
.catWrap a:hover img {
	display:block;
}
.cat {
	height:234px;
}

.cat div {
	position: absolute;
	bottom: 0;
}
a.cat {
	display: block;
}

.cats .title {
	text-align: center;
}

/* End style categories */

/* Style purchase */
.codesPanel {
	background: #FFF;
	border: 1px dashed #999;
	display:block;
	padding:10px;
	margin-bottom: 15px;
}
.codesPanel  .imgHolder {
	float: right;
	width:140px;
	overflow: hidden;
	text-align:center;
}
.codesPanel .codes {
	width: 400px;
	background-color: #F0F4FF;
	font-size: 20px;
	text-align:center;
	padding:8px;
	margin: 20px 0px 40px 0px;
	border: 1px solid #AAA;
}
.codesPanel  h3 , .purchasePanel  h1 {
	margin-bottom:0px;
}
.purchasePanel  h1 { 
	font-style: italic;
}
.purchasePanel ul {
margin: 10px 0px 0px 30px;
}
