/* CSS Document */

BODY {
	background-color:#3c352B;
	color: #665A49;
	font-size: 12px;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana;
}
#fabrics A{ display: none}
#photos A{display: none}
A IMG 
{
	border: 0;
}
#page {
	position: relative;
	margin: 0px auto;
	width: 780px;
	}
#logo IMG {
	float: left;
	}
#logo {
	/*overflow: hidden; */
	height: 80px;
	background-color: #767676;
	}
#topnav {
	/*border: 1px red solid;*/
	padding-top: 10px;
	margin-right: 10px;
	width: 360px;
	float: right;
	}
#topnav UL{
	float: right;
	padding: 0;
	margin: 0
	}

#topnav LI{
	display: inline;
	list-style: none;
	}
#topnav A {
	padding: 0 5px 0px 5px;
	text-decoration: none;
	color: #66CCCC;
	}
#topnav A.here {
	color: #CCCCCC;
}
#topnav A:hover {
	color: #CCCCCC; 
	}	
#subnav {
	width: 400px;
	float: right;
	margin-top: 25px;
	}
#subnav UL {
	float: right;
	margin: 0;
	padding: 8px;
	/*imposrtant for ie6 to have padding for the tab effect*/
	}
	
#subnav LI {
	display: inline;
	
	/*float: left; bad for IE win*/
	list-style: none;
	}
#subnav A {
	padding: 5px  10px 8px 10px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #CCCCCC
	}
#subnav A: active
	{border: 0}

#subnav A.tab, #subnav A:hover {
	text-decoration: none;
	background-color: #DDDDDD;
	color: #665A49;
	}
#content {
	/*background-color: #665A49;*/
	background-color: #DDDDDD;
	height: 400px;
	padding: 10px 20px 10px 20px;
	}
#intro {
	background-color: #DDDDDD;
	/*background-color: #665A49;*/
	padding: 10px 20px 20px 20px;
	height: 440px
	}

#intro IMG {
	float: right	}
#intro P{
	padding-top: 10px;
	text-align: left;
	}
#content IMG {
	display: block;
	padding-top: 10px;
	margin: auto;
	}

#content p.opening {
	width: 600px;
	position: absolute;
	left: 50px;
	top: 100px;
	color: orange}
#content p  {	
	text-align: left;
	position: absolute;
	top: 200px;
	left: 570px;
	width: 160px;
	padding: 20px;
	font-size: 12px}
	
#content H2 {
	font-family:  "Bitstream Vera Sans", Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: .2em;
	text-transform: uppercase;
	}

#content H2 A, #intro A{
	color: #000099;
	text-decoration: none;
	border-bottom: 1px dashed gray}

#frame{	
	padding-top: 10px;
}
#frame IMG {
	display: block;
	padding: 40px;
	border: solid black 15px
}
#thumbnails {
	background: #767676;
	}

#thumbnails IMG {
	padding: 5px;
	vertical-align: middle;
	}

#img-shadow {
	float: right;
	background: url(images/shadow_15.png) no-repeat bottom right !important;
	background: url(images/shadow_15.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	}
#img-shadow img{
	display: block;
	border: 10px solid black;
	position: relative;
	margin: -6px 6px 6px -6px;
	padding: 80px;
	}
.buff img{
	background-color: #A3886A}
.slate img{
	background-color: #98A2A2}
.plain img {
	background-color: #EDEFDB}
.green img{
	background-image:  url("images/mattes/matte_green.jpg")}
.natural img{
	background-image: url("images/mattes/matte_natural.gif")}
.grey img {
	background-image:  url("images/mattes/matte_grey.gif")}
.navy img{
	background-image: url("images/mattes/matte_navy.jpg")}
.red img{
 	background-image: url("images/mattes/matte_red.jpg")}

