body {
	margin:0px;
	font-family: Trebuchet MS, Verdana;
	color:#669999;

}

a {
	color:#669999;
}

li {
	font-size:11px;
}

#topBackground {
	width:100%;
	min-height:177px;
	background:url("images/top-background.gif");
	margin-bottom:7px;
}

#logo {
	width:1000px;
	margin-left:100px;
	height:177px;
	background:url("images/logo-background.gif");
}

#mainBackground {
	width:100%;
	min-height:600px;
	background:url("images/main-background.gif");
	margin-bottom:7px;
}

#mainBackgroundHome {
	width:100%;
	min-height:600px;
	background:url("images/top-background.gif");
	margin-bottom:7px;
}

#mainContent {
	width:1000px;
	min-height:600px;
	margin-left:100px;
	background:url("images/content-background.gif")
}

#mainContentHome {
	width:1000px;
	min-height:600px;
	margin-left:100px;
	background:url("images/home-content-background.gif");
	color:white;
}

#mainText {
	float:left;
	padding-left:10px;
	padding-top:10px;
	width:265px;
}

#wideText {
	margin-left:10px;
}

#mainText p, #wideText p {
	font-size:12px;
	text-align:justify;
	margin-bottom:3px;
} 

#mainText h1, #wideText h1 {
	font-size:22px;
	text-transform:capitalize;
	margin-top:0px;
}

#imageBox {
	width:674px;
	margin-left:298px;
}

#imageBox img {
	border:#FFFFFF 3px solid;
	margin-bottom:5px;
	margin-right:3px;
}


/** homepage rotating images **/

#imageContainer {
	
}

#imageContainer img {
	display:none;
	position:absolute;
	top:240px; left:398px;
	border:#ffffff 2px solid;
}


#mainImage {
	height:435px
}

#rightImages {
	width:105px;
	height:434px;
	float:right;
}

#bottomImages {
	margin-top:60px /** Don't know why I have to do this! */
}

#rightImages span {
	cursor:pointer;
}




#marketingMessage {
	width:500px;
	font-size:17px;
	position:absolute;
	top:685px; left:398px;
}

#bottomBackground {
	width:100%;
	min-height:65px;
	background:url("images/bottom-background.gif");
}

#footer {
	width:992px;
	margin-left:100px;
	text-align:right;
	height:29px;
	padding-top:6px;
	padding-right:8px;
	background:url("images/footer-background.gif");
	color:white;
}


/* Category Landing Pages */

#headerLinks img {
	margin-bottom:10px;
	margin-left:15px;
	border:0px;
}

#headerRow {
	width:670px;
	margin-top:-10px;
	margin-bottom:15px;
}

#headerRow img {
	border:0px;
	margin-left:10px;
	float:left:
}


/*** Contact Form ***/


textarea {
	margin-left:10px;
	width:260px;
	border:#666699 1px solid;
	margin-bottom:7px;
}

/***** Form *****/



textarea {
	width:260px;
	border:#ffffff 1px solid;
	margin-left:0px;
	margin-bottom:7px;
}


input.emailAddress {
	border:#ffffff 1px solid;
	margin-bottom:5px;
	width:260px;
}


p.error {
	color:red;
}


