body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

a.button{
	background:url(../img/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	font-size:10px;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:150px;
}
a:hover.button{
	color:#0066CC;
}

a.button2{
	background:url(../img/button2.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	font-size:10px;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a:hover.button2{
	color:#0066CC;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
		background:url(../img/add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.delete{
		background:url(../img/delete.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.user{
		background:url(../img/user.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.alert{
		background:url(../img/alert.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.msg{
		background:url(../img/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
		background:url(../img/download.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

	.lens{
		background:url(../img/lens.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.info{
		background:url(../img/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}



td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.info_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	font-style: normal;
}

.info_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-style: normal;
}

.Heading_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 100;
}

.Heading_2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 28px;
	font-weight: 100;
	color: #CCCCCC;
}
.left_grey_body {
	line-height: 150%;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: 100;
	color: #CCCCCC;
}
.price_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #668888;
	text-decoration: none;
}
.price_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF7777;
	font-weight: bold;
}
.menu_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #CCCCCC;
	text-decoration: none;	
}

.left_nav_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
	text-decoration: none;
}

.faq_question {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	color: #666666;
}

.faq_answer {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #000000;
}

.product_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
}

.product_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #336666;
}

.series_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.left_grey_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}




/**************** menu coding *****************/
#menu {
width: 100%;
background: #eee;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


