@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'grimshaw_hand_itc_ttregular';
    src: url('fonts/ufonts.com_grimshaw_hand_itc_tt-webfont.eot');
    src: url('fonts/ufonts.com_grimshaw_hand_itc_tt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_grimshaw_hand_itc_tt-webfont.woff') format('woff'),
         url('fonts/ufonts.com_grimshaw_hand_itc_tt-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_grimshaw_hand_itc_tt-webfont.svg#grimshaw_hand_itc_ttregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
	font-family: 'linotype_tetriaregular';
	src: url('fonts/linotypetetria-regular-webfont.eot');
	src: url('fonts/linotypetetria-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/linotypetetria-regular-webfont.woff') format('woff'), url('fonts/linotypetetria-regular-webfont.ttf') format('truetype'), url('fonts/linotypetetria-regular-webfont.svg#linotype_tetriaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'linotype_tetrialight';
	src: url('fonts/linotypetetria-light-webfont.eot');
	src: url('fonts/linotypetetria-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/linotypetetria-light-webfont.woff') format('woff'), url('fonts/linotypetetria-light-webfont.ttf') format('truetype'), url('fonts/linotypetetria-light-webfont.svg#linotype_tetrialight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'linotype_tetriabold';
	src: url('fonts/linotypetetria-bold-webfont.eot');
	src: url('fonts/linotypetetria-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/linotypetetria-bold-webfont.woff') format('woff'), url('fonts/linotypetetria-bold-webfont.ttf') format('truetype'), url('fonts/linotypetetria-bold-webfont.svg#linotype_tetriabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'goudytrajanregular';
	src: url('fonts/goudytrajan-webfont.eot');
	src: url('fonts/goudytrajan-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/goudytrajan-webfont.woff') format('woff'), url('fonts/goudytrajan-webfont.ttf') format('truetype'), url('fonts/goudytrajan-webfont.svg#goudytrajanregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-image:url(../images/css-images/bg1.png);
	width:100%;
	height:800px;
	background-position:top center;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
}
form, input, ul, li {
	margin:0px;
	padding:0px;
}
a {
	color:#7B0100;
	text-decoration:none;
}
img {
	border:0;
	margin:0;
	padding:0;
	position:relative;
}
span.imgtxt {
	display:none;
}
textarea {
	width:98%;
}
h1, h2, h3, h4 {
	font-size:20px;
	padding:0;
	margin:0;
}
h1 {
}
h2 {
	color:#173c4c;
	font-size:16px;
	margin-left:0px;
	margin-top:25px;
	text-align:left;
}
h3 {
	margin:0 auto;
}
h4 {
	color:#4a4949;
	font-size:12px;
	font-weight:normal;
	height:15px;
	text-align:left;
}

h7{font-family: 'linotype_tetrialight';
font-size:24px;
color:#21212b;
}
/*HEADER*/
#header {
	margin:0 auto;
	width:1000px;
}
#logo {
	background-image:url(../images/css-images/logo1.png);
	display:block;
	height:108px;
	margin:20px auto auto 0;
	width:358px;
}
/* END HEADER */

/* NAVIGATION */
#sitemap {
	height:40px;
	left:0px;
	position:relative;
	top:0px;
	width:1000px;
	z-index:300;
}
#sitemap ul {
	font-family: 'goudytrajanregular';
	width:1000px;
	margin:0 auto;
	height:68px;
	list-style-type:none;
	z-index:9500;
	position:relative;
}
#sitemap ul li {
	display:inline;
}
#sitemap ul li a {
	color:#fff;
	background-color:#7b0100;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 3px #000;
	-moz-box-shadow:    0px 2px 3px #000;
	box-shadow:         0px 2px 3px #000;
	font-size:17px;
	position:relative;
	margin:0 auto;
	z-index:9600;
	width:89px;
	height:16px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:25px;
	margin-left:38px;
}
#sitemap ul li a:hover {
	background-image:url(../images/css-images/hovernonactive.png);
	background-position:bottom;
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;
	-o-transition: 500ms linear 0s;
	transition: 500ms linear 0s;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
#sitemap ul li a.active {
	background-image:url(../images/css-images/hoveractive.png);
	background-repeat:no-repeat;
	padding-bottom:20px;
	color:#fff;
	background-position:bottom center;
}
#sitemap ul li ul {
	float:left;
	background-image:url(../images/css-images/ulbg1.png);
	background-repeat:repeat;
	visibility:hidden;
	position: absolute;
	top: 37px;
	left: 710px;
	min-height:160px;
	width:195px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #21212b;
	-moz-box-shadow:    0px 1px 2px #21212b;
	box-shadow:         0px 1px 2px #21212b;
	z-index:9999 !important;
}
#sitemap ul li ul.shutters {
	float:left;
	background-image:url(../images/css-images/ulbg1.png);
	background-repeat:repeat;
	visibility:hidden;
	position: absolute;
	top: 37px;
	left: 210px;
	min-height:160px;
	width:195px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #21212b;
	-moz-box-shadow:    0px 1px 2px #21212b;
	box-shadow:         0px 1px 2px #21212b;
	z-index:9999 !important;
}
#sitemap ul li ul li {
	float:none;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
	padding: 5px 10px;
}
#sitemap ul li:hover > ul {
	visibility: visible;
	z-index:9500;
}
#sitemap ul li ul li a {
	background:none;
	width:auto;
	font-family: 'linotype_tetrialight';
	line-height:11px;
	display:block;
	color:#21212B;
	margin:0 auto;
	font-size:17px;
	position:relative;
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 16px;
	z-index:5;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	transition-property: background-color;
	transition-duration: 0.1s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#sitemap ul li ul li a:hover {
	background-color:#fff;
	background-image:none;
	font-family: 'linotype_tetrialight';
	color:#7b0100;
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 16px;
	margin:0 auto;
}
/* END OF NAVIGATION */
/* FOOTER SITEMAP */


#footersitemap {
	font-family: 'goudytrajanregular';
	color:#21212b;
	font-size:16px;
	width:680px;
	margin:0 auto;
	height:50px;
	text-align:center;
}
#footersitemap ul {
	list-style-type:none;
}
#footersitemap ul li {
	display:inline;
}
#footersitemap ul li a {
	color:#21212b;
	padding: .2em 0.3em;
}
#footersitemap ul li a:hover {
	color:#7b0100;
	-webkit-transition: 700ms linear 0s;
	-moz-transition: 700ms linear 0s;
	-o-transition: 700ms linear 0s;
	transition: 700ms linear 0s;
}
#footersitemap ul li a.active {
	font-weight:bolder;
}
/* END OF NAVIGATION */

/* MAIN */
#wrapper {
	margin:0px auto;
	position:relative;
	width:100%;
}
#slider-wrapper {
	background-image:url(../images/css-images/sliderwrapper1.png);
	width:100%;
	height:410px;
	background-repeat:repeat-x;
	margin:17px auto auto auto;
	padding-top:11px;
	position:relative;
	z-index:555;
}
#slider-container {
	background-color:#21212b;
	height:391px;
	width:998px;
	margin:0 auto;
}
#main-wrapper {
	width:1000px;
	margin:0 auto;
}
#content-container {
	width:1000px;
	margin:20px auto auto auto;
	min-height:700px;
	padding-bottom:110px;

}
#change-image{background-image:url(../images/css-images/reload.png);
height:40px;
display:block;
position:relative;
right:50px;
width:40px;
}

#captcha{width:231px;
height:71px;
margin:0 auto;}

#content-container-blinds {
	width:1000px;
	margin:20px auto auto auto;
	min-height:820px;
}

#content-container-contact {
	width:1000px;
	margin:20px auto auto auto;
	min-height:720px;
	padding-bottom:100px;
}

#content-container-douglas-shades{width:1000px;
	margin:20px auto auto auto;
	min-height:700px;}

#top-boxes {
	width:684px;
	height:123px;
	padding-top:10px;
	margin:0 auto;
}
#top-boxes h1 {
	font-family: 'goudytrajanregular';
	color:#21212b;
	font-size:23px;
	font-weight:normal;
	text-align:left;
	position:relative;
	z-index:15;
}
#container-shutters {
	width:209px;
	height:102px;
	margin:0 auto;
	background-color:#21212b;
	padding-top:2px;
}
#container-shutters2 {
	width:209px;
	height:102px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
	background-color:#21212b;
	padding-top:2px;
}
#container-shutters3 {
	width:209px;
	height:102px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
	background-color:#21212b;
	padding-top:2px;
}
#container-shutters4 {
	width:209px;
	height:102px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
	background-color:#21212b;
	padding-top:2px;
}
#container-shutters5 {
	width:209px;
	height:102px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
	background-color:#21212b;
	padding-top:2px;
}
#shutter-box {
	width:209px;
	height:120px;
	float:left;
	text-align:center;
}
#shutter-box2 {
	width:209px;
	height:120px;
	float:left;
	margin-left:20px;
	text-align:center;
}
#shutter-box3 {
	width:209px;
	height:120px;
	float:left;
	margin-left:20px;
	text-align:center;
}
#shutter-box4 {
	width:209px;
	height:120px;
	float:left;
	margin-left:20px;
	text-align:center;
}
#shutter-box5 {
	width:209px;
	height:120px;
	float:left;
	margin-left:20px;
	text-align:center;
}
#shutter-box h7 {
	margin-top:10px;
	
}
#shutter-box2 h7 {
	margin-top:10px;

}
#shutter-box3 h7 {
	margin-top:10px;
	
}
#shutters-boxes  {
	width:684px;
	height:123px;
	padding-top:10px;
	margin:0 auto;
}
#lower-logos{height:123px;
padding-top:10px;
margin:15px auto auto auto;
width:468px;
}
#shutters-logo {
	background-image:url(../images/css-images/cottonplantationshutter-shutters.jpg);
	height:100px;
	display:block;
	width:205px;
	margin:0 auto;
}
#shutters-logo:hover {
	-webkit-transition: 400ms linear 0s;
	background-image:url(../images/css-images/cottonplantationshutter-shutters-hover.jpg);
	height:100px;
	width:205px;
	margin:0 auto;
}
#shutters-logo2 {
	background-image:url(../images/css-images/exus-shutters.jpg);
	height:100px;
	display:block;
	width:205px;
	margin:0 auto;
}
#shutters-logo2:hover {
	-webkit-transition: 400ms linear 0s;
	background-image:url(../images/css-images/exus-shutters-hover.jpg);
	height:100px;
	width:205px;
	margin:0 auto;
}
#shutters-logo3 {
	background-image:url(../images/css-images/hunterdouglas-shutters.jpg);
	height:100px;
	display:block;
	width:205px;
	margin:0 auto;
}
#shutters-logo3:hover {
	-webkit-transition: 400ms linear 0s;
	background-image:url(../images/css-images/hunterdouglas-shutters-hover.jpg);
	height:100px;
	width:205px;
	margin:0 auto;
}
#shutters-logo4 {
	background-image:url(../images/css-images/kathyireland-shutters.jpg);
	height:100px;
	display:block;
	width:205px;
	margin:0 auto;
}
#shutters-logo4:hover {
	-webkit-transition: 400ms linear 0s;
	background-image:url(../images/css-images/kathyireland-shutters-hover.jpg);
	height:100px;
	width:205px;
	margin:0 auto;
}
#shutters-logo5 {
	background-image:url(../images/css-images/palmbeach-shutters.jpg);
	height:100px;
	display:block;
	width:205px;
	margin:0 auto;
}
#shutters-logo5:hover {
	-webkit-transition: 400ms linear 0s;
	background-image:url(../images/css-images/palmbeach-shutters-hover.jpg);
	height:100px;
	width:205px;
	margin:0 auto;
}
#shutters {
	height:133px;
	float:left;
	width:228px;
	z-index:30;
	position:relative;
	display:block;
}
#blinds {
	height:133px;
	float:left;
	width:228px;
	z-index:30;
	position:relative;
}
#shades {
	height:133px;
	float:left;
	width:228px;
	z-index:30;
	position:relative;
}
#image-holder {
	background-color:#21212b;
	height:92px;
	background-position:bottom left;
	padding-left:3px;
	padding-top:3px;
	margin-top:5px;
	width:189px;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#image-holder:hover {
	-webkit-transition: 400ms linear 0s;
	-moz-transition: 400ms linear 0s;
	-o-transition: 400ms linear 0s;
	transition: 400ms linear 0s;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
#interior-mid-box {
	width:660px;
	min-height:123px;
	position:relative;
	margin:25px auto auto auto;
	padding-right:24px;
	color:#333333;
	font-size:16px;
	font-family: 'linotype_tetrialight';
}
#interior-mid-box h1 {
	color:#21212b;
	font-family: 'goudytrajanregular';
	font-size:23px;
	font-weight:normal;
	padding-bottom:15px;
}
#mid-box {
	width:660px;
	min-height:123px;
	position:relative;
	margin:25px auto auto auto;
	padding-right:24px;
	color:#333333;
	font-size:16px;
	font-family: 'linotype_tetrialight';
}
#mid-box h1 {
	color:#7b0100;
	font-family: 'goudytrajanregular';
	font-size:23px;
	font-weight:normal;
}
#lower-box {
	min-height:290px;
	width:695px;
	margin:20px auto auto auto;
	font-family: 'linotype_tetrialight';
	font-size:16px;
	color:#333333;
}
#lower-box ul {
	margin-left:15px;
	margin-top:12px;
	list-style-image:url(../images/css-images/listimage.png);
}
#lower-box ul li {
	margin-top:5px;
}
#lower-box h1 {
	color:#7b0100;
	font-family: 'goudytrajanregular';
	font-size:22px;
	font-weight:normal;
}
.facebook-box{width:646px;
padding-left:10px;
margin:0 auto;
 font-family: 'grimshaw_hand_itc_ttregular';
 color:#fff;
 padding-top:9px;
 font-size:26px;
 font-weight:normal;
position:relative;
right:11px;
-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
height:90px;
background-color:#21212B;}

.left-facebook p{margin:0;
padding:0;}

.left-facebook{float:left;
width:73%;
border-right-color:#fff;
border-right-style:solid;
border-right-width:1px;}

.right-facebook{float:left;
width:19%;
padding-left:6%;
margin:0 auto;}


#services {
	width:305px;
	padding-right:15px;
	height:290px;
	float:left;
}
#installation {
	width:339px;
	height:290px;
	padding-right:15px;
	float:left;
}
#left-content {
	background-image:url(../images/css-images/left-contentwrapper1.png);
	background-repeat:repeat-y;
	float:left;
	position:relative;
	height:790px;
	margin:0 auto;
	width:681px;
	padding-left:20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	z-index:9000;
}

#left-content-blinds {
	background-image:url(../images/css-images/left-contentwrapper1.png);
	background-repeat:repeat-y;
	float:left;
	position:relative;
	height:820px;
	margin:0 auto;
	width:681px;
	padding-left:20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	z-index:9000;
}

#left-content-contact {
	background-image:url(../images/css-images/left-contentwrapper1.png);
	background-repeat:repeat-y;
	float:left;
	position:relative;
	height:790px;
	margin:0 auto;
	width:681px;
	padding-left:20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	z-index:9000;
}

#left-content-douglas-shades{
	background-image:url(../images/css-images/left-contentwrapper1.png);
	background-repeat:repeat-y;
	float:left;
	position:relative;
	height:700px;
	margin:0 auto;
	width:681px;
	padding-left:20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	z-index:9000;
}



#right-content {
	float:left;
	width:299px;
	height:771px;
}
#right-content h1 {
	font-family: 'goudytrajanregular';
	color:#fff;
	font-size:27px;
	font-weight:normal;
	text-align:center;
}
#right-content h3 {
	font-family: 'goudytrajanregular';
	color:#fff;
	font-size:27px;
	font-weight:normal;
	text-align:center;
}
#consultation {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#21212b;
	height:520px;
	margin-top:auto;
	margin-bottom:auto;
	margin-right:auto;
	margin-left:11px;
	width:286px;
	padding-top:10px;
	font-family: 'linotype_tetriaregular';
	font-size:12px;
	color:#cccccc;
}
#consultation table {
	margin-left:18px;
	margin-top:-3px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	 #lower-box h1{font-size:21px;}
	 
#consultation table {
	margin-left:11px;
	margin-top:-1px;
}
}
#info {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#21212b;
	height:240px;
	margin-top:10px;
	margin-bottom:auto;
	margin-right:auto;
	margin-left:11px;
	width:286px;
	text-align:center;
	padding-top:10px;
	font-family: 'linotype_tetriaregular';
	color:#cccccc;
	font-size:14px;
}
#info ul {
	list-style-type:none;
}
#info h1 {
	font-size:17px;
	margin-top:5px;
	font-family: 'linotype_tetriaregular';
}
#info h2 {
	font-size:26px;
	font-family:'linotype_tetrialight';
	margin:0 auto;
	text-align:center;
	color:#cccccc;
}
#sidebar1 {
	background-color:#fff;
	border-right:3px solid #8c1010;
	float:left;
	/*	height:205px;*/
/*	position:relative;*/
	width:405px;
}
#sidebar2 {
}
#sidebar2 h4 {
	background-color:#4a5b5a;
	border-bottom:0px;
	color:#fff;
	margin:0px auto;
	margin-bottom:0px;
	margin-top:2px;
	position:relative;
	width:159px;
}
/* END MAIN */

	
	form#form-mini #recaptcha_area,
form#form-mini #recaptcha_table {
width:100% !important;
}
form#form-mini TABLE#recaptcha_table.recaptchatable.recaptcha_theme_white {
background:none;
margin:0 !important;
padding:0 !important;
width:100% !important;
}
form#form-mini .recaptcha_r1_c1,
form#form-mini .recaptcha_r2_c1,
form#form-mini .recaptcha_r2_c2,
form#form-mini .recaptcha_r3_c1,
form#form-mini .recaptcha_r3_c2,
form#form-mini .recaptcha_r3_c3,
form#form-mini .recaptcha_r4_c2,
form#form-mini .recaptcha_r4_c4,
form#form-mini .recaptcha_r7_c1,
form#form-mini .recaptcha_r8_c1,
form#form-mini .recaptcha_only_if_privacy {
display:none !important;
}
form#form-mini #recaptcha_image,
form#form-mini #recaptcha_image img {
height:45px !important;
margin:0 0 10px 0 !important;
padding:0 !important;
width:100% !important;
}
form#form-mini .recaptcha_theme_white .recaptcha_image_cell {
background:none;
margin:0 !important;
padding:0 !important;
}
form#form-mini .recaptchatable .recaptcha_image_cell {
height:auto !important;
padding:0 !important;
width:100% !important;
}
form#form-mini .recaptcha_input_area {
width:100% !important;
}

/* FOOTER */
#footer-container {
	width:1000px;
	height:90px;
	margin:0 auto;
}
#footer {
	background-image:url(../images/css-images/footerbg1.png);
	background-repeat:repeat-x;
	height:123px;
	padding-top:15px;
	margin:10px auto auto auto;
	width:100%;
}
#copyright {
	font-family:Arial;
	color:#21212b;
	float:left;
	height:20px;
	padding-top:30px;
	width:450px;
}
#poweredby {
	font-family:Arial;
	color:#21212b;
	float:right;
	padding-top:30px;
	height:20px;
	text-align:right;
	padding-right:10px;
}
#poweredby a {
	color:#21212b;
}




/* CONTACT PAGE */

#contact {
	font-family:'linotype_tetrialight';
	color:#fff;
	font-size:14px;
	background-color:#333333;
	width:630px;
	min-height:325px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	margin:0 auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	z-index:100;
	position:relative;
}
.contacttext {
	text-align:center;
}
object {
	position:relative;
	z-index:5 !important;
}


#contact tr td.submit{margin-top:-5px; position:relative; right:25px;}