@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
}
.nav {
	font-family:"Times New Roman", Times, serif;
	color:#38220B;
	font-size:18px;
	font-weight:bold;
}
.nav2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
.white {
	color:#FFF;
}
.gift_card, .gift_card a:link, .gift_card a:visited {
	color:#E2CB8A;
	line-height:1.5;
}
.gift_card a:hover {
	color:#D99A57;
}
.standard a:link, .standard a:visited {
	font-size:14px;
	color:#38220B;
	text-decoration:none;
	padding:5px;
	font-weight:bold;
}
.standard a:hover {
	font-size:14px;
	color:#000000;
	text-decoration:underline;
	padding:5px;
	font-weight:bold;
}
.white, .white a:link, .white a:visited {
	color:#ffffff;
	text-decoration:none;
}
.white a:hover {
	color:#F5E9AD;
	text-decoration:underline;
}
.phone {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
}
.form {
	font-size:11px;
}
.light_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}

.REQUIRED, .ERROR, .ERROR_S {
background:#EFEFEF none repeat scroll 0%;
border-color:#000000;
border-style:solid;
border-width:1px 1px 1px 2px;
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:3px 6px;
height: 14px;
}
.REQUIRED {
background:#EAEAEA url(img/bg_inputrequired.gif) no-repeat scroll right top;
}
.REQUIRED:focus, .ERROR:focus, .FIELD:focus, .focus, .txt_focus {
background:#FFFFFF none repeat scroll 0%;
border-color:#000000;
border-style:solid;
border-width:1px 1px 1px 2px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:3px 8px 3px 5px;
height: 14px;
}
.FIELD, .off, .txt_off {
background:#EFEFEF none repeat scroll 0%;
border-color:#999999 #DCDCDC #DCDCDC #DCDCDC;
border-style:solid;
border-width:1px 1px 1px 2px;
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:3px 8px 3px 5px;
height: 14px;
}

.grey_submit {

                background-color: transparent;
                background-image: url("images/btn_next.png");
				height:40px;
				width:165px;
				border:none;

}
.grey_submit:hover {

                background-color: transparent;
                background-image: url("images/btn_next_over.png");
				height:40px;
				width:165px;
				border:none;

}

