/*
------------------------------------------------------
GLOBALS
------------------------------------------------------
*/
p { margin: 0 0 10px 0;}
.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.none { float: none; }
.center { text-align: center; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
.hide { display: none; }
.clear { clear: both; display: block; height: 1px; font-size: 1px; line-height: 1px; }
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*
------------------------------------------------------
FORM STYLES
------------------------------------------------------
*/
input, select, textarea, label {
	color: #666;
}
input {
	height: 22px;
}
.inputbox, textarea {
   color: #666;
   padding: 2px;
   background-color: #fff;
   border: 1px solid #CCC;
   width: 400px;
}
select {
   background-color: #fff;
}
/*
------------------------------------------------------
FONT STYLES
------------------------------------------------------
*/
.bold, strong { font-weight: bold; }
em { font-style: italic; }
.small { font-size: 10px; }
sup { font-size: 10px; }
.uppercase {text-transform: uppercase}
.capitalize {text-transform: capitalize}
.text-loud {
	font-weight: bold;
	color: #FF6600;
}
.text-loud-title {
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase
}

/*
------------------------------------------------------
LIST STYLES
------------------------------------------------------
*/
ul { }
ol { }
ul li, ol li { }
ul.no-bullets { list-style: none; }
/*
------------------------------------------------------
LINK STYLES
------------------------------------------------------
*/
a {
   color: #666;
   text-decoration: none;
}
a:hover { 
   text-decoration: underline;
}
/*
------------------------------------------------------
HEADERS STYLES
------------------------------------------------------
*/
h1 {   
   color: #C96;
}
h2 {   
   color: #FF6600;
   font-size: 1.5em; text-transform: uppercase; margin-bottom: 0.5em;
}
h3 {   
   color: #FF0000;
   font-size: 1.5em; margin-bottom: 0.5em;
   text-transform: uppercase;
   font-weight: bold;
}
h4 {   
   color: #FF0000;
   font-size: 1.33em; margin-bottom: 0.5em;
}
h5 {   
   color: #FF0000;
   font-size: 1.16em; margin-bottom: 0.5em;
}
h6 {   
   color: #FF6600;
   font-size: 1em; margin-bottom: 0.5em;
}
/*
------------------------------------------------------
LAYOUT STYLES
------------------------------------------------------
*/
body {
	text-align: center; 
	background: #FFF;
	font: 75% "Trebuchet MS", verdana,sans-serif;
}

#wrap {
	width: 580px;
	text-align: left;
	margin: 20px auto 0;
	/*border: 1px #FF6600 Solid;*/
}

/* TOP BLOCK */
#top-block {
	width: 580px;
	height: 173px;
	position: relative;
	background: url(../_img/hd-main.gif) no-repeat 0 0;
}
#top-block .intro-txt {
	position: absolute;
	top: 100px;
	left: 192px;
	width: 358px;
	text-align: left;
	color: #fff;
}
#top-block .logo-block {
	width: 320px;
	height: 80px;
	text-align: left;
	position: absolute;
	margin: 10px 0 0 10px;
	color: #fff;
}

/* BOTTOM BLOCK */
#bottom-block {
	width: 580px;
	position: relative;
	background: url(../_img/bg-main.gif) no-repeat 0 0;
	background-position: bottom left;
}

#bottom-block .sub-title {
	width: 145px;
	height: 24px;
	position: absolute;
	top: 14px;
	left: 30px;
	background: url(../_img/title-get-on-list.gif) no-repeat 0 0;	
}

/* SUB FORM */
.sub-form {
	vertical-align: middle;
	width: 368px;
	height: 34px;
	position: relative;
	top: 10px;
	left: 192px;
}
#search_box {
    width: 248px;
    height: 34px;
	position: absolute;
	top: 10px;
	left: 192px;
    background: url(../_img/field-bg.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 10px 0 0 10px;
    border: 0;
    width: 228px;
	height: 16px;
    background: none;
    color: #999;
	font: 100% "Trebuchet MS", verdana,sans-serif;
}
.butt-sub {
	width: 116px;
	height: 50px;
	position: absolute;
	top: 2px;
	left: 440px;
	background: url(../_img/butt-sign-me-up.gif) no-repeat 0 0;
}
.butt-sub:hover {
   background-position: 0 -50px;
}
#bottom-block .sub-txt {
	width: 384px;
	line-height: 16px;
	text-align: left;
	color: #999;
	top: 10px;
	left: 192px;
	position: relative;
	padding-bottom: 10px;
	/* border: 1px solid #ff6600; */
}

/* PRIVACY PG CONTENT BLOCK */
#bottom-block .body-txt {
	width: 520px;
	line-height: 16px;
	position: relative;
	left: 30px;
	color: #999;
	text-align: left;
}

/* UNSUBSCRIBE FORM */
#top-block-unsub {
	width: 580px;
	height: 94px;
	position: relative;
	background: url(../_img/hd-basic.gif) no-repeat 0 0;
}
#bottom-block .unsub-title {
	width: 145px;
	height: 24px;
	position: absolute;
	top: 14px;
	left: 30px;
	background: url(../_img/title-unsubscribe.gif) no-repeat 0 0;	
}
.butt-unsub {
	width: 116px;
	height: 50px;
	position: absolute;
	top: 2px;
	left: 440px;
	background: url(../_img/butt-submit-grey.gif) no-repeat 0 0;
}
.butt-unsub:hover {
   background-position: 0 -50px;
}

/* TELL A FRIEND FORM */
#top-block-tell-friend {
	width: 580px;
	height: 190px;
	position: relative;
	background: url(../_img/hd-win-ipod.gif) no-repeat 0 0;
	z-index: 1;
}
#bottom-block-tell-friend {
	width: 580px;
	position: relative;
	background: url(../_img/bg-main.gif) no-repeat 0 0;
	background-position: bottom left;
	/*border: 1px solid #ff6600;*/
}
.tell-friend-form {
	width: 540px;
	position: relative;
	top: 10px;
	left: 20px;
	color: #666;
}
.butt-tell-friend {
	width: 116px;
	height: 50px;
	position: relative;
	background: url(../_img/butt-submit-grey.gif) no-repeat 0 0;
}
.butt-tell-friend:hover {
   background-position: 0 -50px;
}
#top-block-tell-friend .tell-friend-txt {
	width: 540px;
	line-height: 16px;
	text-align: left;
	color: #999;
	top: 40px;
	left: 20px;
	padding-bottom: 10px;
	position: relative;
}
.inputbox-tell-friend {
   padding: 2px;
   background-color: #fff;
   border: 1px solid #CCC;
   color: #666;
   width: 160px;
}


/* FOOTER BLOCK */
#footer {
	position: relative;
	text-align: left;
	margin: 10px 0 20px 192px;
	width: 358px;
	color: #CCC;
	font: 80% "Trebuchet MS", verdana,sans-serif;
}
#footer a {
	color: #CCC;
	background: #FAFAFA;
	padding: 2px 2px 2px 2px;
}
#footer a:hover {
	color: #999;
	background: #F5F5F5;
	text-decoration: none;
}