* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 14px/18px "Times New Roman", Times, serif;
	width: 100%;
	height: 100%;
}
a {
	color: #35299D;
	outline: none;
	text-decoration: none;
	font-size:14px;
}
a:hover {
	color:#A99FF8;
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(/style/ll.gif) repeat-y;
	border-right:1px #76adef solid;	
}


h1 { font-size: 36px; color:#B2D2F7}
h1 a{ font-size: 36px; color:#FFFFFF}
h2 { font-size:14px;}
.title h1{font-size: 24px; color:#265C9B}

/* Header
-----------------------------------------------------------------------------*/
#header {
	z-index:100;
	height: 80px;
	background: #FFE680;
	background:url(/style/bg.gif) repeat-x;

}

#header table td{	
	color:#FFFFFF; 
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding-left:18px;
	line-height:30px;
	
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 60px;

}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 140px 0 195px;;
	text-align:justify;
}
.content table td { vertical-align:top; text-align:center; border:2px #B2D2F7 groove; }
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sidebar ul h2{ font-size:16px; text-transform:uppercase; background-color:#76adef; padding-left:10px; color:#FFFFFF}


.sidebar ul li ul li{ margin-top:3px;}

.sidebar ul li ul li a {
	color:#265C9B; 
	font-size:14px;
	text-decoration:none;
	font-weight:600;
}
.sidebar ul li ul li a:hover {
	color:#B2D2F7;
}
.sidebar ul li ul li ul li a {
	font-size:12px;
	font-weight:normal;
}


.sidebar ul li{ margin-left:10px; list-style:none}

.sl {
	float: left;
	width: 180px;
	margin-left: -99%;
	position: relative;
/*	background: #FFFFFF;*/
}



/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float:left;
	margin-left:-125px;
	width: 125px;
	background: #FFFFFF;
	position:relative	
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -60px auto 0;
	height: 60px;
	background: #76ADEF;
	text-align:center;
}

#footer a{color:#000000}
.productm table{width:100%}
.productm table td {
	text-align:right;
	border:0px;
	vertical-align:bottom;
}
