/* HTML */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background-color: #7F9C5C;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
hr {
	border: 0px;
	width 95%;
	color: #B4B4B4;
}

/* Text */
.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.text-small a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CC6603;
	line-height: 11px;
	text-decoration: none;
}
.text-small a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CC3333;
	line-height: 11px;
	text-decoration: none;
}
.text-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.text-normal a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #376400;
	line-height: 11px;
	text-decoration: none;
}
.text-normal a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CC6603;
	line-height: 11px;
	text-decoration: none;
}
.text-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: bold;
	font-weight: bold;
	color: #003300;
}

/* Containers */
.container-A {
	width: 770px;
	height: 209px;
}
.container-A-img {
	width: 600px;
	height: 209px;
}
.container-B {
	width: 195px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #669900;
	valign: top;
}
.container-B-contents {
	width: 195px;
	text-align: left;
	padding-right: 6px;
	padding-left: 18px;
}
.container-B-links {
	text-align: right;
	padding-right: 6px;
	padding-left: 18px;
}
.container-C {
	width: 576px;
	background-image: url(../images/sec_c_borders.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: fixed;
}
.container-C-contents {
	background-image: url(../images/sec_c_borders.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 40px;
}
.container-C-contents-sub {
	border: 1px solid 5AAC00;
}
.container-E {
	text-align: center;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 24px;
}
.container-nav {
	width: 170px;
}
.container-img-thumb {
	text-align: center;
	padding-bottom: 5px;
}

/* Images */
.img-thumb-feature {
	text-decoration: none;
	text-align: center;
	width: 100px;
}
.img-thumb-product {
	text-decoration: none;
	text-align: center;
	width: 140px;
}
/* Tables */
.table-list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background-color:#EEE;
	width:450px;
}

.table-list th {
	background-color:#838695;
	color:#FFF;
	font-size:12px;
}

.table-list td {
	background-color:#FAFAFA;
	text-align:center;
}

.table-list td.title {
	text-align:left;
	font-weight:bold;
}

.table-list td.submit {
	text-align:left;
}

.table-list td.grandtotal {
	text-align:right;
	font-weight:bold;
	color:#FF6600;
	font-size:12px;
}

.table-form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	width:450px;
}


/* Catalog Containers */
.catalog-container {
	float:left;
	width:150px;
	height:250px;
	text-align:center;
	vertical-align:middle;
	margin:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.catalog-container .item_image { 
	height:150px;
	vertical-align:middle;
	display:table-cell;
	width:150px;
	/*border:1px solid #EEE;*/
}
.catalog-container .item_title { 
	font-weight:bold;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
}

.catalog-container .item_price { 
	color:#FF9900;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.catalog-container a:hover {
	text-decoration:none; 
	color:#FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.catalog-container a {
	text-decoration:none; 
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.catalog-container img { vertical-align:middle; }

/* buttons */
div.button-link-right { 
	/*margin-bottom:20px; height:20px; */
}

div.button-link-right a:link, div.button-link-right a:visited, div.button-link-right a:active { 
	background-color:#006A93; 
	color:#FFFFFF; 
	font-weight:bold; 
	display:block; 
	padding:4px 8px; 
	text-decoration:none; 
	float:right; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.button-link-right a:hover { 
	background-color:#006A93; 
	color:#FFFFFF; 
	text-transform:uppercase; 
	font-weight:bold; 
	font-size:11px; 
	display:block; 
	padding:4px 8px; 
	text-decoration:none; 
	float:right; 
	font-family:Verdana,Arial,sans-serif;  
}

/* Forms */
form{
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input, textarea, select, option{
	border: solid 1px #5C7824;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}
.note{
	color:red;
	font-size: 10px;
}
