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

* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/bg-hdr-inner.gif) repeat-x 0 top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

body.home {
	background:url(../images/bg-hdr.gif) repeat-x 0 top;
}

img {
	border:0;
}

.clr {
	clear:both;
}

#container {
	width:884px;
	margin:auto;
}

#header {
	height:101px;
	margin-bottom:10px;
	position:relative;
}

#topNav {
	list-style:none;
	position:absolute;
	right:0;
	bottom:1px;
}

#topNav li {
	float:left;
	margin-right:5px;
}

#topNav a {
	background:url(../images/bg-topNav1.gif) no-repeat center top;
	display:block;
	width:110px;
	height:42px;
	line-height:42px;
	text-align:center;
	text-decoration:none;
	color:#8d8d8d;
	font-size:14px;
	font-weight:bold;
}

#topNav a:hover,
#topNav li.selected a {
	background:url(../images/bg-topNav2.gif) no-repeat center top;
	color:#fff;
}

#mainBanner {
	width:884px;
	height:194px;
	overflow:hidden;
}

#content {
	margin-top:10px;
}

#content h2,
#content h3 {
	font-size:20px;
	color:#feac2f;
	font-weight:normal;
	border-bottom:1px dotted #a2a2a2;
	padding-bottom:3px;
	margin-bottom:15px;
}

#content h3,
#content span {
	color:#2a6eb2;
}

#content p {
	margin-bottom:15px;
}

#content .imgHome-content {
	float:right;
	margin:0 0 20px 20px;
}

#prodListing {
	list-style:none;
}

#prodListing li {
	background:url(../images/bg-prodBox.gif) no-repeat 0 0;
	width:191px;
	height:277px;
	padding:15px 9px;
	float:left;
	margin:0 16px 10px 0;
}

#prodListing li.last {
	margin-right:0;
}

#prodListing li .imgProd {
	border:1px solid #e9e6ea;
	margin:0 auto 20px;
	width:185px;
	height:107px;
}

#prodListing h4 {
	font-size:11px;
	color:#424242;
	border-bottom:1px dotted #a2a2a2;
	padding-bottom:1px;
	margin-bottom:3px;
}

#prodListing p {
	color:#a5a5a5;
}

#prodListing h5 {
	font-size:12px;
	color:#a70700;
	text-align:right;
}

#prodListing .more {
	display:block;
	color:#663d00;
	font-size:10px;
	text-decoration:none;
	margin:20px 0 0 0;
	text-align:center;
}

#prodListing .more:hover {
	text-decoration:underline;
}

#footer {
	background:url(../images/bg-footer.gif) repeat-x 0 top;
	margin-top:20px;
	padding:10px 30px;
	/*height:60px;*/
}

#footer ul {
	list-style:none;
}

#footer ul li {
	display:inline;
	font-weight:bold;
	margin-right:25px;
}

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

#footer ul a:hover {
	color:#2a6eb2;
}

#footer p {
	font-size:10px;
	color:#b1b1b1;
	margin-top:15px;
}

#footer .logos {
	margin-top:20px;
	padding-bottom:25px;
	text-align:center;
}

#footer .logos a {
	margin-right:15px;
}

/*.prod-rColumn {
	float:right;
	width:65%;
}*/

.prod-rColumn .order {
	color:#A70700;
	font-size:22px;
	font-weight:bold;
}

.prod-rColumn .order a {
	margin-left:15px;
}

#content .imgProduct-content {
	float:left;
	margin:10px 20px 20px 0;
	border:1px solid #bfd6e2;
	padding:2px;
}

#contactForm {
	list-style:none;
}

#contactForm li {
	margin-bottom:10px;
	position:relative;
}

#contactForm label {
	font-weight:bold;
	display:block;
	float:left;
	width:120px;
}

#contactForm label.error {
	display:inline;
	position:absolute;
	left:392px;
	top:5px;
	color:red;
	font-weight:normal;
	width:auto;
}

#contactForm input,
#contactForm textarea {
	border:2px solid #ececec;
	padding:2px 3px;
	width:250px;
}

#contactForm input:hover,
#contactForm input:focus,
#contactForm textarea:hover,
#contactForm textarea:focus {
	border-color:#2A6EB2;
}

#contactForm .button {
	padding-left:120px;
}

#contactForm .button input {
	width:auto;
	background-color:#d8e7ef;
	font-weight:bold;
	color:#4d7992;
	border-color:#c1d6e2;
}

#contactForm .button input:hover,
#contactForm .button input:focus {
	border-color:#2A6EB2;
}

