@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------------

	Sunborn Shading Solutions - http://sunbornshading.com
	Created: April 8, 2008 by eLYK innovation, inc - http://elykinnovation.com

--------------------------------------------------------------------------- */

@import url("../lightbox/lightbox.css");
@import url("../thickbox/thickbox.css");

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */

body {
	margin:0;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#wrapper {
	text-align: justify;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 912px;
}

#header {
	margin: 0px 0px 0px 0px;
	height: 100px;
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
}

#headernologo {
	margin: 0px 0px 0px 0px;
	height: 100px;
}


#side_a {
	float: left;
	width: 411px;
	margin: 10px 0px 0px 0px;
}

#side_b { 
	margin: 0;
	float: left;
	width: 475px;
	margin: 10px 0px 0px 14px;
	height: 1% /* Holly hack for Peekaboo Bug */
}


/* ---------------------------------------------------------------------------

	For 3 column design: Leave off if unneccessary

--------------------------------------------------------------------------- */

#side_c {
	margin: 0 0 0px 0;
	width: 900px;
}

/* ---------------------------------------------------------------------------

	Additional 2 columns for product pages: Leave off if unneccessary

--------------------------------------------------------------------------- */

#side_d {
	float: left;
	width: 586px;
	margin: 10px 0px 0px 0px;
	text-align:justify;
}

#side_e {
	float: left;
	width: 300px;
	height: 1%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}

#footer {
	clear: both;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:35px;
	padding:1px 0px 0px 0px;
}

#copy {
	clear: both;
	width:900px;
	height:45px;
	margin:10px 0px;
	text-align:center;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	color:#887B6B;
}


/* ---------------------------------------------------------------------------

	Logo Replace

--------------------------------------------------------------------------- */

#logo a {
	display:block;
	text-decoration:none;
	width:396px;
	height:74px;
	margin:15px 0px 0px 14px;
	float:left;
}

#tagline {
	display:block;
	text-decoration:none;
	width:216px;
	height:40px;
	background-image:url(../images/tagline_sunborn.jpg);
	background-repeat:no-repeat;
	margin:41px 0px 0px 28px;
	float:right;
}



/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */

p {
	margin:15px 0px 15px 0px;
}

h1, h2, h3 {
	margin:0;
	padding:0;
}

.hide {
	visibility:hidden;
	display:none;
	text-indent:-8520px;
}

.pictureframe {
	border:#000 1px solid;
	padding:4px;
}

.scroll {
	float:left;
	overflow-y:scroll;
	overflow-x:hidden;
	overflow:auto;
	height:285px;
	width:290px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.scroll2 {
	float:left;
	overflow-x:hidden;
	overflow-y:scroll;
	overflow:auto;
	height:685px;
	width:290px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.scroll img {
	border:#000 1px solid;
	padding:4px;
	float:left;
	margin: 5px 2px;
}

.scroll2 img {
	border:#000 1px solid;
	padding:4px;
	float:left;
	margin: 5px 2px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear {
	clear: both;
	background-color:transparent;
	height:1px;
}

.product_subtitle {
	font-size:16px;
	font-weight:bold;
	color:#507282;
	margin:5px 0px 1px 0px;
}

.sizing_subtitle {
	font-size:13px;
	font-weight:bold;
	color:#507282;
	margin:5px 0px 1px 0px;
	text-indent:10px;
}

/* ---------------------------------------------------------------------------

	Main Menu ----- Horizontal Navigation

--------------------------------------------------------------------------- */

#menu_container {
	width : 900px;
	height:35px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding:1px 0px 0px 0px;
} 

#menu {
	white-space : nowrap;
	margin:10px 0px 0px 0px;
} 


#menu ul{
    margin: 0;
	padding:0;
}

#menu ul li{
    display : inline;
    text-align:center;
    padding-left : 12px;
	padding-right : 12px;
}

#menu ul li a:link {
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#DBDBDB;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}

#menu ul li a:visited {
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}

#menu ul li a:visited:hover {
	color:#DBDBDB;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}


#menu .dropdown {
	position:absolute;
	visibility: hidden;
	border:1px solid #517283;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #BECDD6;
	width: 205px;
	text-align:left;
	text-transform:uppercase;
	font-size:11px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#menu .dropdown a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #517283;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color:#333;
	font-weight:bold;
}

#menu .dropdown a:hover { /*hover background color*/
	background-color: #FFFFFF;
	color:#517283;
	font-weight:bold;
}










#footer_content {
	white-space : nowrap;
	text-align:center;
	margin:0px 0px 0px 0px;
} 


#footer_content ul{
    padding-left : 4px;
	padding-right : 4px;
	color:#FFF;
	font-size:14px;
	margin:6px 0px 0px 0px;
}

#footer_content ul li{
    display : inline;
    text-align:center;
    padding-left : 4px;
	padding-right : 4px;
	margin:0px 0px 0px 0px;
}

#footer_content ul li a:link {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

#footer_content ul li a:hover {
	color:#D5BBAC;
	font-size:14px;
	text-decoration:none;
}

#footer_content ul li a:visited {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

#footer_content ul li a:visited:hover {
	color:#D5BBAC;
	font-size:14px;
	text-decoration:none;
}

/* ---------------------------------------------------------------------------

	Unordered List Stylings

--------------------------------------------------------------------------- */


#clients ul {
	 padding-left:5px;
	 margin-left:5px;
	 margin-top:0px;
	 text-indent:1px;
	 list-style:none;
}

#clients li {
	border-bottom:#C2D9DA 1px dotted;
	width:50%;
	margin:0px 0px;
	padding:4px 0px;
}

#clients a:link{
	font-size:13px;
	color:#003366;
	text-decoration:none;
}

#clients a:hover{
	font-size:13px;
	color:#006699;
	text-decoration:none;
}

#clients a:visited{
	font-size:13px;
	color:#003366;
	text-decoration:none;
}

#clients a:visited:hover{
	font-size:13px;
	color:#006699;
	text-decoration:none;
}




#side_d .no_bullets ul {
	 padding-left:5px;
	 margin-left:10px;
	 margin-top:0px;
	 text-indent:1px;
	 list-style:none;
}

#side_d .no_bullets li {
	border-bottom:#DFDFDF 0px dotted;
	width:95%;
	margin:0px 0px;
	padding:3px 0px;
}

#side_d .no_bullets a:link {
	font-size:13px;
	color:#003366;
	text-decoration:none;
}

#side_d .no_bullets a:hover {
	font-size:13px;
	color:#006699;
	text-decoration:none;
}

#side_d .no_bullets a:visited {
	font-size:13px;
	color:#003366;
	text-decoration:none;
}

#side_d .no_bullets a:visited:hover {
	font-size:13px;
	color:#006699;
	text-decoration:none;
}




 #side_d .bullets ul {
	 padding-left:5px;
	 margin-left:5px;
	 margin-top:0px;
	 text-indent:1px;
	 list-style:disc;
}

#side_d .bullets li {
	width:95%;
	margin:0px 0px 0px 10px;
	padding:1px 0px;
} 

#side_d .bullets a:link {
	font-size:13px;
	color:#003366;
	text-decoration:none;
}

#side_d .bullets a:hover {
	font-size:13px;
	color:#006699;
	text-decoration:none;
}

#side_d .bullets a:visited {
	font-size:13px;
	color:#003366;
	text-decoration:none;
}

#side_d .bullets a:visited:hover {
	font-size:13px;
	color:#006699;
	text-decoration:none;
}


#logos_container {
	height:74px;
	width:890px;
	margin:5px 0px 0px 10px;
}

#logos img {
	margin:0px;
	padding:0px;
}


#logos ul{
   padding : 0;
   margin : 4px 0px 0px 0px;
}

#logos ul li{
   display : inline;
   margin : 0px 70px 0px 70px;
}




/* ---------------------------------------------------------------------------

	Links

--------------------------------------------------------------------------- */

.orangelink a:link {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #BD8234;
	text-decoration:none;
}

.orangelink a:hover {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #B86821;
	text-decoration:none;
}

.orangelink a:visited {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #BD8234;
	text-decoration:none;
}

.orangelink a:visited:hover {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #B86821;
	text-decoration:none;
}


.request_sample a:link {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
	padding:0px 10px;
}

.request_sample a:hover {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#006699;
	text-decoration:none;
	padding:0px 10px;
}

.request_sample a:visited {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #990000;
	text-decoration:none;
	padding:0px 10px;
}

.request_sample a:visited:hover {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #006699;
	text-decoration:none;
	padding:0px 10px;
}


/* ---------------------------------------------------------------------------

	Titles

--------------------------------------------------------------------------- */

.title_welcome {
	height:25px;
	width:300px;
	background-image:url(../images/title_welcome.jpg);
	background-repeat:no-repeat;
	margin:6px 0px 0px 0px;
}

.title_blinds {
	height:25px;
	width:300px;
	background-image:url(../images/title_blinds.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
}

.title_shades {
	height:25px;
	width:300px;
	background-image:url(../images/title_shades.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
}

.title_cellular_shades {
	height:25px;
	width:300px;
	background-image:url(../images/title_cellular_shades.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
	float:left;
}
.title_woven_wood_shades {
	height:25px;
	width:450px;
	background-image:url(../images/title_woven_woodshades.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
	float:left;
}
.title_roller_shades {
	height:25px;
	width:450px;
	background-image:url(../images/title_roller_shades.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
	float:left;
}
.title_shutters {
	height:25px;
	width:300px;
	background-image:url(../images/title_shutters.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
}

.title_unique_alternatives {
	height:25px;
	width:300px;
	background-image:url(../images/title_unique_alternatives.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
}

.title_unique_alternatives_sheer_horizontal_shades {
	height:25px;
	width:450px;
	background-image:url(../images/title_sheer_horizontal_shades.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
	float:left;
}

.title_about_us {
	height:25px;
	width:450px;
	background-image:url(../images/title_about_us.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
	float:left;
}

.title_contact_us {
	height:25px;
	width:300px;
	background-image:url(../images/title_contact_us.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
	margin:14px 0px 0px 0px;
	float:left;
}

.title_quote_warranty {
	height:25px;
	width:300px;
	background-image:url(../images/title_quote_warranty.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
	float:left;
}

.title_client_list {
	height:25px;
	width:450px;
	background-image:url(../images/title_client_list.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 12px 0px;
	float:left;
}

.title_faux_wood_shutters {
	height:25px;
	width:450px;
	background-image:url(../images/title_faux_wood_shutters.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 12px 0px;
	float:left;
}

.title_vinyl_shutters {
	height:25px;
	width:450px;
	background-image:url(../images/title_vinyl_shutters.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 12px 0px;
	float:left;
}

.title_faux_wood_blinds {
	height:25px;
	width:450px;
	background-image:url(../images/title_faux_wood_blinds.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
	float:left;
}

.title_natural_wood_blinds {
	height:25px;
	width:450px;
	background-image:url(../images/title_natural_wood_blinds.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
	float:left;
}

#download_quote a {
	display:block;
	text-decoration:none;
	height:25px;
	width:238px;
	background-image:url(../images/title_download_quote.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
	float:right;
}

#download_quote a:hover {
	display:block;
	text-decoration:none;
	height:25px;
	width:238px;
	background-image:url(../images/title_download_quote_hover.jpg);
	background-repeat:no-repeat;
	margin:14px 0px 0px 0px;
	float:right;
}

#download_sellsheet a {
	display:block;
	text-decoration:none;
	height:25px;
	width:212px;
	background-image:url(../images/title_download_sellsheet.jpg);
	background-repeat:no-repeat;
	margin:2px 0px 10px 0px;
	float:left;
}

#download_sellsheet a:hover {
	display:block;
	text-decoration:none;
	height:25px;
	width:212px;
	background-image:url(../images/title_download_sellsheet_hover.jpg);
	background-repeat:no-repeat;
	margin:2px 0px 10px 0px;
	float:left;
}

/* ---------------------------------------------------------------------------

	Forms

--------------------------------------------------------------------------- */

form{margin:0;padding:0;}
fieldset{margin:1em 0;border:none;border-top:1px solid #ccc;}
legend{margin:1em 0;padding:0 .5em;color:#036;background:transparent;font-size:1.3em;font-weight:bold;}
label{float:left;width:100px;padding:0 1em;text-align:right;}
fieldset div{margin-bottom:.5em;padding:0;display:block;}
fieldset div input,fieldset div textarea{width:150px;border-top:1px solid #555;border-left:1px solid #555;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:1px;color:#333;}
fieldset div select{padding:1px;}
div.fm-multi div{margin:5px 0;}
div.fm-multi input{width:1em;}
div.fm-multi label{display:block;width:200px;padding-left:5em;text-align:left;}
#fm-submit{clear:both;padding-top:0em;text-align:center; float:left; margin:0px 0px 0px 132px;}
#fm-submit input{border:1px solid #333;padding:2px 1em;background:#555;color:#fff;font-size:100%;}
input:focus,textarea:focus{background:#efefef;color:#000;}
fieldset div.fm-req{font-weight:bold;}
fieldset div.fm-req label:before{content:"* ";}
