
* {
	margin:0;
	padding:0;}
	
a { outline:0; }
	
body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#21619e;}
	
#wrapper {
	height:100%;
	width:100%;}
	
	
#master {
	position:relative;
	width:929px;
	height:100%;
	margin:30px auto 0px auto;
	margin-bottom:100px;}
	
#inner_master {
	background-color:#fbfbfb;}
	
	
#content_splashpage {
	background-image:url(../images/home/main_img.jpg);
	background-repeat:no-repeat;
	width:766px;
	height:466px;
	margin:50px auto 0px auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;}
	
#content_splashpage table {
	position:relative;
	padding-top:160px;
	text-align:center;
	margin-left:20px;}



/**********LEFT MENU**************/


#left-menu {
 	background-image: url(/images/menu-background.jpg);
	width: 201px;
}

#left-menu td {
	height: 27px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #edb03d;
	color: #905c13;
}

#left-menu a {
	text-decoration: none;
	color: #905c13;
	margin-left: 30px;
	font-family: arial;
	font-size: 80%;
	font-stretch: narrower;
}

/**********Everything after this applies specifically to the content pages**************/

#page-title{
	font-family: arial narrow, arial;
	font-size: 200%;
	color: #688ba9;
}

	/******HEADER*******/


#master #header {
	width:929px;}

#master #header #left {
	float:left;
	position:relative;}
	
#master #header #right {
	float:right;
	position:relative;}
	
#master #header #right #bluesearchbar {
	background-image:url(../images/top_bluebar.jpg);
	background-repeat:repeat-x;
	width:616px;
	height:46px;
	text-align:right;}
	
	
#master #header #right #bluesearchbar .searchfield {
	bottom:15px;
	position:relative;}
	
#master #header #right #bluesearchbar a,
#master #header #right #bluesearchbar span {
	bottom:15px;
	position:relative;}
	
#master #header #right #bluesearchbar span,
#master #header #right #bluesearchbar a {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:.8em;
	margin-right:10px;}
	
#master #header #right #bluesearchbar a {
	text-decoration:none;
	}
	
	
#master #mainmenu {
	position:absolute;
	top:193px;
	margin-left:20px;
	z-index:20;}
	
#master #mainmenu a {
	text-decoration:none;}
	
	
	/******CONTENT*******/
	
	
#master #content {
	background-color:#fbfbfb;}
	
#master #content #leftside,
#master #content #rightside {
	margin-top:40px;}

#master #content #leftside {
	width:216px;
	float:left;
	position:relative;
	margin-left:10px;}

#master #content #rightside {
	float:right;
	position:relative;
	width:700px;}



#master #content #rightside #contenttext {
	width:680px;
	min-height: 500px;
	float:left;
	position:relative;}

#master #content #rightside #contenttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#2b2b2b;
	}
	
#master #content #rightside #contenttext p {
	margin-bottom:1em;}

#master #content #rightside #contenttext  .productimg {  
	float:left;
	position:relative;
	padding-right:10px;

}
	
	
	
	
	
#master #content #rightside #contactsandawards {
	float:right;
	position:relative;
	width:222px;}
	
#master #content #rightside #contactsandawards #contacts {
	background-image:url(../images/rightside_contacts.jpg);
	background-repeat:no-repeat;
	width:203px;
	height:161px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;}


#master #content #rightside #contactsandawards #contacts span {
	top:40px;
	width:80%;
	margin-left:10px;
	position:absolute;}

.boldbluetext
{
	font-weight:bold;
	color:#5385a4;}

#master #content #rightside #contactsandawards #awards {
	background-image:url(../images/rightside_awards.jpg);
	background-repeat:no-repeat;
	width:203px;
	height:230px;
	margin-top:25px;
	text-align: center;
}

	/******FOOTER AND COPYRIGHT*******/
	
#footer {
	width:100%;
	height:142px;
	bottom:0px;
	z-index:99;
	background-image:url(../images/wheatatbottom.jpg);
	background-repeat:no-repeat;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#fff;
	text-align:center;}

	
	
	
.news-title {
	font-size: 1.2em;
}

.news-date {
	font-size: .6em;
}

.email {
	color: #000;
}

.email:hover {
	text-decoration: none;
}

.copyright a {
	color: #eee;
}

.copyright a:hover {
	text-decoration: none;
}

