@charset "UTF-8";


.clearer{
	clear:both;
	height:1em;
}


body {
	margin:0;
	padding:0;
	background-color: #f5eed7;
	background-image: url(../img/layout/tile.jpg);
	background-position: center;
}

p{
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.35em;
}

form #field{
	float:left;
	margin-right:10px;
}

form #field #radio{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

form input{
	float:left;
}	

form #field label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	clear:both;
	display:block;
	margin-top:5px;
}

#content a{
	color:#000000;
	/*text-decoration:none;*/
}
#content a:hover{
	text-decoration:underline;
}

#navigation{
	width:890px;
	height:105px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f5efd7;
}

#navigation a{
	color:#7a6b4b;
	text-decoration:none;
}

#navigation a:hover{
	color:#000;
}

#header{
	/*background-color: #baa45b;*/
	background-image: url(../img/layout/header-tile.jpg);
	background-repeat: repeat-x;
	height: 385px;
	width: 100%;
	background-position: center 23px;
}

#top{
	width:100%;
	background-color:#f5efd7;
}



#logo{
	background-image: url(../img/layout/logo.jpg);
	background-repeat: no-repeat;
	width:168px;
	height: 90px;
	background-position: center bottom;
}

#frame{
	background-image: url(../img/layout/frame.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 383px;
	width: 872px;
	
	margin-left:auto;
	margin-right:auto;
	
	padding-left:52px;
	padding-top:24px;
	
}

#content{
	width:872px;
	margin-left:auto;
	margin-right:auto;
}

#content #columnLeft{
	width:25%;
	float:left;

}

#content #columnCenter{
	width:50%;
	float:left;
	padding-left:0;
}

#content #columnRight{
	width:25%;
	float:left;
}


#panel{
	margin-top:10px;
	float:right;
	
}

#panel #panelTop{
	background-image: url(../img/layout/panel-top.jpg);
	background-repeat: no-repeat;
	width:200px;
	height:14px;
}

#panel #panelMiddle{
	background-image: url(../img/layout/panel-middle-tile.jpg);
	background-repeat: repeat-y;
	width:200px;
}

#panel #panelMiddle2{
	background-image: url(../img/layout/panel-middle-tile.jpg);
	background-repeat: repeat-y;
	width:200px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	text-align:left;
	padding-left: .15;
}


#panel #panelBottom{
	background-image: url(../img/layout/panel-bottom.jpg);
	background-repeat: no-repeat;
	width:200px;
	height:14px;
}


/*Headings, text format*/
#content h1{
	color: #543a24;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight:normal;
	font-size:18pt;
	margin-bottom:-.5em;
}

#columnCenter h3{
	color: #543a24;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight:normal;
	font-size:24pt;
	margin-bottom:-.5em;
}

#columnLeft h1{
	color: #81813c;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight:normal;
	font-size:18pt;
}

#panel h1{
	font-size:1em;
	background-color:#fce99b;
	border-top: solid 1px #ffefb7;
	border-bottom: solid 1px #d5be6e;
	margin-left:9px;
	margin-right:9px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center
}


#panel h2{
	font-size:.75em;

	margin-left:17px;
	margin-right:17px;
	
	margin-bottom:0;

	padding:auto;
	
	text-align:left;
	
	line-height:.5em;
}

#panel p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin-left:17px;
	margin-right:17px;
	
	margin-top:auto;
	margin-bottom:0;
	padding:0;
}

#content h2{
	color: #543a24;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16pt;
}

h7{
	color: #543a24;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight:bold;
	font-size:24pt;
}

#content ul{
	margin: 1em 0 1em 0;
	padding:0;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#content ul ul{
	margin: auto auto auto 0;
	
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content ul li{
	list-style-position: inside;
	list-style-image: url(../img/layout/bullet.gif);
	
}

#content ul li ul li{
	list-style-position: inside;
	list-style-image: url(../img/layout/bullet-line.gif);
	
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*Navigation*/












#kwicks_container { 
	height: 105px;
	width:890px;
	
	margin:0 auto 0 auto;
	padding:0;

}
#kwicks {
	position: relative;
	/*border:solid 2px red;*/
	margin:0 0px 0 auto;
	padding:0;
	background-color:#f5efd7;
	
	
	/*border: solid 1px black;*/
	cursor:pointer;
	
	
	color: #7a6b4b;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 110px;
	height: 90px;
	list-style:none;
	background-image: url(../img/nav/button.jpg);
	background-repeat: no-repeat;
	/*background-color:#f5efd7;*/
	/*Font positioning*/
	padding-top:15px;
	padding-left:0px;
	padding-right:0px;
	
	background-position: left center;
	
	overflow:hidden;
}
 
#kwicks .kwick span{
	float:left;
}

#kwicks .kwick #menu{
	margin-left:20px;
	width:250px;
}

#kwicks .kwick #title{
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	
	float:left;
	width:90px;
	height:100px;
}

#kwicks .kwick #sub{
	float:left;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

span.clr {
	display: block;
	clear: both;
}

/*Availability*/
#availability{

}

#availability h3{
	font-weight:bold;
	margin: 10px 0 0 0;
	padding: 0;
	font-variant: normal;
	color: #a69044;
	border-bottom: solid #a69044 1px;
}


#availability h4{
	margin: 0px 0 0 0;
	padding: 0;
	color: #543a24;
	font-weight:normal;
	font-size:0.75em;
	text-transform: uppercase;	
}


#specifications h5{
	float:left;
	font-size:14px;
	line-height:14px;
	margin:0;
	padding:0;
	/*clear:left;*/
}

#value{
	float:right;
	font-size:14px;
	line-height:14px;
	margin:0;
	padding:0 10px 0 0;
	
	
}

#availability #description{
	display:block;
	width:63%;
	float:left;
}

#availability #Link{
	clear:both;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}

#specifications{
	/*436*/
	display:block;
	float:left;
	width:15%;
	clear: none;
	height: 100px;
	min-height:6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;

/*	border-right: solid 1px #CC9900;*/
}

#specificationslg{
	/*436*/
	display:block;
	float:left;
	width:15%;
	clear: none;
	height: 150px;
	min-height:6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;

/*	border-right: solid 1px #CC9900;*/
}

#availability a{
	
}

#availability p{
	padding:0 0 0 10px;
	margin:0;
	line-height:1em;
}


/*Vertical Slider*/
#demo-wrapper2 {
	margin: 0px 0px 0px 0px;
	overflow: hidden; 
	height: 22em; 
	width: 400px;
	border-bottom: 1px solid #663300;
	position: relative;
	/*float:left;*/
}
 
#demo-inner {
	width: 2270px;
	height: 1704px;
	position: relative;
}


 
.scroller1ing-content {
	margin-top:15px;
	width: 400px;
	height: 22em;
	text-align: left;
	clear:right;
	/*position: absolute;*/
}


/*Footer*/
#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	border-top: solid #a69044 1px;
	color: #a69044;
}
#footer a{
	text-decoration:none;
	color:#cfc594;
}
