@charset "utf-8";
/* 
4 seasons molasses CSS Document 
Author: BOR DESIGN (www.bordesign.co.nz)
Project: Agri-Feeds
*/


/*--HTML Styles---------------------------------------------------------------------
------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	/*background:: #202020;*/
	background: #ddd9c4
				url(../images/4-seasons-bg.gif)
				repeat-x
				scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}



#header {
	padding: 0px;
	margin: 0px;
	height: 162px;
}

.header-logo {
	float: left;
	width: 566px;
	height: 162px;
	background: transparent
				url(../images/4-seasons-logo-bg.jpg)
				no-repeat
				bottom left;
}

.header-logo-pos {
	margin: 76px 0px 0px 35px;
}

.header-login {
	float: right;
	width: 430px;
	height: 162px;
	background: transparent
				url(../images/4-seasons-login-bg.gif)
				no-repeat
				bottom left;
}

.header-login-title	{
	margin: 68px 0px 0px 50px;
	font-size: 16px;
}

.header-login-form {
	margin: 17px 0px 0px 50px;
	color: #ffffff;
}

.body-left-heading {
	height: 50px;
	background: #fff
				 url(../images/4-seasons-h2-bg.gif)
				 no-repeat;
}




