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

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0px; padding:0px;}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}
body {font-size:62.5%;}

/* Removes list-style from lists */
ol, ul, li {list-style:none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal; font-weight:normal;}
s
/* Removes border from fieldset and img */
fieldset, img {border:0;}

/* Left-aligns text in caption and th */
caption, th {text-align:left;}

/* Removes quotation marks from q */
q:before, q:after {content:'';}

strong {font-weight:bold;}
em {font-style:italic;}
p {margin-bottom:1em;}
ul li {list-style-type:disc;}
ol li {list-style-type:decimal;}
.clear {clear:both; height:0px;}

body {
	background-image:url(../image/bg.jpg);
	background-repeat:repeat-x;
	background-color:#949698;
	font-family:Verdana, Geneva, sans-serif;
}

#wrap {
	width:910px;
	margin:auto;
	position:relative;
}

#topbar {
	float:right;
	background-image:url(../image/top-red.png);
	background-repeat:no-repeat;
	width:135px;
	height:18px;
	text-transform:uppercase;
	font-size:1em;
	color:#ffffff;
	text-align:center;
	padding:3px 0 0 0;
}

#topbar a {
	color:#000000;
	text-decoration:none;
	font-size: 9px;
}

#topbar a:hover {
	color:#ffffff;
}

#logo {
	float:left;
	width:380px;
	height:67px;
	margin:32px 0 0 0;
}

#topnav {
	float:right;
	clear:right;
	font-size:1.3em;
	margin:40px -20px 0 0;
}

#topnav li {
	float:left;
	list-style-type:none;
	text-transform:uppercase;
	padding:10px 20px 5px 20px;
}

#topnav .border {
	border-right:2px solid #c1282d;
}

#topnav a {
	color:#000000;
	text-decoration:none;
}

#topnav a:hover {
	color:#ffffff;
}

#row-1 {
	margin:15px 0 0 0;
	background-image:url(../image/banner-1.png);
	background-repeat:no-repeat;
	height:232px;
	padding:20px 0 0 0;
}

#row-1 #products {
	margin:0 14px 0 348px;
	padding:6px 0 0 0;
	font-size:1.3em;
}

#row-1 #products img {
	padding:0 0 10px 0;
}

#row-1 #products li {
	list-style-type:none;
	padding:0 3px 0 4px;	
	float:left;
	text-align:center;
}

#row-1 #products a {
	color:#ffffff;
	text-decoration:none;
}

#row-1 #products a:hover {
	color:#000000;
}

#row-2 {
	background-image:url(../image/banner-2.png);
	background-repeat:no-repeat;
	height:57px;
	margin:0 0 0 -1px;
}

#row-2 h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#cd2027;
	text-transform:uppercase;
	width:155px;
	text-align:center;
	padding:8px 0 0 0;
	float:left;
	height:49px;
}

#row-2 ul {
	float:right;
	width:725px;
	height:57px;
	padding:0 0 0 30px;
}

#row-2 li {
	float:left;
	list-style-type:none;
	font-weight:bold;
	line-height:57px;
	padding:0 20px 0 20px;
}

#row-2 a {
	color:#cd2027;
	text-decoration:none;
	font-size:1.3em;
}

#row-2 a:hover {
	color:#000000;
}

#row-3 {
	background-image:url(../image/banner-3.png);
	background-repeat:no-repeat;
	height:258px;
}

#row-3 #products {
	width:680px; /*690 */
	height:200px; /*250 */
	float:left;
	padding:50px 0 0 10px;
}

#row-3 #subnav {
	float:left;
	width:180px;
	margin:7px 0 0 0;
}

#row-3 #subnav li {
	list-style-type:none;
	font-size:1.3em;
	text-align:center;
}

#row-3 #subnav a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	width:180px;
	padding:1px 18px 7px 20px;
}

#row-3 #subnav a:hover {
	background-image:url(../image/rollover-black.png);
	background-repeat:no-repeat;
}

#row-4 {
	background-image:url(../image/banner-4.png);
	background-repeat:no-repeat;
	height:294px;
	padding:40px 0 0 25px;
}

#footer a {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#cd2027;
}

#footer {
	font-size:1.3em;
}

.divider {
	padding:10px 0 10px 0;
}

.red {
	color:#cd2027;
	padding:0 5px 0 5px;
}

#siteinfo {
	color:#2b2c2b;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

#siteinfo a {
	color:#2b2c2b;
	text-decoration:none;
}
