@charset "utf-8";
/* CSS Document */

body {
	background:url(images/finalmainbg.jpg) fixed;
	margin: 0;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#wrapper {
	width: 960px;
	margin: auto;
}

#header {
	background:  no-repeat;
	width: 960px;
	height: 194px;
}

#nav {
	width: 960px;
	height: 194px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#banner {
	width: 960px;
	height: 272px;

}

#content {
	width: 960px;
	height: 340px;

}


#column1 {
	background: url(images/logoheader.jpg) no-repeat;
	width: 290px;
	float: left;
	height: 194px;
}

#column2 {
    float: left;
	width: 670px;
	height:194px;

}
#column2 ul {
	margin: 0;
	padding: 0;
}

#column2 li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer {
	background: url(images/footer.jpg) no-repeat;
	width: 960px;
	height: 86px;
	margin:auto;

}

#footer ul{
	margin: 0;
	padding: 0;
}


#footer li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
.footertext {
	font-size: 14px;
	color: #CCC;
	text-decoration: none;
}

.footlink { 
	font-size: 14px; 
	color:#000; 
	text-decoration: none;
}
a.footlink:link { 
	font-size: 14px; 
	color:#666; 
	text-decoration: none;
}

a.footlink:hover { 
	font-size: 14px; 
	color:#FFF; 
	text-decoration: none;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

#columnOne {
	background: url(images/picture1.jpg) no-repeat;
	float: left;
	width: 325px;
	height: 340px;
}

#columnTwo {
	background:url(images/picture2.jpg) no-repeat;
	float: left;
	width: 311px;
	height: 340px;
}

#column3{
	background: url(images/picture3.jpg) no-repeat;
	float: left;
	width: 324px;
	height: 340px;

}

/*navigation*/
a.home {
	width: 128px;
	height: 46.5px;
	float: left;
	display: block;
	background: url(images/fullnave.jpg) 0 0;
}

a.home:hover {
	background-position: 0 -46.5px;
}

a.gallery {
	width: 153px;
	height: 46.5px;
	float: left;
	display: block;
	background: url(images/fullnave.jpg) -128px 0;
}

a.gallery:hover {
	background-position: -128px -46.5px;
}

a.about {
	width: 151px;
	height: 46.5px;
	float: left;
	display: block;
	background: url(images/fullnave.jpg) -278px 0;
}

a.about:hover {
	background-position: -278px -46.5px;
}

a.contact {
	width: 142px;
	height: 46.5px;
	float: left;
	display: block;
	background: url(images/fullnave.jpg) -421px 0;
}

a.contact:hover {
	background-position: -421px -46.5px;
}
/* see more */
a.seemore1 {
	width: 135px;
	height: 28px;
	float: left;
	display: block;
	background: url(images/seemore.jpg) 0 0;
}

a.seemore1:hover {
	background-position: 0 -28px;
}
#seemore1 { 
	padding: 250px 5px 10px 155px;
}

/* see more two */
a.seemore2 {
	width: 135px;
	height: 28px;
	float: left;
	display: block;
	background: url(images/seemore.jpg) 0 0;
}

a.seemore2:hover {
	background-position: 0 -28px;
}
#seemore2 { 
	padding: 250px 5px 10px 148px;
}

/* see more three */
a.seemore3 {
	width: 135px;
	height: 28px;
	float: left;
	display: block;
	background: url(images/seemore.jpg) 0 0;
}

a.seemore3:hover {
	background-position: 0 -28px;
}
#seemore3 { 
	padding: 250px 5px 10px 150px;
}
a.logo {
	width: 290px;
	height: 194px;
	float: left;
	display: block;
	background:url(images/finallogheader.jpg) 0 0;
}

a.logo:hover {
	background-position: 0 -194px;
}


