body {
	font-family: Trebuchet MS, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	color: #001111;
	max-width: 100%;
	margin: 100px auto 0px;
	padding: 0px;
	background-color: #ffffff; //#f2eee9;
}

.menuHide {
	position: absolute;
	left: -175px;
	top: 0px;
	height: 100%;
	z-index: 4;
}

.menuShow {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 4;
}

.menuButtonShow {
	background-image: url("../Images/Menu_Icon.jpg");
	width: 25px;
	height: 25px;
}

.menuButtonHide {
	background-image: url('../Images/Menu_Icon.jpg');
	width: 25px;
	height: 25px;
}

.ui-accordion {
	width: 150px;
}

.ui-accordion-header {
	background-color: #5a5a52;
	color: #ffffff;
}

.ui-accordion-content {
	border: 1px solid #7993a5;
	background: #ffffff url("images/ui-bg_inset-soft_25_000000_1x100.png") 50% bottom repeat-x;
	color: #555555;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #999999;
	background: #aaaaaa url("images/ui-bg_glass_20_555555_1x400.png") 50% 50% repeat-x;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #7993a5;
	background: #7993a5 url("images/ui-bg_inset-soft_30_f58400_1x100.png") 50% 50% repeat-x;
}

.ui-menu {
	width: 150px;
}

.ui-menu-item {
	color: #ffffff;
}
.ui-widget-contentx {
	background-color: #5a5a52;
	background-image: none;
	border: 0px;
	color: #ffffff;
}

img {
	border: 0;
}

a:link {
	color: #001111;
	text-decoration: none;
}

a:visited {
    color: #001111;
	text-decoration: none;
}

a:hover {
    color: #AAAAAA;
	text-decoration: none;
}

a:active {
	color: #660000;
	/*outline: none;*/
}

a.hdrbtn {
	color: #eee;
}

a.hdrbtn:hover {
	color: #aaa;
}

h1 {
	margin: 0px;
}

.RangeCell {
	width: 32.5%;
	margin: 2px;
}

.SubRangeCell {
	width: 32.5%;
}

.ItemCell {
	width: 200px;
}

.CustCell {
	width: 380px;
	height: 150px;
	margin: 5px 50px;
}

#logotop {
	float: right;
	max-width: 400px;
}

#content {
	margin-top: 130px;
}

#SearchBox {
	width: 180px;
}

#Keyword {
	width: 150px;
}

#NavHomeButton{
	margin: 2px 5px 0px 10px;
}

.NavBarBottomButton{
	padding: 0px 15px;
}

.SmallScreenLineBreak{
	display: none;
}

@media screen and (max-width: 430px) {
	.RangeCell {
		width: 48.5%;
		margin: 2px;
	}
	.SubRangeCell {
		width: 48%;
	}
	.ItemCell {
		width: 48%;
	}
	.CustCell {
		width: 90%;
		margin: 5px 20px;
	}
	body {
		margin-top: 140px;
	}
	#logotop {
		float: none;
	}
	#SearchBox {
		width: 110px;
	}
	#Keyword {
		width: 80px;
	}
	#NavHomeButton{
		margin: 2px 5px 0px 35px;
	}
	.NavBarBottomButton{
		min-width: 100%;
		padding: 4px 0px;
	}
	.menuHide {
		left: -150px;
	}
	.SmallScreenLineBreak {
		display: block;
		clear: both;
	}
}