html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #F8FCFC;
	color: #979797;
	font-family: Verdana,Arial, Verdana;
	font-size: 11px;
}

#container {
 	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -33px;

}

a:link, a:visited, a:active {
	text-decoration: none;
/* 	display: block; */
	color: #535252;
}

#header {
	height: 146px;
	background: url('../images/hbgx.png') top left repeat-x;
	color: #FFF;	
	font-family: Tahoma;
}


#midheader {
	width: 1000px;
	background: url('../images/headerbg.png');
	height: 105px;
	margin: 0 auto;
	
}

#newsflash {
	float: right;
	margin-top: 26px;
	width: 280px;
	margin-right: 60px;
}


#newsflash h1, #newsflash h2 {
	font-size: 10px;
	font-weight: normal;
}
#newsflash h1 {
	font-weight: bold;
}

#menu {
	background: url('../images/menubg.png');
	height: 41px;
	text-align: center;
	
}

#menu ul {
	list-style-type: none;
	width: 600px;
	height: 41px;
	padding: 0;
	margin: 0 auto;
}

li.first {
	background: none;
}

#menu ul li {
	background: url('../images/menusep.png') left 4px no-repeat;
	height: 41px;
	float: left;
	padding-left: 2px;

	
}
#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited{
	height: 11px;
	display: block;
	padding: 15px;
	color: #979797;
	text-decoration: none;
}

#menu ul li a:hover {
	display: block;
	background: url('../images/menubg-act.png') top repeat-x;
}



#mainblock {
	width: 980px;
	padding: 2px 10px;
	margin: 0px auto;
	
}

#leftside {
	float: left;
	width: 220px;
}

.leftblock {
	min-height: 200px;
	font-family: Verdana, Arial, Tahoma;
	background: url('../images/leftblocktop.png') left top no-repeat;

}

.leftblock div.in {
	padding: 15px 20px;
	color: #979797;
}

/* SIDE MENU */


#leftside ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.first {
	background: none;
}

#leftside ul li {
	padding-left: 10px;

	
}
#leftside ul li a:link, #leftside ul li a:active, #leftside ul li a:visited{
	background: url('../images/list-bullet.png') left 4px no-repeat;
	/* height: 15px; */
	padding: 0px 0px 0px 14px;
	margin: 4px 0;
	line-height: 17px;
	color: #979797;
	font-size: 10px;
	text-decoration: none;
	display: block;
}

#leftside ul li a:hover {
	background: url('../images/list-bullet-act.png') left 4px no-repeat;
	color: #535252;
 	/* border-bottom: 1px dotted #535252; */
 	/* border-top: 1px dotted #96b830; */
 	/* padding: 1px 0px 1px 14px; */
}

/* MIDDLE */
#middle {
	margin-left: 225px;
	width: 755px;
	
}

.categories {
	float: left;
	width: 24.9%;
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	
}

.categories div.block {
	width: 180px;
	margin: 0 auto;
	background: url('../images/block1-bg.png') top left no-repeat #FAFAFA;
	border-bottom: 1px solid #F2F2F2;
	min-height: 210px;
}

.categories div.block .name{
	width: 180px;
	padding: 15px 20px 5px 20px;
}

.categories .in {
	position: relative;
}

/*BLOCK 2 */

.categories div.block2 {
	width: 180px;
	margin: 0 auto;
	background: url('../images/block1-bg2.png') top left no-repeat #FAFAFA;
	border-bottom: 1px solid #F2F2F2;
	min-height: 210px;
}

.categories div.block2 .name{
	width: 180px;
	padding: 15px 20px 5px 20px;
}


/* SPECIAL TIPS */

.categories .tip1 {
	right: -9px;
	top: 1px;
	position: absolute;
	height: 15px;
	width: 27px;
	background: url('../images/tip1.png') top left no-repeat;
	
}


.categories .tip2 {
	right: -9px;
	top: 1px;
	position: absolute;
	height: 15px;
	width: 27px;
	background: url('../images/tip2.png') top left no-repeat;
	
}

/* CAT LIST */


.categories .in ul {
	list-style-type: none;
	padding: 0;
	margin: 0 9px 0px 7px;
}

.categories .in  ul li {
	padding-left: 10px;
	border-bottom: 1px dotted #D7D7D7;
	position: relative;

	
}
.categories .in ul li a:link, .categories .in ul li a:active, .categories .in ul li a:visited{
	background: url('../images/list-bullet2.png') left 4px no-repeat;
	padding: 0px 0px 0px 10px;
	line-height: 19px;
	color: #979797;
	font-size: 10px;
	text-decoration: none;
	display: block;
}

.categories .in ul li a:hover {
	color: #2cb4e4;
}

a.black {
	font-weight: bold;
	font-size: 10px;
	color: #979797;
	display: block;
	text-align: center;
	padding: 2px;
}

/* BLOCK T2 */
div.blockt2 {
	border-right: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	padding-right: 1px;
	padding-top: 1px;
	background: #FFF;
	width: 552px;
	float: left; 
	
}

div.blockt2 .in, div.blockt3 .in{
	padding: 5px;
	background: #F2F2F2;
	min-height: 100px; 	
	font-size: 10px;
}

/* Modified */
div.blockt2 .in fieldset {
	border: 0;
}

div.blockt2 .in fieldset label {
	width: 100px;
}

div.blockt2 .in fieldset label input[type=text] {
	width: 500px;
	padding: 2px;
	margin: 0;
}

div.blockt2 .in fieldset label select {
	width: 500px;
	padding: 2px;
	margin: 0;
}

div.blockt2 .in fieldset label textarea {
	width: 500px;
	height: 150px;
	padding: 2px;
	margin: 0;
}

div.blockt2 .in fieldset input[type=text].error ,textarea.error {
	border: 1px red solid;
}

div.blockt2 .in ul#order-list {
	padding: 0;
	list-style: none;
}

div.blockt2 .in ul#order-list li {
	background-color: lightgreen;
	padding: 5px;
	margin: 5px;
}

ul#searchBox {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#searchBox li {
	float: left;
	width: 175px;
}
/* Modified */

div.blockt2 .in div {
 	margin-bottom:5px;
 }

div.blockt2 span.high{
	color: #2cb4e4;
	font-weight: bold;
	
}

div.blockt3 {
	border-right: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	padding-right: 1px;
	padding-top: 1px;
	background: #FFF;
	width: 177px;
	float: right;

}
div.blockt3 .top {
	padding: 5px;
	text-align: center;
	background: #F2F2F2;
	text-decoration: underline;
}


#footer {
	text-align: center;
	background: url('../images/footer.png') top left repeat;
}

#footer, .push {
	height: 13px;
	padding: 10px;
}

.bt2top {
	height: 35px;
}