
body{
	background: #000000;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	color:white;
	font-family:Verdana;
	font-size:12px;
}
h1{
	color:#96BD0D;
	font-size:16px;
	margin:2px;
	margin-bottom:20px;
	margin-top:0px;
	font-weight: normal;
	
}
label{
	display: block;
	margin-bottom:5px;
	margin-top:5px;
}
h2{
	font-size:13px;
	margin:2px;
	font-weight: normal;
}
a{
	color:white;
	text-decoration:none;	
}
a:hover{
	color:#96BD0D;
	text-decoration:underline;
}
#txt-content{
	width:580px;
	padding:10px;
	overflow:hidden;
}
#header{
	background: url('../Images/grainstore_logo.jpg') no-repeat;
	height:188px;
	width:155px;
	margin: 0 auto;
	position:relative;
}
#menu-bar{
	background: url('../Images/menubar_gradient.jpg') repeat-x;
	height:100px;
	position:relative;
}
#inner-bar{
	position:relative;
	top:39px;
	text-align:center;
	width:500px;
	margin: 0 auto;
}
#inner-bar a{
	margin-left:20px;
	font-size: 16px;
}
.divider-line{
	width: 100%;
	background: url('../Images/green_line_repeat.jpg');
	height:11px;
	clear:both;
}
#main{
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	width:700px;
	margin: 0 auto;
	left:60px;
	padding-left:49px;
	padding-right:50px;
	padding-top:0px;
	background:url('../Images/long_front_back.jpg') -190px top repeat-y;
}
.left-cont{
	position:absolute;
	/*background:url('../Images/leftside_gradient.jpg') repeat-y;*/
	width:50px;
	height:100%;
	left: 0px;
}
.right-cont{
	position:absolute;
	/*background:url('../Images/rightside_gradient.jpg') repeat-y;*/
	width:239px;
	height:100%;
	right: 0px;
}
#right-logo{
	position:absolute;
	left:290px;
	top:110px;
	width:279px;
	height:70px;
}
#right-logo p{
    text-align:right;
    margin:0;
    padding:2px;
    font-size: 1.1em;
    font-weight: bold;
}
#footer-bar{
	padding-top:10px;
	margin-bottom:10px;
	width: 100%;
	height:50px;

	color: #98999B;
	font-size:11px;
}
#address{
	position: absolute;
	top:20px;
	left:-140px;
	width:150px;
	height:105px;
	text-align:right;
	color: #98999B;
	font-size:11px;
}
.menu-item{
	display: inline;
	float:left;
}
#footer-menu{
	padding-top:10px;
	color: #98999B;
	font-size:11px;
}
#footer-menu a,span{
	color: #98999B;
	font-size:11px;
}
.gallery{
	clear:left;
	overflow: hidden;
}
.gallery-item{
	float:left;
	width:180px;
	height:140px;
	margin:5px;

}

.main-col{
	width: 360px;
	float:left;
	margin: 2px;

}
.side-col{
	width:180px;
	float: left;
	margin: 2px;
}
.service-title{
	color: #96BD0D;
}
.service-title{
	color: #96BD0D;
}
.service-menu{
	color: #96BD0D;	
}
.service-desc{
	margin-top:20px;
	font-size:12px;
	color:#98999B;
}













