html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background: #e2e2e2;
background: #999900;*/
background: #57a3cc;
	}

h1 {
	font-size: 12px;
	font-weight: bold;
      }

h2 {
	font-size: 12px;
	font-weight: bold;
        text-decoration: underline;
      }

img {
	border: none;}

a {

color: #000000;
text-decoration: none;
}

a:link, a:visited
{
color: #000000;
text-decoration: none;
}

a:hover
{
text-decoration: none;
}

/* PAGE LAYOUT IDs AND CLASSES */

#global {
	text-align: right;
	font-size: 90%;
	letter-spacing: 2px;
	height: 15px;
	padding: 5px 30px 0 30px;}

#global a 

{
color: #5d8443;
text-decoration: none;
font-weight: bold;
}

#global a:hover 

{
color: #929292;
text-decoration: underline;
font-weight: bold;
}

#wrapper {
	width: 1000px;
	/*background: #e2e2e2 url('images/od_wrapper.jpg');*/ 
       background: #ffffff;	
	background-repeat: repeat-y; 
       margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 6px solid #ff7533;
        border-top: 0px;
min-height: 600px;
	}

#logo {
	width:1000px;
	/*background: #e2e2e2 url('images/od_wrapper.jpg');*/
	background-repeat: repeat-y;
       background: #ffffff;	
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	border: 6px solid #ff7533;
        border-bottom: 0px;
}

#searchbar {
	/*border:1px solid #000;*/
        vertical-align:middle;
}

#button form input {
       vertical-align:middle;
}
#cattree{
	padding: 6px;
	background: #fff;
	display: block;
	border: 1px solid #5d8443;
	width: 150px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;

	}

#minibasket{
       width: 130px;
	padding: 6px;
	background: #fff;

	border: 1px solid #5d8443;

}

#footertext{
	font-size: 90%;
	letter-spacing: 2px;
	padding: 0px 0px 0 0px;
       /* position: absolute; 
        bottom: 0px; */
	text-align: center;
	}

#footertext a 

{
color: #5d8443;
text-decoration: none;
font-weight: bold;
}

#footertext a:hover 

{
color: #929292;
text-decoration: underline;
font-weight: bold;
}


#footer{
	width: 875px;
	clear: both;
	background: #e2e2e2 url('images/footer.jpg') no-repeat;
	height: 60px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 66px;
	}


#mainnavigation {
	display: block;
	text-align: left;
	float: right;
	letter-spacing: 1px;
	width: 130px;
	/*height: 50px;*/	
padding: 10px 10px 10px 10px;}

#mainnavigation a {
	display: block;
	width: 120px;
	color: #5d8443;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	margin: 3px 0;
	border: 1px solid #5d8443;}

#mainnavigation a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #5d8443;
	border: 1px solid #c2c2c2;}

#crumbs {
	border: 1px solid #E46322;
	background-color: #fff;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;

}

span.arrow {
	/* background: url('images/od_arrow.jpg') no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 10px; */
	}


#basicSpec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

/* BUTTONS */

.buttons a, .buttons button{
    /*display:block;
    float:left;*/
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/* NEW CLASSES */
#main-table
	{
		clear: both;
		width: 980px;
		min-height: 555px;
		margin: 0 auto;
	}

#main-table-left
	{
		width: 200px;
		float: left;
	}

#main-table-middle
	{
		width: 570px;
		padding: 0 0 0 8px;
		float: left;
	}

#main-table-right
	{
		width: 130px;
		float: right;
	}

.marge
	{
		clear: both;
		font-size: 0;
	}

#body-middle-container
	{
		width: 540px;
		margin: 0 auto;
	}

.each-product-row
	{
		padding: 0 0 15px 0;
	}

.each-product
	{
		width: 150px;
		padding: 0 20px 0 10px;
		text-align: center;
		float: left;
	}


/* NEW CLASSES 2 */

#body-middle-container-dealer
	{
		width: 550px;
		margin: 0 auto;
	}
	
.box-with-border
	{
		clear: both;
		border: 1px solid #000000;
		margin: 0 0 20px 0;
	}

.each-product-row-dealer
	{
		padding: 0;
	}

.each-product-dealer
	{
		width: 182px;
		text-align: center;
		float: left;
	}

.each-product-dealer-image
	{
		padding: 0 20px 0 20px;
		border-right: 1px solid #000000;
	}

.each-product-dealer-image-right
	{
		padding: 0 20px 0 20px;
	}

.each-product-dealer-text
	{
		padding: 5px 20px 5px 20px;
		background: #F4F4F4;
	}

.specials_header-dealer
	{
		background: #CCCCCC;
		line-height: 40px;
		border-bottom: 1px solid #000000;
		font-weight: bold;
		padding: 0 0 0 10px;
	}

/* NEW CLASSES 3 || for product page */
#for-product-content
	{
		clear: both;
		margin: 0;
	}

.heading-new
	{
		padding: 0 0 10px 0;
		font-weight: bold;
	}

#product-details
	{
		padding: 0 0 20px 0;
	}

#product-details-left
	{
		width: 235px;
		text-align: center;
		float: left;
	}

#product-details-right
	{
		width: 285px;
		float: right;
	}

