﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: white url('images/bg.png') repeat-x;
	text-align: center;
	font-size: small;
}
.style1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style3 {
font-size: 12px; font-family: Arial, Helvetica, sans-serif;
}
.style5 {
color: #003399; font-weight: bold;
}

a img {
	border: 0;
}

a {
	color: black;
	text-decoration: none;
}
p { 
padding-bottom: 10px; 
}

.main {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

.container_header {
	height: 130px;
}

.container_header .left {
	width: 700px;
	height: 130px;
	float: left;
}

.container_header .right {
	width: 250px;
	height: 130px;
	float: right;
	clear: right;
	background-image: url('images/cart_bg.png');
	background-repeat: no-repeat;
}

.container_header .right .inner {
	color: white;
	margin: 20px 15px 0px 15px;
}

.logobox {
	height: 102px;
}

.menu_top {
	height: 28px;
}

.container_body {
	margin-top: 20px;
}

.menu_left {
	width: 170px;
	float: left;
}

.menu_left ul {
	list-style: none outside none;
}

.menu_left ul li {
	padding: 3px;
}

.menu_left ul li:hover {
	background-color: #e5e5e5;
}

.content_container {
	width: 775px;
	float: left;
	margin-left: 5px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.footer {
	text-align: right;
	background: black url('images/bg_footer.png') repeat-x;
	color: white;
	height: 30px;
}

.footer p {
	margin: 7px;
}

.product {
	width: 250px;
	height: 220px;
	overflow: hidden;
	margin: 0 3px 10px 5px;
	float: left;
}

.product .image {
	height: 180px;
}

.product .title {

}

.product_front {
	width: 250px;
	margin: 0 3px 10px 5px;
	float: left;
}

.cart {
	
}

.cart .header {
	background: white url('images/cart_header.png') no-repeat;
	height: 65px;
}

.cart .footer {
	background: white url('images/cart_footer.png') no-repeat;
	height: 31px;
}

.pullquote {
	width: 250px;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px;
	padding:0px 25px 5px 0px;
	text-align: right;
}

.pullquote:first-letter {
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
.picborder {
	border: 1px solid #000000;
}
