/*
----------------------------
-- Masco IBS External CSS --
----------------------------
*/

html,body {
	color: #465359;
	background: #3f4043 url(../img/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font: 100% Verdana, sans-serif;
	height:100%; /* needed for container min-height */
	text-align: center; /* Center the layout */
	}
	
	
	
/* IE6 png support */

img {
	behavior: url(./css/iepngfix.htc);
	border: 0;
	}



/* Text Styles */

h1 {
	color: #c41329;
	margin: 0 0 .5em 0;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: normal;
	font-size: 1.2em;
	}
	
h2 {
	color: #c41329;
	margin: 2.5em 0 1em 0;
	border-bottom: #c41329 1px solid;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: normal;
	font-size: 1em;
	}
	
p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
	font-size: .750em;
	}
	
a {
	color: #01a2ea;
	border-bottom: #b9bcc2 1px dotted;
	text-decoration: none;
	}
	
ul {
	margin: .814em 0 1.6em 0;
	padding: 0;
	list-style: none;
	}

ul li {
	background: url(../img/arrow.gif) no-repeat 0 0.6em;
	margin-bottom: .50em;
	padding: 0 0 0 15px;
	line-height: 1.50em;
	font-size: .750em;
	}
	
dl {
	font-size: .750em;
	margin: 0;
	}
	
dt {
	font-weight: bold;
	margin: 0 0 .3em 0;
	}
	
dd {
	margin: 0 0 1.3em 0;
	line-height: 1.6em;
	}
	
label {
	margin-left: 5px;
	font-size: .750em;
	}
	
	
	
/* Buttons */
	
.btn {
	background: transparent url(../img/btn.jpg) no-repeat left top;
	padding-left: 10px;
	text-align:center;
	width: 140px;
	}
	
.btn2 {
	float: left;
	padding-left: 150px;
	padding-top: 2px;
	}

.btn a {
	display: block;
	color: #fff;
	background: transparent url(../img/btn.jpg) no-repeat right top;
	border: none;
	padding: 0 10px 0 0;
	line-height: 22px;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
	}
	
	
	
/* Misc. Elements */

.right {
	float: right;
	}
	
.clearer {
	clear: both;
	height: 1px;
	}

	
	
/* Navigation */	
	
#nav {
	background: transparent url(../img/nav_bg.gif) no-repeat;
	height: 47px;
	padding: 0 7px;
	}
	
#nav #logout {
	float: left;
	color: #fff;
	margin-top: 7px;
	margin-left: 11px;
	font-size: .750em;
	}
	
#nav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav li {
	display: block;
	float:left;
	color: #fff;
	background: transparent url(../img/nav_rule.gif) no-repeat top right;
	padding: 0 9px 0 2px;
	margin: 4px 0 0 0;
	height: 32px;
	line-height: 26px;
	font-size: .750em;
	}
	
#nav li.last {
	background: transparent;
	}
	
#nav ul li a {
	display:block;
	#display:inline-block; /* IE6 & IE7 */
	color: #fff;
	border-bottom: 0;
	height: 36px;
	}
	
#nav .tl {
	display: block;
	padding-left: 6px;
	}
	
#nav .tr {
	display: block;
	padding-right: 6px;
	}
	
#nav .selected a,  #nav ul li a:hover {
	background: transparent url(../img/tab_m.gif) no-repeat top center;
	}

#nav .selected .tl, #nav ul li a:hover .tl {
	background: transparent url(../img/tab_l.gif) no-repeat top left;
	}
	
#nav .selected .tr, #nav ul li a:hover .tr {
	background: transparent url(../img/tab_r.gif) no-repeat top right;
	}
	
	

/* Layout Elements */	
	
#wrapper {
	position: relative;
	color: #465359;
	background: #fff;
	margin: 0 auto;
	width: 874px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height */
	min-height: 100%; /* real browsers */
	text-align: left;
	}
	
#header{
	background: #000 url(../img/header.jpg);
	height: 136px;
	}
	
#header h1 {
	position: absolute;
	top: 25px;
	left: 30px;
	display: block;
	margin: 0;
	padding: 0;
	width: 375px;
	height: 75px;
	text-indent: -9999px;
	}

#main {
	background: #fff url(../img/main_bg.jpg) no-repeat;
	margin-top: -17px;
	padding: 30px 25px 25px 25px;
	}
	
#main-home {
	background: #fff url(../img/main_bg_home.jpg) no-repeat;
	margin-top: -17px;
	padding: 30px 25px 25px 25px;
	}
	
.column {
	float: left;
	width: 475px;
	}
	
.column-short {
	float: left;
	width: 330px;
	}
	
	
	
/* Default Sidebar */
	
.sidebar {
	position: relative;
	float: right;
	background: #fafafa url(../img/sidebar_bg.gif) repeat-y;
	padding: 15px 15px 10px 15px;
	width: 299px;
	}
	
.sidebar .top {
	position: absolute;
	background: transparent url(../img/sidebar_top.gif) no-repeat;
	top: 0;
	left: 0;
	height: 15px;
	width: 329px;
	}
	
.sidebar .bottom {
	position: absolute;
	background: transparent url(../img/sidebar_bottom.gif) no-repeat;
	bottom: 0;
	left: 0;
	height: 15px;
	width: 329px;
	}
	
.sidebar h2 {
	margin: 1.75em 0 .25em 0;
	border-bottom: 0;
	}
	
	
	
/* Show Hours */

.show-hours {
	width: 149px;
	float: left;
	margin: 0;
	}
	
.show-hours dt {
	margin-top: .5em;
	font-weight: normal;
	}
	
.show-hours dd {
	margin-bottom: .75em;
	}
	
	
	
/* Home Sidebar (Promos) */

.sidebar-promos {
	float: right;
	padding: 15px;
	width: 297px;
	}

.sidebar-promos a.button {
	display: block;
	color: #fff;
	background: url(../img/button_dark.png) no-repeat;
	behavior: url(./css/iepngfix.htc); /* ie6 png fix */
	margin-top: 10px;
	border: none;
	width: 100px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size:11px;
	text-align: center;
	}
	
	

/* Home Promos */

.efl-promo {
	color: #fff;
	background: transparent url(../img/efl_promo_bg.png) no-repeat;
	behavior: url(./css/iepngfix.htc); /* ie6 png fix */
	margin-bottom: 15px;
	padding: 50px 140px 0 15px;
	width: 142px;
	height: 127px;
	font-size: 11px;
	line-height: 15px;
	}
	
.masco-promo {
	color: #fff;
	background: transparent url(../img/masco_promo_bg.png) no-repeat;
	behavior: url(./css/iepngfix.htc); /* ie6 png fix */
	margin-bottom: 15px;
	padding: 15px 140px 0 15px;
	width: 142px;
	height: 155px;
	font-size: 11px;
	line-height: 15px;
	}
	
.masco-promo h3 {
	color: #be182d;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 17px;
	}
	

	
/* General Table */

.general-table {
	border-collapse: collapse;
	border-bottom: 1px solid #b3b3b3;
	font-size: .750em;
	}

.general-table th {
	background: #fff;
	padding: 0 4px 4px 4px;
	border-left: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	font-weight: normal;
	}
	
.general-table th.first {
	border-left: 0;
	}
	
.general-table td {
	padding: 4px;
	border-top: 1px solid #e8ebef;
	vertical-align: top;
	}
	
.general-table .label {
	text-align: right;
	border-left: 0;
	width: 65px;
	}
	
.general-table .alt {
	background: #f1f5fa;
	}
	
	
	
/* Form Table */

.form-table {
	margin-bottom: 30px;
	font-size: .750em;
	}
	
.form-table td {
	padding-bottom: 5px;
	}

.form-table .label {
	padding-right: 5px;
	width: 135px;
	line-height: 22px;
	text-align: right;
	vertical-align: top;
	}
	
.form-table.details .label {
	font-weight: bold;
	}
	
.required {
	color: red;
	padding-right: 5px;
	}
		

	
	
/* Brand Table */

.brand-table {
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	}

.brand-table table {
	background: #fff;
	border-collapse: collapse;
	width: 100%;
	}
	
.brand-table td {
	border: 1px solid #dedede;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	}
	
.brand-table a {
	display: block;
	border: 0;
	width: 108px;
	height: 75px;
	text-decoration: none;
	}
	
.brand-table img {
	border: 0;
	}
	


/* Brand Table Logos */
	
.brand-table a.efl {
	width: 326px;
	}
		
.brand-table a:hover, .brand-table a.selected {
	background: #ebf4ff;
	}
	
	
/* Brand Window */

.brand-window {
	position: absolute;
	top: 185px;
	left: 15px;
	z-index: 3;
	background: transparent url(../img/brand_window_bg.png) repeat-y;
	behavior: url(./css/iepngfix.htc); /* ie6 png fix */
	padding: 10px;
	width: 476px;
	}
	
.brand-window .top {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../img/brand_window_top.gif) no-repeat;
	width: 496px;
	height: 10px;
	}
	
.brand-window .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(../img/brand_window_bottom.gif) no-repeat;
	width: 496px;
	height: 10px;
	}
	
.brand-window .close-window {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	background: #ed1d24;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 9px;
	}
	
.brand-window img {
	margin-bottom: 5px;
	}
	
.brand-window .content {
	color: #fff;
	background: #ed1d24;
	padding: 15px 15px 5px 15px;
	width: 446px;
	}
	
.brand-window h2 {
	color: #fff;
	margin: 0 0 10px 0;
	border: 0;
	}
	
.brand-window ul {
	padding: 0;
	margin: 0 0 1em 0;
	list-style: inside disc;
	}
	
.brand-window ul li {
	background: none;
	}
	
.brand-window a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	}
	
	
	
/* Tour */

#tour-description {
	float: left;
	width: 197px;
	}
	
#tour-slideshow {
	float: right;
	width: 602px;
	height: 455px;
	}