/* v1.0 | 20080212 */

/*START 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%;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#000000;
}

body.curtains {
	background-image:url(../images/form_bg.jpg);
	background-repeat:no-repeat;
	background-position:center -105px;	
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: 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 CSS RESET */


body {
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#252525;
	font-family:arial;
	font-size:11px;
}
p {
	padding-top:5px;
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	color:#FFF;
}


img, div, a, input, li {
    behavior: url(js/iepngfix.htc);
}

a {
color:#CB1408;
font-family:arial;
font-size:11px;
text-decoration:none;
}

#forms_table{
	color:#fff;
	margin-top:20px;
}

#forms_table tr td{
	padding-bottom:15px;
	padding-right:5px;
}


#bar_bg {
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:60px;
	float:left;
	}

#container {
	margin:0px;
	padding:0px;
	width:995px;
}

#logo {
	padding:22px 10px 0px;
	float:left;
}


#top-nav {
	font-size:16px;
	color:#3567ae;
	font-weight:bold;
}
#top-nav .item {
	float:right;
	padding:30px 0px 35px 25px;
}
#main-nav {
	float:left;
	padding-left:10px;
	background-image:url(images/nav_bar.gif);
	background-repeat:no-repeat;
	width:970px;
	height:60px;
	display:block;
	float:left;
}

#nav-container {
	float:left;
	display:block;
	padding:38px 0px 0px 32px;
	}
	
#main-nav a.products {
	border:none;
	background-image:url(images/nav/btn_products.gif);
	background-repeat:no-repeat;
	width:65px;
	height:14px;
	background-position:0px 0px;
	float:left;
	display:block;
	padding:0px 14px 0 0;
}

#main-nav a.videos {
	border:none;
	background-image:url(images/nav/btn_videos.gif);
	background-repeat:no-repeat;
	width:45px;
	height:14px;
	background-position:0px 0px;
	float:left;
	display:block;
	padding:0px 14px 0 0;
}

#main-nav a.downloads{
	border:none;
	background-image:url(images/nav/btn_downloads.gif);
	background-repeat:no-repeat;
	width:77px;
	height:14px;
	background-position:0px 0px;
	float:left;
	display:block;
	padding:0px 14px 0 0;
}


#main-nav a.events {
	border:none;
	background-image:url(images/nav/btn_events.gif);
	background-repeat:no-repeat;
	width:53px;
	height:14px;
	background-position:0px 0px;
	float:left;
	display:block;
	padding:0px 14px 0 0;
}

#main-nav a.health {
	border:none;
	background-image:url(images/nav/btn_health_wellness.gif);
	background-repeat:no-repeat;
	width:130px;
	height:14px;
	background-position:0px 0px;
	float:left;
	display:block;
	padding:0px 14px 0 0;
}

#main-nav a.educators {
	border:none;
	background-image:url(images/nav/btn_health_educators.gif);
	background-repeat:no-repeat;
	width:150px;
	height:14px;
	background-position:0px 0px;
	float:left;
	display:block;
	padding:0px 14px 0 0;
}


#main-nav a:hover {background-position:0px -14px}


.footer {
background-color:#000000;
color:#808080;
font-size:10px;
padding:10px 0 15px 12px;
text-decoration:none;
text-align:left;
float:left;
}

.footer a {
color:#808080;
font-size:10px;
text-decoration:none;
}

.footer a:hover {
color:#808080;
font-size:10px;
text-decoration:underline;
}

.dividerFooter {
color:#7D6137;
font-size:10px;
margin:0 6px;
}

.blockImg {
display:block;
}

img {
border:medium none;
}
/* ------------------------FORM------------------------ */

.form_box {
	margin:100px 0px;
	width:750px;
}
.form_box .form_row {
	width:100%;
    margin:0px 0px;
    padding:4px 0px;
	float:left;
}
.form_box label {
    display:block;
    float:left;
    text-align:right;
    margin:0px 10px 0px 10px;
	width:30%;	
	position:relative;
	top:4px;
	color:white;
}
.form_box label.error {
	color:red;
	font-weight:bold;
	display:inline;
	float:none;
    text-align:left;	
	margin:0 0 0 10px;
	width:auto; 
}
.form_box input.text_field {
	float:left;
	padding:2px 2px;
	width:174px;
}
.form_box select {
	float:left;
	margin-right:10px;
}
.form_box select#state {
	width:180px;
}
.form_box input[type="checkbox"] {
    margin-right:5px;
    position:relative;
    top:1px;
}
.form_box .checkbox_text{
    position:relative;
    top:2px;
}
.form_box input.file {
    background-color:white;
    margin-right:10px;
}
.form_box textarea {
	float:left;
	width:300px;
    height:100px;
    overflow:auto;
}
.form_box .form_row .button {
}
.form_box .highlight {
	background-color:#BEDC7F;
}
.form_box .unhighlight {
	background-color:#E5F1CC;
}
.form_box .errorLabel {
	font-weight:bold;
}
.form_box  .button {
	float:left;
}
.form_box  .radio_choice {
	float:left;
	width:120px;
}
.form_box  .radio_choice .radio_button {
	float:left;
}
.form_box  .radio_choice label{
	float:left;
	width:auto;
}
.form_box  .checkbox {
	float:left;
}
.form_box  .one_col_choice {
	width:120px;
	float:left;
}


/** SIGNATURE MOVES **/

.moves-container {
	float:left;
	padding:25px 0 0 0;
	text-align:left;
}

.moves-container h1 {
	font-size:24px;
	color:#FFD22A;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0px 10px 5px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
}

.moves-container a.archive {
	padding:13px 10px 10px 0px;
	color:#FFD22A;
	text-decoration:none;
	float:right;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}

.moves-container a.archive:hover {
	text-decoration:underline;
}


.moves_box {
	background-image:url(images/signature_moves_callbox.gif);
	background-repeat:no-repeat;
	width:760px;
	background-color:#181818;
	float:left;
	display:block;
	text-align:left;
	padding:10px 10px 10px 10px;

}

.moves_box p {
	font-size:12px;
	line-height:14px;
	margin-right:5px;
}


.moves_box .content {
	width:550px;
	border-right:1px solid #898989;
	float:left;
	display:block;
	overflow:hidden;
	min-height:95px;
}


.moves_box .product {
	float:left;
	display:block;
	text-align:center;
	width:200px;
}

.moves_box .product p {
	color:#ffcc33;
	line-height:10px;
	margin:0px;
	padding:0 0 10px 0;
}




.moves_box .read-more a {
	color:#fff;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px;
}
	

.moveTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
}

.move-date {
	font-size:11px !important;
	color:#fff !important;
	padding:0px 5px 5px 0px;
	margin:0px;
	display:block;
	float:right;
}

