html,body

{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	background: #000 url(images/body-background.jpg) center top no-repeat;
	text-align: center;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #7f2221;
	padding: 0;
	margin: 0;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff500;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

#container
{
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	/*background: url(images/container-bg.png) no-repeat;*/
}

#header
{
	float: left;
	width: 992px;
	height: 140px;
	background: url(images/header-bg.png) center top no-repeat;
	overflow: hidden;
}

#logo
{
	float: left;
	margin-top: 20px;
	margin-left: 44px;
}

#nav
{
	float: right;
	width: 600px;
	margin-top: 82px;
}

/*--Nav Links--*/
#nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li
{
	display: block;
	float: left;
	padding: 0px 15px 0px 0px;
}

#home
{
	width: 91px;
	height: 34px;
	background: url(images/nav/home.png) no-repeat;
}

#about
{
	width: 99px;
	height: 34px;
	background: url(images/nav/about.png) no-repeat;
}

#collection
{
	width: 201px;
	height: 34px;
	background: url(images/nav/collection.png) no-repeat;
}

#contact
{
	width: 121px;
	height: 34px;
	background: url(images/nav/contact.png) no-repeat;
}


#nav li:hover, #nav li:active
{
	background-position: 0 -34px;
}



/*--NAV End--*/

#body-wrapper
{
	float: left;
	width: 992px;
	background: url(images/main-body-bg.png) center top no-repeat;
}

#wrapper
{
	float: left;
	width: 992px;
	margin-top: 54px;
	background: url(images/main-bg.png) center repeat-y;
} 

#main-body-container
{
	float: left;
	width: 992px;
	background: url(images/copy-bg.png) center top no-repeat;
}

#main-body-left
{
	display: inline;
	float: left;
	margin-left: 85px;
	width: 453px;
	padding-bottom: 20px;
}

.body-text
{
	float: left;
	clear: left;
	padding: 10px 0px;
	margin-left: 15px;
}

#main-body-right
{
	display: inline;
	float: left;
	margin-left: 105px;
	width: 270px;
	padding-bottom: 20px;
}

#main-body-right a
{
	color: #fff;
}

#main-body-right ul
{
	margin: 5px 0 0 0;
	padding: 0;
}

#main-body-right li
{
	margin-left: 45px;
	padding: 2px 0px;
}

/*-----RIGHT NEWS----*/

.news-date-container
{
	clear: left;
	float: left;
	margin: 10px 0px 5px 15px;
	width: 100%;
}

.news-date
{
	float: left;
	width: 80px;
}

.news-title
{
	float: right;
	width: 176px;
}


/*----SUB PAGES----*/

.splash-pane
{
	float: left;
	margin-top: 60px;
	margin-left: 30px;
}

#nav-wrapper
{
	display: inline;
	float: left;
	width: 223px;
	background: url(images/sub-nav-bg.png) no-repeat;
	overflow: hidden;
	height: 1140px;
}

#coupon-link
{
	float: left;
	clear: left;
	width: 223px;
	text-align: right;
	margin-top: 15px;
}

#sub-body-wrapper
{
	display: inline;
	float: left;
	width: 992px;
	background: url(images/wrapper-sub-bg.png) repeat-x;

}

#sub-body-container
{
	position: relative;
	display: inline;
	float: left;
	width: 992px;
	background: url(images/sub-top-bg.png) center top no-repeat;
}

#sub-right-body
{
	display: inline;
	float: left;
	width: 714px;
	height: 871px;
	background: url(images/sub-right-bg.png) center top repeat-x;
}

#sub-body
{
	display: inline;
	float: left;
	width: 637px;
	margin-top: 30px;
	margin-left: 38px;
}

#sub-contact
{
	display: inline;
	float: left;
	width: 637px;
	margin-top: 50px;
	margin-left: 38px;
}

.body-text-sub
{
	float: left;
	clear: left;
	padding: 10px 0px;
	margin-left: 15px;
	width: 435px;
	line-height: 18px;
}

.glasses-style
{
	float: left;
	width: 145px;
	font-weight: bold;
	text-decoration: underline;
}

.glasses-style a, a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

.glasses-style a:hover
{
	color: #E7E7E7;
	text-decoration: underline;
}

#sub-footer
{
	position: absolute;
	right: 60px;
	bottom: 0px;
	width: 710px;
	height: 269px;
	color: #2e7893;
}

#sub-footer-bg
{
	background: url(images/sub-footer-bg.png) center top repeat-x;
}

#sub-footer a, #sub-footer a:visited
{
	color: #2e7893;
}

.sub-footer-content
{
	float: left;
	width: 710px;
	text-align: center;
	padding-top: 15px;
	
}

.iesucks
{
	height: 100%;
	width: 100%;
}


/*----LEFT NAV----*/

#left-nav
{
	float: left;
	width: 223px;
	height: 515px;
	margin-top: 18px;
	background: url(images/nav-bg.png) no-repeat;
}

#left-nav-margin
{
	display: inline;
	float: left;
	margin-top: 14px;
	margin-left: 39px;
}

#left-nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#left-nav li
{
	margin: 0;
	padding: 0;
	height: 48px;
	overflow: hidden;
}


#left-collection
{
	width: 172px;
	height: 48px;
	background: url(images/leftnav/collection.jpg) no-repeat;
}

#left-studebaker
{
	width: 172px;
	height: 48px;
	background: url(images/leftnav/studebaker.jpg) no-repeat;
}

#left-zero
{
	width: 172px;
	height: 48px;
	background: url(images/leftnav/eightbelow.jpg) no-repeat;
}

#left-custom
{
	width: 172px;
	height: 48px;
	background: url(images/leftnav/custom.jpg) no-repeat;
}

#left-vintage
{
	width: 172px;
	height: 48px;
	background: url(images/leftnav/vintage.jpg) no-repeat;
}

#left-designer
{
	width: 172px;
	height: 48px;
	background: url(images/leftnav/designer.jpg) no-repeat;
}

#left-childrens
{
	width: 172px;
	height: 48px;
	background: url(images/leftnav/childrens.jpg) no-repeat;
}

#left-unique
{
	width: 172px;
	height: 48px;
	background: url(images/leftnav/unique.jpg) no-repeat;
}

#left-jeweled
{
	width: 172px;
	height: 48px;
	background: url(images/leftnav/jeweled.jpg) no-repeat;
}

#left-motorcycle
{
	width: 172px;
	height: 48px;
	background: url(images/leftnav/motorcycle.jpg) no-repeat;
}


#left-nav-margin li:hover, #left-nav-margin li:active
{
	background-position: 0 -48px;
}


/*--About Nav--*/

#about-nav
{
	float: left;
	width: 223px;
	height: 468px;
	margin-top: 18px;
	background: url(images/nav-bg-about.png) no-repeat;
}

#about-nav-margin
{
	display: inline;
	float: left;
	margin-top: 10px;
	margin-left: 39px;
}

#about-nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#about-nav li
{
	margin: 0;
	padding: 0;
	height: 64px;
	overflow: hidden;
}

#left-about
{
	width: 170px;
	height: 64px;
	background: url(images/leftnav/about.jpg) no-repeat;
}



#left-exam
{
	width: 170px;
	height: 64px;
	background: url(images/leftnav/eye-exams.jpg) no-repeat;
}

#left-lenses
{
	width: 170px;
	height: 64px;
	background: url(images/leftnav/lenses.jpg) no-repeat;
}

#left-david
{
	width: 170px;
	height: 64px;
	background: url(images/leftnav/about-david.jpg) no-repeat;
}

#left-testimonials
{
	width: 170px;
	height: 64px;
	background: url(images/leftnav/testimonials.jpg) no-repeat;
}

#left-awards
{
	width: 170px;
	height: 64px;
	background: url(images/leftnav/awards.jpg) no-repeat;
}

#left-events
{
	width: 170px;
	height: 64px;
	background: url(images/leftnav/events.jpg) no-repeat;
}



#about-nav-margin li:hover, #about-nav-margin li:active
{
	background-position: 0 -64px;
}



/*--Blank Nav--*/

#blank-nav
{
	display: inline;
	float: left;
	width: 223px;
	background: url(images/sub-nav-bg.png) no-repeat;
	overflow: hidden;
	height: 1140px;
}



/*----FOOTER----*/

#footer
{
	float: left;
	width: 992px;
	height: 269px;
	color: #2e7893;
	background: url(images/footer-bg.png) center no-repeat;
	overflow: hidden;
}

#footer a, #footer a:visited
{
	color: #2e7893;
}

.footer-content
{
	float: left;
	width: 992px;
	text-align: center;
	padding-top: 15px;
}


/*---------------CONTACT FORM-----------------*/

.contact-form
{
	clear: left;
	float: left;
	margin-top: 20px;
	width: 500px;
	
}

#formLabel 
{   
	float: left; 
	width: 120px; 
	padding: 0; 
	margin-top: 5px;
	margin-right: 8px;
}

#formText 
{   
 	float: left;
	background: url(images/input-bg.jpg) no-repeat;
	border: 0;
}

#contact-form label 
{   
	float: left; 
	width: 120px; 
	padding: 0; 
	margin-top: 5px;
	margin-right: 8px;
}
.cf-label 
{   
	float: left; 
	padding: 3px 3px 0px 0px;
	font-weight: bold;
	width: 120px; 
	margin-top: 5px;
	margin-right: 8px;
}
.cf-cell
{
	padding: 3px 3px 0px 0px;
}
.cf-inputbox
{
	float: left;
	padding-top: 6px;
	padding-left: 4px;
	color: #2c2c2c;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 267px;
	height: 27px;
}
.cf-submit-btn
{
	float: left; 
	padding-left: 216px;
	width: 170px;
	height: 53px;	
}

#contact-form input.text
{
 	float: left;
	background: url(images/input-bg.jpg) no-repeat;
	border: 0;
}

#contact-form input.text
{
	float: left;
	padding-top: 6px;
	padding-left: 4px;
	color: #2c2c2c;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 267px;
	height: 27px;
}

#contact-form textarea.text
{
	float: left;
	padding: 6px 0px 0px 4px;
	color: #2c2c2c;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 349px;
	height: 108px;
}

#contact-form fieldset 
{
	border: 0;
	margin: 0;
}
			
#contact-form dt
{
	float: left;
	padding-bottom: 15px;
}				
			
#contact-form legend 
{
	color: #435F8B;
}
			
#contact-form fieldset 
{
	border-width: 1px;
	border-style: solid;
	margin: 0;
}

#contact-form .form-label
{
	float: left;
	font-weight: bold;
	margin-left: 18px;
}

#textarea
{
	clear: left;
	float: left;
	margin-top: 10px;
	margin-left: 18px;
}

#contact-form textarea
{
	width: 349px;
	height: 108px;
	border: 0;
	background: #bfcbd2 url(images/textarea-bg.jpg) no-repeat;
}

#submit
{
}

#submit-btn
{
	width: 170px;
	height: 53px;	
}

#dnn_ctr380_FormMaster_tdFormMasterHeaderCell
{
	display: none;
}

#contact-font, #contact-font p, #contact-font span
{
	font-size: 12px !important;
}

.bbb
{
	clear: both;
	float: left;
	text-align: center;
	margin: 15px 0 0 0;
	width: 992px;
	font: italic 16px  Arial, Helvetica, sans-serif;
	color: #fff;
}

.bbb-secondary
{
	clear: both;
	float: left;
	text-align: center;
	margin: 15px 0 0 0;
	width: 710px;
	font: italic 16px  Arial, Helvetica, sans-serif;
	color: #fff;	
}





