/* CSS Document */
body  {	
	background:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#808080;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
h1,h2 {
	font-size:16px;
	font-weight:bold;
	color:#562a2a;
	}
a {
	color:#562a2a;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
.largetext {
	font-size:14px;
	font-weight:bold;
	}
.titles
{
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #562a2a;
}
/*footer layout*/
.footer
{
	color: white;
	font-size: 11px;
}
/* inventory pages */
.inventory_header {
	background:#999999;
	color:#FFFFFF;
	height:20px;
	text-align:center;	
	}
.inventory_left {
	cursor:pointer;
	height:50px;
	text-align:center;
	background:url(../images/gradient.jpg);
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	}
.inventory_right {
	cursor:pointer;
	text-align:center;
	background:url(../images/gradient.jpg);
	border-right:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	}
.inventory_center {
	cursor:pointer;
	text-align:center;
	background:url(../images/gradient.jpg);
	border-bottom:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	}
/*detail pages */
.detail_left {
	height:250px;
	width:325px;
	text-align:center;
	background:url(../images/detail1.jpg);
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	}
.detail_right {
	cursor:default;
	text-align:center;
	padding:0 5px 0 0;
	background:url(../images/detail_bk.jpg);
	border-right:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	}
/* information banner */
.headtext {
	font-size:25px;
	color:#FFFFFF;
	}
.search {
	width:180px;
	color:#808080;
	font-size:10px;
	}
/*headerlink used for about us, etc... navigation used for main nav */
a.headerlink {
	color:white;
	text-decoration:none;
	}
a.headerlink:hover {
	text-decoration:underline;
	}
a.navigation {
	display:inline-block;
	color:#562a2a;
	font-size:13px;
	text-decoration:none;
	padding:1px 20px 1px 20px;
	margin-bottom:3px;
	}
a.navigation:hover {
	border:#bdb2b2 solid 1px;
	background-color:#ebebeb;
	padding:0px 19px 0px 19px;
	}
/*payment calculator control*/
#container
{
	height: auto;
	width: 400px;
	margin: 0px auto;
} 
.div_left
{
	float: left;
	height: 30px;
	width: 150px;
	text-align: right;
	padding-top: 5px;
}
.div_right
{
	float: right;
	height: 35px;
	width: 250px;
}
.div_stretch
{
	height: 35px;
	width: 400px;
	text-align: center;
}
