/* ***** ----------------------------------------------- *****
Theme Name: Global Agri-Trade Corporation
Theme URI: http://globalagritradecorp.com
Description: A custom theme created for Global Agri-Trade Corporation
Version: 1.0
Author: Matt Lee
Author URI: http://www.mynameismattlee.com
/* ***** ----------------------------------------------- ***** */


/* ***** CSS RESET
/* ***** ----------------------------------------------- ***** */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ***** Font Styles
/* ***** ----------------------------------------------- ***** */

@font-face {
    font-family: 'MuseoSlab500';
    src: url('fonts/museoslab-webfont.eot');
    src: url('fonts/museoslab-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museoslab-webfont.woff') format('woff'),
         url('fonts/museoslab-webfont.ttf') format('truetype'),
         url('fonts/museoslab-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ***** General Styles
/* ***** ----------------------------------------------- ***** */

body {
	background-color: #111;
	color: #aaa;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

p {
	line-height: 28px;
	margin-bottom: 30px;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #777;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	background: transparent;
}


/* ***** Page Styles
/* ***** ----------------------------------------------- ***** */

.container {
	width: 978px;
	margin: 0 auto;
}

.content {
	padding: 60px 0;
}

.content_header {
	margin-bottom: 40px;
}

.content_header h2 {
	color: #006a14;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'MuseoSlab500';
	display: inline-block;
	text-shadow: 1px 1px 1px #eee;
	filter: dropshadow(color=#eee, offx=1, offy=1);
}

.nav_light {
	height: 30px;
	width: 460px;
	float: right;
	background: rgba(255,255,255,0.5);
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-top: 5px;
}

.nav_light ul {
	font-size: 14px;
}

.nav_light ul li {
	display: inline-block;
	padding: 0 12px;
}

.nav_light ul li a {
	color: #434f37;
	text-transform: uppercase;
	padding: 5px 15px;
	margin-top: 3px;
	display: block;
}

.nav_light ul li a:hover, .current {
	background: rgba(0,107,25,0.25);
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.left_side {
	width: 460px;
	margin: 0 58px 0 0;
	float: left;
}

.right_side {
	width: 460px;
	float: left;
}

.nav_dark {
	height: 30px;
	width: 460px;
	float: right;
	background: #333333;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-top: 5px;
}

.nav_dark ul {
	font-size: 14px;
}

.nav_dark ul li {
	display: inline-block;
	padding: 0 12px;
}

.nav_dark ul li a {
	color: #dddddd;
	text-transform: uppercase;
	padding: 5px 15px;
	margin-top: 3px;
	display: block;
}

.nav_dark ul li a:hover, .nav_dark ul li a.current {
	background: #111;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* ***** Header Styles
/* ***** ----------------------------------------------- ***** */

#header {
	height: 175px;
	background: url(images/header_bg.png) repeat-x;
	border-bottom: 1px solid #a7b39b;
}

#header h1 {
	background: url(images/header_logo.png) no-repeat bottom;
	height: 116px;
	width: 222px;
	padding-top: 31px;
	float: left;
}

#header #right_text {
	width: 330px;
	float: right;
	margin-top: 40px;
}

#header #right_text #title {
	display: block;
	font-family: 'MuseoSlab500';
	text-transform: uppercase;
	font-size: 28px;
	color: #006a17;
	line-height: 34px;

}

#header #right_text #phone_box {
	display: block;
	background: url(images/header_phone_bg.png);
	height: 33px;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	padding: 0 10px;
	line-height: 32px;
}


/* ***** About Styles
/* ***** ----------------------------------------------- ***** */

#about {
	background: url(images/about_bg.png);
	border-bottom: 1px solid #c0c0c0;
}

.mission {
	color: #434f37;
	font-size: 18px;
	line-height: 30px;
	font-family: 'MuseoSlab500';
}

ul#about_info {

}

ul#about_info li {

}

ul#about_info li h3 {
	color: #006a14;
	font-size: 20px;
	font-family: 'MuseoSlab500';
	font-weight: normal;
	margin-bottom: 10px;
}

ul#about_info li p {
	color: #434f37;
}


/* ***** Products Styles
/* ***** ----------------------------------------------- ***** */

#products {
	background: url(images/products_bg.png);
	border-bottom: 1px solid #c0c0c0;
}

#products_row {
	margin-bottom: 20px;
}

#products_row h3 {
	color: #505050;
	font-family: 'MuseoSlab500';
	font-size: 20px;
	margin-bottom: 10px;
}

#products_row span {
	display: block;
	color: #505050;
}

#products_list {
	margin-bottom: 20px;
}

#products_list ul {
	width: 1013px;
	margin-left: -17px;
}

#products_list ul li {
	width: 305px;
	margin: 25px 15px;
	background: #fff;
	display: inline-block;
	background: url(images/product_bg.png) no-repeat;
}

#products_list ul li img {
	margin: 8px auto 15px auto;
	display: block;
}

#products_list .title {
	font-size: 18px;
	color: #006a14;
	font-family: 'MuseoSlab500';
	display: block;
	margin-bottom: 5px;
}

#products_list .desc {
	display: block;
	color: #4f4f4f;
}	


/* ***** Contact Styles
/* ***** ----------------------------------------------- ***** */

#contact {
	background: #111111;
}

#contact h3 {
	font-size: 20px;
	color: #fff;
	font-family: 'MuseoSlab500';
	font-weight: normal;
	margin-bottom: 10px;
}

#contact p {
	color: #999999;
}

form#contact_form {

}

form#contact_form span {
	display: block;
	margin-bottom: 10px;
}

form#contact_form label {
	color: #fff;
	font-family: 'MuseoSlab500';
	display: block;
	margin-bottom: 5px;
}

form#contact_form .input {
	background: #333333;
	border: none;
	padding: 8px 5px;
	width: 460px;
	color: #aaa;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form#contact_form textarea {
	background: #333333;
	border: none;
	padding: 8px 5px;
	width: 460px;
	height: 200px;
	color: #aaa;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	resize: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form#contact_form #send_btn {
	width: 126px;
	height: 35px;
	background: url(images/send_btn.png);
	border: none;
	text-indent: -99999px;
	cursor: pointer;
}

form#contact_form #send_btn:hover {
	background-position: -126px;
}

.email_link {
	color: #999;
	border-bottom: 1px dotted #666;
}

#error {
	display: none;
	font-size: 12px;
}

.needsfilled {
	color: red !important;
}


/* ***** Footer Styles
/* ***** ----------------------------------------------- ***** */

#footer {
	background: #323332;
	height: 131px;
	height: 40px;
	margin-top: 90px;
}

#footer img {
	margin-top: -95px;
}
