﻿/* Common Colors *
dk red: #400B05;
lt red: #522520;
gray-leftCol: #F3F3F3;

dk green: #013D0C;
lt green: #365A1B;
*/

body 
{
	background-color: #013D0C;
	min-height: 780px;
	background-image: url(imgs/bg-grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	color: #000;
}


#wrapper
{
	width: 1022px;
	padding: 3px;
	margin: 0 auto;
	min-height: 780px;
	background-color: #FFF;
}

#heading
{
	background-image: url(imgs/heading-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 172px;
	padding: 0;
	margin: 0;
}

#subHeading
{
	height: 259px;
	background-image: url(imgs/sub-heading-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#subHeading .left
{
	width: 250px;
	padding: 15px;
	float: left;
	height: 229px;
}

#subHeading .right
{
	width: 712px;
	padding: 15px;
	float: left;
	height: 229px;
}

#navigation
{
	padding: 0 15px;
	margin: 20px 0 0 0;
	width: 700px;
	float: right;
}

#body
{
	padding: 0;
	margin: 0;
	min-height: 350px;
	background-color: #FFF;
	background-image: url(imgs/page-content-bg-cols.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#footer
{
}

/*** Content and Columns ***/
.leftSidebar
{
	width: 250px;
	padding: 15px;
	float: left;
}

.content
{
	width: 445px;
	float: left;
	padding: 15px;
}

.sidebar
{
	width: 230px;
	float: right;
	padding: 15px;
}

/* Columns */
.columns2
{
	clear: both;
}

.columns2 .col1
{
	width: 260px;
	float: left;
}
.columns2 .col2
{
	width: 260px;
	margin: 0;
	float: right;
}

/*** Fonts ***/
body /* Default */
{
	font-family: Arial;
	font-size: 14px;
}
p /* suck up tight to other stuff */
{
	margin: 5px 0 10px 0;
}
h1
{
	font-size: 22px;
	font-weight: 500;
	margin: 5px 0 0 0;
	padding: 5px 0;
}
h2
{
	color: #013D0C;
	font-size: 18px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}
h3
{
	color: #013D0C;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-weight: 600;
}
.red
{
	color: #400B05;
}
.green
{
	color:#013D0C;
}
/*** Links ***/
a 
{
	color: #013D0C;
}

a:hover
{
	color: #013D0C;
	text-decoration: none;
}

/***** Sidebar Items *****/
.sidebar-box
{
}

.sidebar-box h2
{
	background-color: #013D0C;
	margin: 0;
	padding: 8px 0 8px 5px;
	color: #FFF;
}

.sidebar-content
{
	border: 1px solid #032145;
	border-top: none;
	padding: 5px;
}

/***** Lists ***

ul
{
	list-style: none;
	list-style-image: none;
	margin: 10px 0 10px 25px;
	padding: 0;
}

li
{
	padding-left: 30px;
	background-image: url(imgs/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 5px 0 5px 0;
}
**/
/* Product Lists 

.product-list
{
	margin: 10px 0;
	clear: both;
	display: block;
}

.product-item
{
	padding: 10px;
	clear: both;
}

.product-item:hover
{
	background-color: #C5DAF3;
}
*/