@import "/_ui/libs/css/reset.css";
.clear {clear: both;}
ul {
    margin-left: 20px;
    margin-bottom: 15px;
}
p {
    margin-bottom: 15px;
}

body {
    text-align: center;
    font-size: 14px;
    border-top: 5px solid #d7951e;
    font-family: Arial,Helvetica,sans-serif;

    background-image:url(/_ui/skin/img/bodybkg.gif);
    background-position:center bottom;
    background-repeat:repeat-x;
}
#wrap {
    margin: 0 auto;
    text-align: left;
    width: 1075px;
}

#header {
    position: relative;
}
#header #logo {
	height: 150px;
}

#header h1.logo a {
    text-indent: -5000em;
    overflow: hidden;
    display: block;
}
#header h1.logo.scottsfusion {
    float: left;
	padding: 20px 0 0 100px;
}
#header h1.logo.scottsfusion a {
    height: 100px;
    width: 139px;
    background: transparent url("/_ui/skin/img/fusion_logo.gif") scroll no-repeat left top;
}
#header h1.logo.osmocote {
    float: right;
	padding-right: 125px;
}
#header h1.logo.osmocote a {
    height: 100px;
    width: 139px;
    background: transparent url("/_ui/skin/img/osmocote_logo.gif") scroll no-repeat left top;
}

/* ============================
	TopNav Bar
   ============================ */

/*
#header #topnav {
    position: absolute;
    width: 100%;
    bottom: 10px;
    right: 30px;
    text-align: right;
}

#header #topnav a {
    color: #3F2814;
    text-decoration: none;
}
#header #topnav a:hover {
    color: #807085;
}
#header #topnav a.osmocote {
    border-right: 1px solid #3F2814;
    padding-bottom: 3px;
    padding-right: 10px;
    margin-right: 10px;
}
*/

#searchbar{
	clear:both;
	margin:0;
	padding:0;
	background-color:#f3efe1;
	height:44px;
	width:997px;
	z-index:1;
	position:relative;
	top:28px;
	left:36px;
}


#navwrap{
	margin:0;
	padding:0;
	height:56px;
	z-index:2;
	position:relative;
	top:-44px;
	clear: both;
}

#navleft{
	margin:0;
	padding:0;
	height:56px;
	width:61px;
	float:left;
	background-image:url(/_ui/skin/img/nav_leftbkg.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav{
	margin:0;
	padding:0;
	height:56px;
	width:915px;
	float:left;
	background:url(/_ui/skin/img/nav_midbkg.png) 0 0 repeat-x;
}

ul#mainnav{
	margin:0;
	padding:16px 0 0 0;
	font-size:14px;
	font-weight:bold;
	float:right;
	line-height:28px;
	list-style: none;
}

#mainnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainnav a {
	display: block;
	width:auto;

	text-decoration:none;
	color:#3f2814;
}

#mainnav li.first {
	border:none;
}

#mainnav li.last {
	padding-right:0px;
}

#mainnav li a:hover{
	color:#958672
}

#mainnav li {
	float: left;
	width: auto;

	padding:0px 14px 0px 12px;
	text-decoration:none;
	list-style-type:none;
	border-left:#cbc2ad 1px solid;
}

#mainnav li ul {
	position: absolute;
	padding:7px 0 0 0;
	width: auto;
	left: -999em;
	line-height:normal;
}

#mainnav li ul li{
	margin:0;
	padding:0px 10px;
	clear:left;
	border:#d7d2cd 1px solid;
	font-size:12px;
	width:228px;
	background-color:#eae5d0;
	background-image:url(/_ui/skin/img/ddowshade.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#mainnav li ul li a{
	margin:0;
	padding:6px 0 6px 0;
	display:block;
}

#mainnav li:hover ul {
	left: auto;
}

#mainnav li:hover ul, #mainnav li.sfhover ul {
	left: auto;
}

#navrgt{
	margin:0;
	padding:0;
	height:56px;
	width:99px;
	float:left;
	background-image:url(/_ui/skin/img/nav_rightbkg.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* ===================== */

img.contentimg {
	padding-bottom: 10px;
}

#body sup {
    font-size: .8em;
}
#body h1.new {
    margin: 10px 0;
    padding-left: 52px;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    background: url("/_ui/skin/img/new.gif") center left no-repeat;
}
#body h1 {
    margin: 10px 0;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}
#body {
    font-size: 12px;
    color: #454545;
    padding-top: 10px;
	clear: both;
	padding:20px 0 0 84px;
}

#body #col-left {
    width: 640px;
    float: left;
}
#body #col-right {
    width: 300px;
    margin-left: 40px;
    float: left;
}

.download {
    background-image:url(/_ui/skin/img/downloadBg.jpg);
    background-position:0 0;
    background-repeat:no-repeat;
    color:#3F2814;
    display:block;
    font-size:10px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    list-style-type:none;
    margin:0 0 10px 0;
    padding:0 0 0 40px;
    text-decoration:none;
}
.download:hover {
    background-position: 0 -30px;
}
.usVsThem {
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
}
#body .download sup {
    font-size: 1em;
}

#body #footerLeft {
    width: 120px;
    float: left;
}
#body #footerRight {
    width: 520px;
    float: left;
}
#body #footerRight ul li {
    list-style: disc;
    margin-top: 10px;
}
#body p.note {
    padding-top: 10px;
    clear: both;
}
#body h2.sku {
    color:#7A7A7A;
    font-size:12px;
    margin: 0 0 10px 0;
}

#foot {
    clear: both;
    margin:0;
    padding:0;
    height:30px;
}
#foot ul,
#foot p {
    margin:0;
    padding:0;
    font-size:10px;
    line-height:30px;
}
#foot ul {
    display: none;
}
#foot ul li{
    margin:0;
    color:#8f8b9c;
    float:left;
    padding:0px 7px 0 12px;
    list-style-type:none;
    background-image:url(../_images/bcrumb_bullet.gif);
    background-repeat:no-repeat;
    background-position:0px center;
}
#foot ul li.first{
    padding-left:0;
    background:none;
}

#foot ul li a{
    margin:0;
    padding:0;
    text-decoration:none;
    color:#8f8b9c;
}
#foot ul li a:hover{
    color:#7a1878
}
#foot p{
    float:right;
    margin:0;
    padding:0 100px 0 0;
    color:#787878;
}


#rebateForm {}
#rebateForm .form-row {
	clear: left;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
#rebateForm .form-row .col1 {
	float: left;
	width: 250px;
	margin-right: 20px;
}
#rebateForm .form-row .col2 {
	float: left;
	width: 360px;
}

#rebateForm .form-row label {
	width: 100px;
	float: left;
	font-weight: bold;
}
#rebateForm .form-row .col2 label {
	width: auto;
	float: none;
}
#rebateForm .form-row.wide label {
	width: auto;
	float: none;
	font-weight: normal;
}
#rebateForm .form-row.wide.select label {
	width: 260px;
	float: left;
}

#rebateForm .form-row input.input-text,
body #rebateForm .form-row .col2 input.lname {
	width: 140px;
}
#rebateForm .form-row .col2 input.input-text {
	width: 55px;
	margin-right: 15px;
}

#rebateForm .form-row.wide.select select {
	width: 170px;
}
#rebateForm .form-row input.checkbox {
	margin-right: 5px;
}

#rebateForm input.submit {
	border: 0 none;
	cursor: pointer;
	background: transparent url("/_ui/skin/img/downloadBg.jpg") scroll no-repeat left top;
	color: #3F2814;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 40px 0 85px;
	padding: 0 0 0 40px;
	text-decoration: none;
	width: 232px;
	text-align: left;
	outline: none;
}
#rebateForm input.submit:hover,
#rebateForm input.submit:focus {
	background-position: left bottom;
	outline: none;
}

#rebateForm .error {
    color: red;
}
#rebateForm input.error,
#rebateForm select.error,
#rebateForm p.error {
    border: 2px solid red;
}
#rebateForm p.error {
    padding: 5px;
    background-color: lightYellow;
    border: 3px solid red;
}

body #TB_title {
	display: none;
}
body #TB_iframeContent {
	margin-top: 0;
}