
/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
tr, td {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	padding: 5px 0;
}
/* LAYOUT */
.clear {
	clear: both;
}
.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}
img {
	behavior: url(iepngfix.htc);
	border: 0;
}
img.hero {
	margin-bottom: 15px;
}
.left, img.left {
	float: left;
	margin: 0 20px 16px 0;
}
.right, img.right {
	float: right;
	margin: 0 0 16px 20px;
}
/* MAIN */
body {
	background:url(/images/bg.jpg) repeat-x #ed2323;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
}
a {
	color: #246ED1;	
}
a:hover {
	color: red;
}
#container {
	width: 1057px;
	position: absolute;
	left:50%;
	margin-left:-528px;
}
#ballonLeft {
	width: 96px;
	height: 67px;
	position: absolute;
	left: 50%;
	margin-left:-473px;
	top: 247px;
	background:url(/images/ballonLeft.png) no-repeat;
	z-index:1;
}
#ballonRight {
	width: 96px;
	height: 67px;
	position: absolute;
	left: 50%;
	margin-left:378px;
	top: 249px;
	background:url(/images/ballonRight.png) no-repeat;
	z-index:1;
}
#header {
	width: 1057px;
	height: 262px;
	background:url(/images/header.jpg) no-repeat;
}
.title {
	padding-bottom: 10px;
}
.button {
	padding: 5px 0;
}
.button_container {
	margin-left: 40px;
}
.button_container_side {
	margin-left: 3px;
}

/* NAV */
#nav {
	width: 893px;
	height: 33px;
	margin: 0 auto;
	background:url(/images/bgNav.jpg) repeat-x #FDE82B;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	position:relative;
}
#nav ul {
	margin-left:63px;
	list-style: none;
	border: none;
}
#nav li {
	float:left;
}
#nav li a {
	padding: 10px 8px;
	color: black;
	text-decoration: none;
	border-right: 1px solid black;
	height: 13px;
	display:block;
}
#nav li a:hover {
	padding: 10px 8px;
	color: white;
	text-decoration: none;
	border-right: 1px solid black;
	background: url(/images/bgNavHover.jpg) repeat-x;
	height: 13px;
	display:block;
}
#nav .border {
	margin-left:63px;
	border-right: 1px solid black;
	height: 33px;
	float:left;
}
/* CONTENT */
#contentHome {
	width: 893px;
	margin: 0 auto;
	min-height: 400px;
	position: relative;
	overflow: auto;
	background:url(/images/bgContent.gif) repeat-y #FFF;
}
#contentHome #column1 {
	padding: 15px 10px 10px 30px;
	margin-bottom: 25px;
	width: 242px;
	float: left;
}
#contentHome #column1 .newsletterTextBox {
	font-size: 11px;
	width: 215px;
	margin: 5px 0;
}
#contentHome #column1 .container {
	padding: 0 5px;
}
#contentHome #column2 {
	padding: 15px 18px;
	margin-bottom: 25px;
	width: 555px;
	float: left;
}
#contentInternal {
	width: 893px;
	margin: 0 auto;
	min-height: 400px;
	position: relative;
	overflow: auto;
	background:url(/images/bgContent2.gif) repeat-y white;
}
#contentInternal #column1 {
	padding: 15px 10px 10px 30px;
	margin-bottom: 25px;
	width: 172px;
	float: left;
}
#contentInternal #column1 .newsletterTextBox {
	font-size: 11px;
	width: 150px;
	margin: 5px 0;
}
#contentInternal #column1 .container {
	padding: 0 5px;
}
#contentInternal #column2 {
	padding: 15px 18px;
	margin-bottom: 25px;
	width: 625px;
	float: left;
}
#column1 a {
	color: red;	
}
#column1 a:hover {
	color: #246ED1;
}
#column2 a {
	color: #246ED1;	
}
#column2 a:hover {
	color: red;
}
#column1 hr {
	margin: 10px 0;
	border: 1px #f8c87c solid;
	width: 100%;
}
#column2 hr {
	margin: 10px 0;
	border: 1px #CCC solid;
	width: 100%;
}
#column2 h1 {
	margin: 0 0 10px 0;
	color: red;
	text-transform: uppercase;
	font-size: 26px;
}
#column2 h2 {
	margin: 0 0 10px 0;
	color: #246ED1;
	font-size: 16px;
}
#column1 .smallText {
	color: #333;
	font-size: 11px;
}
/* PRODUCT & CATALOG */
.product_list .description {
	max-height: 86px;
	overflow: hidden;
}
.product_details .container {
	border: solid #CCC 1px;
	padding: 15px;
	width: 587px;
	overflow: hidden;
}
.catalog {
	margin: 10px;
	width: 125px;
	min-height: 153px;
	float: left;
	text-align: center;
}
.catalog .image {
	width: 115px;
	height: 115px;
	margin: 5px;
	border: solid #DDD 1px;
	overflow: hidden;
}
.catalog_home {
	margin: 5px;
	width: 125px;
	min-height: 153px;
	float: left;
	text-align: center;
}
/* FOOTER */
#footer {
	width: 955px;
	height: 57px;
	margin: -28px auto 0 auto;
	position: relative;
}
#footerLeft {
	width: 88px;
	height: 57px;
	position: relative;
	background:url(/images/shipLeft.png) no-repeat;
	float:left;
}
#footerBar {
	padding: 18px 0;
	width: 775px;
	height: 57px;
	position: relative;
	background:url(/images/bgFooter.png) repeat-x;
	float:left;
	text-align: center;
	font-size: 11px;
}
#footerRight {
	width: 92px;
	height: 57px;
	position: relative;
	background:url(/images/shipRight.png) no-repeat;
	float:left;
}
/* MORE */
.call_to_action {
	text-align: center;
	font: 18px Impact, Arial, Helvetica, sans-serif;
	color: #246ED1;
	background-color: #EEE;
	padding: 20px;
}
.call_to_action .red {
	color: red;
	text-decoration: underline;
}