/**
* GENERAL FONTS 
*/
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family: "Trebuchet MS";
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:11px;
}
h6 {
	font-size:10px;
}

p,
td,
th,
.text {
	font-size: 13px;
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: "Trebuchet MS";
	color: #000;
	line-height:20px;
}

ul, li, ol, a {
	font-family: "Trebuchet MS";
}

blockquote {
	font-family:"Trebuchet MS";
	font-size:11px;
	color: #000;
}

th {
	font-weight:bold;
}

a:link {
	color:#ff5000;
}

a:hover, a:focus {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#999;
}


/**
* END GENERAL FONTS
*/


/******* Interior Page Styles *******/

body {
	margin: 0 0;
	background-color: #333;
	font-family:"Trebuchet MS";
	
}

#container {
	margin:0 auto;
	background: #333 url(/_images/bg.jpg) 0 0 repeat-y;
	width:945px;
	padding-left: 26px;
	padding-right: 26px;
}

#container_footer {
	background: transparent url(/_images/footbg.jpg) 0 bottom no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 945px;
}

#overlay {
	z-index:40;
	height: 480px;
	width: 945px;
	position:absolute;
	top:0;
	left:0;
	background: transparent url(/_images/interior_overlay2.png) 0 0 no-repeat;
	behavior: url(/_css/iepngfix.htc);
}

* #overlay {
	height: 500px;
}

#overlay a {
	display: block;
	width: 175px;
	height: 33px;
	background-color: transparent;
	position: absolute;
	left: 42px;
	top: 20px;
	z-index:1000;
}

#content {
	width: 945px;
	min-height: 475px;
	position: relative;
	margin: 0 0;
	background-color: #fff;
	padding-top:56px;
	padding-bottom: 20px;
}

* html #content {
	height: 500px;
}

#interior2 {
	padding-top: 90px;
	background: transparent url(/_images/seperator.jpg) right bottom no-repeat;
	min-height: 375px;
	padding-bottom:20px;
}




* html #interior2 {
	height: 375px;
}

#interior img.int_main, #interior2 img.int_main {
	margin: 0 0;
}

#interior h1.pgtitle, #interior2 h1.pgtitle {
	font-size: 30px;
	font-family: "Trebuchet MS";
	color: #000;
	font-weight: lighter;
	text-align: right;
	text-transform:lowercase;
	margin: -2px 65px;
}

#interior h1.pgtitle span, #interior2 h1.pgtitle span {
	color: #ff5000;
}

#interior h2, #interior2 h2 {
	font-size: 18px;
	color: #ff5000;
	margin: 0 0;
	padding-bottom: 10px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	font-weight: lighter;
}

#copy {
	color: #000;
	width: 525px;
	position: relative;
	font-size:13px;
	font-family:"Trebuchet MS";
	z-index:999;
}

#interior #copy {
	top: 30px;
	left: 200px;
}

#interior2 #copy {
	top:50px;
	left: 230px;
}

#copy .wheretobuy {
	float:left;
	margin-top:20px;
	border:0;
}

#copy p {
	color:#000;
	font-size:13px;
	line-height:20px;
	font-family:"Trebuchet MS";
	margin: 0 0 20px;
}

#product_list {
	padding-top:10px;
}
#product_list ul {
	margin-left: -29px;
}

#product_list li {
	width:110px;
	margin: 0 10px 20px 0;
	list-style:none;
	display:block;
	float:left;
}

#product_list li a {
	text-decoration: none;
	color: #000;
	font-size:10px;
	font-family:"Trebuchet MS";
	text-align:center;
}

#product_list li a:hover, #product_list li:hover a {
	color: #ff5000;
}

#product_list li a img {
	border:none;
}

#product_list li a h1 {
	padding: 5px 0 0 0;
	font-size: 10px;
	text-align:center;
}

#product_img {
	width: 250px;
	padding: 0 30px 40px 0;
	float: left;
	
}

#copy h3 {
	margin: 10px 0 5px 0;
	padding: 0;
	color: #000;
	font-weight:bold;
}

#copy h3 span {
	color: #FF5000;
	font-weight:lighter;
}

label {
	font-size: 13px;
	font-family: "Trebuchet MS";
	display: block;
	width: 200px;
	padding-right: 20px;
	font-weight:bold;
	
}

label span {
	color: #ff5000;
}

input, textarea, select {
	border: 1px solid #999;
	margin-bottom: 5px;
}

input.submit {
	width: 150px;
}

input.submit:hover {
	border-color: #ff5000;
}

table td {
	padding-left:20px;
}

#sitemap {
	list-style:none;
}

#sitemap li {
	margin:5px 0;
}

#sitemap .tier1 {
	text-transform: uppercase;
	font-weight:bold;
	text-decoration:none;
	color: #666;
}

#sitemap .tier2 {
	text-transform: capitalize;
}

#footer {
	height: 151px;
	width: 945px;
	padding: 0;
	margin: 0;
	background: transparent url(/_images/footbg.png) 6px 0 repeat-y;
}

#headerimg {
	margin:0;
	padding:0;
	text-align:left;
}