@charset "utf-8";
/* CSS Document */

body { width: 1000px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 { font-size: large;
}

#banner { width: 1000px;
	height: 206px;
	margin: 0px;
	padding: 0px;
}

#banner img { border: none;
}

#separator { background-image: url(images/separator.jpg);
	position: absolute;
	top: 206px;
	left: 0px;
	width: 1000px;
	height: 17px;
	margin: 0px;
	padding: 0px;
}

#main_content { margin-left: 280px;
	margin-top: 27px;
	position: absolute;
	top: 223px;
}

#blue_sidebar { position: absolute;
	top: 223px;
	left: 0px;
	background-image: url(images/blue_sidebar.jpg);
	background-repeat: repeat-y;
	width: 272px;
	height: 275px;
	z-index: 1;
}

#blue_sidebar_bottom { position: absolute;
	top: 498px;
	left: 0px;
	background-image:url(images/blue_sidebar_bottom.jpg);
	background-repeat: no-repeat;
	width: 272px;
	height: 33px;
	z-index: 1;
}

#red_sidebar { position: absolute;
	top: 531px;
	left: 0px;
	background-image:url(images/red_sidebar.jpg);
	background-repeat: repeat-y;
	width: 272px;
	height:390px;
	z-index: 1;
	
}

#selection {
	margin: 10px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 720px;
	height: 560px;
	overflow: auto;
}
.productItem {
	margin: 10px 10px 10px 10px;
	border: 2px solid #000000;
	padding: 5px 0px 0px 0px;
	width: 150px;
	height: 200px;
	float: left;
}
.image, .title, .text, .price {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	font-weight: 800;
	color: #000000;
}

.title { font-weight: bolder;
}

.text { font-weight: normal;
}

.productItem ul, .productItem li { margin: 0px;
	padding: 2px 5px 2px 12px;
}

.logos{
	margin: 0px 0px 0px 0px;
	padding: 25px 20px 0px 40px;
}

.logos img { border: none;
	padding: 3px;
}

#bold_text { font-weight: bolder;
}

#contact_form{	margin-left: 25px;
	width:415px;
	height:480px;
	z-index:3;
}
#nav { width: 200px;
	height: 400px;
	padding-top: 25px;
	padding-left: 10px;
	
}

#nav li {list-style-type: none;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 4px;
	
}

#nav li.indent { margin-left: 25px;
	
	
}

#nav a { color: #F7DA35;
	text-decoration: none;
}

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

#footer { text-align: center;
	font-size: smaller;
	padding-top: 12px;
	position: absolute;
	top: 602px;
	left: 0px;
	width: 710px;
}

#flash { margin-left: -28px;

	
}

#footer_home { background-color: #1111CF;
	width: 750px;
	height: 80px;
	margin-left: -50px;
	margin-top: -3px;
	color: #FFFFFF;
	text-align: center;
	font-size: smaller;
	padding-top: 42px;
}

#main_content_front {
	margin-left: 300px;
	background-color: #1111CF;
	margin-top: -3px;
	position: absolute;
	top: 223px;
}