/* -------------------------------------------------------------
	Loma Lux
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			26 May 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Sidebar
		- Body
			> Primary Content
			> Secondary Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #b6add1 url(/images/bg_body.jpg) no-repeat top center;
	font: normal 11px/1.5 Verdana, Helvetica, sans-serif;
	color: #4a4a4a;
	text-align: center;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #78af0f;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

ul li {
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 8px;
	padding-left: 10px;
	position: relative;
	visibility: visible;

}

hr {
	height: 1px;
	border: none;
	background-color: #cccccc;
	color: #cccccc;
	margin: 30px 0 30px 0;
	clear: both;
}



/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#root {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

#index {
	width: 100%;
	margin-top: 20px;
	position: relative;
	background: #fff url(/images/bg_indexCap.jpg) no-repeat;
	visibility: visible;

}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 768px;
	height: 295px;
	clear: both;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: url(/images/bg_masthead.gif) repeat-x;
}

#interior #masthead {
	height: 212px;
	background: url(/images/bg_mastheadInterior.gif) repeat-x;
}

#brand, #brand a {
	width: 246px;
	height: 65px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9000em;
	background: url(/images/logo_doorToDoor.gif) no-repeat;
}

#brand {
	margin: 110px 0 0 15px;
	display: inline;
	position: relative;
}

#interior #brand {
	margin-top: 60px;
}

#sessionTag {
	width: 449px;
	height: 10px;
	padding: 7px 22px 2px 0;
	float: right;
	z-index: 3;
	text-align: right;
	font-size: 10px;
	line-height: 11px;
}

#sessionTag a:link, #sessionTag a:visited,
#sessionTag a:hover, #sessionTag a:active {
	color: #4a4a4a;
}

#masthead ul {
	width: 481px;
	margin-top: 5px;
	float: right;
}

#masthead li {
	width: 152px;
	height: 228px;
	margin-right: 3px;
	padding: 0;
	display: block;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
}

#interior #masthead li {
	height: 173px;
}

#masthead li h2 {
	position: absolute;
	left: -9000em;
}

#masthead em {
	position: absolute;
	bottom: 4px;
	left: 27px;
	color: #fff;
	font-size: 10px;
	font-style: normal;
}

#interior #masthead em {
	bottom: 6px;
}

#masthead a:link, #masthead a:visited,
#masthead a:hover, #masthead a:active {
	color: #fff;
}

li#sub_treatment {
	background-image: url(/images/bg_subTreatment.jpg);
}

li#sub_why {
	background-image: url(/images/bg_subWhy.jpg);
}

li#sub_qa {
	background-image: url(/images/bg_subQA.jpg);
}

#interior li#sub_treatment {
	background-image: url(/images/bg_subTreatmentInterior.jpg);
}

#interior li#sub_why {
	background-image: url(/images/bg_subWhyInterior.jpg);
}

#interior li#sub_qa {
	background-image: url(/images/bg_subQAInterior.jpg);
}

#header {
	height: 26px;
	margin: -36px 0 16px 0;
	position: relative;
	z-index: 4;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
}

#interior #header {
	color: #534e6a;
	margin-top: -23px;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 240px;
	margin-top: -72px;
	float: left;
	position: relative;
	z-index: 3;
}

#interior #sidebar {
	margin-top: -52px;
}

#ui_list {
	width: 205px;
	padding-top: 10px;
	float: right;
	background: url(/images/bg_uiHeader.gif) no-repeat;
}

#ui_list li {
	padding: 0;
	background: url(/images/blank.gif);
}

#ui_list a {
	width: 205px;
	height: 24px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9000em;
	overflow: hidden;
}

#ui_list a:hover {
	background-position: top right;
}

li#ui_what, li#ui_what a {
	background-image: url(/images/ui_what.gif);
}

li#ui_why, li#ui_why a {
	background-image: url(/images/ui_why.gif);
}

li#ui_about, li#ui_about a {
	background-image: url(/images/ui_about.gif);
}

li#ui_treatment, li#ui_treatment a {
	background-image: url(/images/ui_treatment.gif);
}

li#ui_scarring, li#ui_scarring a {
	background-image: url(/images/ui_scarring.gif);
}

li#ui_myths, li#ui_myths a {
	background-image: url(/images/ui_myths.gif);
}

li#ui_safety, li#ui_safety a {
	background-image: url(/images/ui_safety.gif);
}

li#ui_faq, li#ui_faq a {
	background-image: url(/images/ui_faq.gif);
}

li#ui_testimonies, li#ui_testimonies a {
	background-image: url(/images/ui_testimonies.gif);
}

li#ui_testimonies {
	background: url(/images/bg_uiFooter.gif) no-repeat bottom left;
	padding-bottom: 10px;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 467px;
	padding: 0 15px 50px 0;
	float: right;
	position: relative;
	z-index: 3;
}

#brand_lomalux, #brand_lomalux a {
	width: 86px;
	height: 48px;
	display: block;
	overflow: hidden;
	text-indent: -9000em;
	background: url(/images/logo_lomalux.gif) no-repeat;
}

#brand_lomalux {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 4;
}

#interior #brand_lomalux {
	right: auto;
	left: 20px;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 100%;
	height: 100px;
	padding: 25px 0 0 0;
	clear: both;
	background: url(/images/bg_footer.gif) no-repeat;
	color: #7b778c;
}

#footer a:link, #footer a:visited {
	color: #7b778c;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer ul {
	width: 280px;
	float: left;
	padding-top: 2px;
}

#footer li {
	padding: 0 10px;
	float: left;
	line-height: 1.1em;
	background: url(/images/blank.gif);
	border-left: 1px solid #7b778c;
}

#footer li.first {
	padding-left: 0;
	border: 0px;
}

#copyright, #disclaimer {
	width: 482px;
	float: right;
}

#disclaimer {
	margin-bottom: 15px;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}
