/* Screen Styles for pod drop */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 70%; /* enables you to easily size text with ems */
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background:url(../images/light_body.jpg); background-position:center;
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { /* resets most browser styles to enhance cross-browser compatibility */
	margin: 0;
	padding: 0;
}

a:link {color: #e0a434; text-decoration: underline;}
a:visited {color: #e0a434; text-decoration: underline;}
a:hover {color: #e0a434; text-decoration: none;}
a:active {color: #e0a434; text-decoration: underline;}

/* ------------ MAIN STRUCTURE OF THE PAGE ------------ */

#centered-container {
	width: 851px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 851px;
	height: 93px;
	background: url(../images/logo.jpg) no-repeat;
	background-color: #000;

	
}

#pod-type-header {
	width: 851px;
	height: 93px;
	background: url(../images/pod_series_logo.jpg) no-repeat;
	background-color: #000;
	margin-bottom: 6px;
}

#navigation-bar {
	width: 851px;
	background-color: #40403a;
}

#navigation {
	margin-left: 21px;
	padding-top: 0px;
	font-size: 1.1em;
	text-transform: uppercase;
}

#content-header {
	width: 851px;
	height: 250px;
	padding: 0px;
	background-position: bottom;
	background-color: #000000;
	background: url(../images/content_header_bg.jpg) no-repeat;
	

	
}
#content-header-text h1{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#FFFFFF;
margin: 0px 0px 0px 300px;
padding: 40px 0px 0px 0px;


}

#product-container {
	float: left;
	width: 424px;
	margin-right: 2px;
}

#promo-container {
	float: left;
	width: 424px;
}

.product-box {
	width: 409px;
	height: 140px;
	background-color: #fff;
	margin-bottom: 2px;
	padding-right: 15px;
}
.image-float-left{
	float: left;
}
.product-box-repair {
	width: 369px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
	background:url(../images/promo_backgroun.jpg)  no-repeat;
	background-position:center;
}
.top-promo-box {
	width: 350px;
	height: 140px;
	background-color: #FFFFCC;
	margin-bottom: 2px;
	padding: 6px 6px 6px 40px;
	}
.chat-promo-box {
	width: 413px;
	height: 55px;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	padding: 10px 0px 0px 0px;
}
.top-promo-CH {
	width: 405px;
	float:left;
	height: 200px;
	padding: 13px 0px 0px 0px;
	background:url(../images/promo_backgrounddata.jpg)  no-repeat;
	background-position:left;
	margin-top: 0px;
}

.promo-area-left {
	float: left;
	width: 195px;
	height: 185px;
	margin-right: 2px;
	background-color: #fff;
	padding: 10px 50px 0px 0px;
}

.inner-promo-area-left {
	width: 198px;
	height: 185px;
	border: 1px solid #666666;
}

.promo-area-right {
	float: left;
	width: 163px;
	height: 190px;
	background-color: #fff;
	padding: 10px 0px 0px 0px;
}

.inner-promo-area-right {
	width: 198px;
	height: 240px;
	
}
.promo-area-chat {
	float: left;
	width: 195px;
	height: 100px;
	background-color: #fff;
	padding: 0px;
}

.inner-promo-area-chat {

	
}
.inner-promo-area-middle {
	width: 412px;
	height: 119px;
	border-top: 1px solid #c8c8c8;
}
.middle-promo-box {
	width: 412px;
	height: 119px;
	background-color: #fff;
	margin-top: 2px;
	padding: 6px;
}
#logo-container {
	float: left;
	width: 811px;
	height: 200px;
	margin-right: 2px;
}
.logo-holder-box {
	width: 400px;
	background-color: #fff;
	margin-top: 2px;
	padding: 6px;
}
#footer {
	border-top: 1px solid #c2c3c2;
	padding-top: 6px;
	color: #c2c3c2;
}

#footer a:link {color: #c2c3c2; text-decoration: none;}
#footer a:visited {color: #c2c3c2; text-decoration: none;}
#footer a:hover {color: #c2c3c2; text-decoration: underline;}
#footer a:active {color: #c2c3c2; text-decoration: none;}

/* STYLES FOR SIMPLE TEXT BASED PAGES */

#text-page-container {
	margin-bottom: 12px;
}

#text-page-left {
	float: left;
	width: 283px;
	padding: 30px 0 0 40px;
}
#text-page-leftSQH {
	float: left;
	width: 700px;
	padding: 0px 0 0 40px;
}

#text-page-left h2 {
	color: #000;
	font-size: 2em;
	margin-bottom: 10px;
}

#text-page-left h3 {
	color: #e0a434;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#text-page-left ul {
	margin-top: 25px;
}

#text-page-left li {
	font-size: 1.2em;
	list-style-type: none;
	margin-bottom: 8px;
}

#text-page-left a:link {color: #959591; text-decoration: underline;}
#text-page-left a:visited {color: #959591; text-decoration: underline;}
#text-page-left a:hover {color: #959591; text-decoration: none;}
#text-page-left a:active {color: #959591; text-decoration: underline;}

#text-page-right {
	float: left;
	width: 416px;
	padding: 30px 70px 0 42px;
}
#text-page-leftSQ {
	float: left;
	width: 700px;
	padding: 10px 30px 0 40px;
}
#text-page-leftDS {
	float: left;
	width: 675px;
	padding: 10px 5px 5px 5px;
	border: solid;
	border-color: #666666;
	border-width: thin;
	background-color:#CCCCCC;
	margin: 10px 0 0 0;
}
.text-page-right-color {
	float: left;
	width: 300px;
	padding: 20px 0px 0 20px;
	border: solid;
	border-color: #666666;
	border-width: thin;
	background-color:#CCCCCC;
}

#text-page-right h4 {
	margin-bottom: 5px;
	font-size: 1.4em;
	color: #000;
}

#text-page-right h5 {
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #000;
}

#text-page-right strong {
	color: #e0a434;
}

#text-page-right em {
	text-decoration: underline;
}

#text-page-right ul {
	margin-bottom: 16px;
	margin-top: 8px;
}

#text-page-right li {
	margin-left: 0px;
	font-size: 1.2em;
	margin-bottom: 8px;
	list-style-type: none;
}

.warranty-bullets {
	margin-left: 20px;
}

#text-page-right p {
	margin-bottom: 16px;
	line-height: 170%;
	font-size: 1.2em;
}

#text-page-right table {
	margin-top: 10px;
	font-size: 1.2em;
}

#product-page-left {
	float: left;
	width: 305px;
	padding: 30px 0 0 20px;
}

#product-page-right {
	float: left;
	width: 450px;
	padding: 30px 38px 40px 38px;
}

#pod-product-page-left {
	float: left;
	width: 275px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;

}

#pod-product-page-right {
	float: left;
	width: 450px;
	padding: 20px 38px 40px 38px;
}


/* ------------ SPECIFIC STYLES FOR THE HEADER ------------ */

#header h1 {
	display: none;
}

#header a:link {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#header a:visited {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#header a:hover {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#header a:active {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}

#header h3 {
	padding: 25px 30px 5px 0;
	font-size: 1.1em;
	color: #fff;
	text-align: right;
	font-weight: 300;
}

#header h3 em {
	color: #e0a434;
}

#header h2 {
	padding-right: 30px;
	font-size: 2em;
	color: #e0a434;
	text-align: right;
	font-weight: 300;
}

#pod-type-header h1 {
	display: none;
}

#pod-type-header a:link {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#pod-type-header a:visited {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#pod-type-header a:hover {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#pod-type-header a:active {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}

#pod-type-header h3 {
	padding: 25px 30px 5px 0;
	font-size: 1.1em;
	color: #fff;
	text-align: right;
	font-weight: 300;
}

#pod-type-header h3 em {
	color: #e0a434;
}

#pod-type-header h2 {
	padding-right: 30px;
	font-size: 2em;
	color: #e0a434;
	text-align: right;
	font-weight: 300;
}

/* ------------ SPECIFIC STYLES FOR NAVIGATION ------------ */

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #e0a434 /*Brown color theme*/ 
}
#navigation li {
	list-style-type: none;
	display: inline;
}

#navigation a:link {float: left; padding: 9px 14px 9px 14px; color: #fff; text-decoration: none; background-color: #40403a; margin-right: 3px;   border-top: 7px; border-color: #F06890;}
#navigation a:visited {float: left; padding: 9px 14px 9px 14px; color: #fff; text-decoration: none; background-color: #40403a; margin-right: 3px;}
#navigation a:hover {
	float: left;
	padding: 9px 14px 9px 14px;
	color: #333333;
	text-decoration: none;
	background-color: #e0a434;
	margin-right: 3px;
}

#navigation a:active {float: left; padding: 9px 14px 9px 14px; color: #fff; text-decoration: none; background-color: #e0a434; margin-right: 3px;}

#navigation .current a:link {	float: left;
	padding: 9px 14px 9px 14px;
	color: #333333;
	text-decoration: none;
	background-color: #e0a434;
	margin-right: 3px;}


#navigation .current a:link {float: left; padding: 9px 14px 9px 14px; color: #000; text-decoration: none; background-color: #fff; margin-right: 3px; font-weight: 700; }


#navigation .current a:visited {	float: left;
	padding: 9px 14px 9px 14px;
	color: #white;
	text-decoration: none;
	background-color: #e0a434;
	margin-right: 3px;
	font-weight: 700;}
	
#navigation .current a:hover {float: left; padding: 9px 14px 9px 14px; color: #FF9900; text-decoration: none; background-color: #fff; margin-right: 3px; font-weight: 700;}
#navigation .current a:active {float: left; padding: 9px 14px 9px 14px; color: #000; text-decoration: none; background-color: #fff; margin-right: 3px; font-weight: 700;}


/* ------------ SPECIFIC STYLES FOR CONTENT HEADER ------------ */

#content-header-text h2 {
	text-align: left;
	padding: 25px 50px 0 300px;
	text-transform: uppercase;
	font-size: 4.3em;
	line-height: 100%;
	color: #fff;
	font-weight: 300;
}

#content-header-text h2 em{
	font-style: normal;
	color: #e0a434;
}

#content-header-text p {
	padding: 0 50px 0px 300px;
	line-height: 150%;
	color: #fff;
	font-size: 1.1em;
}

/* ------------ SPECIFIC STYLES FOR PRODUCT BOXES ------------ */

.product-box img {
	float: left;
}

.product-box h4 {
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	padding-top: 20px;
}

.product-box em {
	color: #e0a434;
	font-style: normal;
}

.product-box p {
	font-size: 1.1em;
	line-height: 140%;
}
.product-box-repair h4 {
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	padding-top: 20px;
}

.product-box-repair em {
	color: #e0a434;
	font-style: normal;
}

.product-box-repair p {
	font-size: 1.1em;
	line-height: 140%;
}
.top-promo-CH h4 {
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	padding-top: 20px;
}

.top-promo-CH em {
	color: #e0a434;
	font-style: normal;
}

.top-promo-CH p {
	font-size: 1.1em;
	line-height: 140%;
	padding: 0px 20px 0px 200px;
}
/* ------------ SPECIFIC STYLES FOR TOP PROMO BOX ------------ */

.top-promo-box img {
	float: left;
}

.top-promo-box h3 {
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	padding-top: 20px;
}

.top-promo-box em {
	color: #e0a434;
	font-style: normal;
}

.top-promo-box p {
	font-size: 1.1em;
	line-height: 140%;
}

/* ------------ SPECIFIC STYLES FOR THE BOTTOM LEFT PROMO BOX ------------ */

.decorative-border {
	height: 16px;
	background-color: #e0a434;
}
.promo-area-left h3 {
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	padding-left: 20px;
}

.promo-area-left em {
	color: #e0a434;
	font-style: normal;
}

.promo-area-left p {
	font-size: 1.1em;
	line-height: 140%;
	margin: 0 20px 0 20px;
	
}

/* ------------ SPECIFIC STYLES FOR THE BOTTOM RIGHT PROMO BOX ------------ */

.promo-area-right blockquote {
	padding: 20px;
	color: #e0a434;
	font-size: 1.2em;
	font-weight: 700;
	font-style: italic;
	line-height: 130%;
}

.promo-area-right img {
}

.promo-area-right p {
	margin: 0 20px 0 20px;
}


/* ------------ SPECIFIC STYLES FOR PRODUCT PAGE BODY ------------ */

/* LEFT SIDE */

.product-image li {
	background: url(../images/structure/small_enlarge_icon.jpg) no-repeat;
	padding-left: 20px;
	margin-left: 15px;
	list-style-type: none;
}

.product-image a:link {text-decoration: none;}
.product-image a:visited {text-decoration: none;}
.product-image a:hover {text-decoration: underline;}
.product-image a:active {text-decoration: none;}

.small-nav-left {
	float: left;
	width: 134px;
	padding-top: 30px;
	padding-left: 16px;
}

.small-nav-left li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.small-nav-left a:link {color: #959591; text-decoration: underline;}
.small-nav-left a:visited {color: #959591; text-decoration: underline;}
.small-nav-left a:hover {color: #959591; text-decoration: none;}
.small-nav-left a:active {color: #959591; text-decoration: underline;}

.small-nav-left h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 8px;
}

.small-nav-right {
	float: left;
	width: 150px;
	padding-top: 30px;
}

.small-nav-right li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.small-nav-right a:link {color: #959591; text-decoration: underline;}
.small-nav-right a:visited {color: #959591; text-decoration: underline;}
.small-nav-right a:hover {color: #959591; text-decoration: none;}
.small-nav-right a:active {color: #959591; text-decoration: underline;}

.small-nav-right h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 8px;
}


/* RIGHT SIDE */

#product-page-right h2 {
	font-size: 2em;
	margin-bottom: 8px;
	color: #000;
}

#product-page-right p {
	font-size: 1.2em;
	line-height: 130%;
	margin-bottom: 10px;
	color: #000;
}

#pod-product-page-right h2 {
	font-size: 2em;
	margin-bottom: 8px;
	color: #000;
}

#pod-product-page-right p {
	font-size: 1.2em;
	line-height: 130%;
	margin-bottom: 10px;
	color: #000;
}

.user-options {
	margin-top: 20px;
}

.user-options li{
	list-style-type: none;
	float: left;
	height: 14px;
	padding-top: 1px;
	margin-right: 12px;
}

.user-options a:link {text-decoration: none;}
.user-options a:visited {text-decoration: none;}
.user-options a:hover {text-decoration: underline;}
.user-options a:active {text-decoration: none;}

.print-link {
	background: url(../images/structure/small_print_icon.jpg) no-repeat;
	padding-left: 20px;
}

.email-link {
	background: url(../images/structure/small_email_icon.jpg) no-repeat;
	padding-left: 20px;
}

.pdf-link {
	background: url(../images/structure/small_pdf_icon.jpg) no-repeat;
	padding-left: 19px;
}

.product-details {
	margin: 20px 0 10px 0;
}

.product-details li {
	list-style-type: none;
	text-transform: uppercase;
	float: left;
	padding: 8px 1px 8px 0;
	font-size: 1.2em;
}

.product-details a:link {padding: 5px 10px 5px 10px; background-color: #babab9; color: #fff; font-weight: 300; text-decoration: none;}
.product-details a:visited {padding: 5px 10px 5px 10px; background-color: #babab9; color: #fff; font-weight: 300; text-decoration: none;}
.product-details a:hover {padding: 5px 10px 5px 10px; background-color: #5e5e5d; color: #fff; font-weight: 300; text-decoration: none;}
.product-details a:active {padding: 5px 10px 5px 10px; background-color: #babab9; color: #fff; font-weight: 300; text-decoration: none;}

.current-detail a:link {padding: 5px 10px 5px 10px; background-color: #5e5e5d; color: #fff; font-weight: 300;}
.current-detail a:visited {padding: 5px 10px 5px 10px; background-color: #5e5e5d; color: #fff; font-weight: 300;}
.current-detail a:hover {padding: 5px 10px 5px 10px; background-color: #5e5e5d; color: #fff; font-weight: 300;}
.current-detail a:active {padding: 5px 10px 5px 10px; background-color: #5e5e5d; color: #fff; font-weight: 300;}

.current-details li {
	color: #000;
	margin-left: 13px;
	font-size: 1.2em;
	margin-bottom: 10px;
}
