﻿/* Common Colors *
dk blue: #032145;
lt blue: #22599D;
md blue: #1b4c89;
orange: #cd441f;
cream: #efe8cb;
*/

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


#wrapper
{
	width: 930px;
	padding: 0;
	margin: 0 auto;
	min-height: 780px;
}

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

#navigation
{
	padding: 15px 0 0 0;
	margin: 0 0 0 15px;
	width: 155px;
	float: left;
}

#body
{
	width: 710px;
	padding: 20px 20px 20px 170px;
	margin: 0 0 0 -155px;
	min-height: 350px;
	border: 1px solid #cd441f;
	border-top: none;
	background-color: #efe8cb;
	float: left;
}

#footer
{
}

/*** Content and Columns ***/
.content
{
	width: 535px;
	float: left;
}

.sidebar
{
	width: 155px;
	float: right;
}

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

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

/*** Fonts ***/
body /* Default */
{
	font-family: Century Gothic, Arial;
	color: #222;
	font-size: 14px;
}
p /* suck up tight to other stuff */
{
	margin: 5px 0 10px 0;
}
h1
{
	color: #032145;
	font-size: 22px;
	border-bottom: 1px solid #cd441f;
	font-weight: 500;
	margin: 5px 0 0 0;
	padding: 5px 0;
}
h2
{
	color: #032145;
	font-size: 18px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}
h3
{
	color: #032145;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-weight: 600;
}
/*** Links ***/
a 
{
	color: #1b4c89;
}

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

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

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

.sidebar-content
{
	border: 1px solid #032145;
	border-top: none;
	padding: 5px;
	background-image: url(imgs/sidebar-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/***** Lists ***

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

li
{
	padding-left: 30px;
	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;
}