@charset "utf-8";
/* 
	Created by		: Marfie C. Supan
	Date			: March 30, 2010
	Website			: ReapMore Corporation
	Date Modified	:
 */


body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../images/bg-body.gif) top center repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #656565;
}
H2 {
	color: #847f29;
}
li {
	color: #d45f00;
	margin-bottom: 8px;
}
#container { 
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a {
	color: #006cff;
	text-decoration: none;
}
a:hover {
	color: #ff3c00;
	text-decoration: underline;
}
/* HEADER */
#header {
	height: 115px;
}
#logo {
	float: left;
	width: 356px;
	height: 64px;
	margin: 0;
	padding: 0;
	background: url(../images/reapmore-logo.gif) top left no-repeat;
	text-align: center;
	margin: 20px 0 0 10px;
}
#logo li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#logo a { display: block; height: 6em; text-decoration: none}
#logo a span { display: none; }

#headerCol2Row1 {
	float: right;
	color: #847f29;
}
#headerCol2Row1 a {
	margin: 0 25px;
}
#topNav {
width:530px;
float: right;
margin: 5px 5px 0 0;
}
#topNav li {
width:106px;
list-style-type:none;
float: left;
display: inline;
}
#topNav li span	{
	display: none;
}
#topNav li a {
background-image:url("../images/image-nav.gif");
background-repeat:no-repeat;
display:block;
height:44px;
padding:0 0 0 90px;
}

#topNav li a.item1 {
background-position:0 0;
}
#topNav li a.item1:hover {
background-position:0 -44px;
}
#topNav li a.item2 {
background-position:-106px 0;
}
#topNav li a.item2:hover {
background-position:-106px -44px;
}
#topNav li a.item3 {
background-position:-212px 0;
}
#topNav li a.item3:hover {
background-position:-212px -44px;
}
#topNav li a.item4 {
background-position:-318px 0;
}
#topNav li a.item4:hover {
background-position:-318px -44px;
}
#topNav li a.item5 {
background-position:-424px 0;
}
#topNav li a.item5:hover {
background-position:-424px -44px;
}
/* END OF HEADER */
#flash-presentation {
	margin: 0;
}
/* CONTENT */
#col1 {
	background: url(../images/index_16.gif) top left no-repeat;
	width: 259px;
	margin: 14px 0 0 14px;
	border: solid 1px #c5c5c5;
	float: left;
}
#col1 .col1Content, #col2 .col2Content {
	margin: 5px;
}
#col1 h3, #col2 h3 {
	margin: 0;
	color: #FFF;
	font-size: 13px;
}
#col2 {
	background: url(../images/index_18.gif) top left no-repeat;
	width: 654px;
	margin: 14px 13px 0 0;
	border: solid 1px #c5c5c5;
	float: right;
}
#col2 .contactInfo {
	float: left;
}
#col2 .mailingInfo {
	float: right;
}
#col2 .mailingInfo, #col2 .contactInfo {
	width: 290px;
	margin: 10px;
}
/* END OF CONTENT */

/* FOOTER */
#footer {
	margin: 15px 0 20px 10px ;
	background: #FFF url(../images/footer-image.gif) top center no-repeat;
	width: 923px;
	height: 47px;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}
#footer a {
	color: #FFFFFF;
	margin: 0 10px;
}
/* END FOOTER */

/* OTHERS */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* content rows */

#contentRows {
	margin: 7px 0;
	float: left;
	width: 630px;
}
#contentRows img {
	margin: 0px 5px;
}
#contentRows h3{
	color: #1a6ffd;
}
/* CONTACT FORM */

input, textarea{
width: 230px;
margin-bottom: 5px;
border: solid 1px #CCC;
}

textarea{
width: 250px;
height: 90px;
}

.boxes{
width: 1em;
}

.submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
