/* @override http://www.secure-affiliate.com/sale-format/template/assets/css/site.css */

/* @group CSS Reset */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}/* remember to define focus styles! */:focus {	outline: 0;}/* remember to highlight inserts somehow! */ins {	text-decoration: none;}del {	text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse: collapse;	border-spacing: 0;}

/* @end */

/* @group Globals */

body {font: 62.5%/1.5 "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; }

li, dt, dd, p {font-size: 1.3em; line-height: 1.3em; }
li *, dt *, dd *, p * {font-size: 1em; }
ul, ol, dl, p {margin-bottom: 1.2em; }

button, input.text {
	border-width: 1px;
	border-style: solid;
}

button {
	padding: .1em .6em .2em;
	cursor: pointer;
	margin: 0 -2px 0 0;
}

.underline {text-decoration: underline; }

img.left {margin: 0 1em 1em 0; }
img.right {margin: 0 0 1em 1em; }

/* @end */


/* @group Layout */

#container {
	margin: 0 auto;
	width: 756px;
	padding: 0 2px;
	background: url(../images/bg_body.png) repeat-y left;
}

#header {
	position: relative;
	height: 225px;
	overflow: hidden;
}

#my_slideshow {
	z-index: 0;
}

#top {
	position: absolute;
	overflow: hidden;
	width: 756px;
	z-index: 1;
	border-bottom: 1px solid #ccc;
}

#topBG {
	position: absolute;
	width: 756px;
	height: 225px;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 0;
}

#content {
	clear: both;
	padding: 0 12px;
}

#footer {
	clear: both;
	border-top: 1px dotted #ddd;
	padding: 1em 0 .6em 0;
}

#bottomSlice {
	width: 760px;
	height: 6px;
	margin: 0 auto;
	background: url(../images/bg_bottom.png) no-repeat left bottom;
}

.clear {
	width: 100%;
	clear: both;
}

/* @end */

/* @group Headings */

h1 {font-size: 3em; }
h2 {font-size: 2em; margin: 0 0 .6em 0; line-height: 1.2em; }
h3 {font-size: 1.6em; margin: 0 0 .5em 0; line-height: 1.2em; }
h4 {font-size: 1.2em; margin: 0 0 .5em 0; line-height: 1.2em; }
h5 {font-size: 1.2em; margin: 0 0 .5em 0; line-height: 1.2em; }
h6 {font-size: 1.1em; margin: .5em 0; line-height: 1.2em; }

#header h1 a {
	text-decoration: none;
	float: left;
	display: inline;
	margin: 15px 0 0 12px;
	line-height: 1em;
	position: relative;
}

#header h2 {
	float: right;
	display: inline;
	font-weight: normal;
	margin: 15px 12px 0 0;
	line-height: 2em;
	position: relative;
}

/* @end */

/* @group Navigation */

#navPrimary {
	display: block;
	text-align: center;
	clear: both;
	width: 732px;
	/* margin: 0 0 2.5em 0; */
	margin: 0 0 1.5em 0;
	padding: .6em 12px;
	background: url(../images/bg_nav.gif) repeat-x top #dadada;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
}

#navPrimary li {
	display: inline;
	text-align: center;
	margin: 0 .75em;
	padding: 0 .75em;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.2em; /* Added. */
}

#navPrimary li {
	display: inline;
	text-align: center;
	margin: 0 .75em;
	padding: 0 .75em;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.2em;
}

#navPrimary li a {text-decoration: none; }

#home #navPrimary li.home a,
#about #navPrimary li.about a,
#affiliate #navPrimary li.affiliate a,
#privacy #navPrimary li.privacy a {
	font-weight: bold;
}

/* @end */

/* @group Footer */

#footer ul {
	float: right;
	margin: 0;
}

#footer ul li {
	float: left;
	display: inline;
	border-left: 1px solid #ccc;
	line-height: 1.2em;
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	font-size: 1.2em;
}

#footer ul li.home {
	border: none;
	margin: 0;
	padding: 0;
}

#home #footer li.home a,
#about #footer li.about a,
#affiliate #footer li.affiliate a,
#privacy #footer li.privacy a {
	font-weight: bold;
	text-decoration: none;
}

/* @end */

/* @group Forms */

.sidebar {
	float: left;
	width: 351px;
}

.form {
	float: right;
	padding: 20px;
	margin: 0 0 1em 1em;
}
#area.form {width: 260px; }
#affiliateSignup.form {width: 309px; }

/* @end */


/* @group Clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* @end */



