/* *******************************************  LPA  - 2008  ******************************************* */  

/*
Color Key:

body bg grey - #888888
blue buttons - #15678D

*/

@import url('/_common/css/meyer_reset.css');

/* Separate base html elements into another file so that it can be used w/in tinymce
to provide a consistent experience editing & viewing */
@import url('/_common/css/html_elements.css');


/* HTML content entered via cms 
@import url('/_common/css/cms_html.css'); */

#wrapper { 
	margin:0 auto;
}
#container { 
	margin:0 auto;
	position: relative;
	left: -1px;
	width:900px;
}


/* *******************************************  General   ******************************************* */ 

.clr { clear:both; }
.bullet-right { padding:5px 23px 5px 0px; background:url('/_common/img/button-yellow.gif') no-repeat right center; }
.bullet { padding:5px 0 5px 23px; background:url('/_common/img/button-yellow.gif') no-repeat left center; }
.pdf { padding:5px 0 5px 23px; background:url('/_common/img/icon-pdf.gif') no-repeat left center; }
.hr {
	margin: 10px 0;
	height:6px;
	background: url("/_common/img/bg-hr.gif") repeat-x 0 2px;
}
 
/* ---------- text ---------- */

.red { color: #cc0000; }
.bold { font-weight: bold; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }

/* ---------- page titles ---------- */

.pagetitle-full {
	margin: 20px 0 0 0; padding: 3px 0 0 0;
	width: 583px; 
	height: 40px;
	font-size: 13px;
	text-indent: 15px;
	color: #30332F;
	background: url("/_common/img/bg-menu-full.jpg") no-repeat 0 0;
}
.pagetitle-large { /* diff font size for support pages */
	margin: 15px 0 0 0; padding: 8px 0 0 0;
	width: 583px; 
	height: 45px;
	font-size: 16px;
	text-indent: 15px;
	color: #30332F;
	background: url("/_common/img/bg-menu-full-support.jpg") no-repeat 0 0;
}
.pagetitle-medium { /* used on product detail page */
	margin: 0; padding: 3px 0 0 0;
	width: 323px; 
	height: 35px;
	font-size: 13px;
	text-indent: 15px;
	color: #30332F;
	background: url("/_common/img/bg-menu-medium.jpg") no-repeat 0 0;
}
.pagetitle-small { /* used on product detail page - compatability-tool */
	margin: 0; padding: 3px 0 0 0;
	width: 251px; 
	height: 35px;
	font-size: 13px;
	text-indent: 15px;
	color: #30332F;
	background: url("/_common/img/bg-menu-small.jpg") no-repeat 0 0;
}
.page_header { /* positioning for h1 tags for page headers */
	position: relative;
	left: 0;
}

.quote { 
	margin: 0; padding: 0 0 0 15px;
}
.quote p {
	margin: 0; padding: 0;
	color: #30332F;
	font-size: 18px;
	line-height: 22px;
}

/* ---------- generic table styling ---------- */

.generic-table {
	margin: 0; padding: 0;
}
.generic-table th, .generic-table td {
	padding: 5px 5px 0 0;
	vertical-align: top;
	font-size: 13px;
	line-height: 13px;
	width: 20%;
}
.generic-table td.check-box-text {
	padding: 5px 5px 0 0;
	vertical-align: top;
	line-height: 13px;
}
.generic-table td.check-box-text p { /* text in size/wrapping for checkboxes */
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	width: 300px;
}
.generic-table td b {
	padding-right: 5px;
}
.generic-table td span {
	font-size: 13px;
}
.generic-table td input {
	font-size:9px; 
	color: #333; 
	background:#fff; 
	border: 1px solid #ccc; 
	font-weight:normal;
}

/* ---------- generic form alignment ---------- */

.form-alignment {
	position: relative;
	left: 16px;
}


/* *******************************************  Header   ******************************************* */ 

#header { 
	margin:0 auto; padding: 0 0 15px 0;
	width: 838px;
	height: 120px;
	background: url("/_common/img/header.jpg") no-repeat 3px 0;
}

/* ---------- logo ---------- */

#logo {
	position: relative;
	left: 15px; top: 12px;
	width: 190px;
	height: 50px;
	float: left;
}
#logo h1 { text-indent: -9999px; }
#logo a {
	width: 190px;
	height: 50px;
	display: block;
}

#header_links {
	position: relative;
	left: 0px; top: 10px;
	width: 380px;
	float: right;
}

/* ---------- flag links ---------- */

#header_links ul#flags { 
	position: relative;
	left: 272px;
	width: 90px;
	padding: 5px 0 25px 0;
}
#header_links ul#flags li { 
	padding: 0 10px 0 0;
	list-style-type: none;
	display: inline;
	float: left;
}
#header_links ul#flags li h1 { text-indent: -9999px; }
#header_links ul#flags li.usa a, #header_links ul#flags li.germany a, #header_links ul#flags li.france a {
	position: relative;
	left: 0; top: -4px;
	width: 20px;
	height: 13px;
	display: block;
}
#header_links ul#flags li.usa { background: url("/_common/img/icon-flag-usa.gif") no-repeat 0 0; }
#header_links ul#flags li.germany { background: url("/_common/img/icon-flag-germany.gif") no-repeat 0 0;  }
#header_links ul#flags li.france { background: url("/_common/img/icon-flag-france.gif") no-repeat 0 0; }

/* ---------- grey text links ---------- */

ul#grey-links {
	width: 200px;
	float: left;
	list-style-type: none;
}
ul#grey-links li {
	padding: 0 3px 0 0;
	display: inline;
	float: left;
	list-style-type: none;
}
ul#grey-links a {
	padding: 0 7px 0 0; 
	font-size: 12px;
	color: #30322E;
	text-transform: uppercase;
	text-decoration: underline;
}
ul#grey-links a:hover { text-decoration: none; }

/* ---------- search box ---------- */

#search-field {
	position: relative;
	top: -12px;
	width:165px;
	float: left;
}
#search-field a {
	padding: 0;
	font-size: 12px;
	color: #30322E;
	text-decoration: underline;
}
#search-field a:hover { text-decoration: none; }
.go-button {
	position: relative;
	left: 0; top: 6px;
}


/* *******************************************  Main Navigation  ******************************************* */  

#header ul#main-nav { 
	position: relative;
	left: 15px; top: 25px;
	width: 813px; 
	height: 30px;
	float: left;
	background: url("/_common/img/bg-nav.gif") no-repeat 0 0;
}
#header ul#main-nav li { 
	display: inline;
	float: left;
	height: 30px;
}
#header ul#main-nav li a {
	padding-top: 8px;
	height: 22px; 
	display: block;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #717171;
}
#header ul#main-nav li a:hover, #header ul#main-nav li a.on, #header-extranet #extranet-nav-bg ul#main-nav li a:hover, #header-extranet #extranet-nav-bg ul#main-nav li a.on  { color: #000; }

#header a.products { width: 102px; }
#header a.focus { width: 90px; text-indent: 5px; }
#header a.inspirations { width: 125px; text-indent: 9px; }
#header a.where_to_buy { width: 143px; text-indent: 9px; }
#header a.news_events { width: 148px; text-indent: 15px; }
#header a.support { width: 106px; text-indent: 20px; }
#header a.contact { width: 88px; text-indent: 20px; }

/* ---------- rollover nav ---------- */

.rollover-align {
	margin: 0; padding: 0;
	position: relative;
	left: 38px; top: 28px;
	width: 765px;
	display: none;
}
.rollover-align ul.rollover-nav {
	margin: 0; padding: 0;
	list-style-type: none;
}
.rollover-align ul.rollover-nav li {
	margin: 0; padding: 0 20px 0 0;
	float: left;
	display: inline;
}
.rollover-align ul.rollover-nav li a {
	margin: 0; padding: 0;
	color: #30332F;
	font-size: 12px;
	text-decoration: none;
}
.rollover-align ul.rollover-nav li a:hover {
	text-decoration: underline;
}

/* ---------- rollover positioning ---------- */

#rollover-nav-9 { /* inspirations */
	position: relative;
	left: 40px;
	width: 570px;
}
#rollover-nav-10 { /* where to buy */
	position: relative;
	left: 366px;
	width: 400px;
}
#rollover-nav-11 { /* new & events */
	position: relative;
	left: 510px;
	width: 280px;
}
#rollover-nav-12 { /* support */
	position: relative;
	left: 198px;
	width: 680px;
}
#rollover-nav-13 { /* contact */
	position: relative;
	left: 474px;
	width: 365px;
}


/* *******************************************  Sidebar   ******************************************* */ 

/* ---------- primary ---------- */

#sidebar {
	position: relative;
	left: 6px;
	padding: 0 0 30px 0;
	width: 201px;
	float: left;
}
.bg-title {
	padding: 9px 0 7px 30px;
	width:201px;
	font-size: 14px;
	font-weight: bold;
	color: #30332F;
	background: url("/_common/img/bg-title.jpg") no-repeat 0 0;
}
.menu-bg {
	padding: 0 0 7px 0;
	width:200px;
	background: url("/_common/img/bg_menu.gif") repeat-y 0 0;
}
ul.sidenav {
	position: relative;
	left: 0; top: 0;
	width: 197px;
	border-right: 2px solid #E1E1E1;
	border-left: 2px solid #E1E1E1;
}
ul.sidenav li {
	padding-left: 3px;
	font-size:13px;
	list-style-type:none;
	border-top: 1px solid #ccc;
}
ul.sidenav li a { 
	padding: 8px 0 7px 25px;
	display:block;  
	color: #838383;  
	text-decoration: none;
}
ul.sidenav li a:hover { text-decoration: underline; }
ul.sidenav li.off { background:url('/_common/img/icon-sidenav-off.gif') no-repeat 10px 10px; }
ul.sidenav li.on { background:url('/_common/img/icon-sidenav-on.gif') no-repeat 11px 11px; }
ul.sidenav li.tertiary-on { text-decoration: underline; }

/* ---------- secondary ---------- */

ul.sidenav li ul { 
	position: relative;
	left: -4px;
	padding: 7px 0 7px 2px;
	width: 198px;
	border-top: 1px solid #ccc;
}
ul.sidenav li ul li {
	border-top: 1px solid transparent;
}
ul.sidenav li ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
	color:#000;
	font-size: 11px;
}
ul.sidenav li ul li a.on {
	text-decoration: underline;
}


.bottom-menu {
	width: 201px;
	height: 7px;
	background: url("/_common/img/bg-menu-bottom.gif") no-repeat 0 0;
}

/* ---------- callouts ---------- */

.callouts {
	margin: 10px 0 0 0; padding: 0;
	width: 200px;
}


/* *******************************************  Content  ******************************************* */  

#content-wrapper { 
	margin: 0 auto; padding: 0 10px 10px 10px;
	width: 820px;
}
#content {
	margin:0 0 0 30px; padding: 0 0 50px 0;
	width:580px;
	float:left;
}
#content p {
	padding-left: 0;
}
/* rxb 9/26/08 RTL, this will now be controlled by cms */
/* #content img { border: 1px solid #DADADA; } */
#content .imageborder { border: 1px solid #DADADA; }
#content ul {
	padding: 0 5px 0 30px;
}
#content ul li {
	list-style-type: disc;
	font-size: 12px;
	color: #333;
}

/* ---------- breadcrumbs ---------- */

#breadcrumb {
	padding: 15px 0 0 0;
	z-index: 1000;
}
#breadcrumb a {
	font-size: 11px;
	color: #000;
}


/* *******************************************  Footer  ******************************************* */  

#footer { 
	margin:0 auto; padding: 25px 0 75px 0;
	width: 838px;
	background: url("/_common/img/bg-footer-dots.gif") no-repeat top center;
	font-size:12px;
	text-align: center;
}

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

#footer ul#primary {
	margin: 0 auto; padding: 0 0 28px 0;
	position: relative;
	left: 25px;
	width: 550px;
	font-size: 11px;	
}
#footer ul#primary li { 
	display: block;
	float: left;
	color: #30332F;
}
#footer ul#primary li a { color: #30332F; padding: 0 10px 0 7px; }

#footer ul#secondary {
	position: relative;
	left: 20px;
	padding: 0 0 12px 0;
	color: #fff;
}
#footer ul#secondary li { padding: 0 5px; color: #30332F; }
#footer ul#secondary li a.link-middle { padding: 0 6px; color: #30332F; } /* padding between pipes */
#footer ul#secondary li a { color: #30332F; font-size: 11px; } 

#footer p#credits {
	padding: 0 0 20px 0; 
}
#footer p#credits a { 
	font-size: 10px;
	font-weight:bold;
	color: #30332F;
}

#footer ul li { 
	margin: 0; padding: 0;
	color:#C4E7F9;
	display:inline;
}
#footer ul li a { padding: 0; color:#C4E7F9; }
#footer p { color: #30332F; }

#footer p#copyright { /* 2000 lpa designs */
	padding: 0 0 8px 0;
	position: relative;
	left: -2px;
	text-align: center;
	font-size: 10px;
}

/* default square button  */
a.dbButton:link, a.dbButton:visited, a.dbButton:active, a.dbButton:hover { margin:0; padding:0; background-color:#D00000; font-weight:normal; color:#000; text-decoration:none; padding:0 5px 2px 4px; }
a.dbButton:active, a.dbButton:hover { text-decoration:underline; }


/* *******************************************  Forms  ******************************************* */  

.formField { font-size:10px; border: 1px solid #ccc; color: #999; }
.formButton { background:#ffd82a; font-weight:normal; color:#000; text-decoration:none; font-size:12px; padding:0 5px 2px 4px; border:0; cursor:pointer; }
.formText { font-size:9px; color: #333; background:#fff; border: 1px solid #ccc; font-weight:normal; }


















