﻿body
{
	background-color:#0F2974;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Sans-Serif;
	color:#515C8A;
	
}

.wrapper
{
	width: 1003px;
	margin:0 auto;
	position:relative;

}

.topDiv
{
	height: 148px;
	background: url(images/HometopDivBkg.jpg) no-repeat top left;
	margin-top:0px;
}

.topMenu
{	

	position:absolute;
	top: 20px;
	left: 279px;

}

/*.topMenu ul
{
	padding: 0px;
	margin: 0px;
}

.topMenu li
{
	display: inline;
	list-style-type: none;
}

.topMenu a
{
	text-transform:uppercase;
	color:#C5BEAC;
	text-decoration:none;
	font-weight:bold;
	padding-right:37px;
	font-size:1.3em;
}*/


.middleDiv
{
	
	/*background-color:#fff;*/
	/*TODO: IE6*/
	/*min-height:384px;*/
	height:384px;
	width:1003px;
	background:url(images/HomebodyDiv.jpg) no-repeat bottom right;
}

.middleDiv2
{

	background: url(images/HomemiddleDivBkg.jpg) no-repeat top left;
}


.middleMenu
{
	
	/* 213 -35*/
	width: 244px;
	margin-top:52px;
	/*padding-left:35px;*/
	background: url(images/homeMenuBkg.jpg) no-repeat top left;
	height:388px;
	float: left;
	background-color:Red;



}

.middleText
{
	/*769 -20*/
	width: 749px;
	
	float: right;
	padding-right:20px;
	/*padding: 10px;
	padding-bottom:55px;*/

}


.lowerDiv
{
	height: 56px;
	background: url(images/HomelowerDiv.jpg) no-repeat bottom right;
	background-color:#fff;
	/*text-align:right;*/
	color:#fff;
}
.lowerDiv a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.lowerDiv a:hover,.lowerDiv a:focus
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}




.bottomDiv
{

	height: 54px;
	background: url(images/HomebottomDivBkg.jpg) no-repeat bottom right;
}

.bottomMenu
{
	float:right;
	/*position:absolute;
	left:660px;*/
	padding-right:20px;
}

.clearing
{
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

.generalArea
{
	/*TODO: ie6*/
	min-height:384px;
}

img{border-width:0px;}

.linkbuttonnormal a img
{
	border:solid 1px #87ADD2;
}

.linkbuttonnormal a:hover img
{
	border:solid 1px #FDEF75;
}


 
.linkbuttonselected  a img,.linkbuttonnormal a:hover img
{
	border:solid 1px #FDEF75;

}


.producttitle_f85f5a5ea2b94ae8b5bfc34abbdcc68c,
.producttitle_4466f595b2404c01ad8d227c023aa5a0,
.producttitle_f85f5a5ea2b94ae8b5bfc34abbdcc68c4466f595b2404c01ad8d227c023aa5a0,
.producttitle_db7c540fe421466c8ea43c4756f04f47
{
	padding:5px;
	background-position:top left;
	background-repeat:repeat;	

}

/* nuts Orange */
.producttitle_4466f595b2404c01ad8d227c023aa5a0
{
	background-image:url(images/orange-y.gif);
}

/* seed green*/
.producttitle_f85f5a5ea2b94ae8b5bfc34abbdcc68c
{
	background-image:url(images/green-y.gif);

}
/*seed nuts green orange*/
.producttitle_f85f5a5ea2b94ae8b5bfc34abbdcc68c4466f595b2404c01ad8d227c023aa5a0
{
	background-image:url(images/orangegreen-y.gif);
}
/*fat pink*/
.producttitle_db7c540fe421466c8ea43c4756f04f47
{
	background-image:url(images/pink-y.gif);
}

h1
{
	font-size:1.3em;
	text-transform:uppercase;
}

a
{
	color:#0173BC;
	text-decoration:none;
}

a:hover,a:focus
{
	text-decoration:underline;
}

.modalBackground 
{
	background-color:#fff;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.feildItem,.fieldItem
{
    float: left;
    width: 115px;
    /*line-height: 2.0em;*/
}

.inputItem
{
    float: left;
}


.inputItem input
{
	width:160px;
}

.standardInput
{
	width:160px;
	border:solid 1px #ccc;
}

.invalidInput
{
	width:160px;
	border:solid 1px #CE1818;
	
}

.error
{
	color:#CE1818;
}