@charset "utf-8";
/* site */
body{
	background-color:#DEDEDE;
	margin:0;
	padding:10px 0 0 0;
	font: 18px "trebuchet ms", verdana, sans-serif;
	letter-spacing: 0.02em;
}
/*font colors and sizes*/
.olive_green{
	color:#859339;
}
.light_green{
	color:#A2BF3A;
}
.white{
	color:white;
}
.underline{
        text-decoration:underline;
}
.default{
        color:#666;
}
a, #breadcrumbs, #breadcrumbs a, .sec a {
	color:#A2BF3A;
	text-decoration:none;
}
a:hover, #breadcrumbs a:hover, .sec a:hover{
	color:#859339;
	text-decoration:none;
}
.sec{
   font: 11px "trebuchet ms", verdana, sans-serif;
}
.eighteenPoint{
	font-size:18px;
}
.fourteenPoint{
	font-size:14px;
}
.twentyFourPoint{
	font-size:24px;
}
.italics{
 	font-style:italic;
}
.table_format{
      font: 11px "trebuchet ms", verdana, sans-serif;
      color:#666;
}
#breadcrumbs, #breadcrumbs a{
	font-size:10px;
        text-transform: lowercase;
}
/*main div definitions*/
#screen{
	margin-left:auto;
	margin-right:auto;
	width:1002px;
        height:100%;
        background-color:#FFF;
}
#header{
	background:url(images/interface/bg_header.gif) no-repeat top left;
	height:152px;
	padding:0 0 0 24px;
        overflow:hidden;
}
#header_left{
	width:723px;
        height:152px;
	float:left;
}
#header_left img{
	border:none;
}
#header_right{
	float:left;
}
.input{
	font-size:10px;
	color:#9a9a9a;
	margin:5px 5px 0px 25px;
	width:140px;
	border:1px solid #e1e1e1;
}
.formbutton{
	cursor:pointer;
	border:1px solid #e1e1e1;
	background:#A2BF3A;
	color:white;
	font-size:11px;
	padding: 0;
        margin-top:0;
}
#product_lookup{
	background:url(images/interface/product_lookup_tab.gif) no-repeat top left;
	width:180px;
	margin:97px 0 0 35px;
	padding:6px 0 0 35px;
	height:19px;
	font-size:10px;
}
#product_lookup a{
	text-decoration:none;
}
#product_lookup a:hover{
	text-decoration:underline;
}
.nudge a{
       border:1px solid red;
}
#search{
	clear:both;
	background:url(images/interface/search_tab.gif) no-repeat top left;
	width:230px;
	height:28px;
        padding-top:2px;
        overflow:hidden;
}
#search a:hover{
        color:#a2bf3a;
}
#main{
	background:url(images/interface/bg_main.gif) no-repeat top left;
	background-color: #FFF;
	padding:21px 0 0 24px;
	margin:0;
	min-height:579px;
}

#footer{
	height:35px;
	background:url(images/interface/bg_footer.gif) no-repeat bottom left;
	background-color:white;
	padding:0 0 0 24px;
	font: 10px "Lucida Grande", Sans-Serif;
	color: #849238;
}
