@charset "utf-8";
/* CSS Document */

* { font-family:Arial, Helvetica, sans-serif; }
body { margin:0; padding:0; }

#header { width:980px; margin:0 auto; height:150px; background:url(images/img-header.gif) no-repeat; }
#headerBg { background:url(images/img-header-bg.gif) repeat-x; height:150px; }

#nav { text-align:right; float:right; padding-top:55px; }
	#nav ul { margin:0; padding:0; }
	#nav ul li { display:inline; }

#banner { width:980px; margin:0 auto; }
#bannerBg { background:url(images/img-banner-bg.jpg) repeat-x; height:234px; }

#mainHome { width:980px; height:750px; background:url(images/img-home-bg.jpg) no-repeat; margin:0 auto; }
#main { width:980px; height:750px; background:url(images/img-bg.jpg) no-repeat; margin:0 auto; }
#mainGallery { width:980px; height:750px; background:url(images/img-bg-gallery.jpg) no-repeat; margin:0 auto; }
#mainBg { background:url(images/img-bg-pattern.jpg) repeat-x; height:651px; }

#footer { text-align:right; font-size:10px; padding-right:230px; }
#footerBg {}

object { margin:0; padding:0; }

.mainContent { font-size:12px; line-height:19px; color:#333; }
.orangeText { color:#e86d00; }

a { color:#e86d00; text-decoration:none; }
a:hover { color:#e86d00; text-decoration:underline; }

#clearFloat { clear:both; }

.formField { width:150px; font-size:12px; }


#gallery ul { margin:0; padding:0; }
#gallery li { float:left; list-style:none; padding:10px; }