@import "reset.css";
@import "main_font.css";

html, body {margin:0;padding:0;}
	
body, input, textarea {color: #383838;font: normal 12px/16px Arial, Helvetica, sans-serif;}
.clear {clear: both;}
.hide, .noscript {display: none;}
.hover {cursor: pointer;cursor: hand;}
a:focus, object:focus, param:focus {outline: none;}
img {border:none;}

/* Background */
body, #main {background:#a4a3a2 url("http://www.agcoparts.com/imagesupload/sitebg.jpg") top left repeat-x;}
#main {background-color:#fff;}
#main.sub {background:#fff url("http://www.agcoparts.com/imagesupload/subbg.jpg") top left repeat-x;}

/** ----------------------- *
 * STRUCTURE
 ** ----------------------- */
#main {
    width: 100%;
}
#main #wrap {
    margin: 0 auto;
    padding: 0;
    width: 954px;
}
#main #head {
    float: left;
    width: 954px;
    height: 145px;
    position: relative;
}
#main #content {
    clear: both;
    float: left;
    width: 954px;
}
#main #foot {
    float: left;
    width: 100%;
}

/** ----------------------- *
 * HEADER
 ** ----------------------- */
/* Logo */
#head h1 {
    margin: 0 29px;
    padding: 0;
    width: 192px;
    height: 92px;
    text-indent: -5000em;
    background: url("http://www.agcoparts.com/imagesupload/logo.jpg") top left no-repeat;
}
#head h1 a {
    display: block;
    width: 192px;
    height: 88px;
}

/* Primary Navigation */
#head #navmenu-h {
	margin:0;
    padding: 18px 0 0 0;
    width: 954px;
    height: 35px;
	background: url("http://www.agcoparts.com/imagesupload/nav3.jpg") top center no-repeat;
	cursor:pointer;
}
#head #navmenu-h ul {
	margin:0 auto;
    padding:0;
    width:852px;	
}
#head #navmenu-h li {
    float: left;
    list-style: none;    
    height: 34px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	line-height:35px;
    padding:0 18px 0 0;
	
}
#head #navmenu-h li a {
    display: block;
    width: 100%;
    height: 100%;
	color:#333;
	text-decoration:none;
}

#head #navmenu-h li a:hover {color:#b61f2a;}

#head #navmenu-h li#home  {width:60px;padding-left:6px;}
#head #navmenu-h li#nava1 {width:60px;}
#head #navmenu-h li#nava2 {width:147px;}
#head #navmenu-h li#nava3 {width:27px;}
#head #navmenu-h li#nava4 {width:122px;}
#head #navmenu-h li#nava5 {width:81px;}
#head #navmenu-h li#nava6 {width:83px;}
#head #navmenu-h li#nava7 {width:84px;}
#head #navmenu-h li#nava8 {width:22px;padding:0;}

/* Sprites */
#nav-company a {
    background-position: 0 -18px;
}
#nav-company a:hover,
#nav-company.active a {
    background-position: 0 -78px;
}
#nav-products a {
    background-position: -148px -18px;
}
#nav-products a:hover,
#nav-products.active a {
    background-position: -148px -138px;
}
#nav-service a {
    background-position: -298px -18px;
}
#nav-service a:hover,
#nav-service.active a {
    background-position: -298px -198px;
}
#nav-parts a {
    background-position: -448px -18px;
}
#nav-parts a:hover,
#nav-parts.active a {
    background-position: -448px -258px;
}
#nav-finance a {
    background-position: -598px -18px;
}
#nav-finance a:hover,
#nav-finance.active a {
    background-position: -598px -318px;
}
#nav-technology a {
    background-position: -748px -18px;
}
#nav-technology a:hover,
#nav-technology.active a {
    background-position: -748px -378px;
}


/* Secondary Navigation */
#head #nav-secondary {
	margin:0;
    position: absolute;
    top: 15px;
    right: 26px;
	list-style:none;
}
#head #nav-secondary li {
    float: left;
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
    font-size: 12px;
    line-height: 19px;
    border-right: 1px solid #c7c9cb;
}
#head #nav-secondary li.last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}
#head #nav-secondary li a {
    font-weight: bold;
    color: #a61b25;
    text-decoration: none;
}
#head #nav-secondary li a:hover {
    text-decoration: underline;
}

/* Search */
#head #search {
    position: absolute;
    top: 50px;
    right: 26px;
    width: 225px;
    height: 26px;
    background: url("http://www.agcoparts.com/imagesupload/bg_search.png") top left no-repeat;
}
#head #search input.query {
    float: left;
    padding: 6px 0 0 5px;
    width: 175px;
    color: #757575;
    font-size: 11px;
    line-height: 11px;
    background: transparent;
    border: 0;
}
#head #search button.submit {
    float: right;
    width: 38px;
    height: 26px;
    background: transparent;
    border: 0;
}
#head #search button.submit span {
    display: none;
}

/** ----------------------- *
 * CONTENT
 ** ----------------------- */

/* Body */
#body {
    color: #383838;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
}
#body h2 {
    padding: 5px 0 0 0;
    color: #b61f2a;
    font: bold 18px/24px Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
#body h3 {
    padding: 5px 0 10px 0;
    color: #383838;
    font: bold 13px/18px Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
#body h4 {
    padding: 0;
    color: #b61f2a;
    font: bold 12px/16px Helvetica, Arial, sans-serif;
}
#body p,
#body ol,
#body ul {
    
}
#body ul {

}
#body ul li {
    list-style-type: disc;
}
#body ol {
    padding-left: 20px;
}
#body ol li {
    list-style-type: decimal;
}
#body a, #body a:link {
    color: #b61f2a;
    text-decoration: none;
}
#body a:hover {
    color: #383838;
    text-decoration: underline;
}
#body strong {
    font-weight: bold;
}
#body em {
    font-style: italic;
}
#body hr {
    height: 1px;
    color: #cbcbcb;
    background: #cbcbcb;
    border: 0;
}

/** ----------------------- *
 * HERO
 ** ----------------------- */
#hero {
	margin:0 auto;
    width: 902px;
    height: 292px;
    background:url('http://www.agcoparts.com/imagesupload/hero-bg.jpg') top left no-repeat;
    overflow: hidden;
	clear:both;
}

#photos {margin:10px;width:656px;float:left;}
#quicklinks {margin:10px 0 0;width:216px;height:255px;background:url('http://www.agcoparts.com/imagesupload/qlinksbg.png') top left no-repeat;float:left;line-height:2.3em;}
#quicklinks ul {margin:34px 10px 15px;padding:0;list-style:none;}
#quicklinks ul li {margin:0;padding:0;border-bottom:1px solid #ccc;}
#quicklinks ul li a, #quicklinks ul li a:visited {color:#cf1f2a;text-decoration:none;}
#quicklinks ul li a:hover {text-decoration:underline;}

#content {margin:0 auto;padding-bottom:20px;width:100%;float:none;background:#fff;}
#contentarea {margin:0 auto;width:890px;}
#welcome {width:50%;float:left;width:431px;}
#spotlight {width:50%;float:right;width:398px;}
#welcome h2, #spotlight h2 {color:#B61F2A;font-family:'Euro Stile','Myriad Pro',Helvetica,Arial,sans-serif;font-weight:normal;font-size:18px;line-height:24px;}
#spotlight a, #spotlight a:visited {color:#B61F2A;text-decoration:none;}
#spotlight a:hover {color:#333;text-decoration:underline;}
img.fimg {float:right;text-align:right;padding:10px 0 0 5px;}

#footer2 {margin:0 auto;padding:25px 0;width:100%;height:100px;text-align:center;background:url('http://www.agcoparts.com/imagesupload/footer-bg.jpg') top left repeat-x;}
#footercontent {margin:0 auto;width:902px;text-align:left;height:100%;}
#footerlinks {margin:0;padding:0;clear:both;font-size:11px;width:555px;float:left;}
#footerlinks li {margin:0 7px 8px 0;padding:0 7px 0 0;list-style-type:none;list-style-position:outside;list-style-image:none;line-height:13px;float:left;background:transparent url('http://www.agcoparts.com/imagesupload/footerline.gif') no-repeat right bottom;}
#footerlinks a, #footerlinks a:visited {color:#6B6A6A;text-decoration:none;}
#footerlinks a:hover {color:#333;text-decoration:underline;}
#footerlinks li.footlast {background:none;}
#social {width:190px;float:right;font-size:11px;color:#6B6A6A;}
#social a, #social a:visited {color:#6B6A6A;text-decoration:none;}
#social a:hover {color:#333;text-decoration:underline;}
#social img {padding:0 4px;}


/** ----------------------- *
 * SUBPAGE
 ** ----------------------- */
#subcontent {
	margin:0 auto;
    width: 902px;
    min-height: 282px;
    background:#fff url('http://www.agcoparts.com/imagesupload/subtop.jpg') top center no-repeat;
    overflow: hidden;
	clear:both;
	padding-top:11px;
}

#container {margin:0;padding:0 10px 0 0;float:right;width:644px;background:url('http://www.agcoparts.com/imagesupload/breadcrumb.jpg') top left no-repeat;}
#sidebar {margin:0;padding:0 0 0 10px;float:left;width:218px;}

#title {width:644px;height:77px;float:left;overflow:hidden;position:relative;}
#title ul {margin:19px 0 0 13px;padding:0;list-style-type:none;}
#title ul li {margin:0;padding:0;list-style-type:none;float:left;font-size:11px;}
#title ul li a, #title ul li a:visited {padding:0 10px 0 5px;color:#383838;text-decoration:none;background:transparent url('http://www.agcoparts.com/imagesupload/arrow_breadcrumb.png') right center no-repeat;}
#title ul li a:hover {text-decoration:underline;}

#page-title {-x-system-font:none;color:#B61F2A;font-family:Helvetica,Arial,sans-serif;font-size:24px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:bold;left:18px;line-height:24px;position:absolute;text-transform:uppercase;top:36px;}
h2#page-title {margin:0;padding:0;}
#breadcrumbs {position:absolute;top:18px;left:18px;}
#body {padding:5px 18px 24px 16px;width:380px;clear:both;float:left;}
#blocks {float:right;padding-top:10px;width:220px;}
#sidebar div.top {margin:0px;padding:0px;width:218px;height:6px;}
#sidebar div.inner {float:left;min-height:242px;margin:0;padding:0 6px 14px;width:206px;background:transparent url('http://www.agcoparts.com/imagesupload/sidebar_bottom.jpg') left bottom no-repeat;}
#sidebar div.image {margin:0;background-position:left top;background-repeat:no-repeat;height:104px;padding-bottom:8px;width:206px;}

#footer2 {padding:25px 0 0;}

#catalogtitle {margin:0;padding:0;width:220px;height:37px;background:transparent url('http://www.agcoparts.com/imagesupload/cat1.jpg') top center no-repeat;}
.cattitle {margin:0;padding:10px 0 0 18px;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:bold;color:#383838;display:block;}
#cataloglist {margin:0;padding:8px 0;width:220px;background:transparent url('http://www.agcoparts.com/imagesupload/cat2.jpg') top center repeat-y;font-size:11px;}
#cataloglist ul {margin:0 8px;padding:0;list-style-type:none;}
#cataloglist ul li {margin:4px 0;padding:0;}
#cataloglist ul li a, #cataloglist ul li a:visited {color:#B61F2A;text-decoration:none;}
#cataloglist ul li a:hover {text-decoration:underline;color:#383838;}
#catalogbot {margin:0;padding:0;width:220px;height:22px;background:transparent url('http://www.agcoparts.com/imagesupload/cat3.jpg') top center no-repeat;}

#svnav {margin:0 auto;padding:0;width:206px;}
ul#svnav {margin:0;padding:0;list-style-type:none;}
ul#svnav li {margin:0;padding:0;}
ul#svnav li a, ul#svnav ul li a:visited {margin:0;padding:0 0 0 10px;display:block;width:206px;height:34px;line-height:34px;background:transparent url('http://www.agcoparts.com/imagesupload/lnavbg.gif') left center no-repeat;text-decoration:none;color:#383838;font-weight:bold;}
ul#svnav li a:hover {background:transparent url('http://www.agcoparts.com/imagesupload/lnavbg2.gif') left center no-repeat;}


ul#svnav li ul {margin:0;padding:0;list-style-type:none;}
ul#svnav li ul li {margin:0;padding:0;}
ul#svnav li ul li a, ul#svnav li ul li a:visited {margin:0 0 0 9px;padding:0;background:none;font-size:11px;line-height:18px;height:18px;}
ul#svnav li ul li a:hover {background:none;color:#B61F2A;}

ul#svnav li ul li ul li a, ul#svnav li ul li ul li a:visited {}
ul#svnav li ul li ul li a:hover {background:none;}


/* Breadcrumb */
#bcrumb {margin:18px 0 0 18px;}
#bcrumb a.bmenu {margin:0;color:#383838;text-decoration:none;font-size:11px;font-weight:normal;}
#bcrumb a.bmenu:hover {text-decoration:underline;}
#bcrumb a.bmenu b {font-weight:normal;}



span#elename {display:block;width:150px;position:relative;left:0;}


.left {float:left;}
.right {float:right;}
.clear {clear:both;}

div.inner div.slideshow{height:104px;overflow:hidden;}


#spotlight td.SP_style {font-size:11px;line-height:13px;}
#spotlight td.SP_style img {}
#spotlight td.SP_style a, td.SP_style a:visited {font-weight:bold;}
#spotlight td.SP_style a:hover {}



/* Field Rewards */
#head #promo-menu {
	margin:0;
	padding:0;
	background:url('http://www.agcoparts.com/imagesupload/june1-promoBG1.jpg') top center no-repeat;
	width:954px;
	height:53px;
	}
	
	
/* End Field Rewards */











