body{
	background: #E9F6FA;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	margin:0;
	font-size:11px;
}
/* Templates */
#il_all {
	width:700px;
	margin:auto;
	background:#9AD5FF;
}
#il_top {
	width:700px;
	height:133px;
	background:url('images/top.jpg');
}
#il_top object{
	float : right;
}
#il_menu {
	width:700px;
	background:url('images/bar-1.gif') repeat-x top left #9AD5FF;
	height:36px;
	text-align:right;
}
#il_small_menu {
	padding: 3px 5px 0 5px;
	float:right;
	color:#ffffff;
}
#il_small_menu a,
#il_small_menu a:visited{
	color:#ffffff;
	text-decoration:none;
}
#il_small_menu a:hover{
	color:#ddeeff;
}
#il_small_menu a.active{
	font-weight:bold;
}
#il_menu_main{
	margin-left:60px;
}
#il_menu_main a,
#il_menu_main a:visited{
	background-image:url('images/menu.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	height:51px;
	width:114px;
	text-align:center;
	display:block;
	float:left;
	text-decoration:none;
	margin:-15px 5px 0 5px;
	color:#27598C;
	position:relative;
}
#il_menu_main a:hover{
	background-position:0 -51px;
	color:#000000;
}
#il_menu_main a.active, #il_menu_main a.active:visited{
	background-position:0 -102px;
}
#il_menu_main a b{
	display:block;
	margin-top:15px;
	font-size:14px;
}
#il_foot {
	border-top:10px solid #f0f0f0;
	padding:20px;
	color:#B0D3F9;
	font-size:11px;
	background:url('images/foot.gif') no-repeat right center #27598C;
	clear:both;
}
#il_foot a, #il_foot a:visited{
	color:#B0D3F9; text-decoration:none;
}
#il_foot a:hover{
	text-decoration:underline;
}

/* CLASS SHEET */
h1.page_heading{
	margin:0;
	padding:5px 25px 10px 10px;
	text-align:right;
	font-size:13px;
	color:#27598C;
}
.contents {
	padding:12px;
	background:#81C3F3;
	color:#18395C;
	letter-spacing:0.03em;
	font-size:11px;
	word-spacing:0.1em;
	text-align:justify;
	line-height:1.7em;
	clear:both;
	margin-bottom:12px;
}
.clear_contents{
	padding:12px;
	color:#18395C;
	letter-spacing:0.03em;
	font-size:11px;
	word-spacing:0.1em;
	text-align:justify;
	line-height:1.7em;
	clear:both;
}

/* CONTACT FORM */
.form_contact {
	margin:20px;
}
.form_contact label {
	float:left;
	clear:both;
	display:block;
	clear:both;
	font-weight:normal;
	width:180px;
}
.form_contact span{
	float:left;
	margin-bottom:2px;
	width:15px;
}
.form_contact div{
	float:right;
	width:440px;
	margin-bottom:2px;
}
.form_contact div div{
	float:none;
	width:auto;
	margin:0;
}
.form_contact hr {
	clear:both;
	border: 1px solid #fff;
}
.form_contact .inputbox{
	width:150px;
	font-size:11px;
	font-family: verdana, tahoma, arial, sans;
}
.form_contact .inputbox#reg_address {
	width:350px;
}
.form_contact .inputbox#reg_realname,
.form_contact .inputbox#reg_phone,
.form_contact .inputbox#reg_email{
	width:250px;
}

/* Products Listing */
.products_home {
	background:#81C3F3;
	padding: 10px;
	margin: 10px 10px 20px 10px;
}
.desc_home{
	width:465px;
	float:left;
	clear:both;
	line-height:1.7em;
	text-align:justify;
}
.products_home img {
	border:5px solid #ffffff;
	padding:1px;
}
.products_home img.product_profile{
	float:left;
}
.products_home img.product_newest{
	float:right;
}
.products{
	background:#BBE2FF;
	padding: 15px 30px 15px 30px;
	margin: 10px 0 10px 0;
}
.products img {
	border:5px solid #ffffff;
	padding:1px;
	float:left;
}
div.products_details {
	width: 430px;
	line-height:1.7em;
	text-align:justify;
	float:right;
}
div.products_details b.title,
div .desc_home  b.title{
	display:block;
	font-size:13px;
	color:#224466;
}
div.products_details em.latin,
div .desc_home em.latin{
	display:block;
	font-size:12px;
	color:#224466;
	margin-bottom:10px;
}
div.products_details div.desc,
div.desc_home div.desc
{
	margin:0;
	padding:0;
	text-align:justify;
}
div.drops{
	clear:both;
	line-height:0
}
.paging {
	text-align:center;
	padding:5px 0 10px 0;
	font-size:13px;
	font-weight:bold;
}
.paging a:hover{
	text-decoration:none;
}
a.sitemaplink,a:visited.sitemaplink {
	line-height:36px;
	display:block;
	width:160px;
	background-image:url('images/sitemaplink.jpg');
	background-repeat:no-repeat;
	background-position: 0 30px;
	color:#224488;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	margin: 3px 20px 3px 20px;
	float:left;
	text-indent:30px;
}
a:hover.sitemaplink {
	background-position: -160px 30px;
	text-decoration:none;
	color:#002233;
}
a,a:visited{
	color:#335577;
	text-decoration:none;
}
a:hover{
	color:#112244;
	text-decoration:underline;
}
