/*----------------------------- Normalizes Styles ---------------------------*/

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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul, ol {list-style: none;}

table {border-collapse: collapse; border-spacing: 0;}

a:active{outline:none;}


/*------------------------------ Global Styles -------------------------------*/

html {
	position: relative;
}

body {
	font: 0.8em/1.5em Verdana, Arial, Helvetica;
	color: #7c7c7c;
	position: relative;
	
}

h2 {
	padding: 15px 0 0 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #1c9ae0;
}

h3 {
	padding: 15px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	padding: 15px 0 0 0;
	font-size: .9em;
	font-weight: bold;
	color: #1c9ae0;
}

p {
	padding: 8px 0 8px 0;	
}

a:link, a:visited {
	color: #1c9ae0;
	text-decoration: none;
}

a:hover, a:active {
	color: #1c9ae0;
	text-decoration: underline;
}

span.clear {
	display: block;
	clear: both;
}


/*--------------------------- HEADER ---------------------------*/

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../img/header_top_line_bg.jpg) center top repeat-x;
}

	#header .wrapper {
		margin: 0 auto;
		padding: 0;
		width: 1030px;
		height: 138px;
		display: block;
		position: relative;
		background: url(../img/header_bg.jpg) 0 0 no-repeat;
	}

	#header .wrapper h1 a {
		height: 85px;
		width: 240px;
		display: block;
		position: relative;
		top: 28px;
		left: 55px;
		text-indent: -9999px;
	}
	
	#header .wrapper #bookmark_us a {
		width: 153px;
		height: 37px;
		position: absolute;
		top: 0;
		right: 35px;
		text-indent: -9999px;
		background: url(../img/bookmark_us_btn.jpg) 0 -11px no-repeat;
	}
	
	
	
/*--------------------------- INDEX IMAGE SLIDER ---------------------------*/

#index_images {
	padding: 16px 0;
	width: 100%;
	height: 268px;
	background-color: #d8d8d8;
}

	#index_images div.scrollableArea img {
		margin: 0;
		float: left;
	}
	
	/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
	div.scrollWrapper {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}

	div.scrollableArea {
		position: relative;
		width: auto;
		height: 100%;
	}



/*--------------------------- CONTAINER ---------------------------*/

#container {
	margin: 0 auto;
	width: 1030px;
	position: relative;
	z-index: 10;
	background: url(../img/container_bg.png) center top repeat-y;
}



/*----- main navigation -----*/

#menu {
	margin: 0 0 0 41px;
	width: 257px;
	float: left;
}

	#menu.index {
		position: absolute;
		top: -301px;
	}

	#menu ul {
		width: 257px;
		border-top: 1px solid #d3d0c4;
		border-bottom: 1px solid #fff;
	}
	
	#menu ul li {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #d3d0c4;
		position: relative;
	}
		
	#menu li a {
		width: 257px;
		height: 58px;
		text-indent: -9999px;
		display: block;
	}
		
	ul li#home {background: url(../img/nav_btn_home.jpg) 0 0 no-repeat;}
	ul li#home:hover, ul li#home.selected:hover {background: url(../img/nav_btn_home.jpg) 0 -60px no-repeat;}
	ul li#home.selected {background: url(../img/nav_btn_home.jpg) 0 -120px no-repeat;}
	
	ul li#about {background: url(../img/nav_btn_about.jpg) 0 0 no-repeat;}
	ul li#about:hover, ul li#about.selected:hover {background: url(../img/nav_btn_about.jpg) 0 -60px no-repeat;}
	ul li#about.selected {background: url(../img/nav_btn_about.jpg) 0 -120px no-repeat;}
	
	ul li#products {background: url(../img/nav_btn_products.jpg) 0 0 no-repeat;}
	ul li#products:hover, ul li#products.selected:hover {background: url(../img/nav_btn_products.jpg) 0 -60px no-repeat;}
	ul li#products.selected {background: url(../img/nav_btn_products.jpg) 0 -120px no-repeat;}
	
	ul li#services {background: url(../img/nav_btn_services.jpg) 0 0 no-repeat;}
	ul li#services:hover, ul li#services.selected:hover {background: url(../img/nav_btn_services.jpg) 0 -60px no-repeat;}
	ul li#services.selected {background: url(../img/nav_btn_services.jpg) 0 -120px no-repeat;}
	
	ul li#contact {background: url(../img/nav_btn_contact.jpg) 0 0 no-repeat;}
	ul li#contact:hover, ul li#contact.selected:hover {background: url(../img/nav_btn_contact.jpg) 0 -60px no-repeat;}
	ul li#contact.selected {background: url(../img/nav_btn_contact.jpg) 0 -120px no-repeat;}
	
	
	#menu ul ul {
		width: 260px;
		position: absolute;
		display: none;
		top: 0px;
		left: 257px;
		border: none;
		box-shadow: 2px 2px 4px #000;
		-webkit-box-shadow: 2px 2px 4px #000;
		-moz-box-shadow: 2px 2px 4px #000;
	}
	
		li#about ul {top: -44px}
		li#products ul {top: -81px}
		li#services ul {top: -7px}
	
	#menu ul ul li {
		width: 260px;
		height: 37px;
		display: block;
		border: none;
		
	}
	
	#menu ul ul li a {
		width: 260px;
		height: 37px;
		text-indent: -9999px;
		display: block;
	}
	
		ul ul li#about_sub {background: url(../img/nav_btn_sub_about.jpg) 0 0 no-repeat;}
		ul ul li#about_sub:hover {background: url(../img/nav_btn_sub_about.jpg) 0 -37px no-repeat;}
		
		ul ul li#clients {background: url(../img/nav_btn_sub_clients.jpg) 0 0 no-repeat;}
		ul ul li#clients:hover {background: url(../img/nav_btn_sub_clients.jpg) 0 -37px no-repeat;}
		
		ul ul li#faq {background: url(../img/nav_btn_sub_faq.jpg) 0 0 no-repeat;}
		ul ul li#faq:hover {background: url(../img/nav_btn_sub_faq.jpg) 0 -37px no-repeat;}
		
		ul ul li#art {background: url(../img/nav_btn_sub_art.jpg) 0 0 no-repeat;}
		ul ul li#art:hover {background: url(../img/nav_btn_sub_art.jpg) 0 -37px no-repeat;}
		
		ul ul li#wall {background: url(../img/nav_btn_sub_wall.jpg) 0 0 no-repeat;}
		ul ul li#wall:hover {background: url(../img/nav_btn_sub_wall.jpg) 0 -37px no-repeat;}
		
		ul ul li#artistic {background: url(../img/nav_btn_sub_artistic.jpg) 0 0 no-repeat;}
		ul ul li#artistic:hover {background: url(../img/nav_btn_sub_artistic.jpg) 0 -37px no-repeat;}
		
		ul ul li#baffles {background: url(../img/nav_btn_sub_baffles.jpg) 0 0 no-repeat;}
		ul ul li#baffles:hover {background: url(../img/nav_btn_sub_baffles.jpg) 0 -37px no-repeat;}
		
		ul ul li#fabric {background: url(../img/nav_btn_sub_fabric.jpg) 0 0 no-repeat;}
		ul ul li#fabric:hover {background: url(../img/nav_btn_sub_fabric.jpg) 0 -37px no-repeat;}
		
		ul ul li#tackable {background: url(../img/nav_btn_sub_tackable.jpg) 0 0 no-repeat;}
		ul ul li#tackable:hover {background: url(../img/nav_btn_sub_tackable.jpg) 0 -37px no-repeat;}
		
		ul ul li#lighting {background: url(../img/nav_btn_sub_lighting.jpg) 0 0 no-repeat;}
		ul ul li#lighting:hover {background: url(../img/nav_btn_sub_lighting.jpg) 0 -37px no-repeat;}
		
		ul ul li#design {background: url(../img/nav_btn_sub_design.jpg) 0 0 no-repeat;}
		ul ul li#design:hover {background: url(../img/nav_btn_sub_design.jpg) 0 -37px no-repeat;}
		
		ul ul li#installation {background: url(../img/nav_btn_sub_installation.jpg) 0 0 no-repeat;}
		ul ul li#installation:hover {background: url(../img/nav_btn_sub_installation.jpg) 0 -37px no-repeat;}
		
	
	#menu ul li.submenu:hover ul.level2 {display: block;}



/*---------------- Main Content ----------------*/

#content {
	margin-right: 40px;
	width: 653px;
	min-height: 300px;
	float: right;
	text-align: justify;
	background: url(../img/content_shadow_bg.jpg) center top repeat-y;
}

	#content.index {
		background: none;
	}
	
		#content_wrapper {
			padding: 5px 28px 25px 28px;
			min-height: 550px;
			color: #656565;
			background: url(../img/content_gradient.jpg) center top no-repeat;
		}
	
	#content_bottom {
		margin-right: 40px;
		margin-top: -1px;
		height: 10px;
		display: block;
		width: 653px;
		float: right;
		background: url(../img/content_bg_bottom.jpg) center bottom no-repeat;
	}

	
	/*----- header image replacement -----*/
	
	#content h2 {
		margin: 15px 0 0 0;
		padding: 0;
		width: 535px;
		height: 38px;
		display: block;
		text-indent: -9999px;
	}
	
	h2#welcome {background: url(../img/h2_welcome.jpg) 0 0 no-repeat;}
	h2#about {background: url(../img/h2_about.jpg) 0 0 no-repeat;}
	h2#clients {background: url(../img/h2_clients.jpg) 0 0 no-repeat;}
	h2#faq {background: url(../img/h2_faq.jpg) 0 0 no-repeat;}
	h2#art {background: url(../img/h2_art.jpg) 0 0 no-repeat;}
	h2#wall {background: url(../img/h2_wall.jpg) 0 0 no-repeat;}
	h2#artistic {background: url(../img/h2_artistic.jpg) 0 0 no-repeat;}
	h2#baffles {background: url(../img/h2_baffles.jpg) 0 0 no-repeat;}
	h2#fabric {background: url(../img/h2_fabric.jpg) 0 0 no-repeat;}
	h2#tackable {background: url(../img/h2_tackable.jpg) 0 0 no-repeat;}
	h2#lighting {background: url(../img/h2_lighting.jpg) 0 0 no-repeat;}
	h2#design {background: url(../img/h2_design.jpg) 0 0 no-repeat;}
	h2#installation {background: url(../img/h2_installation.jpg) 0 0 no-repeat;}
	h2#contact {background: url(../img/h2_contact.jpg) 0 0 no-repeat;}
	h2#sitemap {background: url(../img/h2_sitemap.jpg) 0 0 no-repeat;}
	
	

/*----- additional styles -----*/

p.more {text-align: right;}
	
p.note {
	padding: 10px 0 0 10px;
	font-size: 0.8em;
}

ul.sitemap {
	margin: 20px 0 0 50px;
	font-size: 1.3em;
	line-height: 1.8em;
	list-style: disc inside;
}

	ul.sitemap ul {
		margin-left: 20px;
		list-style: circle inside;
	}
	

/*----- fabric color samples -----*/

ul#colors {
	margin: 5px 0;
}

	ul#colors li {
		margin: 8px 4px;
		width: 190px;
		height: 55px;
		float: left;
		position: relative;
	}
	
	ul#colors li a {position: absolute;}
	
	ul#colors li img {
		position: absolute;
    	width: 190px;
    	border: none;
	}


/*----- contact page -----*/

#contact_form {
	padding: 30px 0 0 0;
	width: 300px;
	float: left;
}

	form#contact label {
		margin-top: 15px;
		display: block;
		width: 275px;
	}
	
	form#contact label span {color: #e21919;}
	
	form#contact input.input {
		background-color: #b2b2b2;
		display: block;
		width: 285px;
		padding: 2px;
		font-size: 1em;
		line-height: 1.1em;
		border-top: 1px solid #5b5b5b;
		border-right: 0;
		border-bottom:  0;
		border-left:  1px solid #595959;
		height: 30px;
	}
	
	form#contact textarea {
		padding: 2px;
		background-color: #b2b2b2;
		display: block;
		width: 285px;
		height: 90px;
		line-height: 1.1em;
		border-top: 1px solid #5b5b5b;
		border-right: 0;
		border-bottom:  0;
		border-left:  1px solid #595959;
	}
	
		form#contact input:focus, form#contact textarea:focus {
			background-color: #CDCDCD;
		}
		
	button#send {
		margin: 10px 0;
		height: 30px;
		width: 288px;
		display: block;
		cursor: pointer;
		border: 4px double #9F9F9F;
		background: #fff;
		font-size: 1em;
		line-height: 1.2em;
		color: #1BA0D7;
		padding: 2px;
		font-weight: bold;
	}
	
	button#send:hover {
		color: #fff;
		border-color: #fff;
		background-color: #1c9ae0;
}



#contact_right {
	padding-top: 50px;
	width: 265px;
	float: right;
}

	#contact_right p {
		margin: 10px 0;
		font-size: 1.2em;
		line-height: 1.5em;
	}



/*--------------------------- FOOTER ---------------------------*/

#footer {
	width: 100%;
	height: 300px;
	display: block;
	bottom: 30px;
	font-size: 0.9em;
	background: url(../img/footer_line.jpg) 0 0 repeat-x;
}

	.wrapper {
		margin: 0 auto;
		padding: 30px 0 0 315px;
		width: 715px;
		height: 300px;
		display: block;
		background: url(../img/container_bg.png) 0 0 repeat-y;
	}
	
	.wrapper a:link, .wrapper a:active, .wrapper a:visited {color: #7c7c7c;}
	
	.wrapper a:hover {color: #1c9ae0;}

	


	
	
	
	
	
	
