/*IMPORT PRIMARY NAVIGATION OVERRIDES*/
/*Enables image-based navigation and rollovers*/
@import url("primary_nav_images.css");

body {
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	/*background: #f7f1e7;*/
	/*background-image: url(body_bgright.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment: fixed;*/
}
#body_layout {
	position: relative;
	width:auto;
	/*z-index: 10;*/
	background-image: url(main_bg_crop.gif); /*pinecone background*/
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
}
#sitename {
	width: 100%;
	height: 50px;
	background: #E8D6BA url("logotreatment.gif") no-repeat;
	
	/*display: block;*/
}
#sitename .swap {
	display: none;
}

h1 {
	color: #134201;
	font-style: italic;
	font-size: 24px;
	margin: 0px 0px;
}

#primary_nav {
	float: left;
	width: 100%;
	border-top: 1px #DAD0C1 solid;
	border-bottom: 1px #DAD0C1 solid;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(nav_bgleft.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#primary_nav ul {
	margin: 0px;
	padding: 0px;
	padding-left: 25px; /*Add one pixel to compensate for negative margin in anchor tags*/
	list-style: none;
}

#primary_nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#primary_nav a {
	/*font-family: Verdana, Geneva, Arial, helvetica, sans-serif;*/
	/*font-size: 80%;*/
	/*font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;*/
	float: left;
	display: block;
	/*background: #000000;*/
	/*background:url("right.gif") no-repeat right top;*/
	padding: 3px 5px;
	margin: 0px;
	/*text-decoration: none;
	font-weight: bold;*/
	border-left: 1px #DAD0C1 solid;
	border-right: 1px #DAD0C1 solid;
	margin-right: -1px;
	
}

/*#last a {
	margin-right: 1px;*/


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#primary_nav a {float:none;}
/* End IE5-Mac hack */




#page_body {
	position: relative;
	clear: both;
	
}


/*#main {
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	float: left;
	margin: 0 -10px 0 0;
	width: 70%;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000;
	background-color: #000;
}*/

#sub {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 28%;
	background-image: url(body_bgright.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment:fixed;
	margin: 0 0 0 -1px;
}

#sub .col {
	padding: 8px;
	margin: 0px 75px 0px 1px;
}


#sub .swap {
	display: none;
}
#sub h1 {
	margin: 0px;
	font-size: 110%;
}
#sub h2 {
	font-family: Georgia,"Trebuchet MS",Arial,San-serif;
	color: #134201;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	font-size: 90%;
}
#sub h4 {
	padding: 0 0 0 10px;
	margin: 2px 0;
	font-size: small;
	font-weight: normal;
}

#sub h2 a:link {
	color: #134201;
	text-decoration: none;
}
#sub h2 a:visited {
	color: #134201;
	text-decoration: none;
}
#sub h2 a:hover {
	color: #00cc33;
	text-decoration: none;
}
#sub p {
	font-size: 80%;
}
#sub ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #134201;
	margin: 0px 0;
	padding: 0 10px;
}
#sub li {
	margin: 0 0 0 5px;
	line-height: 135%;
}
#sub a {
	margin: 0;
	padding: 0;
}
#sub a:link {
	color: #134201;
	text-decoration: none;
}
#sub a:visited {
	color: #134201;
	text-decoration: none;
}
#sub a:hover {
	color: #00cc33;
	text-decoration: none;
}


#content {
	/*position: relative;*/
	float:left;
	width: 70%;
	font-family: Verdana;
	font-size: 80%;
	line-height: 130%;
	margin: 0 0px 10px 10px;
	padding: 10px 0px 10px 5px;
}
#content h1 {
	background-image:url(heading_catalog.gif) 
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 120%;
	height: 53px;
	color: #134201;
}
#content .swap {
	display: none;
}
#content h2 {
	font-family: Georgia,"Trebuchet MS",Arial,San-serif;
	color: #134201;
	font-size: 130%;
	line-height: 120%;
	margin-bottom: 3px;
}
#content h3 {
	font-family: Georgia,"Trebuchet MS",Arial,San-serif;
	color: #134201;
	font-size: 105%;
	margin-bottom: 3px;
}
#content p {
	margin: 0 10px 10px 0;
	font-size: 100%;
	font-style: italic;
	color: #134201;
}
#content li {
	padding: 0 0 7px 5px;
	list-style: none;
}
#content li a:link {
	font-family: Georgia,"Trebuchet MS",Arial,San-serif;
	font-weight: 700;
	color: #006600;
	text-decoration: none;
}
#content li a:visited {
	font-family: Georgia,"Trebuchet MS",Arial,San-serif;
	font-weight: 700;
	color: #006600;
	text-decoration: none;
}
#content li a:hover {
	font-family: Georgia,"Trebuchet MS",Arial,San-serif;
	font-weight: 700;
	color: #00cc33;
}

#content strong {
	font-family: Georgia,"Trebuchet MS",Arial,San-serif;
	color: #134201;
	
}
#content #product_display {
	position: relative;
	top: 0;
	left: 0;
	min-height: 300px;
}
#content #product_price {
	position: relative;
	top: 0;
	right: 0;
	float: right;
	margin-top: -45px;
	font-size: 140%;
	font-family: Georgia,"Trebuchet MS",Arial,San-serif;
}
#content .item_no {
	font-size: 90%;
	font-style: italic;
}
#content .shoppingcart {
	width: 400px;
	margin-top: 30px;
	border: 1px solid black;
	background: black;
}
#content .shoppingcart .cart_delete {
	font-weight: 700;
	color: red;
}
#content .shoppingcart .cart_delete a {
	font-weight: 700;
	text-decoration: none;
	color: red;
}
#content .shoppingcart td {
	background: white;
	color: #006600;
}
#content .shoppingcart .top td {
	background: black;
	color: #006600;
}

#page_title {
	position: relative;
	top: 0;
	left: 0;
	height: 42px;
	/*font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 80%;
	margin: 0 0 0 25px;*/
	border-left: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	background-color: #FFFFFF;
	background-image: url(body_tgraphic.gif); /*plaid banner*/
	background-repeat: repeat-x;
	background-position: left top;
}
#page_title h1 {
	margin: 0;
	padding: 0;
}
#page_title .swap {
	display: none;
}


#footer {
	position: relative;
	margin: 0 -10px 0 0;
	/*margin-right: 75px;*/
	width: 65%;
	float: left;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #5A5A5A;
}

#footer_content {
	position: relative;
	/*z-index: auto; Still working on this one*/
	/*height: 100px;*/
	padding: 10px;
	/*border-left: 1px solid #999999;*/
	/*background-color: #134201;*/
	/*border-right: 1px solid #484848;*/
	margin-left: 25px;
	margin-right: -1px;
	font-size: 70%;
	color: black;
	font-style: italic;
}

#footer_content a:link {
	color: #00cc00;
}
#footer_content a:visited {
	color: #00cc00;
}
#footer_content a:hover {
	color: #00ff00;
}
#footer_content h1 {
	display: block;
	font-size: 130%;
	font-style: normal;
	color: #cccc99;
	margin: 0 0 8px 0;
}
#footer_content p {
	margin: 0 0 8px 0;
	font-size: 115%;
}


#copyright {
	position: relative;
	left: 0px;
	/*z-index: 10;*/
	display: box;
	clear: both;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 11px;
	font-style: italic;
	color: #c0c0c0;
	background: #D3B488 url("copyright_bgright.gif") repeat-y right top;
	margin: -1px 0 0 0;
	height: 18px;
}
#copyright a:link {
	color: #c0c0c0;
	text-decoration: none;
	border-bottom: 1px solid #c0c0c0;
}
#copyright a:visited {
	color: #9c9c9c;
	text-decoration: none;
	border-bottom: 1px solid #9c9c9c;
}
#copyright a:hover {
	color: #99ff66;
	text-decoration: none;
	border-bottom: 1px solid #99ff66;
}

#copyright_frame {
	height: 18px;
	float: left;
	display: inline;
	width: 65%;
	
	background: #27421C;
}

#copyright_content {
	height: 18px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 0px;
	background: #424242;
	margin: 0 -1px 0 25px;
}

#copyright_content p {
	margin: 0px;
	padding: 3px;
	background: #424242;
	white-space: nowrap;
}

.swap {
	/*display: none;*/
}

#authotrans_banner {
	position: relative;
	background: #000000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45px;
	
}
#authotrans_banner h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45px;
	
	background: url("authotrans_banner.gif") no-repeat;
}
#authotrans_banner a {
	display: block;
	height: 45px;
	margin: 0;
	padding: 0;
}
#authotrans_banner .swap {
	display: none;
}
#authotrans_banner .banner_text {
	display: box;
	float: right;
	color: white;
	font-size: 9px;
	text-align: right;
	margin: -28px 5px 0 0;
}
#authotrans_banner .banner_text:link {
	text-decoration: none;
}
#authotrans_banner .banner_text:visited {
	text-decoration: none;
}
#authotrans_banner .banner_text:hover {
	text-decoration: underline;
	color: #99ff66;
}
#authotrans_content {
	line-height: 140%;
}
#legal {
	position: relative;
	left: 0px;
	/*top: auto;*/
	background: black;
	color: white;

	text-align: center;
	font-size: 65%;
	padding: 5px;
}
#legal a:link {
	color: white;
}
#legal a:visited {
	color: #eaeaea;
}
#legal a:hover {
	color: #00ff00;
}
#content .smallprint {
	font-size: 70%;
	font-style: italic;
	margin: 0;
	line-height: normal;
}


#sitelinks {
	position: absolute;
	top: 0;
	right: 0;
	/*z-index: 99;*/
	font-size: 75%;
	text-align: right;
	margin: 5px;
}
#sitelinks a {
	background: transparent url("shopping_cart_icon.gif") no-repeat 0 -4px;
	padding-left: 25px;
}
#sitelinks a:link {
	color: #003300;
}
#sitelinks a:visited {
	color: #003300;
}
#sitelinks a:hover {
	color: #00cc00;
}

