@font-face
{
font-family: PFDinDisplay;
	src: url('/fonts/PFDinText-Regular.ttf');
} 

@font-face {
    font-family: PFDinDisplay;
    src: url("/fonts/PFDinDisplay-Bold.ttf");
    font-weight: bold;
}

/** AA start **/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		font-family: PFDinDisplay;
	}
	
	
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	
	html,body { -webkit-text-size-adjust:none; }
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
/* AA END */

body {
    background: #ffffff url('../images/SmartFarmer-Generic-Background.png?asd=2') repeat right top;
	font-family: PFDinDisplay;
} 

.middle {
margin-left: auto;
margin-right: auto;
width: 934px;

/*background-color: #b0e0e6;*/
}

.cboth{
	clear:both;
}


#langs{
	color:#eae7d8;
	font-weight:bold;
}

#langs a{
	text-decoration:none;
	color:#eae7d8;
}

#langs a:hover{
	text-decoration:underline;
	color:#eae7d8;
}

.red{
	color:#da3732;
}



#social_media_boxes{
	background:url('../images/Social-Media-Box-Full_size.png');
	width:318px;
	height:123px;
}

#social_media_boxes a{
	text-decoration:none;
}


#rss_btn{
	height:27px;
	width:27px;
	position:relative;
	top:90px;
	left:47px;
	float:left;
}

#fb_btn{
	height:27px;
	width:27px;
	position:relative;
	top:90px;
	left:56px;
	float:left;
}

#tw_btn{
	height:27px;
	width:27px;
	position:relative;
	top:90px;
	left:65px;
	float:left;
}

#in_btn{
	height:27px;
	width:27px;
	position:relative;
	top:90px;
	left:74px;
	float:left;
}

#gp_btn{
	height:27px;
	width:27px;
	position:relative;
	top:90px;
	left:83px;
	float:left;
}

#em_btn{
	height:27px;
	width:40px;
	position:relative;
	top:90px;
	left:92px;
	float:left;
}

#header{
	background-color:#eae7d8;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.47);
	-moz-box-shadow:    0px 5px 7px 0px rgba(50, 50, 50, 0.47);
	box-shadow:         0px 5px 7px 0px rgba(50, 50, 50, 0.47);
	-webkit-box-shadow: inset 0px 0px 16px -6px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 16px -6px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 16px -6px rgba(0,0,0,0.75);
}

#intro-text{
	background-color:#eae7d8;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.47);
	-moz-box-shadow:    0px 5px 7px 0px rgba(50, 50, 50, 0.47);
	box-shadow:         0px 5px 7px 0px rgba(50, 50, 50, 0.47);
	-webkit-box-shadow: inset 0px 0px 16px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 16px -6px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 16px -6px rgba(0,0,0,0.75);
	font-size:11pt;
	padding:15px 30px;

}

h1{
	font-size:24pt;
	font-weight:bold;
	padding-bottom:10px;

}

h2{
	font-size:16pt;
	padding-bottom:5px;
}

.menu1{	
	background:#1f400e;
	width:210px;
	-webkit-box-shadow: inset 0px 0px 97px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 97px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 97px 0px rgba(0,0,0,0.75);
	padding:2px;
	color:#fff;
	border-radius: 5px;
}

.module{
	background:#44b20a;
	width:200px;
	padding:5px;
	font-size:10pt;
	-webkit-box-shadow: inset 0px -20px 64px -25px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -20px 64px -25px rgba(0,0,0,0.75);
	box-shadow: inset 0px -20px 64px -25px rgba(0,0,0,0.75);
	border-radius: 5px;
	height:30px;
	display:table-cell; 
	vertical-align:middle;
	color:#fff;
}

.selected{
	background:#f0504b;
}

.units{
	font-size:9pt;
	height:40px;
	width:200px;
	display:table-cell; 
	vertical-align:middle;
	padding-left:10px;
	color:#fff;
}

.units:hover{
	background-color:#122a05;
}



.modules-units{
	width:330px;
	float:left;
	background-color:#eae7d8;
	margin:0px 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
}

.modules-units-title{
	background:#3e642a url('../images/Module-Icon.png') no-repeat 5px 5px;
	height:40px;
	border-radius: 10px 10px 0px 0px;
	display:table-cell;
	vertical-align:middle;
	width:330px;
	padding-left:40px;
	padding-right:5px;
	color:#fff;
	font-weight:bold;
}

.unit-content{
	padding-top:5px;
	margin-bottom:5px;
	padding-bottom:5px; 
	border-bottom:1px solid #3e642a;
	display:table-cell;
}

.unit-content a{
	color:#000;
	text-decoration:none
}

.modules-units-title a {
	color:#fff;
	text-decoration:none
}

.modules-units-content{
	padding-left:5px;
	padding-right:5px;
	font-size:11pt;
}

#main{
	background: url('../images/bg_texture.png') repeat; 
	-webkit-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
}

.unit{
	width:670px;
	float:left;
	background-color:#eae7d8;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 16px -3px rgba(0,0,0,0.75);
	margin:0 15px;

}

.unit-title{
	background:#3e642a;
	height:40px;
	border-radius: 10px 10px 0px 0px;
	display:table-cell;
	vertical-align:middle;
	width:670px;
	padding-left:10px;
	padding-right:5px;
	color:#fff;
	font-weight:bold;
	font-size:18pt;


}

.unit a{
	text-decoration:none;
	color:#fff;
}

#contact1{
	background:url('../images/Contact-Empty-Box.png');
	width:428px;
	height:532px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}

#contact1 input{
border: 0px solid #ccc;
-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;font-size: 16px;padding: 2px 20px;outline: 0;
-webkit-appearance: none;background-color:#3e642a;width:300px;color:#fff;font-weight:bold;
}

.green-textarea{
	width:420px;
	height:200px;
	border: 0px solid #ccc;
-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;font-size: 16px;padding: 2px 20px;outline: 0;
-webkit-appearance: none;background-color:#3e642a;color:#fff;font-weight:bold;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.unit-right ul{
list-style: disc; 
margin:10px 0 0 0; 
list-style-position: outside; 
padding-left:20px;
}

.unit-right ul li{
padding-bottom:10px;
}

.img_frame 
{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border:1px solid #77933c;
    display:inline-block;
}