/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 FORM ASSETS
	 FORM FIELDS
	 
	 WHITE FORMS
	 ....................................... */

/* =FORM ASSETS
	 ....................................... */
div.formWrap {
    
}
form.contactForm {
	padding: 40px 0 0 0;
}
form label {
	color: #fff;
	padding: 0;
}
form div.downloadForm label {
	color: #333;
	padding: 0 0 8px 0;
}
form div.downloadForm h4 {
    
}

label span.question {
	font-size: 16px;
	display: block;
}
fieldset { 
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
input[type="submit"] {
    cursor: pointer;
}

/* =FORM FIELDS
	 ....................................... */
div.formField {
	float: left;
	margin: 0 10px 0 0;
}
.formField input,
textarea, select {
    margin: 0.5em 0;
    border: 1px solid #454140;
	background-color: #333;
	color: #8A8482;
	padding: 2px;
	height: auto;
}

.formField input:hover,
textarea:hover, select:hover {
  border: 1px solid #8A8482;
}
.formField input:focus,
textarea:focus, select:focus {
  border: 1px solid #8A8482;
}
.formField input {
	width: 295px;
}
.formField input.formField_wide,
.formField select.formField_wide {
	width: 605px;
}

.formField input.formField_tall {
	width: 605px;
	height:200px;
}

.formField input.formField_short {
	width: 215px;
}
.formField input.formField_shortest {
	width: 160px;
}
textarea {
	width: 490px;
	height: 250px;
	padding: 5px;
}

div.form_leftCol {
	float: left;
	width: 455px;
}
div#formLeft_contact {
	padding: 0 0 30px 0;
}
div.checkCol {
	float: left;
	margin: 10px 40px 0 0;
}
div.checkCol input {
	margin: 0;
	border: none;
	height: auto;
}
div.Checkbox {
	margin: 0 0 12px 0;
}
div.submitBox {
	float: left;
	height: 60px;
}
div.submitBox.floatRight {
    float: right;
}
div.submitBox input.signMeUp,
div.submitBox input.submit,
div.submitBox input.submitRequest {
	display: block;
	border: none;
	background: url(../fw/btn_signMeUpNoBG.jpg) no-repeat 0px -23px;
	width: 85px;
	height: 23px;
	cursor: pointer;
	margin: 0;
}
div.submitBox input.signMeUp:hover,
div.submitBox input.submitRequest:hover {
	background: url(../fw/btn_signMeUpNoBG.jpg) no-repeat 0px 0px;
}
div.submitBox input.submitRequest {
	background: url(../fw/submitNoBG.jpg) no-repeat 0px 0px;
}
div.submitBox input.submitRequest:hover {
	background: url(../fw/submitNoBG.jpg) no-repeat 0px -23px;
}
div.submitBox input.submitGetPassword {
	display: block;
	border: none;
	background: url(../fw/btnGetPassword.jpg) no-repeat 0 top;
	width: 113px;
	height: 23px;
	cursor: pointer;
	margin: 0;
}
div.submitBox input.submitGetPassword:hover {
	background-position: bottom;
}
div.submitBox input.submitCancel {
	display: block;
	border: none;
	background: url(../fw/btnCancel.jpg) no-repeat 0 top;
	width: 68px;
	height: 23px;
	cursor: pointer;
	margin: 0;
}
div.submitBox input.submitCancel:hover {
	background-position: bottom;
}
div.submitBox input.submitChangePassword {
	display: block;
	float: left;
	border: none;
	background: url(../fw/btnChangePassword.jpg) no-repeat 0 top;
	width: 139px;
	height: 23px;
	cursor: pointer;
	margin: 0 10px 0 0;
}
div.submitBox input.submitRequest:hover,
div.submitBox input.submitGetPassword:hover,
div.submitBox input.submitCancel:hover,
div.submitBox input.submitChangePassword:hover {
	background-position: bottom;
}
hr.formSeparator {
	margin: 1.45em 0;
	padding: 0;
}

div.catalogBox {
	width: 137px;
	background: url(../fw/bg_catalog_tile.jpg) repeat-y 0px 0px;
	float: left;
	margin: 6px 10px 6px 0;
	font-size: 12px;
}
div.catalogBox div.catalogBox_top {
	background: url(../fw/bg_catalog_top.jpg) no-repeat 0px 0px;
	padding: 5px 0 0 0;
}
div.catalogBox div.catalogBox_btm {
	background: url(../fw/bg_catalog_btm.jpg) no-repeat 0px 100%;
	padding: 0 0 6px 0;
}
div.catalogBox div.catalogBox_gradient {
	background: url(../fw/bg_catalog_gradient.jpg) no-repeat 0px 0px;
	padding: 3px 8px 0;
}
div.catalogBox hr {
	margin: 5px 0 5px 0;
}
div.catalogBox a,
div.catalogBox a:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border-color:#fff;
	margin: 6px 0 6px 7px;
	display: block;
}
div.catalogBox a img,
div.catalogBox a:visited img {
	border:2px solid #fff;
}
div.catalogBox a:hover img {
	border-color:#DF1000;
}
div.catalogBox a:hover {
	color: #DF1000;
}
div.catalogBox input {
	margin: 0 0 0 5px;
	height: auto;
	border: none;
}
div.catalogBox label {
	color: #DF1000;
	padding: 0 0 4px 6px;
	font-weight: bold;
}

/* =WHITE FORMS
	 ....................................... */
	 
div.formWrap.whiteForm {
    
}
div.formWrap.whiteForm h1, div.formWrap.whiteForm h2 {
    color: #d90000;
}
div.formWrap.whiteForm div.leftCol,
div.innerBasicContentBox div.leftCol {
    width: 570px;
    float: left;
    padding: 0 24px 0 0;
}
div.innerBasicContentBox div.leftCol {
    padding: 0;
}
div.formWrap.whiteForm div.rightCol,
div.innerBasicContentBox div.rightCol {
    width: 295px;
    float: right;
}
div.formWrap.whiteForm div.rightCol div.sideBox,
div.innerBasicContentBox div.rightCol div.sideBox {
    width: 295px;
    background: transparent url(../fw/sideBox-tile.jpg) repeat-y center top;
    margin: 15px 0;
}
div.formWrap.whiteForm div.rightCol div.sideBox div.top,
div.innerBasicContentBox div.rightCol div.sideBox div.top {
    background: transparent url(../fw/sidebox-top.jpg) no-repeat center top;
    padding-top: 20px;
}
div.formWrap.whiteForm div.rightCol div.sideBox div.bottom,
div.innerBasicContentBox div.rightCol div.sideBox div.bottom {
    background: transparent url(../fw/sidebox-bottom.jpg) no-repeat center bottom;
    padding: 0 20px 20px;
}
div.formWrap.whiteForm div.rightCol div.sideBox img.floatRight,
div.innerBasicContentBox div.rightCol div.sideBox img.floatRight {
    padding: 0 0 10px 10px;
}
div.formWrap.whiteForm div.rightCol div.sideBox div.hr,
div.innerBasicContentBox div.rightCol div.sideBox div.hr {
    margin: 15px 0;
}
div.rightCol div.sideBox h3 {
    color: #d90000;
	background: transparent url(../fw/bgDashedHorizLine.gif) repeat-x center bottom;
    padding-bottom: 10px;
    font-size: 14px;
}
div.formWrap.whiteForm div.rightCol div.sideBox h3 {
    background: none;
    padding: 0;
}
div.sideBox div.phoneNumber {
	font-size: 14px;
	padding-top: 15px;
	font-weight: bold;
}
div.sideBox .mainPhoneNumber {
	font-size: 160%;
}
div.formWrap.whiteForm div.leftCol h1 {
    background: transparent url(../fw/bgDashedHorizLine.gif) repeat-x center bottom;
    padding-bottom: 4px;
    margin-bottom: 10px;
    font-size: 26px;
}
div.formWrap.whiteForm div.leftCol h2 {
    background: transparent url(../fw/bgDashedHorizLine.gif) repeat-x center bottom;
    padding-bottom: 4px;
    margin: 30px 0 10px;
    font-size: 20px;
}
div.formWrap.whiteForm div.leftCol h5 {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #000;
    margin: 20px 0 5px;
    padding-bottom: 3px;
}
div.formWrap.whiteForm div.leftCol h6 {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
div.formWrap.whiteForm div.error {
    padding-top: 10px;
    color: #d90000;
}
div.formWrap.whiteForm div.error ul {
    list-style-type: disc;
    padding: 10px 20px 0;
}

div.formWrap.whiteForm div.submitBox input.submit,
div.formWrap.whiteForm div.submitBox input.submitRequest,
div.formWrap.whiteForm div.submitBox input.signUp,
div.formWrap.whiteForm div.submitBox input.returnHome,
div.formWrap.whiteForm div.submitBox input.saveChanges {
    display: block;
    width: 255px;
    height: 30px;
    padding: 30px 0 0;
    margin: 0;
    background: transparent url(../fw/register.jpg) no-repeat center top;
    border: 0px none;
    cursor: pointer;	
}
div.downloadForm div.submitBox input.submitDownload {
    background-image:url(../fw/submitRed.jpg)!important;
    width:134px;
    border:0;
    background-color:Transparent;
    padding:0;
    margin:0;
    height:30px;
    cursor: pointer;
}

div.formWrap.whiteForm div.submitBox input.submit {
    background-image: url(../fw/submitRed.jpg);
    width: 134px;
}
div.formWrap.whiteForm div.submitBox input.signUp {
    background-image: url(../fw/signUp.jpg);
    width: 175px;
}
div.formWrap.whiteForm div.submitBox input.returnHome {
    background-image: url(../fw/returnHome.jpg);
    width: 221px;
    float: right;
}
div.formWrap.whiteForm div.submitBox input.saveChanges {
    background-image: url(../fw/saveChanges.jpg);
    width: 196px;
}
div.downloadForm div.submitBox input.submitDownload:hover,
div.formWrap.whiteForm div.submitBox input.submit:hover,
div.formWrap.whiteForm div.submitBox input.signUp:hover,
div.formWrap.whiteForm div.submitBox input.returnHome:hover,
div.formWrap.whiteForm div.submitBox input.saveChanges:hover,
div.formWrap.whiteForm div.submitBox input.submitRequest:hover {
    background-position: center bottom;
}
div.formWrap.whiteForm div.formField {
    float: left;
    margin: 5px 9px 5px 0;
    display: inline;
}/* "display" is an IE6 double margin fix. */
div.formWrap.whiteForm div.formField label {
    color: #333;
}
div.formWrap.whiteForm div.formField label span,
div.formWrap.whiteForm div.formField h6 span {
    color: #666;
    font-size: 93%;
}
div.formWrap.whiteForm div.formField label span.requiredField,
div.formWrap.whiteForm div.formField h6 span.requiredField {
    color: #333;
}
div.formWrap.whiteForm div.formField input {
    width: auto;
}
div.formWrap.whiteForm div.formField input.text,
div.formWrap.whiteForm div.formField select,
div.formWrap.whiteForm div.formField textarea {
    background: #EBEBEB;
    border: 1px solid #C1C1C1;
    padding: 5px;
    font-size: 116%;
    color: #000;
    margin: 3px 0 5px;
}
div.formWrap.whiteForm div.formField {
    padding: 0;
}
div.formWrap.whiteForm div.formField input.text.error,
div.formWrap.whiteForm div.formField select.error  {
    border: 1px solid #d90000;
	*border: 1px solid #C1C1C1; /* ie6 and ie7 only*/
}
div.formWrap.whiteForm div.formField.checkboxes input,
div.formWrap.whiteForm div.formField.radios input {
    cursor: pointer;
    background: none;
    border: 0px none;
    padding: 0;
    margin: 10px 0 0 0;
    height: 13px;
	display: block;
	float: left;
}
div.formWrap.whiteForm div.formField.checkboxes label,
div.formWrap.whiteForm div.formField.radios label {
    margin-right: 20px;
    color: #000;
    cursor: pointer;
    display:block;
	float: left;
    padding: 10px 0 0 2px;
	line-height: 1;
}
div.formWrap.whiteForm div.formField.checkboxes span {
    display: inline-block;
    color: #999;
    font-size: 85%;
    margin-left: 17px;
}
div.formWrap.whiteForm div.formField.checkboxes span.checkboxSpan {
    font-size: inherit;
    margin-left: 0;
}
div.formWrap.whiteForm div.formField.checkboxes h6 span {
    color: #666;
    font-size: 93%;
    margin: 0;
}
div.formWrap.whiteForm div.formField.checkboxes div.floatLeft {
    width: 180px;
    padding-top: 3px;
}
div.formWrap.whiteForm div.formField.shortest input.text {
    width: 40px;
}
div.formWrap.whiteForm div.formField.shortest select {
    width: 52px;
}
div.formWrap.whiteForm div.formField.shorter input.text {
    width: 80px;
}
div.formWrap.whiteForm div.formField.shorter select {
    width: 92px;
}
div.formWrap.whiteForm div.formField.short input.text {
    width: 130px;
}
div.formWrap.whiteForm div.formField.short select {
    width: 142px;
}
div.formWrap.whiteForm div.formField.long input.text {
    width: 200px;
}
div.formWrap.whiteForm div.formField.long select {
    width: 202px;
}
div.formWrap.whiteForm div.formField.longer input.text {
    width: 310px;
}
div.formWrap.whiteForm div.formField.longer select {
    width: 322px;
}
div.formWrap.whiteForm div.formField.longest input.text {
    width: 430px;
}
div.formWrap.whiteForm div.formField.longest select {
    width: 442px;
}
div.formWrap.whiteForm div.formField textarea {
    width: 550px;
    height: 135px;
}
div.formWrap.whiteForm div.formField select option {
    padding: 1px 10px 0;
}

div.formWrap.whiteForm div.leftCol div.contactInfo h4 {
    margin-bottom: 2px;
    color: #000;
}
div.formWrap.whiteForm div.leftCol div.contactInfo h5 {
    margin: 0;
    border: none;
}
div.contactInfo div.floatLeft {
    width: 195px;
    border-right: 1px dotted #ccc;
}
div.contactInfo div.floatRight {
    width: 350px;
    background-color: #eee;
    padding: 10px 5px;
    margin-top: 10px;
}
div.contactInfo div.floatRight div.floatLeft {
    border: none;
    width: 175px;
}
div.contactInfo div.floatRight span.hours,
div.contactInfo div.locationsBox span.hours {
    display: block;
    float: left;
    height: 2em;
    font-weight: bold;
    margin-right: 2px;
}
div.contactInfo div.locationsBox {
    background-color: #eee;
    padding: 20px;
    margin-top: 10px;
}
div.contactInfo div.locationsBox div.floatLeft {
    border: none;
    width: 250px;
    padding-right: 15px;
}


/* * * * * * * * * * * * * * * * * * * * * * 
 VEST REGISTRATION FORM STYLES
* * * * * * * * * * * * * * * * * * * * * */

div.vestBrandBox {
	float: left;
	width: 133px;
	margin-right: 50px;
	padding: 15px 0;
	text-align: center;
}
div.formWrap div.vestBrandBox label {
	display: block;
	padding: 0 0 10px 0;
	height: 80px;
}
div.formWrap div.vestBrandBox input {
	border-width: 0;
	padding: 0;
	margin: 0;
	height: 15px;
}
span.antispamMessage {
    color:#999;
    font-size:11px;
    font-weight: normal;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 CATALOG FORM STYLES
* * * * * * * * * * * * * * * * * * * * * */

div.formWrap.whiteForm div.downloadForm div.formField input,
div.downloadForm div.formWrap.whiteForm div.formField input.text,
div.downloadForm div.formWrap.whiteForm div.formField select,
div.downloadForm div.formWrap.whiteForm div.formField textarea {
	color: #333;
    border:1px solid #C1C1C1;
    background-color:#fff;
}