/* Convey-All Default CSS Document
Date: Dec 2009
Created By: William Knelsen for Pixels
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/template/body-bgd.jpg) repeat-x top;
	font-size: 62.5%;
	font-family: verdana, arial, sans-serif;
	text-align: center;
}

img {
	border: none;
}

p, ul li, ol li {
	font-size: 1.3em;
	line-height: 1.5;
}

p {
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

/*------ Layout -------*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/template/glow.png) no-repeat right 176px;
}

#wrapper .inner {
	width: 940px;
	margin-left: 44px;
}

#clearall {
	clear: both;
	height: 1px;
}

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

#header {
	background: url(../images/header/home.jpg) bottom no-repeat;
	height: 409px;
}

body#productsPage.bulk-seed-sites #header {
	background: url(../images/header/bulk-seed-sites.jpg) bottom no-repeat;
}

#branding {
	padding: 30px 0 24px 0;
}

#navigation {
	margin-left: 20px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	display: inline;
	background: url(../images/template/nav-line.gif) no-repeat right;
}

#navigation ul li a {
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	width: 140px;
	font-size: 130%;
	text-decoration: none;
}

#navigation ul li a:hover {
	background: url(../images/template/nav-bgd-hover.jpg) repeat-x !important;
}

/*------ Main -------*/

#main {
	background: url(../images/template/main-bgd.jpg) no-repeat top #fff;
	padding: 0 10px;
	text-align: left;
}

#main-left {
	float: left;
	width: 220px;
	padding-left: 10px;
	background: url(../images/template/side-bgd.gif) no-repeat right 70px;
	text-align: right;
}

#main-right {
	float: right;
	width: 220px;
	padding-right: 10px;
	background: url(../images/template/side-bgd.gif) no-repeat left 70px;
	text-align: left;
}

#main-center {
	width: 420px;
	padding: 0 10px;
	margin-left: 240px;
}

body#productsPage #main-center {
	width: 650px;
}

/*------ Home Page -------*/

#main-left ul, #main-right ul {
	list-style: none;
}

#main-left ul li, #main-right ul li {
	border-bottom: 1px solid #c9c9c9;
	text-decoration: none;
	font-size: 12px;
	height: 90px;
	padding: 10px 0;
}

#main-left ul li a span {
	display: block;
	text-align: center;
	padding-top: 25px;
	padding-right: 3px;
}

#main-left img {
	float: left;
}

#main-right ul li a span {
	display: block;
	margin-right: 130px;
	padding-left: 10px;
	text-align: center;
	padding-top: 25px;
}

#main-right img {
	float: right;
}

#main-left ul li#conveyorsLink a {
	background: url(../images/home/conveyors.jpg) no-repeat left;
}

#main-left ul li#commercialseedtendersLink a {
	background: url(../images/home/commercial-seed-tenders.jpg) no-repeat left;
}

#main-left ul li#bulkseedtendersLink a {
	background: url(../images/home/bulk-seed-tenders.jpg) no-repeat left;
}

#main-left ul li#bulkseedsitesLink a {
	background: url(../images/home/bulk-seed-sites.jpg) no-repeat left;
}

#main-left ul li#customequipmentLink a {
	background: url(../images/home/custom-equipment.jpg) no-repeat left;
	border-bottom: none !important;
}

#main-right ul li#sandkingLink a {
	background: url(../images/home/sand-king.jpg) no-repeat right;
}

#main-right ul li#unibeltLink a {
	background: url(../images/home/unibelt.jpg) no-repeat right;
}

#main-right ul li#dualbeltLink a {
	background: url(../images/home/dual-belt.jpg) no-repeat right;
}

#main-right ul li#fracsandconveyorsLink a {
	background: url(../images/home/frac-sand-conveyors.jpg) no-repeat right;
}

#main-right ul li#railcarunloaderLink a {
	background: url(../images/home/rail-car-unloader.jpg) no-repeat right;
	border-bottom: none !important;
}

#main-center #home-footer {
	border-top: 1px solid #c9c9c9;
	width: 420px;
	text-align: center;
	margin-top: 20px;
}

#main-center #home-footer-left {
	width: 190px;
	float: left;
	border-right: 1px solid #c9c9c9;
	padding: 10px 5px;
}

#main-center #home-footer-right {
	margin-left: 210px;
	padding: 10px 5px;
}

/*------ Main Text -------*/

h2 {
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 30px;
	line-height: 44px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

#main-right h2 {
	text-align: right;
	background: url(../images/template/h2-bgd.gif) no-repeat left;
}

#main-left h2 {
	text-align: left;
	background: url(../images/template/h2-bgd.gif) no-repeat right;
}

blockquote {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 10px;
	width: 370px;	
	margin-left: 30px;
}

#main-center ul {
	margin-left: 30px;
	margin-bottom: 15px;
}

img.image-right {
	float: right;
}

img.image-left {
	float: left;
}

img.more-button {
	margin: 10px 0;
}

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

#footer {
	background: #747272 url(../images/template/footer-bgd.jpg) no-repeat;
	height: 35px;
	width: 100%;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer .inner {
	width: 958px;
	margin: 0 auto;
	padding: 7px 0;
}

#footer #legal {
	width: 500px;
	float: left;
	text-align: left;
}

#footer #pixels {
	text-align: right;
	margin-left: 520px;
}

/*------ Product CMS styles -------*/


.alignleft { float: left; }
.alignright { float: right; }
.marginleft { margin-left: 10px; }
.marginright { margin-right: 20px; }
.marginbottom { margin-bottom: 9px; }

br.clear {
	clear: both;
	display: block;
	height: 1px;
	line-height: 0;
	margin: -1px 0 0 0;
	padding: 0;
	width: 100%; }

.productsummary {
	margin: 25px 0 5px 0;
	height: 120px;
}
	
#productPhotos {
	width: 350px;
	float: right;
	margin-left: 30px;
	margin-top: 10px;
}

#productPhotos a {
	display: block;
	float: left;
	width: 111px;
	text-align: center;
}

#productPhotos p a {
	display: inline;
	float: none;
	width: auto;
	text-align: right;
}

.primaryButton{
    font-size: 11px;
    background: #e7c156 url('../admin/images/yellow-grad2.gif') repeat-x top;
    border: solid 1px #c0aa6c;
    padding: 2px 6px;
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
    float: right;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.specsSheet { margin: 10px 0; display: inline-block; }

/* Print Functions */

.printHeader, .printFooter {
	display: none;
}
