		div, html, body, p,img,
		h1, h2, h3, h4, h5, h6, td
		form, fieldset, a, img, a img, br, button, dl, dt, dd {
			margin: 0px;
			padding: 0px;
			border: 0px;
			outline: 0px;
		}
		
		*{
			outline-style:none;
			outline:none;
		}
		
		form {
			margin-bottom:0px;
			padding:0px;
			margin-top:0px;
		}
		 
		 html {
			margin:0;
			padding:0;
			width:100%;
			height:100%;
			background: #ffeec2 url('/img/bg.png') repeat-x 0 0 fixed;
			color: #292929;
		}
	 
		 body {
			margin:0px;
			padding:0px;
			background: transparent;
			font-size:15px;
			text-align:left;
			width:100%;
			height:100%;
			font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
			background: transparent url('/img/bbg.png') repeat-x 0 0 fixed;
		}

		a, a:visited{
			color: #0064c2 /*#16b2de*/;
			text-decoration: underline;
		}
		
		a:hover {
			text-decoration: none;
		}
		
		.test{
			border:1px solid red;
		}
		
		
		h1, h2, h3, h4, h5{
			margin-bottom:0.3em;
			font-family: Georgia, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
			color: #3B3B3F;
			letter-spacing: -1px;
		}
		
						
		h5{
			font-size: 1.2em;
			color: #ff9600;
		}
		
		h4{
			font-size: 1.4em;
			color: #ed7a00;
		}
		
		h3{
			font-size: 1.5em;
			color: #cf4d00;
		}
		
		h2{
			font-size: 1.7em;
			color: #b01e00;
		}
		
		h1{
			font-size: 2em;
			color: #9d0000
		}
		
		
		
		h1 a, h2 a, h3 a, h4 a, h5 a{
			color: #16b2de;
		}
		
		p{
			margin-bottom: 15px;
		}
		
		.outer{
			width: 90%;
			min-width: 900px;
			margin:0 auto;
			background: #fff url(/img/oubg2.gif) 100% 0% repeat-y;
			min-height:100%;
			padding: 0 20px;
			position:relative;
		}
		
		* html .outer {
		height: 100%;
		}
		
		.mwwrap{
			width:901px;
			font-size:1px;
		}
		
		
		.breadcrumbs{
			font-size: 11px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		}
		
		.inner{
			margin-right:250px;
		}
		
		.content{
			padding-bottom: 20px;
			min-height: 620px;
		}
		
		.rtab{
			position: absolute;
			top: 20px;
			right: 20px;
			width: 210px;
			
		}
		
		
		ul#mainmenu, ul#mainmenu li{
			list-style:none;
			margin: 0;
			padding: 0;
		}
		
		ul#mainmenu li span{
			color: #ee2020;
			font-weight: bold;
		}
		
		ul#mainmenu li ul{
			margin-left:10px;
			font-size:80%;
			padding:5px 0;
		}
		
		ul#mainmenu li ul li{
			list-style:decimal;
			list-style-position: inside;
		}
		
		ul#mainmenu{
			margin-bottom: 15px;
		}
		
		
		.B_crumbBox{margin-bottom: 15px;
		font-size:80%;
		display:block;
		}
		
		div.oh{
		overflow:hidden
		}

		.prod_line{
        overflow:hidden;
		margin-bottom:20px
		}


br.clear{
        clear:both;
}

a.ditto_page, span.ditto_currentpage{
        margin: 0 3px
}

.dit{
        display:table;

}
.ppic{
 float:left; margin-right:10px; margin-bottom:6px; width:250px; padding:3px; border:1px solid #d8d8d8
}

input.text, textarea.text{font-family: Arial; width:96%; font-size:14px;}
input.button{font-family: Georgia, 'Times New Roman', Times, Serif; font-weight:bold; font-size:16px;}

div.article{
	margin-bottom:25px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.pager a, .pager a:visited, .pager span{
	text-decoration:none;
	border:1px solid #16B2DE;
	padding: 2px 7px;
	text-align:center;
	margin-right:0.3em
}

.pager a:hover{
	border:1px solid #096f8c;
}

.pager span{
	border:1px solid #096f8c;
	padding: 2px 7px;
	text-align:center;
	background: #badee5;
	color: #096f8c;
}

