/* Start of CMSMS style sheet 'main-style' */
@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - -
	AWD
	@ Author Soushi Iida <design2@awebd.com.au>
	http://www.awebd.com.au
- - - - - - - - - - - - - - - - - - */

body{
	background:#e9e8ef;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { background:#e9e8ef;
	margin:0;
	padding:0;


}
}

.main_menu_left{
	width:580px;
	float:left;
}
.main_menu_right{
	width:240px;
	float:right;
	text-align:right;
	font-weight:bold;
	padding-right:20px;
}

.qq_panel_title{
		width:192px;
	height:27px;
	background:url(images/quick_quote_header.jpg) no-repeat;
}

#holder{
	margin:0 auto;
	width:940px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
#shadow_box{
	width:940px;
	background:url(images/shadow_bkgrd.jpg) repeat-y;
}
#content{
	margin:0 auto;
	width:900px;
	background:#ffffff;
}
#content a{
color:#333333;
}
#content a:visited{
color:#333333;
}
#content a:hover{
color:#999999;
}
#header{
	width:900px;
	height:120px;
}
#logo{
	float:left;
	width:206px;
	padding-left:9px;
	padding-top:20px;
}
#main_image{
	float:left;
	width:685px;
text-align:right;
}
#main_menu{
	width:880px;
	height:28px;
	background:url(images/menu_bkgrd.jpg) repeat-x;
	padding-top:12px;
	padding-left:20px;
	color:#ffffff;
}
#main_menu a{
	color:#ffffff;
	text-decoration:none;
}
#main_menu a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#main_menu a:visited{
	color:#ffffff;
	text-decoration:none;
}
#main_menu a:visited:hover{
	color:#ffffff;
	text-decoration:underline;
}
#left_column{
	float:left;
	width:200px;
	padding:15px 15px 0px 15px;
}
#right_column{
	float:left;
	width:620px;
	padding:15px;
}
#footer{
	width:890px;
	padding:25px;
	background:url(images/shadow_bottom.jpg) top no-repeat;
	color:#666666;
	font-size:11px;
}
#footer a{
	color:#666666;
	text-decoration:none;
}
#footer a:hover{
	color:#999999;
	text-decoration:underline;
}
.footer_left{
	width:445px;
	float:left;
}
.footer_right{
	width:445px;
	float:left;
	text-align:right;
}
.clear{
	clear:both;
}

/*grower login panel styling*/
.login_panel{
	width:192px;
	border:1px solid #999999;
	padding:4px;
	background:#f8f7ed;
}
.login_panel_title{
	width:192px;
	height:27px;
	background:url(images/growers_portal_title.jpg) no-repeat;
}
.login_panel_content{
	width:182px;
	padding:5px;
	font-size:11px;
}
.login_panel_content a{
	color:#333333;
	text-decoration:none;
}
.login_panel_content a:hover{
	color:#999999;
	text-decoration:underline;
}
/*end grower login panel styling*/
/*market info panel styling*/
.market_panel{
	margin-top:15px;
	width:192px;
	border:1px solid #999999;
	padding:4px;
}
.market_panel_title{
	width:192px;
	height:27px;
	background:url(images/market_info_title.jpg) no-repeat;
}
.market_panel_content{
	width:182px;
	padding:5px;
	font-size:11px;
}
/*end market info panel styling*/
.top-padding{
	padding-top:5px;
}
.contactform{
	background:#f6f6f6; 
	padding:15px 50px; 
	font-size:12px;
}
.table_left_top{
	height:30px;
	padding-left:15px;
		background:url(images/table_bkgrd.jpg) repeat-x;
		width:130px;
}
.table_right_top{
	border-left:1px dotted #999999;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;

}
.table_left{
	height:20px;
	padding-left:15px;
		background:url(images/table_bkgrd.jpg) repeat-x;
		border-top:1px dotted #999999;
		width:130px;
}
.table_left_captcha{
	height:20px;
	padding-left:15px;

		background:url(images/table_bkgrd.jpg) repeat-x;
		border-right:1px dotted #999999;
		width:130px;
}

.table_right{
	border-left:1px dotted #999999;
		border-top:1px dotted #999999;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;

}
.table_border{
	border:1px dotted #999999;
}
.quote_generate{
	padding-top:10px;
	width:215px;
	text-align:right;
}
/*news*/
.news_holder{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #999999;
	font-size:11px;

}
.news_title{
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
.news_title a{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.news_title a:hover{
	color:#666666;
	text-decoration:underline;
}
.news_image{
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	border:1px solid #999999;
	
}
.read_more{

	font-size:10px;
}
.read_more a{
	color:#666666;
	text-decoration:none;
}
.read_more a:hover{
	color:#999999;
	text-decoration:underline;
}
.textright{
	text-align:right;
	padding-top:10px;
	padding-right:2px;
}

/*end news*/
/*text styling*/
h1{margin:0;
padding:0;
color:#274583;
font-size:18px;
margin-bottom:20px;
}
h3{margin:0;
padding:0;
font-size:13px;
}

.compulsory_text{
color:#FB7E21;
}




/*floating object styling*/
.caller_right{
right:0;
z-index:999;
margin:0;
padding:0;
position:fixed !important;
cursor: pointer;
line-height:0;
font-size:0;
text-align:right;
}

.caller_bottom{
bottom:0;
}

.caller_top{
top:60px;
}

.caller_right a{
text-decoration:none;
}
.caller_right a:hover{
text-decoration:none;
}

.k_float{z-index:100;position:fixed!important;position:absolute; cursor:pointer;}

#kampylink img{border:0;}
.k_top{top:0;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop:document.body.scrollTop);}

.k_bottom{bottom:0;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop+(document.documentElement.clientHeight-this.clientHeight) - 1:document.body.scrollTop+(document.body.clientHeight-this.clientHeight) - 1);}

.k_right{right:0;}
.k_left{left:0;}
#k_close_button{color:gray;border:1px solid gray;display:none;width:11px;height:16px;font-size:12px;text-align:center;}

.kc_top{top:80px;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop+80:document.body.scrollTop+80);}

.kc_bottom{bottom:0;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop+(document.documentElement.clientHeight-this.clientHeight) - 0:document.body.scrollTop+(document.body.clientHeight-this.clientHeight) - 0);}

.kc_right{right:0px;}

.kc_right a:hover{
border:0;
}
.kc_right a:visited{
border:0;
}
.kc_right a:visited:hover{
border:0;
}
.kc_left{left:10px;}
a:focus
{
         -moz-outline-style:none;
}

#box
{
	width: 288px;
	height: 120px;
	background: #FFF;
	text-align: center;
	border:1px solid #999999;
	position: absolute;
	margin-left: -75px;
	margin-top: -75px;
	left: 50%;
	top: 50%;
	z-index: 102;
	display: none;
}

#screen
{
	position: absolute;
	left: 0;
	top: 0;

width:100%;
}
/* End of 'main-style' */

