html{
	margin:0px; 
	padding:0px;
	height: 100%;	
}
body{
	color:#000000;
	background: #d4d4d4 url(../images/bg_default.gif) repeat-y top center;
	margin: 0px auto;
	text-align: center;
	width:760px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container{
	width: 760px;
	text-align: left;
	background-color: #fff;
	color: #444444;
}
p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
h1{
	margin: 0px;
	padding: 12px 0px 0px 0px;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a{
	color: #ab131a;
	text-decoration:none;
	font-weight: bold;
}
h2{
	margin: 0px;
	padding: 12px 0px 6px 0px;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.mainmenu{
	background-color: #cd181d;
	color: #FFFFFF;
	height: 20px;
	margin:0px;
	position: relative;
	margin: 0px;
	font-size: 11px;
	padding: 0px;
	list-style-position:outside;
	padding-left: 45px;
}
.footermenu{
	background-color: #ffffff;
	color: #000000;
	padding-left: 102px;
}
.mainmenu li{
	list-style-type:none;
	float: left;
	width: auto;
	height: 20px;
	line-height: 20px;
}
.mainmenu a, .mainmenu a:active, .mainmenu a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 0px 18px;
	height: 20px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	position: relative;
	float: left;
}
.footermenu a, .footermenu a:active, .footermenu a:visited{
	color: #000000;
	padding: 0px 10px;
	border-right: 1px solid #666666;
}
.footermenu .last{
	border-right: 0px;
}
.mainmenu a:hover, .mainmenu .selected a, .mainmenu .selected a:active, .mainmenu .selected a:visited{
	background-color: #ffffff;
	color: #000000;
	background-image: url(../images/menu-bottom-fade.gif);
	background-repeat:repeat-x;
}
.footermenu a:hover, .footermenu .selected a, .footermenu .selected a:active, .footermenu .selected a:visited{
	background: #cd181d;
	color: #FFFFFF;
}

.content{
	background-image: url(../images/content-bg.gif);
	background-repeat:repeat-y;
	text-align: left;
	width: 760px;
}
.mainleft{
	background-image: url(../images/menu-bottom-fade.gif);
	background-repeat:repeat-x;
	width: 482px;
	padding: 0 25px;
	margin: 0px;
	text-align:left;
	position: relative;
	float: left;
}
.mainright{
	float: right;
	background-image: url(../images/menu-bottom-fade-grey.gif);
	background-repeat:repeat-x;
	width: 208px;
	padding: 0 10px;
	position: relative;
	margin: 0;
	color: #000000;
	_width: 208px;
	_padding: 0px 9px;
}
.mainleft ul{
	margin: 0px;
	padding: 0px;
	list-style-position:inside;
}

.read_more{
	font-size:10px;
}
.article_link{
	color: #575757;
	text-decoration:none;
	font-weight: normal;
}
.full_article_link{
	float: right;
}
.quickinfo_table{
	font-size:11px;
	color: #444444;
	margin-top:5px;
}
.quickinfo_table td{
	width: 40%;
}


/* added form styles */
/* table styling */
#myTable{
	border: 0px;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-right: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#myTable thead{
	background-color: #cd181d;
	border: 1px solid #ffffff;
	height: 22px;
	color: #ffffff;
}
#myTable thead td{
	padding: 0px 4px;
	font-size: 12px;
	font-weight: bold;
	border-right: 0px;
	height: 22px;
	overflow: hidden;
}
#myTable tbody td{
	margin:0px;
	padding:10px 4px;
	border-top:1px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	vertical-align: top;
}
#myTable td img{
	border: 0px;
}
.formmsg{
	font-weight:bold;
	color: #cd181d;
}
.frontend_form_submit{
	display: block;
	float: right;
	text-align: center;
	background: #e7e7e7;
	border: 1px solid #cccccc;
	color: #cd181d;
	font-weight: bold;
	font-size: 12px;
	height: 26px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	width: 110px;
	font-family:Arial,sans-serif;
}
.additionaltext{
	font-size: 11px;
	color:#666666;
}
.gallery_item{
	border: 1px solid #cccccc;
}



.carousel .scrolling {
	margin-bottom: 5px;
	background: #ffffff url(../images/footer-scroller-bg.gif) repeat-x;

	/* Needed for rendering without flicker */
	position: relative;
	visibility: hidden;
	left: -5000px;
}
.carousel ul {
	margin: 0;
}
.carousel li .footer_product{
	margin: 10px 10px 6px 10px;
}

.scrolling {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
	_float:left;
}
/* next / prev buttons */
a.prev, a.next {	
	border: 0px;
	margin: 0px;
	display: block;
	float: left;
	cursor: pointer;
	width: 46px;
	height: 86px;
}
a.prev{
	background: url(../images/gallery_prev.gif) no-repeat;
	margin-right: 0px;
	background-position:top left;
}
a.prev:hover{
	background-position: bottom left;
}
a.next{
	background: url(../images/gallery_next.gif) no-repeat;
	float: right;
	background-position:top left;
}
a.next:hover{
	background-position: bottom left;
}

.footerprice_left{
	height: 38px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 16px;
	line-height:24px;
	padding:0px 5px;
	float: left;
}
.footerprice_middle{
	height: 38px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 24px;
	line-height:24px;
	float:left;
	text-align: right;
}
.footerprice_right{
	height: 38px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 16px;
	line-height:24px;
	padding:0px 5px 0px 0px;
	float: left;
}
.footer_product{
	width:189px;
	height:70px;
	background:#ffffff;
	overflow: hidden;
}
.footer_product img{
	border: 0px;
}
.price_box{
	float:left;
	padding-left:5px;
	text-align:center;
	margin-top:16px;
	width: 94px;
	height: 38px;
	background: url(../images/footer_price_box.gif) no-repeat top right;
}
.submit_links{
	margin: 0px 0 2px 0;
	text-align:left;
}
.submit_links a{
	font-size: 11px;
	margin-right: 6px;
	color: #444444;
}
.submit_links a img{
	border:0;
	width: 16px;
	vertical-align:text-bottom;
}
.submit_links .diggbutton{
	display:inline;
	position:relative;
	top: 4px;
	right: -2px;
	overflow: hidden;
}
.submit_links iframe{
	width: 110px;
	overflow:hidden;
}