*{
	font-family: Arial, Helvetica, sans-serif;

}

body, td{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
img{
	border: 0px;
}

p {
	font-size: 10pt;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
}


.w100{
	width: 100%;
}
.h100{
	height: 100%;
}
.top{
	vertical-align: top;
}
.bottom{
	vertical-align: bottom;
}
.left{
	text-align: left;
}

table{
	border-collapse: collapse;
}
.bg-norep{
	background-repeat: no-repeat;
}
.bg-repx{
	background-repeat: repeat-x;
}
.bg-repy{
	background-repeat: repeat-y;
}
.bg-pos-lt{
	background-position: left top;
}
.bg-pos-ct{
	background-position: center top;
}
.bg-pos-rt{
	background-position: right top;
}
.bg-pos-lc{
	background-position: left center;
}
.bg-pos-cc{
	background-position: center center;
}
.bg-pos-rc{
	background-position: right center;
}
.bg-pos-lb{
	background-position: left bottom;
}
.bg-pos-cb{
	background-position: center bottom;
}
.bg-pos-rb{
	background-position: right bottom;
}


.red{
	color: #CC0000;
}

.gray{
	color: #707070;
}
.black{
	color: #000000;
}
.white{
	color: #ffffff;
}
.lightgrey{
	color: #D0D0D0;
	
}
.b{	
	font-weight: bold;
}
.i{
	font-style: italic;
}


.pad05{
	padding-left:  5px;
 	padding-top: 5px;
 	padding-bottom: 5px;
}
.pad1{
	padding: 10px;
}
.lpad1{
	padding-left: 10px;
	padding-bottom: 5px;
}
.lpad2{
	padding-left: 3px;
	padding-right: 20px;
}
.pad2{
	padding: 10px 40px 10px 40px;
}
.spacing01{
	border-collapse: separate;
}
.spacing01 td{
	margin: 1px;
}
.spacing03{
	border-collapse: separate;
}
.spacing03 td{
	padding: 3px;
}
.spacing05{
	border-collapse: separate;
}
.spacing05 td{
	margin: 5px;
}
.spacing10{
	border-collapse: separate;
}
.spacing10 td{
	margin: 10px;
}

.ssmal{
	font-size: 10px; 
}
.smal{
	font-size: 11px;
}

ul#tmenu{
	list-style-type: none;
	margin-top: 4px;
	font-weight: bold;

	
}
ul#tmenu li{
	display: inline;	

	padding: 20px;
}
ul#tmenu a{
	color: #0d5609;
}

ul#cmenu{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
ul#cmenu li{
	background: url("/Images/dots.gif") no-repeat left 24px;
	line-height: 25px;
	padding-left: 20px;
	margin-left: 0px;
}
ul#cmenu ul{
	list-style-type: none;
	background: url("/Images/sub_bg.png") repeat-y;
	padding: 0px 0px 10px 30px;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	height: auto;
}
ul#cmenu ul li{
	background: none;
	line-height: 20px;
	padding-left: 10px;
	margin-left: 0px;
}

div#phone{
	height: 131px;
	background: #3380ce url("/Images/phone.jpg") no-repeat right top;
 	color: white;
 	font-size: 18pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	padding-top: 10px;
	vertical-align: middle;
}
div#phone div{
	padding: 20px 20px 0px 30px;
}
div#basket{
	height: 119px;
	background: #a5a5a5 url("/Images/basket_bg.gif") no-repeat;
 	font-size: 9pt;
	
}
div#basket div{
	padding: 20px 20px 0px 30px;
}
div#basket h4{
	font-size: 15px;
	margin: 0px;
	
}
div#logo{
	height: 200px;
	background: #4384c8 url("/Images/logo_bg.jpg") no-repeat;
}

div#news{
	background: #FFFFFF url("/Images/news.gif") no-repeat;
}

.ul_news li{
 	padding-bottom: 10px;
}

.right_telo{
 	padding-top: 15px;
 	padding-left: 15px;
}

.right{
 	font-size: 13pt;
 	font-weight: bold;
}

.newsdatesh{
 	font-size: 8pt;
 	color: #575b6a;
 	font-weight: bold;
}

.redorange{
 	font-weight: bold;
}

div#news h4{
	margin: 0px;
	color: black;
}

}

div#or_str{
	height: 5px;
	background: #7b7b7b url("/Images/orange_stripe_down.gif") no-repeat;
	background-position: left top;
}

h1{
 	margin: 0px;
	line-height: 40px;
	font-size: 21px;
	font-weight: normal;
	background: url("/Images/caption_bg.gif") no-repeat left top;
	padding-right: 45px;
	text-align: right;
	color: white;
}
div.items{
	height: 150px;
}

div.item{
	width: 150px;
	height: 150;
	float: left;
	display: inline;
	margin-left: 20px;
}
div.item h4{
	background: url("/Images/item_caption0.gif") no-repeat;
	color: white;
	font-size: 15px;
	padding-left: 15px;
	margin: 0px;
	line-height: 28px;
}
div.item div{
	background: #a0c799;
	border-left: 1px solid #117200;
	border-right: 1px solid #117200;
	border-bottom: 1px solid #117200;
	padding: 10px;
}
img.cursor{
    cursor: pointer;
}
    