
body {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background-image:url(http://www.genesisresourcesltd.com.au/images/bg_page1.jpg);
	background-color:#ffffff;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	behavior: url(/csshover.htc);
}

img{border:none}

table, td, tr {
	padding: 0px;
	vertical-align:top;
}

h1 { 
/*	color:#8A6B43;*/ 
	color:#006329;
	font:normal 22px arial; 
}
h1 i, h1 em {
	font-size:14px;
/*	color: #8A6B43;*/
	color: #006329;
}

h2 { color:#006329; font:normal 18px arial; }

a:link, a:hover, a:visited {color:#8A6B43; text-decoration:none;}

p{margin-top:0; padding-top:0;}

ul {margin-top:0; padding-top:0;
/*	margin: 0;
	padding: 0;
	list-style-type:none;
*/}

li {
/*	padding: 0px;
	color: #000000;
*/
}

/* Header Start */

.information_company {
	color: #000000;
	font-size:13px;
	line-height:18px;
}

.menu {
	font-size:13px;
	color:#FFFFFF;
}

.menu a:link, .menu a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

.menu a:hover {
	text-decoration:underline;
	color: #006329;
}

.lining {
	background-image:url(http://www.genesisresourcesltd.com.au/images/lining.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:10px;
}

/* Header End */

/* Content */

.heading{
	font-size:22px;
	color: #8A6B43;
}

.sub_heading {
	font-size:18px;
	color: #8A6B43;
}

.content_header {
	background:transparent url(http://www.genesisresourcesltd.com.au/images/h_leftpanel.gif) no-repeat scroll 3px 0;
	font-size:14px;
	color: #000000;
	line-height:24px;
	margin-bottom:5px;
	letter-spacing:-1px;
	font-weight:bold;
}

.content{
	font-size:12px;
	color: #000000;
	line-height:18px;
	height:350px;
	padding:20px 30px 20px 30px;
	text-align:justify;
}

h3{
	font-size:13px;
	color: #8A6B43;
	line-height:18px;
	margin:0;
	padding:0;
}

h3 i, h3 em{
	font-size:10px;
	color: #8A6B43;
	line-height:18px;
}

.lining-horizontal {
	background-image:url(http://www.genesisresourcesltd.com.au/images/lining2.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:20px;
}

.lining-vertical {
	background-image:url(http://www.genesisresourcesltd.com.au/images/lining_vertical.gif);
	background-repeat:repeat-y;
	width: 20px;
	background-position:center;
}

/* End Content */

/* Footer Start */

.footer{
	color:#ffffff;
	font-size:12px;
}

.footer a:link, .footer a:visited{
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}

/* Footer End */

/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#menu{
position:inherit;
/*
top:1px;
left:1px;
z-index:2;
*/
width:140px;
padding:0px; /* To allow room for bottom dropdown */
}

#menu li a, #menu li h2{
font:normal 13px/16px Arial,Helvetica,sans-serif;
display:block;
/*
border-bottom:1px dotted #ccc;
text-align:center;
text-transform:capitalize;
*/
white-space:nowrap;
width:100%;
vertical-align: text-top;
height:21px;
}

#menu li li a, #menu li li h2{
/*font:bold 13px/16px Arial,Helvetica,sans-serif;
display:block;
border-bottom:1px dashed #ccc;
white-space:nowrap;*/
text-align:left;
/*width:100%;*/
}

#menu h2{
color:#fff;
background:#000;
text-transform:uppercase;
}

#menu a{
color:#fff;
background:url(http://www.genesisresourcesltd.com.au/images/lining.gif) repeat-x 0px 20px;
/*
background:url(http://www.genesisresourcesltd.com.au/images/lining.gif) repeat-x 0px 20px;
background:transparent url(../images/filler2.gif) repeat-x scroll center bottom;
*/
text-decoration:none;
}

#menu a:hover{
color:#00ff00;
/*background:#ddd;
background:none;*/
}

#menu a:active{
color:#00ff00;
/*background:#ddd;
background:none;*/
}

#menu ul, #menu li{
list-style:none;
margin:0; padding:0; border:none; width:140px; display: block;
}

#menu li ul{
list-style:none;
margin:0; padding:0; border:none; width:200px; display: block;
}
#menu ul li{
float:left; width:50px;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
height:25px;
width:100%;
}

div#menu li ul{
position:absolute;
top:0;
background:#666;
left:100%;
padding: 5px 5px 0 5px;
margin-top:-5px;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul 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;
}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
/*background:transparent url(../images/filler2.gif) no-repeat scroll center bottom;*/
}

#menu a.x:hover{
/*background:transparent url(../images/filler2.gif) no-repeat scroll center bottom;*/
}

#menu a.x:active{
color:#ff0;
/*background:transparent url(../images/filler2.gif) no-repeat scroll center bottom;*/
}
/* -- sticky.submenu.END -- */


/* =other-news
.other-news ul{list-style-image:none; list-style-type:none; margin-bottom:0; margin-left:0; padding:0} */
.other-news ul{padding-left:15px; margin-left:0}
.other-news h4 { xbackground: url(../../img/bg_other_news_box_title.gif) no-repeat -60% center; }
.other-news .partners-news-list { border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; }
.other-news .partners-news-list li { border-bottom: 1px solid #e7e7e7; background: none; line-height:24px}
.other-news .partners-news-list .last { border-bottom-width: 0; }
.other-news .more { background-position: 80% bottom; }
