/* Structural */

*{
  margin: 0;
  padding: 0;
  border: none;
  font-family: "arial";
  font-size: 12px;
  color: #7b7b7b;
}


html{
	text-align: center;
}

body{
	margin: 0 auto;
	width: 980px;
   text-align: left;
}

li{
	list-style: none;
}

#top{
/*	border-bottom: 1px solid #000;*/
}

#maincontents{
	margin-top: 20px;
}

#maincontents-index{
  padding-top: 0px;
  min-height: 200px;
  text-align: center;
}

#logo{
	position: relative;
	left: -14px;
}

#leftcol{
position: relative;
top: -50px;
}


  #rightcolumn{  
}



/* Structural End */

/* Elements */

p{
  margin: 0px 0 10px 0;
}

h1 a{
margin: 0;
padding: 0;
display: block;
position: relative;
top: 10px;
left: 15%;
text-indent: -2000px; /* sends the text off-screen */
white-space: nowrap; /* because only the first line is indented */
outline: none;  /* prevents dotted line when link is active */
background-image: url(../images/logo-700.png);
background-repeat: no-repeat;
width: 850px;
height: 190px;
}

h2{
	font-size: 18px;
  color: #996;
  font-weight: bold;
}


h3{
  color: #f4c35d;
  text-align: left;
  margin: 0px 0 10px 0;
  font-size: 16px; 
  font-weight: bold; 
}

h4{
  color: #996;
  text-align: left;
  margin: 0px 0 10px 0;
  font-size: 16px; 
  font-weight: bold; 
}

/* Elements End */

/* Localized Divisions */

#rightcolumn h2{
  font-size: 1.1em;
  color: #fff;
  background: #996;
  font-weight: bold;
  padding-left: 15px;
}

/* Localized Divisions End */


/* Lists */

ul#nav{
margin-left: 0;
}

#nav li:hover ul{
/*  display: block;*/
  position: absolute;
  top: 0px;
  left: 240px;
  width: 155px;
  height: 15px;
}


ul#nav li ul li a{
	background: red;
}

#nav li{
  list-style: none;
}

#rightcolumn li{
list-style: none;
}

/* Lists End */


/* Links */

ul#navtop{
	float: right;
}

ul#navtop li{
  margin-right: 0px;
  float: left;
  list-style-type: none;
}

ul#navtop li a:hover{
  background: transparent no-repeat url(../images/navtop-bg-hover.png);
  color: #fff;
}

#navtop li a{
  background: transparent;
  font-weight: bold;
  padding: 0;
  padding-left: 10px;
  margin-right: -7px;
  line-height: 28px;
  width: 100px;
  height: 28px;
  display: block;
  background: transparent no-repeat url(../images/navtop-bg.png);
  background-repeat: no-repeat;
}


#nav a{
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 0px;
  background: #25100b;
  color: #f4c35d;
  height: 25px;
  line-height: 25px;
  width: 190px;
}


#nav a:hover{
  background: #eee;
  color: black;
}


#footer a{
  color: white;
  font-weight: bold;
  text-decoration: none;
}


/* Links End */


.clear{
  clear: both;
}

#menutop{
  position: relative;
  top: -25px;
  left: 270px;
  width: 700px;
}

#menutop li{
	float: left;
	list-style: none;
	margin-right: 30px;
}

#menutop a{
  color: #000;
  display: block;
  float: left;
  text-decoration: none;
  font-size: 1.9em;
}

#menutop a:hover{
  color: #dcdcdc;
}

p{
  margin: 0px 0 40px 0;
}

.contact h3{
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}


.contact h4{
  color: #8b4513;
  font-weight: bold;
} 


hr{
color: white;
background: white;
margin: 3px 0;
}


ul#navtop li.selected{
	background-image: url(../images/navtop-bg-hover.png);  background-repeat: no-repeat;

}

ul#navtop li a.selected{
	color: white;
}


ul#listincludes{
background: #f4c35d;
float: right;
position: relative;
left: 15px;
top: 20px;
}

ul#listincludes li{
 list-style: none;
 margin-bottom: 0px;
 width: 180px;
 color: #000;
 font-weight: bold;
 padding: 0 3px; 
}

ul#listincludes a{
	color: #f4c35d;
}

#indexcontents p, #indexcontents h2{
}

div#maincontents a{
	color: #000;
	text-decoration: underline;
}

div#maincontents a:hover{
	color: #f4c35d;
}


a#home{
	background-image: url(../images/bt-home.png);
	background-repeat: no-repeat;
	display: block;
	width: 71px;
	height: 45px;
}

a#about{
	background-image: url(../images/bt-about.png);
	background-repeat: no-repeat;
	display: block;
	width: 81px;
	height: 45px;
}

a#about.active{
	background-image: url(../images/bt-about-hover.png);
}

a#work{
	background-image: url(../images/bt-drawing.png);
	background-repeat: no-repeat;
	display: block;
	width: 98px;
	height: 50px;
	position: relative;
	top: -8px;
}

a#contact{
	background-image: url(../images/bt-contact.png);
	background-repeat: no-repeat;
	display: block;
	width: 99px;
	height: 45px;
}

a#contact.active{
	background-image: url(../images/bt-contact-hover.png);
}

a#products{
	background-image: url(../images/bt-products.png);
	background-repeat: no-repeat;
	display: block;
	width: 115px;
	height: 45px;
	position: relative;
	top: 0px;
}

a#products.active{
	background-image: url(../images/bt-products-hover.png);
}

a#home:hover{
	background-image: url(../images/bt-home-hover.png);
}

a#home.active{
	background-image: url(../images/bt-home-hover.png);
}

a#about:hover{
	background-image: url(../images/bt-about-hover.png);
}

a#work:hover{
	background-image: url(../images/bt-drawing-hover.png);
}

a#contact:hover{
	background-image: url(../images/bt-contact-hover.png);
}

a#products:hover{
	background-image: url(../images/bt-products-hover.png);
}

#contact label{
	display: block;
}


#contact ul{
	margin-left: 0;	
	margin-bottom: 10px;
}


#contact li{
	float: left;
	margin-right: 5px;
}

#contact input{
	border: 1px solid #000;
	display: block;
}

textarea{
	border: 1px solid #000;
}

ul#products-thumbs{
	float: left;
}

ul#products-thumbs li{
	list-style: none;
}

ul#products-thumbs li img{
	width: 60px;
	min-height: 40px;
}

#placeholder{
	float: left;
	margin-right: 20px;
}

p#desc{
	text-align: left;
}

img.odd-bird{
	float: left; 
	margin-right: 5px;
}

div.about-p{
	width: 60%;
	margin-left: 170px;
	margin-top: 30px;
}

#bird-desc p, #bird-desc2 p, #bird-desc3 p, #bird-desc4 p, #bird-desc5 p, #bird-desc6 p, #bird-desc7 p, #bird-desc8 p, #bird-desc9 p{
	 text-align: left; 
	 margin-left: 265px;
}

.fltr{
	float: right;
}

.fltr-wren{
	float: right;
	position: relative;
	top: -25px;
	left: 5px;
}

.fltl-fire{
	float: left;
	position: relative;
	top: -10px;
	margin-right: 10px;
}

#contato label.erro {
  border: 1px solid graytext;
  width: 400px;
  height: 18px;
  display: block;
  margin-top: 2px;
  background-color: #fdf5be;
}

#contato ul{
  margin-left: 0;
  margin-bottom: 10px;
}


#contato li{
  float: left;
  margin-right: 5px;
}

#contato input{
  border: 1px solid #000;
  width: 400px;
  height: 18px;
  display: block;
}

#contato input.botao {
  width: 120px;
  height: 24px;
  font-weight: bold;
  padding-bottom: 3px;
}

textarea {
  border: 1px solid #000;
  width: 390px;
  height: 180px;
  display: block;
  margin-top: 0px;
}

.lil{
	position: relative;
	left: 100px;
   display: block;
	width: 100px;
	height: 30px;
	background: #696969;
	display: none;
}

.tribal{
	background-image: url(../images/feb-2011/tribal-100.png);
	background-repeat: repeat-y;
	height: 395px;
	width: 120px;
	float: left;
}

.tribal.inner{
	height: 290px;
}

div#splash-img{
	float: left;
	display: block;
	width: 520px;
	margin: 0 20px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/PIE.htc);
	background-image: url(../images/2012/jan/chalkboards-and-wallbirds.jpg);
	height: 400px;
}

#products-big-bird{
	width: 420px;
	margin: 0;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/PIE.htc);
}

#product #products-big-bird{
	border-radius: 0;
}

#tribal-right{
	background-image: url(../images/feb-2011/tribal-right-100.png);
}

#product-views{
	position: relative;
	left: 0px;
}

#product-views li{
	float: left;
	margin-right: 5px;
}

#product-views img{
	width: 60px;
}

#specification{
	float: left;
	width: 190px;
	margin: 0 20px 0 20px;
}

#specification p{
	margin: 0 0 10px 0;
}

#specification h2{
	color: #928b8b;
	margin: 0px 0 5px 0;
	font-size: 1.3em;
}

#specification h3{
	color: #928b8b;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 20px;
}

#featured-products{
	float: left;
	width: 230px;
}

#featured-products li{
	float: left;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

#featured-products li:hover{
	color: #000;	
}


#featured-products li img{
	width: 100px;
	margin-bottom: 5px;
	display: block;
}


#featured-products h2{
	color: #928B8B;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 5px;
}


.ranges{
}

.ranges li{
	float: left;
	margin-right: 10px;
}

.ranges h2{
	text-align: center;
	color: #928B8B;
	text-transform: uppercase;
	font-size: 11px;
}

#about-container, #products-container{
	width: 560px;
	position: relative;
	left: 45px;
	float: left;
}

#about-container{
	width: 500px;
	margin-right: 70px;
	position: relative;
	top: -40px;
}

#prod-menu{
	width: 100px;
	float: left;
}

#prod-menu li a{
	text-decoration: none;
	border-bottom: 1px dotted gray;
	display: block;
	padding: 3px 0;
	width: 85px;
	color: gray;
}

#prod-menu li a:hover{
	background: #d3e0ee;
	color: #000;
}

#product{
	float: left;
}

#prod-sec-nav{
	float: left;
}

#prod-sec-nav li ul{
	display: none;
	position: relative;
	left: 20px;
}

#prod-sec-nav li ul li{
	color: maroon;
}

.prod-title{
	font-size: 1.3em;
	font-weight: normal;
}

strong.prod-title span{
	font-size: 0.9em;
}

.prod{
	display: none;
}

div.narrow{
	position: relative;
	left: 100px;
}

#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 

#skip a:active, #skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
}

.colour-options{
	position: relative;
	left: 20px;
}

.colour-options li{
	list-style: disc;
}
