/* General Formatting */
body {
	background: url(../../images/body-bg.jpg) repeat-x;
	margin-top: 24px;
	font-family: Tahoma, "Lucida Sans", Verdana, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
}
h2 {
	font-size: 11pt;
	line-height: 2em;
	color: #3a5fae;
	font-weight: bold;
}
h3 {
	font-size: 11pt;
	line-height: 1.6em;
	color: #3a5fae;
}
/* Container */
#container {
	width: 970px;
	margin: 0 auto;
}
/* Header */
#header {
	width: 970px;
	height: 69px;
}
#header h1 {
	margin-left: 130px;
}
#header h1 a {
	float: left;
	background: url(../../images/deezee-logo.gif);
	width: 652px;
	height: 51px;
	text-indent: -9999px;
	outline: none;
}
/* Banner */
#banner {
	height: 36px;
	margin: 0 150px;
}
/* Top Nav */
#top-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top-nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#top-nav a {
	float: left;
	border-left: 1px solid #6194f2;
	color: #fff;
	font-size: 10pt;
	line-height: 36px;
	text-decoration: none;
	padding: 0 10px;
}
#top-nav li:hover {
	background-color: #6194f2;
}
/* Main */
#main {
	float: left;
	margin-top: 22px;
	background: url(../../images/display-case-bg.jpg) no-repeat;
	width: 970px;
	height: 590px;
}
/* Left Side */
#left-side {
	display: inline;
	float: left;
	width: 274px;
	margin-right: 30px;
	margin-left: 35px;
	margin-top: 25px;
	color: #4b73be;
	text-align: center;
}
/* Left Nav */
#left-nav {
	list-style: none;
}
#left-nav li {
	margin-bottom: 6px;
}
#left-nav li a {
	display: block;
	width: 272px;
	height: 49px;
	text-indent: -9999px;
	outline: none;
}
#left-nav .supplier-care {
	background: url(../../images/nav-supplier-care.gif) no-repeat;
}
#left-nav .customer-care {
	background: url(../../images/nav-customer-care.gif) no-repeat;
}
#left-nav .deezee-university {
	background: url(../../images/nav-deezee-university.gif) no-repeat;
}
#left-nav .installation-instructions {
	background: url(../../images/nav-installation-instructions.gif) no-repeat;
}
#left-nav .customer-service {
	background: url(../../images/nav-customer-service-forum.gif) no-repeat;
}
#left-nav .preferred-dealer {
	background: url(../../images/nav-preferred-dealer-signup.gif) no-repeat;
}
#left-nav .rules {
	background: url(../../images/nav-rules.gif) no-repeat;
}
#left-nav a:hover {
	background-position: -272px 0;
}
/* Right Side */
#right-side {
	float: left;
	width: 601px;
}
/* News */
#news {
	background: url(../../images/news-bg.jpg) no-repeat scroll;
	width: 601px;
	height: 508px;
	margin-top: 25px;
	padding-top: 20px;
}
/* Content */
#content {
	overflow: auto;
	width: 561px;
	height: 448px;
	padding: 0 20px 20px 20px;
	color: #3b5d94;
}
#content p {
	margin-bottom: .5em;
	font-size: 10pt;
	line-height: 1.4em;
}
#content ul {
	margin-left: 20px;
	padding-left: 20px;
	font-size: 10pt;
	list-style: disc;
	line-height: 1.4em;
}
#content li {
	margin-bottom: .5em;
}
#content ul.number {
	list-style: decimal;
}
/* Media Details */
.media-details {
	float: left;
	width: 220px;
	margin: 20px 30px;
}
.media-details dd {
	display: inline;
}
.media-details dd a {
	text-decoration: none;
	color: #333;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #C9D2E1;
	font-size: 9pt;
}
.media-details dd a:hover {
	background-color: #D0E0FF;
}
/* Footer */
#footer {
	color: #9d9d9e;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	line-height: 3em;
}
/* Misc */
.noborder {
	border: 0 !important;
}
.border-right {
	border-right: 1px solid #6194f2;
}
img {
	border: 0;
}
.date, .signature {
	font-style: italic;
}
/* RIP Contact Form */
.error-message {
	margin-bottom: 10px;
	padding: 5px 8px;
	color: #900;
	background-color: #ffe5e5;
	border: 1px solid #ffcccc;
}
#email-form {
	width: 100%;
	background-color: #f8fbff;
	border-top: 1px solid #a1c3e5;
	border-bottom: 1px solid #a1c3e5;
}
#email-form tr {
	border-bottom: 1px solid #d3e9ff;
}
#email-form th {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #d3e9ff;
}
#email-form td {
	padding: 10px;
	width: 400px;
	border-bottom: 1px solid #d3e9ff;
}

.tr_required {
	background-color: #ffe5e5;
}

.star {
	color: #900;
}

#email-form input[type=text], #email-form input[type=checkbox], #email-form textarea {
	margin: 3px;
	padding: 2px;
}
#email-form input[type=text] { width: 200px; font: 12px Verdana, Arial, Helvetica, sans-serif; }
#email-form textarea { width: 300px; height: 150px; font: 12px Verdana, Arial, Helvetica, sans-serif; }

.code {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #dadada;
}
