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

html {
	overflow-y:scroll;
}

body {
	background: url(../images/bg.gif) no-repeat top center #bc4c32;
	margin:46px 0 0;
}

h1 {
	float:left;
	border:none;
	padding:0px;
	margin:87px 0 0 70px;
	_margin-left:35px;
}

h2 {
	border:none;
	padding:0px;
	margin:0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#bc4c32;
	font-weight:bold;
	margin:25px 0 0;
	padding:0;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#101010;
	line-height:20px;
}

label, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#101010;
	line-height:20px;
/*	padding:0px;
	margin:0px 0px 20px 0px;*/
}

a:link, a:visited {
	color:#496740;
	text-decoration:none;
}

a:hover {
	color:#496740;
	text-decoration:underline;
}

ul {
	margin:0;
	padding:0;
}

li{
	list-style: disc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#101010;
	line-height:20px;
	list-style-position:inside;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}

.f-left {
	float:left;
}

.f-right {
	float:right;
}

#wrapper {
	margin:0 auto;
	display:table;
	width:1013px;
}

#banner {
	float:left;
	clear:both;
	width:1013px;
	height:243px;
	background:url(../images/banner.jpg) no-repeat top;
}

#content {
	float:left;
	clear:both;
	width:913px;
	padding:20px 50px;
	display: block;
	background:url(../images/bg-content.jpg) repeat-y;
}

#column-left {
	float:left;
	width:556px;
}

#column-right {
	float:right;
	width:304px;
	display:table;
}

#contact-lenses-box {
	float:left;
	margin-bottom:18px;
}

.table td {
	padding:5px;
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#101010;
}

#box-desiner {
	background: url(../images/bg-box.jpg) repeat;;
	padding:10px 20px 10px;
	width:150px;
	border:2px solid #c9c0b9;
	float: right;
	margin:15px 0 0 15px;
}

#photo {
	border:2px solid #507c4c;
	margin:15px 0 0;
}

#footer {
	clear:both;
	float:left;
	width:1013px;
	height:40px;
	background:url(../images/bg-footer.jpg) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#d7ceb1;
	text-align:center;
	padding:20px 0 0 0;
	line-height:20px;
}

#footer a:link, #footer a:visited {
	color:#d7ceb1;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer img {
	margin-bottom:-5px;
}

/*CONTACT FORM*/
.form_left {
	margin-top:10px;
	clear:both;
}

#contactForm {
	margin:0;
	width:500px;
}

.form_origin {
	float:left;
	width:200px;
	margin-right:10px;
	margin-bottom:20px;
}

.form_destination {
	float:left;
	width:200px;
	padding-left:20px;
	border-left:1px dotted #999999;
	margin-bottom:20px;
}

.form_left .form_aligned_left {
	float:left;
	margin-right:40px;
}

.form_left .form_aligned_right {
	margin-left:30px;
	float:left;
}

.form_left .submit, .form_left .reset {
	border:1px solid #4A4A4A;
	background-color: #333333;
	color:#FFFFFF!important;
}

.form_left #name, #lname, #bname, #address, #city, #zip, #address2, #city2, #zip2, .form_left #email, #phone, #method, #state, #state2, #company, #type-business, #travel, #relocate, #phone_b, #file, #type_business {
	width:180px;
	margin-bottom:15px;
}

.form_left #date {
	width:153px;
	margin-bottom:15px;
	cursor:pointer;
}

.form_left .label-date, .form_left .label-date input {
	margin-left:4px;
}

.form_left #q-comments {
	width:180px;
}

.form_left #q_comments {
	width:430px;
}

.form_left #comments {
	width:404px;
}

.form_left #t_fname, .form_left #t_lname, .form_left #t_email {
	width:144px;
}

.form_left #t_comments {
	width:335px;
	height:70px;
}

.form_left #security_code {
	width:97px;
	text-align:center;
	font-weight:bold;
	font-size:26px!important;
	color: #041950;
}

.form_left .floatbox img {
	float:left;
	margin-right:22px;
	margin-bottom:12px;
	margin-top:10px;
}

.form_left .link-img {
	width:130px;
	float:left;
	display:table;
	margin-right:22px;
	margin-bottom:12px;
	margin-top:10px;
}

.form_left .link-img p {
	font-weight:bold;
	text-align:center;
}

.form_left .img-captcha {
	border:1px solid #CCCCCC;
}

.form_left .red {
	color: #FF3300;
}

/*END CONTACT FORM*/