@import url(reset.css);

body {
	background: #fff url(../images/bg_body.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

ul,p, h1,h2 {margin:0; padding:0;}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 12px;
}

strong {
	font-weight: bold;
}

#top-cont {
	width: 100%;
	height: 100px;
	background: #d71828;
}

#wrapper-top {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

#main-logo {
	float: left;
	position: relative;
	top: 50px;
	width: 150px;
	height: 105px;
	background: #fff;
	margin-left: 35px;
	margin-right: 60px;
	padding-left: 15px;
	z-index: 100;
}

#main-menu {
	float: left;
	width: 700px;
	height: 35px;
	padding-top: 65px;
}

#main-menu li {
	display: inline;
	font-family: 'Monda', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
}

#main-menu li a {
	color: #fff;
	text-decoration: none;
}

#main-menu li a.select, #main-menu li a:hover {
	color: #fff457;
}

#main-menu li:first-child {
	padding-left: 12px;
}

#main-menu li:last-child {
	padding-right: 0;
}

#products-cont {
	position: relative;
	top: 2px;
	width: 960px;
	min-height: auto;
	margin: 0 auto;
}

#products-box-top {
	width: 901px;
	height: 10px;
	background: url(../images/bg_boxtop.png) no-repeat;
	margin-left: 27px;
}

#products-box-bottom {
	width: 901px;
	height: 10px;
	background: url(../images/bg_boxbott.png) no-repeat;
	margin-left: 27px;
}

#products-box-fill {
	width: 901px;
	height: auto;
	background: url(../images/bg_boxfill.png) repeat-y;
	margin-left: 27px;
	overflow: hidden;
}

#products {
	width: 881px;
	min-height: 500px;
	padding: 50px 10px 0;
}

#left-column {
	float: left;
	width: 217px;
	height: auto;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-right: 15px;
}

#left-column h1 {
	font-family: MyriadProBold, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d71828;
}

#left-column li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #292828;
	line-height: 20px;
	background: url(../images/bullet_tri_red.png) no-repeat 0 5px;
	padding-left: 15px;
}

#left-column li a {
	color: #292828;
	text-decoration: none;
}

#left-column li a:hover, #left-column li a.select {
	color: #d71828;
}

#right-column {
	float: left;
	width: 620px;
	height: auto;
}

#slide {
	width: 976px;
	height: 440px;
	margin: 0 auto;
	background: url(../images/bg_slidecont.png) no-repeat;
}


/****************************************/
/*             Slideshow                */
/****************************************/
#slideshow {
	float: left;	
	top: -5px;
	left:9px;
	width: 958px;
	height: 431px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	z-index:0;
}

#slideshow img{
  	width: 958px;
	height: 431px;
  	overflow:hidden;
}

#slide_nav { 
  z-index: 50; 
  position: absolute; 
  right:5px;
  bottom:35px;
}

#slide_nav a { 
  margin: 0 1px; 
  text-decoration: none ; 
  color:#fff;
  font-size:1px;
  text-indent:-9999px;
  float:left;
  width:17px;
  height:17px;
  /*border-radius: 10px;
  background: #fff; 
  -moz-box-shadow:1px 1px 2px rgba(0,0,0,.2),-1px -1px 2px rgba(0,0,0,.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;*/
  background:url(../images/bullet_01.png) no-repeat;
}

#slide_nav a.activeSlide,#slide_nav a:hover { 
  /*background: #ff000d !important; */
  color: #ff000d !important; 
  background:url(../images/bullet_02.png) no-repeat;
}

/*Slideshow Style*/

#slideshow2 {
	float: left;	
	width: 258px;
	height: 146px;
	overflow:hidden;
}

#slideshow2 img{
	width: 258px;
	height: 146px;
  	overflow:hidden;
}

#right-column h2{
	font-size:20px;
	color:#d71828;
	margin-bottom:15px;
}

#right-column p{
	width:90%;
	font-size:12px;
	line-height:18px;
	color:#757575;	
}

#right-column ul{
	list-style-type:disc;
	margin-left:15px;
	line-height:18px;
	color:#757575;	
}

#right-column h2.product_category {color:#dda74b;}
#right-column #product_list {list-style:none;}
#right-column  #product_list li {float:left; width:260px; height:255px; padding:0 40px 30px 0;}
#right-column #product_list li h3 {font-size:14px; font-weight:bold; line-height:16px; padding-bottom:4px; height:30px;}
#right-column #product_list li img {width:260px; height:145px; border:#ededed 1px solid;margin-bottom:5px; }
#right-column #product_list li p {font-size:0.9em; clear:both;}
#right-column #product_list li p span.width {width:260px; display:block; float:left;}
#right-column #product_list li table td{padding:2px; color:#757575;}

#more-info {
	position: relative;
	top: -50px;
	width: 891px;
	height: 347px;
	margin: 0 auto;
	background: url(../images/bg_infocont.png) no-repeat;
	padding: 5px;
}

#news-cont, #contact-cont {
	position: relative;
	top: 8px;
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#news-box-top, #contact-box-top {
	width: 901px;
	height: 10px;
	background: url(../images/bg_boxtop.png) no-repeat;
	margin-left: 27px;
}

#news-box-bottom, #contact-box-bottom {
	width: 901px;
	height: 10px;
	background: url(../images/bg_boxbott.png) no-repeat;
	margin-left: 27px;
}

#news-box-fill, #contact-box-fill {
	width: 901px;
	height: auto;
	background: url(../images/bg_boxfill.png) repeat-y;
	margin-left: 27px;
	overflow: auto;
}

#news, #contact {
	width: 881px;
	height: auto;
	padding: 50px 10px 0;
}

#left-column {
	float: left;
	width: 217px;
	height: auto;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-right: 15px;
}

#left-column h1 {
	font-family: MyriadProBold, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d71828;
}

#left-column li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #292828;
	line-height: 20px;
	background: url(../images/bullet_tri_red.png) no-repeat 0 5px;
	padding-left: 15px;
}

#left-column li a {
	color: #292828;
	text-decoration: none;
}

#left-column li a:hover, #left-column li a.select {
	color: #d71828;
}

#right-column {
	float: left;
	width: 620px;
	height: auto;
}

#news-item {
	width: 600px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 25px;
	border-bottom: dotted 1px #888;
	font-family: Arial, Helvetica, sans-serif;
}

#news-title {
	font-size: 16px;
	font-weight: bold;
	color: #d71828;
	margin-bottom: 5px;
}

#news-title a {
	color: #d71828;
	text-decoration: none;
}

#news-date {
	font-size: 11px;
	color: #888;
	margin-bottom: 5px;
}

#news-desc {
	margin-bottom: 15px;
}

#news-desc p {
	font-size: 12px;
	color: #292828;
	line-height: 18px;
	margin-bottom: 10px;
}

#contact {
	width: 821px;
	padding: 50px 20px 0 40px;
}

#contact-title {
	width: 821px;
	height: 26px;
	font-family: MyriadProBold, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	border-bottom: solid 1px #d71828;
}

#contact-left-column {
	float: left;
	width: 420px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	border-right: dotted 1px #555;
}

#contact-left-column label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #292828;
	display: block;
	margin-bottom: 5px;
}

#contact-left-column input[type="text"], input[type="password"] {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
	display: block;
	padding-left: 3px;
	background: #efefef;
	border: solid 1px #d8d8d8;
	margin-bottom: 10px;
}

#contact-left-column textarea {
	color: #525252;
	background: #efefef;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #d8d8d8;
	margin-bottom: 20px;
	margin-left: -1px;
}

#contact-left-column .req {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d71828;
}

#contact-right-column {
	float: left;
	width: 380px;
	height: auto;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292828;
	padding-left: 20px;
}

#contact-right-column p {
	margin-bottom: 20px;
	line-height: 20px;
}

#contact-right-column .title {
	display: block;
	font-family: MyriadProBold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}

#contact-right-column .info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292828;
	margin-bottom: 15px;
	display: block;
}

#contact-right-column .red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d71828;
	width: 50px;
	display: inline-block;
}

.column {
	float: left;
	width: 260px;
	height: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	padding-top: 30px;
	padding-left: 20px;
	margin-right: 15px;
}

.column h1 {
	font-family: 'Monda', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
}

.column p {
	line-height: 18px;
}

.column .img {
	width: 258px;
	height: 146px;
	margin-bottom: 10px;
}

.column li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #292828;
	background: url(../images/bullet_tri_red.png) no-repeat 0 1px;
	padding-left: 15px;
}

.column li a {
	color: #292828;
	text-decoration: none;
}

.column li p {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 15px;
}

.column .button {
	width: 260px;
	height: 20px;
	text-align: right;
	padding-right: 20px;
}

#footer {
	position: relative;
	top: 5px;
	width: 960px;
	height: 20px;
	margin: 0 auto;
	text-align: right;
	padding-right:80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
}

#footer a, #footer2 a {
	color: #ee031d;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer2 a:hover {
	text-decoration: underline;
}

#footer2 {
	position: relative;
	width: 878px;
	height: 20px;
	margin: 10px auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
}