html, body {
	height: 100%;
	background-color: #e3e8ec;
}
#wrapper {
	background: url(../images/bg-gradient-repeat.jpg) repeat-x;
}
#containerHome {
	overflow: hidden;
	background:url(../images/bg-home.png) bottom left no-repeat;
}
#container {
	overflow: hidden;
}

#header {
	background: url(../images/bg-header.jpg) no-repeat top left;
	height: 205px;
}


#topNavBG {
	width: 540px;
	height: 75px;	
	background: url(../images/nav-sprite.jpg) no-repeat top right;
	float: right;
}
#topNav span {
	display: none;
}
ul#topNav {
	margin:0;
}
#topNav li {
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#topNav li, #topNav a {
	display:block;
	height:75px;
}
#topNav-01 {
	width: 150px;
}
#topNav-02 {
	width: 150px;
}
#topNav-03 {
	width: 108px;
}
#topNav-04 {
	width: 132px;
}
#topNav-01 a:hover {
	background:url(../images/nav-sprite.jpg) 0px -75px no-repeat;
}
#topNav-02 a:hover {
	background:url(../images/nav-sprite.jpg) -150px -75px no-repeat;
}
#topNav-03 a:hover {
	background:url(../images/nav-sprite.jpg) -300px -75px no-repeat;
}
#topNav-04 a:hover {
	background:url(../images/nav-sprite.jpg) -408px -75px no-repeat;
}

#mainContent {
	margin-top:18px;
}
#gallery {
	margin-top:18px;
}

.spacer40 {
	height: 40px;	
}

#sidebar {
	margin-top:18px;
}
#secondary1, #secondary2, #newsletter {
	padding-top: 18px;
	background:url(../images/icon-s.png) top right no-repeat;
}
#secondary1 p, #secondary2 p, #mainContent p, #wide p, #thin p,  #newsletter p, #lowerNav p {
	padding: 1em;
}

#imgBlock1 {
	margin-top: 10px;
}

#imgBlock2 {
	margin-top: 10px;
}

 #lowerNav {
	background: url(../images/icon-m.png) top right no-repeat; 
 }

#footer {
	clear: both;
	padding-top: 20px;
	height: 120px;
}
#footer p {
	padding: 80px 10px 0 10px;
	color: #FFF;
}
#col1, #col2 {
	border-top: 1px dashed #999;
}

.listing {
	background: url(../images/dotted-line.png) bottom left no-repeat;
	padding-bottom: 30px;
}

.img {
border: 1px #FFF solid;	
}

.imgFloatL {
	float: left;
	margin: .8em .8em 1.4em .8em;
	border: 1px solid #FFF;
}
.imgFloatR {
	float: right;
	margin: .8em .8em 1.4em .8em;
	border: 1px solid #FFF;
}

.imgWide {
	border: 1px #FFF solid;
}

.totop a {
	margin-right: 20px;
	float: right;
	height: 50px;
	width: 30px;	
}
.totop a:hover {
	background: url(../images/totop.png) left top no-repeat;
}

