/* 

	

	Document:				layout.css

	Last edited by:			S Fenwick

	Documentation:			P-G Drapes

	Notes:					Specific file for re-skin

	

	CSS used in this file is for layout, typography and colour:

	-----------------------------------------------------------------

	

	========= COMMON COMPONENTS =========

	1.	Global reset and site defaults



/*	1.	Global reset and site defaults	*/

		

* {
	margin: 0;
	padding: 0;
}
html, body {	/* included for 100% height container div */
	height: 100%;
}
body {
	background: url(../images/body_bgrd.gif) center top repeat-x #E9ECE2;
	overflow: -moz-scrollbars-vertical !important; /* removes mozilla scrollbars when not included */
	color: #2A2C38;
	font-family: "century gothic", helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 70%;
}
h1, h2, h3 {
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
h2 {
	font-size: 1.0em;
}
img {
	border: none;
}
strong {
	color: #2E719E;
}
img.hidden {
	display: none;
}
#container a {
	cursor: pointer;
	color: #444444;
	text-decoration: none;
}
#container a:hover {
	text-decoration: underline;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted;
}
fieldset {
	border: none;
}
legend {
	margin-left: -7px; /* for ie 6 and 7 */
}
html:not([dummy]) legend {
	margin-left: 0;	/* reset for ff and safari as */
}
input, textarea {
	font-size: 9px;
}
select {
	width: 146px;
	color: #2E4557;
	font-weight: bold;
}
.replace {
	text-indent: -9000px;
	font-size: 0.1em;
}
div {
	color: #eee;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}
/*	2.	Image rollover - extends image replacement and identical across all brands */

	

.rollover:hover {
	background-position: bottom left !important;
}
/* 	3.	Standard clear fix - clear the container div in the absence of a child clearing div */

			

.clear_fix:after, .prodlistwrapper:after, #container:after, #header:after, #content:after {	/* gecko browsers */
	content: ".";
	display: block;
	height: 0 !important;
	clear: both;
	visibility: hidden;
}
.clear_fix, .prodlistwrapper, #conainer { /* ie7 (http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/) */
	overflow: hidden;
}
* html .clear_fix, * html .prodlistwrapper { /* ie6 */
	height: 1%;
	overflow: visible;
}
/* ff and safari - ignored by all ie browsers (http://www.ceprix.net/archives/css-filter-for-ie7/) */

html:not([dummy]) .clear_fix {
	padding-bottom: 0 !important; /* reset ie7 padding */
}
/*	2.	Container - index.php	*/



#container {
	width: 786px;
	margin: 0 auto;
}
#header {
	width: 786px;
	min-height: 154px;
}
* html #header {
	height: 154px;
}
#top_nav {
	width: 786px;
	font-size: 0.9em;
	color: #8E9EAA;
	height: 23px;
	padding-top: 6px;
	text-align: right;
}
#top_nav li {
	display: inline;
	margin-top: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}
#top_nav li a {
	color: #8E9EAA;
	padding: 0 1px;
}
#top_nav li a#current, #top_nav li a#current:hover {
	background: #828D89;
	color: #192227;
	text-decoration: none;
}
#logo {
	float: left;
	display: inline;
	overflow: hidden;
}
#logo a {
	width: 86px;
	height: 105px;
	display: block;
	margin-top: 12px;
}
#strap_line {
	float: left;
	display: inline;
	width: 252px;
	color: #fff;
	font-size: 1.9em;
}
#strap_line h1 {
	background: url(../images/theatrical_drapes.gif) top left no-repeat;
	width: 252px;
	height: 31px;
	text-indent: -9000px;
	margin-top: 44px;
	overflow: hidden;
}
#main_nav {
	background: url(../images/spotlight_bgrd.jpg) top right no-repeat;
	float: right;
	display: inline;
	margin: 0 0 0 80px;
	padding: 8px 0 0 0;
}
#main_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_nav li {
	float: left;
	display: inline;
	padding: 0;
	margin-left: 6px;
}
* html #main_nav li#steve {
	margin-left: 0px !important;
}
#main_nav li a {
	display: block;
	width: 86px;
	height: 22px;
	font-size: 0.9em;
	overflow: hidden;
	color: #E9ECE2;
	padding-top: 95px;
	text-align: center;
	text-transform: uppercase;
}
#main_nav li a:hover {
	text-decoration: none;
	color: #24323B;
}
#main_nav li.left a {
	background: url(../images/right_spotlight_link.jpg) top left no-repeat;
}
#main_nav li.left a:hover, #left_active {
	background: url(../images/right_spotlight_link.jpg) bottom left no-repeat !important;
}
#main_nav li.right a {
	background: url(../images/left_spotlight_link.jpg) top left no-repeat;
}
#main_nav li.right a:hover, #right_active {
	background: url(../images/left_spotlight_link.jpg) bottom left no-repeat !important;
}
#scrollup {
	overflow: hidden;
	height: 18px;
	width: 690px;
	background: #fff;
}
.headline {
	left: 610px;
	left: 5px;
	height: 18px;
	width: 690px;
	background: #fff;
}
#wrapper {
	width: 786px;
}
#content img {
	margin: 4px 0 34px 0;
}
*:first-child+html #content img {
	margin-top: 14px;
}
, * html #content img {
margin-top: 14px;
}
#content {
	font-size: 0.9em;
	font-family: arial, helvetica, sans-serif;
}
#content p {
	margin-bottom: 10px;
}
#content p a {
	background: url(../images/blue_circle.jpg) bottom left no-repeat;
	padding-left: 16px;
	color: #2E719E;
	margin: 5px 0;
}
#content p a.none_circle {
	background: none;
	font-weight: bold;
	padding: 0;
	text-decoration: underline;
}
#content ul {
	list-style: none;
	margin: 0 0 8px 0;
}
#content li {
	margin: 3px 0;
}
#content li span {
	color: #ff0000;
}
#content_left {
	float: left;
	display: inline;
	width: 350px;
	font-size: 1.1em;
	color: #2B3941;
	margin: 0 0 14px 18px;
	padding-right: 20px;
	border-right: 1px dashed #94AAB5;
}
#content_right {
	float: left;
	display: inline;
	color: #2B3941;
	width: 315px;
	padding: 14px 0 0 20px;
}
#content_right img {
	margin: 0 0 0 28px;
	border: none;
}
#content_right .limiter {
	margin-top: 0 !important;
	margin-top: -20px;
}
ul#terms {
	width: 786px;
	border-top: 3px solid #94AAB5;
	padding-top: 5px;
	float: left;
	list-style: none;
	height: 32px;
	margin: 8px 0 0 0;
	text-align: center;
}
ul#terms li {
	margin-left: 6px;
	font-size: 0.9em;
	color: #000;
}
ul#terms li img {
	float: right;
	margin-top: 8px !important;
}
#terms_conditions {
	background: url(../images/bg_search.jpg) top left repeat-x #B3C3D2;
	margin: 0 5px 0 0;
	font-size: 0.9em;
	color: #fff;
	padding: 10px;
}
#terms_conditions h2, #terms_conditions h3 {
	font-size: 0.9em;
	color: #fff;
}
#terms_conditions p {
	margin: 10px 0;
	font-size: 0.8em;
	color: #fff;
}
.privacy {
	font-size: 1.1em !important;
}
#sign_up {
	background: url(../images/send_bg.jpg) top left repeat-x #A5B3BE;
	margin: 0 5px 0 0;
	font-size: 0.9em;
	color: #fff;
	padding: 10px;
	min-height: 438px;
}
* html #sign_up {
	height: 438px;
}
#sign_up h2 {
	font-size: 1.3em;
	color: #fff;
	padding-bottom: 10px;
}
#sign_up table td {
	font-size: 1.0em;
}
#sign_up p {
	width: 590px;
	margin-top: 8px;
	font-weight: bold;
}
#sign_up p a {
	color: #fff;
	text-decoration: underline;
}
#sign_up p a:hover {
	text-decoration: none;
}
#led_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background: #fff;
	height: 1048px;
	border: 3px solid #344651;
	color: #344651;
	padding: 20px 12px 12px 12px;
	font-size: 0.9em !important;
}
#led_content p {
	margin: 10px 0 8px 0;
}
#led_content h3 {
	font-size: 1.0em;
}
#led_content object {
	border: 2px solid #ccc;
}
#led_content_left {
	float: left;
	display: inline;
	width: 320px;
	color: #2B3941;
	margin: 0 0 14px 10px;
	padding-right: 20px;
}
#led_content_right {
	float: left;
	display: inline;
	color: #2B3941;
	width: 320px;
	padding: 0 0 0 32px;
	margin-left: 20px;
	border-left: 1px dashed #2A2C38;
}
#led_contents a {
	text-decoration: underline !important;
}
#contact form {
	margin-top: 7px;
}
#contact dt {
	float: left;
	display: inline;
	width: 138px;
	margin-bottom: 3px;
	font-weight: bold;
}
#contact dd {
	float: left;
	display: inline;
	margin-bottom: 5px;
}
#contact dd input {
	width: 168px;
	padding: 2px;
}
#contact dd textarea {
	padding: 2px;
	width: 168px;
	font-size: 1.0em;
}
p#email_submit input {
	margin-left: 138px;
	padding: 4px;
	color: #2E719E;
	text-transform: uppercase;
	border: 1px solid #344651;
	cursor: pointer;
}
