/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; background-image:url(images/bg.jpg);background-position:top;
}
.h{font-size:18px; font-weight:bold} 
.login-text{font-size:16px; color:#CE6C00}

.link:link{ color:#FF7A0D; font-size:12px; font-weight: bold; text-decoration:none}
.link:visited{ color:#FF7A0D; font-size:12px; font-weight: bold; text-decoration:none}
.link:hover{ color:#009F45; font-size:12px; font-weight: bold; text-decoration: underline}
.link:active{ color:#FF7A0D; font-size:12px; font-weight: bold; text-decoration:none}

.d-link:link{ color:#009F45; font-size:12px; font-weight: bold; text-decoration:none}
.d-link:visited{ color:#009F45; font-size:12px; font-weight: bold; text-decoration:none}
.d-link:hover{ color:#FF7A0D; font-size:12px; font-weight: bold; text-decoration: underline}
.d-link:active{ color:#009F45; font-size:12px; font-weight: bold; text-decoration:none}

.c-link:link{ color:#000; font-size:12px; font-weight: bold; text-decoration:none}
.c-link:visited{ color:#000; font-size:12px; font-weight: bold; text-decoration:none}
.c-link:hover{ color:#FF7A0D; font-size:12px; font-weight: bold; text-decoration: underline}
.c-link:active{ color:#000; font-size:12px; font-weight: bold; text-decoration:none}


.w{color:#FFFFFF; font-size:12px}
.arrow{ font-family:Arial;color:#D76100; font-size:14px; font-weight:bold}

.text-box1{border-left:1px solid #CECECE; border-bottom:1px solid #CECECE; border-right:1px solid #CECECE; border-top:1px solid #CECECE; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#666666}

.d-bg{background-image: url(images/d-bg.gif); background-position:top; background-repeat:repeat-x;}

.mid-bg{background-image: url(images/inner/rice_mid.jpg); background-position:top; background-repeat:repeat-x;}

.contact-bg{background-image: url(images/inner/contact_g.jpg); background-position:top; background-repeat: no-repeat; width:300px; height:260px;}

.foundation-bg{background-image: url(images/foundation-bg.jpg); background-position:top; background-repeat:no-repeat; width:229px; height:214px}

.picture-gallery-bg{background-image: url(images/picturegallery_bg.jpg); background-position:top center; background-repeat:no-repeat; width:223px; height:128px}

.ceo_desk{background-image: url(images/ceo_desk.jpg); background-position:top; background-repeat:no-repeat; width:223px; height:209px}

.news{background-image: url(images/news_bg.jpg); background-position:top; background-repeat:no-repeat; width:200px; height:170px}

.text-bg{background-image: url(images/tx-bg.gif); background-position:top; background-repeat: repeat-x;}

.product_bg {background-image: url(images/picturegallery.jpg); background-position:top; background-repeat:no-repeat; width:200px; height:159px}

.hd1 { font-family:Arial;color:#10327C; font-size:14px; font-weight:none}

.linegap {line-height: 0.5cm}

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #243039;
}

.text-box { font-size: 10px;}

.submit-button {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #289331;
	background-color: #31AE39;
	line-height: normal;
	cursor: hand;
	color:#ffffff;}
	
	
.arrow {font-family:Tahoma; font-size:12px; color:#003471;}

-->


/* default styling */

#backgroundHolder {width:210px;float:left; padding:10px 0 0 10px; margin:0 auto;}

.nav,
.nav ul{list-style-type:none; margin:0; padding:0;}
.nav a {text-decoration:none;}
.nav {font-family: arial, sans-serif; font-size:12px; margin:0 auto;}

/* style the links */
/* needs a background for IE6 - can be a color or a transparent gif */
.nav a {background:url(link.jpg); filter: alpha(opacity=90); opacity:0.9;} 

/* style the <b> element so that is does not affect the size of the link */
.nav a b {background:#999; background-image:url(images/link.jpg); background-repeat:no-repeat; color:#fff; font-weight:normal; display:block; padding:0px 0px; height:30px;}
.nav a:hover b {background-color:#aaa; color:#800; cursor:pointer;}
.nav .fly .main b {background:#999 url(ulmulti/arrow.gif) no-repeat 115px 9px;}
.nav .down b {background:#999 url(ulmulti/arrow.gif) no-repeat 115px 9px;}

/* HEIGHT */
.nav ul {top:-24px;} /* position the top of the flyout sub menus */

/* WIDTH change this WITH CARE to suit your requirements */

/*set the link width here*/
.nav .drop,
.nav a {width:180px;}
.nav ul li {max-width:180px;} /* fix for IE8 */

/* set the left flyout position here */
.nav ul {left:130px;}

/* make this WIDTH - 1px */ /* or WIDTH - 0.063em if using em sizing */
.nav a {margin-right:-129px;}

/* ----------------------------------------------------------------------------	*/

/* DO NOT CHANGE ANYTHING BELOW */
.nav li {float:left; clear:left;} /* fixes several IE related bugs, and allows for clearing */
.nav ul {float:left; position:relative; z-index:20;} /* necessary for float drop and to stack the <ul>s */
.nav a {position:relative; display:block;} /* needs to have a position, to be above the rest */
.nav a.main {float:left; /* necessary for float drop */
    margin-top:10000px;} /* bring the top level links back into view */
.nav .drop,
.nav .fly {margin-top:-10000px;} /* hide the sub links and their containers, opera has low upper limits */
.nav ul {margin-bottom:-5000px;} /* avoid any interaction between the subs, can be any large size */

/* The bit that does ALL the work to bring the sub menus into view */
.nav a:hover,
.nav a:focus,
.nav a:active {margin-right:0; z-index:10; outline:0;}

.nav a:focus b,
.nav a:active b {background:#aaa; color:#800;} /* for tabbing */

/* OPERA fix */
.nav ul:hover {clear:left;} /* to stop intermittent sub link :hover problems */

/* IE5-7 fixes */
.nav .fly {width:100%;}
a:active {}


/* ----------------------------------------------------------------------------	*/
