@charset "UTF-8";
/* Tags */
body{
	background: #ffffff url(../images/bg.gif) top left repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color:#7d6a55;
}

h1{
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 18px;
	padding:0;
	margin:0;
}

h2{
	font-size: 18px;
	font-weight: bold;
}

/* Shared Elements */
#page{
	position:relative;
}

#container{
	background:url(../images/container-bg.jpg) top left no-repeat;
	width: 1400px;
	height: 560px;
	margin: 0 auto;
}

#content{
	visibility: hidden;
}

#page.product #content, #page.contact #content{
	position:absolute;
	top: 92px;
	left: 305px;
}

#header{
	position: relative;
}

#header #logo{
	width: 263px;
	height: 201px;
	background:url(../images/page-logo.png) top left no-repeat;
	position: absolute;
	top: -203px;
	left: 0px;
	z-index: 5;
}

#header #logo:hover{
	cursor: pointer;
}

#page.home #header #logo{
	width: 392px;
	height: 285px;
	background:url(../images/home-logo.png) top left no-repeat;
	top: -281px;
	cursor: default;
}

#header #nav{
	padding: 28px 20px 0 20px;
	width: 661px; /* 701 px total */
	height: 52px; /* 80 px total */
	background:url(../images/nav-bg.png) top left no-repeat;
	position:absolute;
	top: -80px;
	left: 270px;
	z-index: 10;
}

#header #nav ul{
	padding:0;
	margin:0;
	list-style: none;
	position:relative;
	left: 18px;
	width:auto;
}

#header #nav ul:after{
	clear:both;
}

#header #nav ul li{
	float: left;
}

#header #nav ul li#divider{
	position: relative;
	top: 2px;
	margin: 0 20px;
	color: #51cddc;
	font-weight: bold;
	font-size: 16px;
}

#page{
	padding: 0 35px 35px 35px;
	width: 980px;
	height: 724px;
	margin: 0 auto;
}

#footer{
	padding: 0 15px;
	width: 1020px;
	margin: 10px auto 20px auto;
	visibility: hidden;
	color: #a8a8a8;
}

#content a{
	color: #7d6a55;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

#footer a{
	color: #a8a8a8;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.orange{
	color: #f47d31;
}

.blue{
	color:#00b5cb;
}

/* Home Page */
#content.home{
	position: relative;
}

#page.home{
	background:url(../images/home-bg.png) top left no-repeat;
}

#content #copy{
	position: absolute;
	left: 60px;
	top: 336px;
	background:url(../images/home-copy.png) top left no-repeat;
	width: 509px;
	height: 150px;
}

#content #greenbuild-logo{
	position: absolute;
	left: 620px;
	top: 373px;
	background: url(../images/greenbuild-logo.png) top left no-repeat;
	width: 87px;
	height: 87px;
}

#content #products{
	position: absolute;
	left: 760px;
	top: 92px;
	background:url(../images/products-bg.png) top left no-repeat;
	padding: 30px 0 0 0;
	width: 207px;
	height: 601px;
	text-align:center;	
}

#content #products img{
	margin: 0 0 18px 0;
}


/* Product Pages */
#page.technisoil{
	background:url(../images/technisoil-bg.png) top left no-repeat;
}

#page.ekopaver{
	background:url(../images/ekopaver-bg.png) top left no-repeat;
}

#page.ekoflo{
	background:url(../images/ekoflo-bg.png) top left no-repeat;
}

#page.ekotexture{
	background:url(../images/ekotexture-bg.png) top left no-repeat;
}

#page.ekorof{
	background:url(../images/ekorof-bg.png) top left no-repeat;
}

#page.fireply{
	background:url(../images/fireply-bg.png) top left no-repeat;
}

#page.contact{
	background:url(../images/contact-bg.png) top left no-repeat;
}

#page.product #content{
	padding: 65px 65px 0 65px;
	width: 570px;/* 700 px total */
	height: 569px;/* 624 px total */
	background:url(../images/content-bg.png) top left no-repeat;
}

#content #left, #content #right{
	float: left;
}

#content #left{
	width: 250px;
	margin: 0 45px 0 0;
}

#content #left img{
	margin: 0 0 15px 0 ;
}

#content #left #pictures-fla-div{
	text-align: center;
	font-size:14px;
	padding: 20px;
	border: solid 1px #7d6a55;
	margin: 20px 0 0 0;
}

#content #right{
	padding: 10px 0 0 0;
	width: 255px;
	height: 490px;
}

#content #right ul{
	position:relative;
	left:12px;
	padding:0px;
	margin:0px;
}

#page.product #purchase{
	visibility: hidden;
	width: 194px;
	height: 46px;
	position: absolute;
	left: 769px;
	top: 684px;
	z-index: 15;
}

/* Contact Page */
#page.contact #content{
	font-size: 20px;
	line-height: 30px;
}

/* ADMIN PORTAL */
#admin-content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	width: 900px;
	margin: 0 auto 50px auto;
}
#admin-content td{
	text-align:left;
	vertical-align:middle;
	padding: 10px;
}
#admin-content td a{
	color: #000000;
	text-decoration: none;
}
label{
	margin: 15px 0;
}
#admin-top{
	background:url(../images/admin/admin_top.gif) top left no-repeat;
	height: 22px;
}
#admin-bottom{
	background:url(../images/admin/admin_bottom.gif) top left no-repeat;
	height: 22px;
}
#login{
	position:relative;
	top:105px;
	cursor: pointer;
}
#login img{
	padding:0;
}
#form-error{
	width: 100%;
	padding: 15px 0;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}
#add-button a:hover, #edit-button a:hover, #delete-button a:hover{
	text-decoration:underline;
}
#edit-button img{
	position:relative;
	bottom: 4px;
	padding: 0 10px 0 0;
}
.admin-button{
	padding:5px;
	background: #dddddd;
	width: 100px;
	text-align:center;
}
.admin-button:hover{
	text-decoration:underline;
	background: #bebebe;
	cursor:pointer;
	color:#ffffff;
}
