﻿/* CSS Document */

/*
=== Index ===

1.	Reset
2.	Universal Properties
3.	Container
4.	Header
5.	Navigation
6.	Main Content
6b.	Right Column
7. 	Footer
8. 	Contact Form

*/

/* === 1 Reset === */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* === 2 Universal Properties === */

body {
	font:.75em/1.4 arial,verdana,sans-serif;
	background:#fff url('../images/sahdec_bg_tile.jpg') repeat;}

h1 {
	font-size:1.8em;
	color:#3c385e;
	font-weight:700;
	margin:35px 10px 15px 53px;
	padding:0;
	font-family:Georgia, serif
}

h2 {
	font-size:1.3em;
	color:#3C385E;
	font-weight:500;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 10px 10px 53px;
}

h3 {
	font-size: 1.3em;
	color:#3c385e;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 10px 10px 53px;
}

h4 {
	font-size:1.1em;
	font-weight:700;
	color:#C41B1B;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 10px 10px 55px;
	text-transform:uppercase;
}


h3.portfolio {
	margin-top:0;
	width:500px;
	background-color:#f1f1f1;
}

#main-content ul {
	margin-left:100px;
	margin-top:0;
}

#main-content ul li {
	font-size:1em;
	font-weight:700;
	line-height:1.2em;
	list-style:disc;
	color:#4b4b4b;
	margin:0;
	padding:0 0 10px 0;
}

abbr, acronym {cursor:help}

a:link {color:#6c0c9d; text-decoration:none;}
a:hover {text-decoration:underline}
a:visited:hover {
	text-decoration:underline
}
a:active {color:red}
a:visited {color:#ae8dc5;text-decoration:none;}

h4 a:link {
	font-weight:700;
	color:#C41B1B;
	}

h4 a:hover {
	font-weight:700;
	color:#C41B1B;
	text-decoration:underline;
	}

h4 a:visited {
	font-weight:700;
	color:#C41B1B;
	}

/* === 3 container === */
#container {
	margin:0 auto;
	width:963px;
}
	
/* === 4 Header === */

#header {
	height:200px;
	width:959px;
	border-left:2px #464646 solid;
	border-right:2px #464646 solid;
	background:#fff url('../images/header_banner.jpg') no-repeat bottom center;
}
#header_ker {
	height:190px;
	width:959px;
	border-left:2px #464646 solid;
	border-right:2px #464646 solid;
	background:#fff url('../images/header_banner_kerestur.jpg') no-repeat bottom center;
}
#header_govo {
	height:190px;
	width:959px;
	border-left:2px #464646 solid;
	border-right:2px #464646 solid;
    background:#fff url('../images/header_banner_govo.jpg') no-repeat bottom center;

}


#header2 {
	height:200px;
	width:959px;
	border-left:2px #464646 solid;
	border-right:2px #464646 solid;
	background:#fff url('../images/header_banner2.jpg') no-repeat bottom center;
}

a.logo {

	position:relative;

	display:block;

	top:38px;

	left:45px;

	height:101px;

	width:900px;

	background:#ccc url('../images/sahdec_logod.gif') no-repeat top left;

}

a.logo2 {

	position:relative;

	display:block;

	top:140px;

	left:45px;

	height:25px;

	width:900px;

	background:#ccc url('../images/sahdec_logo2.gif') no-repeat top left;

}

a.logo3 {
	position:relative;
	display:block;
	top:38px;
	left:45px;
	height:125px;
	width:900px;
	background:#ccc url('../images/logo_greeting.gif') no-repeat top left;
}
a.logo4 {
	position:relative;
	display:block;
	top:140px;
	left:45px;
	height:35px;
	width:900px;
	background:#ccc url('../images/logo_greeting2.gif') no-repeat top left;
}

a.logo5 {
	position:relative;
	display:block;
	top:140px;
	left:45px;
	height:45px;
	width:900px;
	background:#ccc url('../images/logo_kerestur.gif') no-repeat top left;
}

a.logo6 {
	position:relative;
	display:block;
	top:140px;
	left:0px;
	height:45px;
	width:945px;
	background:#ccc url('../images/logo_tehilla.gif') no-repeat top left;
}

#header p {
	text-align:right;
	line-height:1.1em;
	color: #666;
	padding: 0 30px 0 0;
	margin-top:-13px;
	font-weight:700;
	font-size:1.2em;
}

#header a, #header a:link {
	text-decoration:none;
	color:#d71208;
	font-weight:normal;
}

#header a:hover {
	text-decoration:underline;
}

/* === 5 Navigation === */

#navigation {
	margin-top:9px;
	margin-right:53px;
	height:44px;
	width:959px;
	border:2px #464646 solid;
	background:#fff url('../images/mainnav_bg.gif') no-repeat bottom center;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}	

#navigation ul li, #navigation ul li a, #navigation ul li a:link, #navigation ul li a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:700;
	text-decoration:none;
	color:#4b4b4b;
}

#navigation ul li a {
	padding:15px 10px 11px 10px;
	font-weight:700;
	display:block; /* tricks IE7 into displaying the hover effect correctly */
}

#navigation ul li a:hover {
	text-decoration:underline;
	background-color:#f2ecf7;
	padding:15px 9px 11px 10px;
	border-right:1px #f0e7f8 solid;
	border-bottom:1px #f0e7f8 solid;
	font-weight:700;
}

#navigation ul li a.selected {
	text-decoration:none;
	background-color:#f2ecf7;
	padding:15px 10px 11px 10px;
	border-right:1px #f0e7f8 solid;
	border-bottom:1px #f0e7f8 solid;
	color:#c41b1b;
	font-weight:700;
}

ul.navigation {
	margin:0 0 0 43px;
	padding:0;
}
	
ul.navigation li {
	display:block;
	padding:0;
	margin:0;
	border:0;
	float:left;
}

/*
.interior_navigation ul {
	margin-top:0;
	padding:0;
	background:red;
}

.interior_navigation ul li {
	display:inline;
	float:left;
	clear:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:700;
	text-decoration:none;
	color:#4b4b4b;
}


.interior_navigation ul li a {
	display:block;
	padding:5px 10px;
	margin:0;
	border:0;
	background:green;
	
	
} */

/* === 6 Main Content === */

#main-content {
	margin-top:9px;
	width:959px;
	min-height:626px;
	height:auto !important;
	height:626px;
	border:2px #464646 solid;
	background:#fff;
	position:relative;
}

#main-content-product {
	margin-top:9px;
	width:959px;
	min-height:326px;
	height:auto !important;
	height:326px;
	border:2px #464646 solid;
	background:#fff;
	position:relative;
}

img.ccards {
	margin-left:50px;
	margin-right:10px;
}

.homepage_right {
	float:right;
}

img.hunterdouglas {
	float:left;
	margin:5px 25px 15px 20px;
	border:3px #E6D9F0 solid;
	padding:0;
}

img.interior {
	float:right;
	padding-top:18px;
	padding-left:40px;
	border:0;
}	

img.product_image {
	padding-top:18px;
	padding-left:53px;
	border:0;
	margin-bottom:10px;
}	

img.portfolio_image {
	padding-top:0;
	padding-left:53px;
	border:0;
	margin-bottom:20px;
}	

#map {
	float:right;
	clear:right;
	padding-top:18px;
	padding-left:40px;
	text-align:center;
}

#map iframe {
	border-top:1px #6c0c9d solid;
	border-left:1px #6c0c9d solid;
	border-bottom:1px #6c0c9d solid;
	border-right:0;
}

#main-content p, #main-content-product p {
	width:475px;
	margin: 0 0 10px 53px;
	line-height:1.7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000;
	font-weight:normal;
}

#main-content p.product, #main-content-product p.product {
	width:475px;
	line-height:1.4em;
	padding-bottom:5px;
	border-bottom:1px #ccc solid;
	font-weight:700;
	color:#666;
	margin-bottom:30px;
}

a.backtoproducts {
	font-size:.85em;
	padding:5px;
	padding-bottom:7px;
	background-color:#6E577F	;
	color:#fff;
	text-align:center;
	line-height:14px;
	display:block;
	width:150px;
	margin-bottom:20px;
}

a.returntotop {
	font-size:1em;
	padding:5px;
	padding-bottom:7px;
	background-color:#6E577F;
	color:#fff;
	font-weight:700;
	text-align:center;
	line-height:14px;
	display:block;
	width:150px;
	margin-left:395px;
	margin-bottom:50px;	
}


.bold {
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}

img.divider {
	padding-left:53px;
	padding-bottom:20px;
}

ul {
	margin:15px 10px 15px 53px;
}

ul li {
	margin:0;
	padding-top:10px;
}

ul.products_column1 {
	width:325px;
	float:left;
	clear:left;
	color:#7b7b7b;
	font-weight:bold;
	font-size:1.6em;
	}

ul.products_column2 {
	width:325px;
	float:left;
	clear:right;
	color:#7b7b7b;
	font-weight:bold;
	font-size:1.6em;
	}

#main-content ul.products_column1 li, #main-content ul.products_column2 li {
	margin:0;
	padding:0 0 5px 0;
	background:url('../images/li_bullet3.gif') #fafafc no-repeat 0 6px;
	text-indent:30px;
	list-style:none;
}

/* === 6b Right Column === */

#rightcolumn {
	float:right;
	margin:-5px 0 0 0;
	width:370px;
	padding-left:0;
	padding-top:0;
}

#rightcolum img {
	background:green;
	float:right;
	padding-left:40px;
}

#rightcolumn h1 {
	margin-left:0;
	margin-top:0;
}

ul.bookmarks {
	margin:0;
}

#rightcolumn ul.bookmarks li {
	xxxbackground-color:orange;
	line-height:1.4em;
	font-size:1.2em;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

ul.bookmarks li a, ul.bookmarks li a:link {
	text-decoration:none;
	color:#7b7b7b;
	font-weight:700;
}

ul.bookmarks li a:hover {
	text-decoration:underline;
}

#rightcolumn p {
	margin:0;
	xxxfloat:right;
	clear:both;
}

/* === 7 Footer === */

#footer {
	height:46px;
	width:959px;
	border:2px #464646 solid;
	background:#fff;
	margin-top:9px;
}

#footer ul {
	margin:15px 0 0 53px;
}

#footer ul li {
	display:inline;
	list-style:none;
	margin:12px 0 0 5px;
	font-size:.9em;
	font-weight:700;
}

#footer ul li a, #footer ul li a:link {
	text-decoration:none;
	color:#3c385e;
}

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

#footer ul li a:active {
	color:red;
}

#footer ul.copyright {
	float:right;
	margin:15px 30px 0 0;
}


/* === 8 Contact Form === */

form h2{
	padding:0 0 15px 0;
	margin:0 0 15px 0;;
	border-bottom:1px #ccc dashed;	
}

form {
	margin:20px 0 0 53px;
	padding:20px 0 50px 0;
	width:380px;
}
fieldset {border:0; margin:0; padding:0 10px 0 0; width:90%}
legend {
	margin:0;
	padding:0;
	color:#440000;
	font:bold 1.2em/1.5em verdana,sans-serif
}

html>body legend {margin:0}

fieldset span {color:#FF0000; font-weight:bold}
fieldsetdl {margin:0; padding:0}
fieldset dt {margin:17px 0 2px; padding:0}
fieldset dd {margin:0; padding:0}

label {
	font-weight:`;
	cursor:pointer;
	font-size:1.6em;
	color:#666;
	font-weight:700;
}
label.unbold {font:normal .95em verdana,sans-serif; color:#000}
input, textarea {
	width:350px;
	padding:4px;
	font:1em verdana,arial,sans-serif;
	border:1px solid #E8E6E0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#F6F5F3;
	color:#333
}

textarea {
	overflow:auto;
	margin:0 0 -2px;
}

input:hover, textarea:hover {
	border:1px solid #004080;
	border-top:1px solid #002850;
	border-left:1px solid #002850;
	background:#E8E7E0;
}

input:focus, textarea:focus {
	border:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FFF;
}

input.radio, input.check {
	width:auto;
	margin:2px 5px 0;
	border:none;
	background:none;
}

input.submit {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#fff;
	font-weight:bold;
	background:#c8aeda;
	display:inline;
}

input.reset {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#000;
	font-weight:bold;
	background:#f5ebe3;
	display:inline;
}

input.submit:hover {
	border:1px solid #000;
	background:#6c0c9d;
	color:#fff;
}

input.reset:hover {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input.submit:focus {
	border:1px solid #000;
	background:#9c7ab4;
	color:#FFF;
}

input.reset:focus {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input#city {width:230px}
input#state {width:30px}
input#zip {width:46px}

input.validation-failed, textarea.validation-failed {
	border:1px solid #FF0000;
	color:#FF0000;
}

.validation-advice {
	margin:-1px 0 5px;
	padding:4px;
	background:#FF0000;
	color:#FFF;
	width:352px;
}

.message {visibility:visible; display:none}

#premiere {
	color:#cccccc;
	font-size: 10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#premiere h1 {
	color:#cccccc;
	font-size: 10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;

}
#premiere a {
	color: #cccccc !important;
	text-decoration: none;

}
#premiere a:hover {
	color: #cccccc;
	text-decoration: none;
}

