/* layout.css - Size, positioning, background-images of blocks */

/* Import standard core.css file */
@import url(core.css);

body
{
	margin:0;
	padding:0;
	background-color:#f0edda;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333;
}

.tbLeftBg {
	background: #f0edda url(/images/top-left-bg.gif) top repeat-x;
}

.tbRightBg{
	background: #f0edda url(/images/top-right-bg.gif) top repeat-x;
}

#top-wrapper {
	width: 970px;
	background: transparent url(/images/mainsection-bg.gif) right top repeat-y;
}
	
.cbr { clear: both; }
	
#header {
	width: 970px;
	height: 130px;
	position: relative;
	background: transparent url(/images/header-bg.png) top no-repeat;
}
				
#logo {
	width: 197px;
	height: 60px;
	display: block;
	position: absolute;
	left: 8px; top: 21px;
}
			
#searchbar {
	width:233px;
	height:22px;
	position:absolute;
	right:20px;
	top:17px;
}

#searchtext {
	width:176px;
	height:18px;
	position:absolute;
	left:0; top:0;
	border: 0;
	padding: 4px 4px 0px 4px;
	font-size: 11px;
	color: #333;
	background: #f0edda url(/images/search-bg.png) top left no-repeat;
}

#searchbutton {
	background: transparent url(/images/go.gif) no-repeat;
	width: 45px;
	height: 0;
	padding-top: 22px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;	
}
				
#mainnav {
	position: absolute;
	top: 57px;
	right: 0;
	width: 765px;
	height:39px;
}
		
#mainnav li {
	display:inline;
	padding:0; margin:0; 
}

#mainnav li a {
	background: url(/images/nav.png) no-repeat;
	overflow: hidden;
	padding: 39px 0 0 0;
	height: 0;
	display:block;
	float: left;
}

#mainnav li a:hover {
	background-image: url(/images/nav-over.png); 
}

#mainnav li a:hover, #mainnav li a.active {
	background-image: url(/images/nav-over.png); 
}

#mainnav li.nav_home a { width:221px;}
#mainnav li.nav_aboutus a { width:83px; background-position: -221px 0 }
#mainnav li.nav_product a { width:112px; background-position: -304px 0}
#mainnav li.nav_gallery a { width:108px; background-position: -416px 0}
#mainnav li.nav_contact a { width:99px; background-position: -524px 0}
#mainnav li.nav_login a { width:142px; background-position: -623px 0}
				
#body-wrapper {
	position: relative;
}
				
#breadcrumbs {
	height: 12px;
	position: absolute;
	top: 114px; left: 205px;
	font-size:10px;
	color:#999;
	text-transform:capitalize;
}

#breadcrumbs a {
	color:#999;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	text-decoration: none;
}	
	
#breadcrumbs .active {
	color:#999;
	text-decoration: none;
}									
									
#mainsection {
	position: relative;
	min-height: 500px;
}
						
#subnav {
	width: 175px;
	padding-bottom: 40px;
	float: left;
}
			
#subnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#subnav li {
	list-style-type:none;
	padding:0; 
	margin:0;
}

.section-title {
	width:175px; 
	height:1px;
	padding-top:32px;
	overflow:hidden;
	display:block;
	background-position:top left;
	background-repeat:no-repeat;
}

#subnav #section-aboutus {
	background-image:url(/images/titleImage/title-aboutus.gif);
}

#subnav #section-product {
	background-image:url(/images/titleImage/title-products.gif);
}

#subnav #section-gallery {
	background-image:url(/images/titleImage/title-gallery.gif);
}

#subnav #section-contact {
	background-image:url(/images/titleImage/title-contactus.gif);
}

#subnav #section-series {
	background-image:url(/images/titleImage/title-browse-series.gif);
}

#subnav #section-application {
	background-image:url(/images/titleImage/title-browse-application.gif);
}

#subnav #section-login {
	background-image:url(/images/titleImage/title-login.gif);
}


#subnav li a {
	padding:4px 10px 5px 20px;
	background-color:#f5f4eb;
	display:block;
	color:#333;
	text-decoration:none;
	line-height:13px;
	text-transform: capitalize;
	border-bottom:1px solid #ccc3a8;		
	zoom:1;
	vertical-align:bottom;
}

#subnav li a:hover {
	color:#fff;
	background-color:#000;
}

#subnav li a.active, #subnav li a.active:hover {
	color:#fff;
	background-color:#000;
}

.cta #content-inner {
	padding-right:230px;
	position:relative;
}

.cta #content-inner-wide {
	position:relative;
}

.cta-product #content-inner {
	padding-right:224px;
	position:relative;
}
	
#content {
	width: 735px;
	padding: 6px 0 45px 30px;
	float: left;
	margin: 0;
}									

#cta {
	width:221px;
	position:absolute;
	top:0;
	right:0;
}

#cta ul, #cta li {
	list-style-type:none;
	padding:0;
	margin:0;
}

#cta li a {
	background-image:url(/images/cta.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:1px;
	overflow:hidden;
	display:block;
	padding-top:32px;
}

#cta li a:hover {
	background-image:url(/images/cta-over.jpg);
}

#cta li#cta-brochure a {
	background-position:0 -33px;
}

#cta li#cta-gallery a {
	background-position:0 -66px;
	padding-top:215px;
}

#footer {
	width: 970px;
	height: 24px;
	margin: 0 auto;
	padding-top: 6px;
	border-top:1px solid #333;
	font-size:10px;
	color:#666;
}

#footer a {
	font-size:10px;
	color: #666;
	text-transform:capitalize;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#site-links { float: left;  padding-left: 20px;}
#gssi-links { float: right; padding-right: 20px;}

#footer #site-links .linkdivider {
	color:#666;
	padding-left:3px;
	padding-right: 3px;
}

/***********************************************/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	margin: 16px 0 12px;
}

#content-inner-wide h1
{
	margin-top: 2px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #543019;
}
h2 a {
	text-decoration:none;}
h2 a:hover {
	text-decoration:underline;}


p {
	margin: 0;
	padding: 0 0 16px;
}

a {
	color: #543019;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.tablesection
{
	width:400px;
	padding:10px 18px;
	border: 1px solid #000;
}

.formtable td
{
	padding:3px 0;
}

.listpar
{
	margin: 0 0 16px 45px;
}

.tableSection, .tableSection td
{
    border-color: #999;
    border-style: solid;
}

.tableSection
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableSection td
{
    margin: 0;
	padding-left:2px;
    border-width: 1px 1px 0 0;
    background-color: #FFFDEF;
}


.overviewtable {
	font-size:12px;
	line-height:14px;
}

.overviewtable a:hover{
	text-decoration: underline !important;
}

.overviewtable td{
	padding-bottom:6px;
}
.image-padding {
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 2px;
	}

#div-bamboo{
	background: transparent url(/images/landing/bamboo.jpg) top left no-repeat;
	width: 191px; height: 92px;
	color:#fff;
	display:block;
	line-height:16px;
	padding: 78px 22px 10px 148px;
	text-decoration: none;
}

#div-efeso{
	background: transparent url(/images/landing/efeso.jpg) top left no-repeat;
	width: 191px; height: 92px;
	color:#fff;
	display:block;
	line-height:16px;
	padding: 78px 22px 10px 148px;
	text-decoration: none;
}

#div-cristali{
	background: transparent url(/images/landing/cristali-blend.jpg) top left no-repeat;
	width: 191px; height: 92px;
	color:#fff;
	display:block;
	line-height:16px;
	padding: 78px 22px 10px 148px;
	text-decoration: none;
}

#div-impression{
	background: transparent url(/images/landing/impression.jpg) top left no-repeat;
	width: 191px; height: 92px;
	color:#fff;
	line-height:16px;
	display:block;
	padding: 78px 22px 10px 148px;
	text-decoration: none;
}

#div-metal{
	background: transparent url(/images/landing/metal.jpg) top left no-repeat;
	width: 191px; height: 92px;
	color:#fff;
	display:block;
	line-height:16px;
	padding: 78px 22px 10px 148px;
	text-decoration: none;
}

#div-metro{
	background: transparent url(/images/landing/metro.jpg) top left no-repeat;
	width: 201px; height: 92px;
	color:#fff;
	display:block;
	line-height:16px;
	padding: 78px 12px 10px 148px;
	text-decoration: none;
}

#div-cafe{
	background: transparent url(/images/landing/cafe.jpg) top left no-repeat;
	width: 191px; height: 92px;
	color:#fff;
	line-height:16px;
	display:block;
	padding: 78px 22px 10px 148px;
	text-decoration: none;
}

#div-chicage{
	background: transparent url(/images/landing/chicago.jpg) top left no-repeat;
	width: 191px; height: 92px;
	color:#fff;
	line-height:16px;
	display:block;
	padding: 78px 22px 10px 148px;
	text-decoration: none;
}

#div-ethos{
	background: transparent url(/images/landing/ethos.jpg) top left no-repeat;
	width: 191px; height: 92px;
	color:#fff;
	line-height:16px;
	display:block;
	padding: 78px 22px 10px 148px;
	text-decoration: none;
}

#div-glassmosaics{
	background: transparent url(/images/landing/glass-mosaic.jpg) top left no-repeat;
	width: 191px; height: 92px;
	color:#fff;
	display:block;
	line-height:16px;
	padding: 78px 22px 10px 148px;
	text-decoration: none;
}

#div-metalmosaics{
	background: transparent url(/images/landing/metal-mosaic_application.jpg) top left no-repeat;
	width: 196px; height: 92px;
	color:#fff;
	display:block;
	line-height:16px;
	padding: 78px 17px 10px 148px;
	text-decoration: none;
}

#div-walltile{
	background: transparent url(/images/landing/wall-tile.jpg) top left no-repeat;
	width: 191px; height: 92px;
	color:#fff;
	line-height:16px;
	display:block;
	padding: 78px 22px 10px 148px;
	text-decoration: none;
}

#div-wall-floor{
	background: transparent url(/images/landing/wall-floor.jpg) top left no-repeat;
	width: 191px; height: 80px;
	color:#fff;
	line-height:16px;
	display:block;
	padding: 90px 22px 10px 148px;
	text-decoration: none;
}

#div-commercial-floor{
	background: transparent url(/images/landing/commercial-floor.jpg) top left no-repeat;
	width: 207px; height: 82px;
	color:#fff;
	line-height:16px;
	display:block;
	padding: 88px 6px 10px 148px;
	text-decoration: none;
}

#browseone {
	background-image:url(/products/images/overview-cta1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:1px;
	overflow:hidden;
	display:block;
	width:310px;
	padding-top:291px;
	float:left;
	margin-left:20px;
}

#browseone:hover {
	background-image:url(/products/images/overview-cta1-over.jpg);
}

#browsetwo {
	background-image:url(/products/images/overview-cta2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:1px;
	overflow:hidden;
	width:314px;
	display:block;
	padding-top:291px;
	float: left;
	margin-left:20px;
}

#browsetwo:hover {
	background-image:url(/products/images/overview-cta2-over.jpg);
}
.border-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc3a8;
}
.img-padding-top {
	padding-top: 5px;
}
