/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000; 
	background:#000 url(../09images/scatter_bkgd_sp_fl.jpg) top center repeat-y; 
	margin: 0; 
	padding: 0;
}
p {
	padding:0 12px 12px 12px;
	/*line-height:18px;*/
}
em {
	font-style:normal;
	font-weight: bold;
	color:#BF0000;
}
/*h1 {
	background:url(../09images/WMLbanner.jpg) no-repeat;
	height: 30px;
}*/
h1 span{
	display:none;
}
h3 {
	font-size:1.8em;
	font-weight:bold;
	padding:8px 0 0 12px;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:8px 0 0 12px;
}
#container {
	margin: auto;
	width:787px;
	height:100%;
	background:url(../09images/blackground787.gif) repeat-y;
	position:relative;
	top:0;
}
#wrapper {
	position: relative;
	margin-left: 160px;
}
#leftside {
	position: absolute;
	margin-left: -160px;
}

#main {
	position: relative;
	/*top: 8px;*/
	width:600px;
	padding: 12px;
}
#upper {
	clear:left;
	position: relative;
	height: auto;
}
#news_box {
	/*position: absolute;*/
	margin-left: 410px;
	/*margin-top:15px;*/
	width: 180px;
	/*height: 280px;*/
	background-color:#999;
}
#roto_photo {
	float: left;
	margin-bottom: 15px;
}
#lower {
	clear: both;
	/*position: relative;
	margin-top: 80px;*/
	background-color:#999;
	margin-right: 11px;
	/*width: 480;*/
}
.announcment {
	border:solid;
	border-color:#FF0000
}


#logo {
	padding-top: 20px;
	position: relative;
}

.featured_product {
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	margin: 4px;
}

/* _____________________Top Menu */

#top_menu {
	width:580px;
	
	/*position:relative;
	z-index:300;
	padding:0;
	list-style-type:none;*/
}
#top_menu ul {
	position:relative;
	z-index:300;
	width:600px;
	padding:10px 0 0 0;
	margin:0;
	list-style-type:none;
}
#top_menu a {
	display: block;
	padding:0 0 2px 8px;
	border-width:1px;
	border-style:none solid solid solid;
	border-color:#333;
	/*width: 6em;*/
	text-decoration: none;
	color:#666;
}
#top_menu li {
	float: left;
	width: 16%;
	margin-bottom:15px;
}
#top_menu a:hover {
color:#CCC;
}


/* _____________________ Menu */


#menu {
width: 146px;
margin-top: 14px;
}

#menu ul {
position:relative;
z-index:306;
padding:0;
margin:0;
line-height:18px;
list-style-type:none;
width:146px;
}

#menu a, #menu h2 {
font: 13px/* Georgia, "Times New Roman", Times, serif*/;
display: block;
border-width: 1px;
border-style: solid;
border-color:#000000;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #669112;
padding: 4px 2px;
}

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

#menu a:hover {
background: #97D51D;
}
#menu li {
position: relative;
}

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

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

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



/*______________________ Footer  */

#footer {
	position: relative;
	margin-top: 12px;
	color:#666666;
}
#copywrite {
	font-size:9px;
}
#footer a:link, #footer a:visited {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#CCC;
}


/* _________________ main links  */
a:link, a:visited {
	text-decoration: none;
	border:none;
	color:#006600;
}
a:hover {
	color:#603811;
	text-decoration:underline;
}
/*___________________ em links */
em a:link, a:visited {
	text-decoration: none;
	border:none;
	color:#BF0000;
}
em a:hover {
	color:#BF0000;
	text-decoration:underline;
}