/*
      Copyright 2009 Natureguy Studio, CSS for catalog
	  	  
*/

* { padding: 0; margin: 0; border: 0;}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #660;
 }

p {
 padding: 5px;
}

#wrapper { 
 width: 1005px;
 background: #8CD90D;
 margin-left: auto;
 margin-right: auto;
 }

#header {
 width: 1005px;
 height: 100px;
 background: #8CD90D;
 background-image:url(images/headermerge.jpg);
 background-position:right;
 background-repeat:no-repeat;
 z-index:1;
 padding:0px;
  }

#logo {
 width: 138px;
 height: 100px;
 margin: 0px;
 border: 0px;
 padding: 0px;
 position: absolute;
 left: auto;
 z-index: 2;
	}

#owl {
 width: 71px;
 height: 80px;
 position: absolute;
 left: 940px;
 top: 59px;
 background-color: transparent;
 background-image:url(images/owl-cutout.gif);
 z-index: 10;
}

#outbox {
width: 1005px;
min-height: 1000px;
text-align:center;
font-weight:bold;
background-color: #8CD90D;
background-image:url(images/cranesidegrn.jpg);
background-repeat:no-repeat;
background-position:0px 80px;
}

#outbox span {
margin-left: 5px;
margin-right: 5px;
}

#inbox { 
 background: #EEFF99;
 width: 905px;
 -webkit-border-radius-top-left: 40px;
 -moz-border-radius-topleft: 40px;
 -webkit-border-radius-bottom-left: 40px;
 -moz-border-radius-bottomleft: 40px;
 text-align: left;
 font-weight:normal;
 float: right;
 margin-top:10px;
 }

#footer { 
 width: 905px;
 min-height: 90px;
 clear: both; 
 background: #960;
 -webkit-border-radius-bottom-left: 40px;
 -moz-border-radius-bottomleft: 40px;
 text-align:center;
 font-weight:bold;
 color:#FFF;
}

#content {
 background: #FFFFCC;
 width:580px;
 float:left;
 padding:4px;
}

#incontent {
	background: #FFFFCC;
	width: 580px;
	float:left;
	padding: 2px;
}

#leftcolumn { 
 color: #333;
 background-color: transparent;
 min-height: 350px;
 width: 150px;
 float: left;
 padding: 30px 4px 4px 4px;
}

#rightcolumn { 
 color: #333;
 background-color: transparent;
 min-height: 350px;
 width: 150px;
 float: right;
 padding: 4px;
}

h1 {
font-size: 20px;
font-weight: bold;
color: #090;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #ff0000;
}

productSpecialPrice {
	font-size: 14px;
    font-weight: bold;
	color: #F00;
}
h3 {
font-size: 12px;
font-weight: bold;
}

h4 {
font-size: 12px;
}

h5 {
font-size: 12px;
}

h6 {
font-size: 12px;
}

hr.accessibility {
height: 1px;
color: #462f19;
}

td.infoBoxHeading {
padding-top: 10px; 
padding-bottom: 0px;
font-size: 12px;
font-weight: bold;
}

td.pageHeading {
padding-top: 5px;
padding-bottom: 10px;
font-size: 14px;
font-weight: bold;
}

div#navigation {
margin-top: 0px;
margin-bottom: 15px;
color: #462f19;
}

div.infobox_heading {
width: 100%;
}

div.infobox_content {
width: 100%;
}

.infoBox {
	background: #FFFFCC;
	}
	
.infoBoxContents {
	background: transparent;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
	
.infoBoxNotice {
	background: transparent;
	}
	
.infoBoxNoticeContents {
	background: transparent;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
	
TD.infoBoxHeading {
	background: transparent;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
TD.infoBox, SPAN.infoBox {
	background: transparent;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
	
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}	
	

