div {
	border: 0px solid #ff00ff;
}

html {
	height: 100%;
}

img {
	border: none;
}

body {
	font-family: Arial, Helvetica;
	margin: 0px 0px 0px 0px;
	cursor: default;
	font-size: 0px;
	width: 100%; 
	background: #f2f2f2;
	color: #333333;
}

#page_top {
	background: url(img/bgr_page_top.png) repeat-x center top;
	height: 115px;
}

.central {
	width: 857px;
	margin-left: auto;
	margin-right: auto;
}

.page_mid {
	width: 857px;
	float: left;
	background: #ffffff;
	overflow: hidden;
}

#header {
	background: url(img/bgr_header.jpg) no-repeat center top;
	height: 115px;
}

#footer {
	background: #9e0c10 url(img/bgr_header.jpg) no-repeat center center;
	height: 31px;
	width: 833px;
	border: 2px solid #ffffff;
	clear: both;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	display: inline;
	float: left;
}
#footer a, #footer a:visited {text-decoration: none; color: #fff600;}
#footer a:hover, #footer a:active {text-decoration: none; color: #ffffff;}

#slogan {
	float: left;
	margin: 30px 0px 0px 0px;
}

#menubar_logo {
	background: url(img/bgr_mainmenu_logo.png) no-repeat center top;
	position: absolute;
	top: 37px;
	width: 100%;
	height: 119px;
	z-index: 99;
}

#mainmenu {
	font-size: 11px;
	width: 820px;
	height: 13px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 51px;
}
#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainmenu ul li {
	float: left;
	display: inline;
}
#mainmenu ul li.logo {
	width: 220px;
}
#mainmenu ul li a, #mainmenu ul li a:visited {
	color: #9e0b10;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0px 6px 0px;
	margin: 0px 10px 0px 10px;
	width: 130px;
	display: block;
	text-align: center;
}
#mainmenu ul li a:hover, #mainmenu ul li a:active {text-decoration: none; color: #ed1b24;}


#flash {
	width: 853px;
	height: 222px;
	margin: 0px 2px 2px 2px;
}

#toplinks {
	float: right;
	font-size: 10px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	z-index: 199;
	position: relative;
}
#toplinks a, #toplinks a:visited {color: #fff800; text-decoration: none;}
#toplinks a:hover, #toplinks a:active {color: #ffffff; text-decoration: none;}
#toplinks img {vertical-align: -3px; margin: 0px 0px 0px 3px;}
#toplinks div {margin-bottom: 10px;}

#welcome {
	float: left;
	width: 283px;
	height: 275px;
	overflow: hidden;
	margin: 0px 2px 2px 2px;
}

#indexnewsbar {
	background: #ffe63d;
	float: left;
	height: 25px;
	width: 568px;
	font-size: 11px;
}
#indexnewsbar_title {
	color: #cd242a;
	width: 68px;
	height: 19px;
	padding: 6px 0px 0px 15px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
#indexnewsbar_allnews {
	float: right;
	width: 100px;
	height: 19px;
	padding: 6px 15px 0px 0px;
	text-align: right;
}
#indexnewsbar_articles {
	/* required settings */
	position:relative;
	overflow:hidden;
	float: left;
	width: 340px;
	height: 19px;
	padding: 6px 15px 0px 15px;
	font-size: 8pt;
	color: #000000;	
}
#articlecontainer {
	/* this cannot be large enough */
	height: 20000px;
	position: absolute;
}
#articlecontainer div {
	padding: 6px 0px 6px 0px;
}
#indexnewsbar a, #indexnewsbar_articles a:visited {text-decoration: none; color: #000000;}
#indexnewsbar a:hover, #indexnewsbar_articles a:active {text-decoration: underline; color: #000000;}

.globaltext {
	font-size: 12px;
	color: #545454;
}
.globaltext a, .globaltext a:visited {color: #ee1c25; text-decoration: underline;}
.globaltext a:hover, .globaltext a:active {color: #000000; text-decoration: underline;}

#footermenu {
	text-align: center;
	padding: 0px 0px 5px 0px;
}

#biglinks {
	width: 568px;
	height: 254px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.biglink {
	float: left;
	width: 283px;
	height: 126px;
	background: #eeeeee;
	margin-bottom: 2px;
}
#showcase {
	background: #eeeeee url(img/bgr_showcase.jpg) no-repeat center center;
}

.prev {
	background: url(img/prev.png) no-repeat;
	height: 25px;
	width: 15px;
	float: left;
	cursor: pointer;
	position: absolute;	top: 52px; left: 20px;
	z-index: 999;
}
.prev:hover, .prev:active {
	background: url(img/prev.png) no-repeat;
}

.next {
	background: url(img/next.png) no-repeat;
	height: 25px;
	width: 15px;
	float: left;
	cursor: pointer;
	position: absolute;	top: 52px; left: 248px;
	z-index: 999;	
}
.next:hover, .next:active {
	background: url(img/next.png) no-repeat;
}

.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 283px;
	height:126px;
	float: left;
}

.scrollable .items {
	/* this cannot be large enough */
	width:20000px;
	position:absolute;
}

.scrollable .singleitem {
	width: 283px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	text-align: center;
	background: no-repeat center center;
	padding: 106px 0px 0px 0px;
	color: #333333;
}
.scrollable .singleitem a, .scrollable .singleitem a:visited {color: #16589c; text-decoration: none;}
.scrollable .singleitem a:hover, .scrollable .singleitem a:active {color: #ed0024; text-decoration: none;}

.otherpage {
	margin: 0px 2px 0px 2px;
	width: 853px;
	float: left;
}

.categoryarea {
	width: 175px;
	padding: 42px 0px 42px 35px;
	font-size: 13px;
	float: left;
}

.productscategoryarea {
	width: 175px;
}


.submenubuttons {
	font-size: 12px;
	font-weight: bold;
}
.submenubuttons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.submenubuttons li {
}
.submenubuttons a, .submenubuttons a:visited {padding: 2px 0px 2px 0px; width: 120px; display: block; color: #9e0b10; text-decoration: none;}
.submenubuttons a:hover, .submenubuttons a:active {color: #808080; text-decoration: none;}
.submenubuttons a.selected {color: #000000; text-decoration: none;}

.productssubmenubuttons a, .productssubmenubuttons a:visited {
	width: 150px;
	display; block;
}

.theme_category {
	width: 853px;
	height: 103px;
	background: no-repeat center center;
}
.theme_category img {float: left;}

.documentarea {
	float: left;
	width: 620px;
	padding: 30px 0px 15px 0px;
}

.productsdocumentarea {
	width: 640px;
}

.bold {font-weight: bold; color: #333333;}

.pagetitle {
	font-size: 24px;
	font-weight: bold;
	color: #545454;
	margin-bottom: 30px;
}
.newstitle {
	font-size: 16px;
	font-weight: bold;
	color: #545454;
	margin-bottom: 15px;
}
.pagedate {
	font-size: 10px;
	color: #a0a0a0;
	font-style: italic;
}

.thumbv {
	margin: 10px 0px 0px 0px;
}
.thumbh {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #d0d0d0;	
}
.rightinlinethumb {
	float: right;
	margin: 0px 0px 20px 20px;
}

.big {
	font-size: 16px;
}

.textbox {
	font-size: 11px;
	border: 1px solid #c0c0c0;
}

.submitbutton {
	background: #cd151c;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: bold;
	border: none;
	color: #ffffff;
	float: right;
	}

.news_item {
	clear: both;
	float: left;
	width: 100%;
}

.news_separator {
	clear: both;
	border-bottom: 2px solid #d0d0d0;
	margin: 15px 0px 30px 0px;
	float: left;
	width: 100%;
}

.productname {
	font-size: 20px;
	font-weight: bold;
	color: #545454;
	margin-bottom: 30px;
}

.productpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.oneproduct {
	background: #fff39e;
	padding: 10px;
	margin-top: 40px;
	float: left;
	width: 580px;
}
.oneproduct_image {
	float: right;
}
.oneproduct_title {
	color: #ed0024;
	font-size: 16px;
	font-weight: bold;
}
.oneproduct_info {
	float: left;
	width: 300px;
	margin-top: 10px;
	font-size: 11px;
}


table.stores td {
	padding: 5px 10px 5px 10px;
	background: #fff39e;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;	
}

table.stores td.stores_header {
	background: #808080;
	color: #ffffff;
}
