/* ---- GLOBAL STYLES ---- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: left;
	background-color: #65676E;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/blueBg.gif);
}	


/* ---- TEXT STYLES ---- */

h1.logo {
	text-indent: -9000px;
}

h2 {
	color: #EA6236;
}

h3 {
	color: #df6842;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 20px;
}

p {
	color: #93816d;
	font-size: 14px;
}

p.content {
	padding-top: 20px;
	line-height: 18px;
}

p.contact {
	color:  white;
	font-size: 12px;
}

p.footer {
	color: #63656e;
	font-size: 9px;
	padding-top: 20px;
}


/* ---- DIV STYLES ---- */

#wrapper {
	width: 100%;
}

#mastWrapper{
	background-image: url(../images/header_bg.gif) ;
	background-repeat: repeat-x;
}

#masthead {
	width: 766px;
	height: 161px;
	margin-right: auto;
	margin-left: auto;
}

#navWrapper {
	background-image: url(../images/navBar.gif);
	background-repeat: repeat-x;
}

#navbar{
	width: 766px;
	height: 44px;
	margin-right: auto;
	margin-left: auto;
}

#shadow {
	height: 20px;
	background-image: url(../images/dropShadow.gif);
	background-repeat: repeat-x;
}

#content {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}

#thumbnails {
	position: absolute;
	top: 260px;
	padding-left: 16px;
}

#gallery {
	width: 738px;
	background-color: #e9e9e9;
	border: 1px solid white;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 14px;
}

#gallery.home {
	width: 588px;
	margin-top: 100px;
	margin-bottom: 120px;
	background-color: #e9e9e9;
	border: 1px solid white;
	padding: 150px 150px 25px 25px;
}

#conWrapper{
	background-color: #65676e;
	border-bottom: 2px solid #4f5057;
}

#contact{
	width: 766px;
	height: 128px;
	margin-right: auto;
	margin-left: auto;
}

#footWrapper {
	background-color: #2e2f34;
}

#footer {
	width: 766px;
	height: 162px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/footer.jpg) no-repeat;
}


/* ---- SPAN STYLES ---- */

span.logo {
	width:  463px;
	height: 94px;
	background-image: url(../images/lynott_logo.gif);
	background-repeat: no-repeat;
	margin-top: 34px;
	position: absolute;
}

#navbar span {
	display: block;
	height: 44px;
	width: 1px;
	background: url(../images/divider.gif) no-repeat;
	float: left;
}

/* ---- LIST STYLES ---- */

ul {
	list-style: none;
}

li {
	display: inline-block;
	float: left;
}

li.divider{
	border-right: 1px solid white;
	border-left: 1px solid white;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
}


/* ---- LINK STYLES ---- */

#navbar a {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 20px;
	padding: 13px 14px;
	float: left;
}

#navbar a:hover {
	background: url(../images/navbar_over.gif) repeat-x;
}

#navbar a.current {
	background: url(../images/navbar_over.gif) repeat-x;
}

#thumbnails a {
	background-position: bottom;
	float: left;
	display: block;
	height: 25px;
	width: 29px;
	background-image:url(../images/arrows.gif);
	background-repeat: no-repeat;
	padding-top: 144px;
}

a.contact {
	color: white;
	text-decoration: none;
}

a.contact:hover {
	color: #df6842;
	text-decoration: none;
}


/* ---- IMAGE STYLES ---- */

#gallery img {
	border: 2px solid #BDB1A6;
	margin: 6px;
}

#statue img {
	position: absolute;
	display: block;
	top: 160px;
	margin-left: 625px;
	z-index: 100;
	behavior: url("scripts/pngbehavior.htc");
	
}

#thumbnails img {
	float: left;
	margin-left: 10px;
}