/* RESET */
 div,  ul,  li, h1,  h2,  form,  input { margin: 0; padding: 0; font: 13px "Sassoon Primary", "Sassoon Primary Std", "Trebuchet MS", "Trebuchet", "Lucida Grande" }
 
body { padding-top: 0px !important; }


/* IE PNG */
img, div, a { behavior: url(/css/iepngfix.htc) }



.clear { clear:both; }
.cloak { display:none; }


h2 {
	line-height: 1.2em;
}



a.but-short:link, a.but-short:visited {
	background: url(/imgs/but-short-bg.png);
	color: #000;
	display: block;
	width: 87px; /* 130 */
	height: 25px; /* 35 */
	padding: 10px 0 0 43px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
}
a.but-short:hover {
	background: url(/imgs/but-short-bg-on.png);
	color: #ffff00;
}




/* HEADER */
#header-full-container {
	background: url(/imgs/site-bg.jpg) repeat-x #38d3f2;
}
#header-container {
	height: 149px;
	background: url(/imgs/header-bg.jpg) no-repeat 50%;
}
#header {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	overflow: visible;
	z-index: 1;  /* FOR THE 'ON' TAB - IE WANTS THE WHOLE HEADER! */
}
#logo {
	position: absolute;
	left: 28px;
	top: 10px;
	padding: 0;
	margin: 0;
}

#freebie {
	position: absolute;
	left: 384px;
}
#freebie-copy {
	width: 295px;
	padding-right: 10px;
	float: left;
	color: #000;
	line-height: 1.1em;
	padding-top: 5px;
	font-size: 11px;
}
#freebie-copy h2 {
	font-size: 14px;
	color: #000;
	margin: 10px 0;
	line-height: 1em;
	
}
#freebie-form {
	width: 175px;
	float: left;
	padding-top: 25px
}
#freebie-form input {
	width: 100%;
	padding: 1px;
	color:#000;
	padding: 1px;
	line-height: 1.5em;
}

#freebie-new h2 {
	padding: 5px 20px 0px 0px;
	float: left;
	color: #000;
	line-height: 1.1em;
	font-size: 15px;
}
#freebie-new p {
	color: #000;
	line-height: 1.1em;
	font-size: 15px;

	margin-bottom: 5px;
}
#freebie-new {
	position: relative;
	padding: 34px 0 0 355px;
}




/* TABS */

#header-tabs {
	position: absolute;
	/* left: 378px; */
	left: 295px;
	top: 108px;
}


#header-tabs ul { list-style: none; }
#header-tabs li {
	width:97px;
	margin: 0 3px 0 0;
	padding: 0;
	display: block;
	float: left;
}


#header-tabs a {
	width: 97px;
	height: 41px;
	display: block;
}
#header-tabs a b {
	display: none;
}
#tab-home.on, #tab-home.on:hover {
	background: url(/imgs/tab-home-on.png) no-repeat;
	height: 42px;
}
#tab-home {
	background: url(/imgs/tab-home.png) no-repeat;
}
#tab-home:hover {
	background: url(/imgs/tab-home-over.png) no-repeat;
}
#tab-how.on, #tab-how.on:hover {
	background: url(/imgs/tab-how-on.jpg) no-repeat;
	height: 42px;
}
#tab-how {
	background: url(/imgs/tab-how.jpg) no-repeat;
}
#tab-how:hover {
	background: url(/imgs/tab-how-over.jpg) no-repeat;
}
#tab-testimonials.on, #tab-testimonials.on:hover {
	background: url(/imgs/tab-testimonials-on.jpg) no-repeat;
	height: 42px;
}
#tab-testimonials {
	background: url(/imgs/tab-testimonials.jpg) no-repeat;
}
#tab-testimonials:hover {
	background: url(/imgs/tab-testimonials-over.jpg) no-repeat;
}
#tab-contact.on, #tab-contact.on:hover {
	background: url(/imgs/tab-contact-on.jpg) no-repeat;
	height: 42px;
}
#tab-contact {
	background: url(/imgs/tab-contact.jpg) no-repeat;
}
#tab-contact:hover {
	background: url(/imgs/tab-contact-over.jpg) no-repeat;
}
#tab-forum.on, #tab-forum.on:hover {
	background: url(/imgs/tab-forum-on.jpg) no-repeat;
	height: 42px;
}
#tab-forum {
	background: url(/imgs/tab-forum.jpg) no-repeat;
}
#tab-forum:hover {
	background: url(/imgs/tab-forum-over.jpg) no-repeat;
}
#tab-buynow.on, #tab-buynow.on:hover {
	background: url(/imgs/tab-buynow-on.jpg) no-repeat;
	height: 42px;
}
#tab-buynow {
	background: url(/imgs/tab-buynow.jpg) no-repeat;
}
#tab-buynow:hover {
	background: url(/imgs/tab-buynow-over.jpg) no-repeat;
}


