* { font-family: high tower text, rockwell, licida fax, georgia, arial, verdana, helvetica, sans-serif; }
/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	padding:0;
	margin:0;
background-image: url(../images/bracket_background.gif);
background-repeat: no-repeat;
background-color: #996600;
}
#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway
	border-left: solid 1px red;*/
	margin-left:270px;
	margin-bottom:-70px;
	color: #000000;
	background-repeat: repeat-y; 
	background-position: right; 
	background-image: url(../images/rotating/innerstrip.jpg);
}
* html #outer{height:100%;margin-left:247px}/* ie 3 pixel jog*/ 
#header{
border-top: solid 3px black;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:140px;
	overflow:hidden;
	padding-top: 10px;
background-image: url(../images/bracket_background_right.gif);
background-repeat: no-repeat;
background-position: right top;
}
#left {
	position:relative;/*ie needs this to show float */
	width:270px;
	float:left;
	margin-left:-269px;/*must be 1px less than width otherwise won't push footer down */
	/*padding-top:150px;needed to make room for header*/
	padding-top: 270px; 
	left:-1px/* line things up exactly*/
}
* html #left {margin-right:-3px}/* three pixel jog*/
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:100%;
	clear:both;
	height:70px;
	text-align:center;
	position:relative;
	background-color: #C78C12;
	border-top: solid 1px black;
	background-image: url(../images/rotating/bottombar_image_trace_01.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#innerfooter{ /* not used if this is visible */
	display: inline;
    height: 30px;
	position: relative;
	width: 100%; 
	float: left; 
	border: solid 1px green; 
	background-repeat: no-repeat; 
	background-position: top left; 
	background-image: url(../images/rotating/bottombar_image_trace_l3_cloths.gif);
}
* html #footer {/*only ie gets this style*/
	\height:72px;/* for ie5 */
	he\ight:70px;/* for ie6 */
}
#clearheader{height:150px;}/*needed to make room for header*/
#clearfooter{clear:both;height:60px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px;}/* combat IE's 3 pixel jog */
#centrecontent{
	color: #3D2900;
	padding: 20px;
	border-top: solid 1px #5A3C00;
	/*
	background: #444;background-image: url(images/content_background_texture.jpg);
	background-image: url(../images/fibermat.gif);
	background-image: url(../images/rotating/glow.gif);
	background-repeat: no-repeat;
	background-position: top right;*/
	margin: 30px;
	margin-left: 60px;
	margin-top: 20px;
	height: 100%;
	padding-top: 0px;
}
#navlist ul li{
	display: inline;
	list-style: none;
}
#navlist ul li a{
	padding-right: 20px;
	font-weight: bold;
	display: inline;
	list-style: none;
	text-decoration: none;
	color: black;
}
#navlist ul li a:hover{
	display: inline;
	list-style: none;
	text-decoration: none;
	color: yellow;
}
textarea, input{
	border: solid 1px black;
	background-color: #C78C12;
	font-family: high tower text, rockwell, licida fax, georgia, arial, verdana, helvetica, sans-serif;
}



/*---- ADDS SHADOW TO IMAGE 

usage: <span class="img-shadow"><img src="tutorial-kinoshita.jpg"/></span>
trans-shadow.png
---*/

.img-shadow {
  float:left;
  background: url('http://tinsleyinteriors.com/includes/trans-shadow.png') no-repeat bottom right !important;
  background: url('http://tinsleyinteriors.com/includes/trans-shadow.gif') no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  margin: none;
  border: none;
  padding: 0px;
  margin: -6px 6px 6px -6px;
  /*border: 1px solid #a9a9a9;
  background-color: #fff;
  padding: 4px;*/
  }


