/***********************************************************************
	GENERIC
************************************************************************/

body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(../i/background.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	color:#FFFFFF;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial;
	font-size:12px;
	line-height:20px;
}
a { 
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#0f3421;
	text-decoration:none;
	font-weight:bold;
}

/***********************************************************************
	LAYOUT
************************************************************************/

div#wrapper {
	width:980px;
	padding:0px 0px 0px 0px;
	margin:auto;
}

div#menu {
	width:200px; 
	height:480px;
	background-image:url(../i/back_menu.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	float:left;
	padding:125px 0px 0px 0px;
	margin:0px -1px 0px 0px;
}

.page {
	width:195px;
	height:111px;
	background-image:url(../i/back_page.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:5px 0px 0px 5px;
	margin:0;
}	
.menu_home {
	background: url(../i/menu_general.gif) no-repeat;
	padding: 0px 0px 0px 11px;
}	
.menu_dairy {
	background: url(../i/menu_dairy.gif) no-repeat;
	padding: 0px 0px 0px 23px;
}	
.menu_transport {
	background: url(../i/menu_transport.gif) no-repeat;
	padding: 0px 0px 0px 32px;
}

div#main {
	width:780px;
	text-align:left;
	background-image:url(../i/back_main.gif);
	background-repeat:no-repeat;
	background-position:top left;
	float:right;
	padding:0;
	margin:0px 0px 0px -1px;
}
div#main-pad {
	width:720px;
	text-align:left;
	padding:10px 30px 0px 30px;
}

div#main-main {
	width:442px;
	background-image:url(../i/content_main.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:1px 6px 5px 6px;
	margin:125px 0px 0px 37px;
	text-align:center;
	position:relative;
}
div#main-right {
	width:240px;
	background-image:url(../i/content_side.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:1px 5px 5px 6px;
	margin:125px 37px 0px 0px;
	text-align:center;
	float:right;
}
div#main-left {
	width:240px;
	background-image:url(../i/content_side.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:1px 5px 5px 6px;
	margin:125px 0px 0px 37px;
	text-align:center;
	float:left;
}

/*div#double-main {
	width:460px;
	text-align:left;
	padding:10px 0px 0px 0px;
}
div#double-right {
	width:150px;
	padding:10px 75px 0px 20px;
	float:right;
	position:relative;
}
div#double-left {
	width:150px;
	padding:10px 20px 0px 75px;
	float:left;
	position:relative;
}*/

div#footer {
	width:920px;
	height:40px;
	font-size:11px;
	text-align:center;
	background-image:url(../i/back_footer.gif);
	background-repeat:no-repeat;
	float:right;
	padding:5px 30px 0px 30px;
	margin:0;
}

/***********************************************************************
	CONTENT
************************************************************************/

h1 {
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:##B9392D;
}
h2 {
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	font-style:italic;
	margin-top:0px;
}
h3 {
	font-size:10px;
	line-height:10px;
	font-weight:bold;
}
span.float-l {
	float:left;
}
span.float-r {
	float:right;
}
.form {
	background:#FFFFFF;
	border:1px solid #666666;
	font-size:11px;
	line-height:11px;
	color:#000000;
}
.form-button{
	background:#666666;
	border:none;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.price {
	font-size:12px;
	font-weight:bold;
	color: #CCCCCC;
}
.image {
	/*border:1px solid #999999;*/
}
img { 
	display: block; 
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	/*border: none */
}

fieldset div input, fieldset div textarea  {
	color: #333;
	font-weight: normal;
	border: 1px solid #aaa;
	padding: 1px;
	margin-right:50px;
}

legend {
	padding: 2px 50px 2px 50px;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #aaa;
	position:absolute;
	margin-top:-2px;
	top:-15px;
	color:#FFFFFF;
}

label {
	float: left;
	padding: 0 1em;
	text-align: right;
}

fieldset {
	border: 1px solid #aaa;
	padding:20px 20px 20px 10px;
	position:relative;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div select {
	padding: 1px;
}

form fieldset div {
	clear: both;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	width: auto;
	border: 0;
}

form {
	width:auto; 
	/*background: url(../i/layout/form-bg.gif) repeat-x;*/
}

form fieldset { 
	padding:10px; 
}

label { 
	float:left;
	width:30%;
	height:22px;
	color: #FFF;
}

fieldset div input, fieldset div textarea  {
	width: 50%;
}

div.req label { font-weight: bold }
div.multi label { height: 22px }
p.notice { color: #d22 }

div.req label:before, div.req p:before {
	content: "* ";
	color:#666ee6;
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

div.submit input {
	border: 1px solid #01496B;
	padding: 0px .7em;
	background-color:#FFF;
	color: #000;
	width: auto;
	font-weight: bold;
}