/*-------------------------------------------------

STRUCTURE

-------------------------------------------------*/

body {
	width:100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #222;
	font-size: 0.7em;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #445F7A;
}

p {
	margin:0;
}

#page {
	width: 1000px;
	margin:auto;
}

#head {
	width: 100%;
	height: 100px;
	background-image: url("../includes/images/header.jpeg");
	background-repeat: no-repeat;
}

#left, #right {
	width:200px;
	float:left;
}

#middle {
	width: 600px;
	float:left;
}

#left {
	background-color: #4F6984;
	padding-top: 20px;
	padding-bottom:40px;
}

/*-------------------------------------------------

Navigation

-------------------------------------------------*/

#top {
	float:left;
	width:980px;
	padding:5px 10px;
	height:15px;
	background-color: #445F7A;
}

#top a {
	color:white;
}

#top .left {
	float:left;
}

#top .right {
	float:right;
}

#left a {
	background-color: #445F7A;
	color: white;
}

#left a:link, #left a, #left a:hover {
	float:left;
	width: 180px;
	padding: 2px 10px;
	border-bottom: solid 1px #BBCCD6;
}

#left a:hover {
	background-color: #6C8297;
	color: white;
}

#left .selected {
	background-color: #BBCCD6 !important;
	color: #445F7A !important;
}

#left .sub {
	font-size: 0.9em;
	background-color: #BBCCD6;
	color: #445F7A;
}

#left .sub a {
	color: #6C8297 !IMPORTANT;
}

/*-------------------------------------------------

General

-------------------------------------------------*/

#middle h1 {
	padding:5px 0px;
	color: #445F7A;
}

#middle h2 {
	padding-bottom: 5px;
	color: #445F7A;
	margin:0;
	font-size: 1.1em;
}

.input1 {
	width: 20px;
	text-align: center;
}
input {
 border:solid 1px #BBCCD6;
}

/*-------------------------------------------------

Product Lising

-------------------------------------------------*/

.listing {
	float:left;
	width:560px;
	padding:10px 10px 5px 10px;
	border-bottom: solid 1px #BBCCD6;
}

img, .text {
	float:left;
}



.text {
	width: 400px;
	margin-left: 10px;
}

.listing .right, .right {
	margin:0;
	float:right;
}