body {
	text-align: center;
	background: url(../images/backgroundBody.jpg) repeat-x 0 28px;
	margin: 28px 0 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a {
	text-decoration: none;
}

a:hover {

}

p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
p {
	padding: 0 0 20px;
}
ul {
	margin: 0 0 20px;
}

#container {
	width: 910px;
	margin: 0 auto;
}
#header {
	background: url(../images/backgroundHeader.jpg) no-repeat top center;
	height: 255px;
}
#content {
	margin: 0 auto;	
	text-align: left;
	width: 900px;
}

/*
Navigation
*/
.navTop {
	width: 860px;
	padding: 225px 20px 0;
	margin: 0 auto;
}
.navTop a {
	color: #005187;
}
.navTop a:hover {
	color: #2b96ba;
}
.navTopLeft {
	float: left;
}
.navTopRight {
	float: right;
}
.navSep {
	padding: 0 15px;
}

.subNav {
	padding: 0 0 10px;
	margin: 0 0 10px;
	background: url(../images/dot.jpg) repeat-x bottom left;
}
.subNav .spacer {
	padding: 0 5px;
}

/*
Home page styles
*/
.contentHome {
	
}
.homeLeft {
	width: 260px;
	color: #FFF;
	padding: 20px;
	background: #2479b2 url(../images/backgroundHomeLeft.jpg) no-repeat top left;
}
.homeLeft a {
	color: #FFF;
}
.homeRight {
	width: 550px;
	padding: 95px 25px 0 25px;
	background: #0063a4 url(../images/backgroundHomeRight.jpg) no-repeat bottom right;
}
.contentHome h1 {
	font-size: 16px;
	margin: 0 0 25px;
}

/*
Normal page styles
*/
.contentPage {
	width: 900px;
	margin: 0 auto;
}
.pageLeft {
	width: 560px;
	float: left;
	padding: 20px;
}
.pageRight {
	background: #1d73ab url(../images/backgroundPageRight.jpg) no-repeat top right;
	width: 300px;
}
.pageRightFooter {
	background: url(../images/backgroundPageBottom.jpg) no-repeat bottom center;
	height: 20px;
}
.contentPage h1 {
	font-size: 24px;
	color: #005187;
	font-weight: normal;
	background: url(../images/dot.jpg) repeat-x bottom left;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.contentPage h2 {
	font-size: 14px;
	color: #005187;
	padding: 20px 0;
}

.contentPage a {
	color: #2b96ba;
}
.contentPage a:hover {
	color: #005187;
}

hr.dots {
	height: 5px;
	border: none;
	background: url(../images/dot.jpg) repeat-x bottom left;
}

/*
Footer
*/
#footer {
	background: url(../images/backgroundFooter.jpg) no-repeat top center;	
	height: 23px;
	color: #005187;
	font-size: 10px;
	text-align: right;
	padding: 15px 15px 0 0;
}
#footer a {
	color: #005187;
}
#footer a:hover {
	color: #005187;
}



/******************************************************************************
-------------------------------- Gallery -----------------------------------
******************************************************************************/

#productDisplay {
	margin: 25px;
}
.galleryTop {
	background: url(../images/backgroundGalleryTop.jpg) no-repeat;
	height: 10px;
}
.galleryBottom {
	background: url(../images/backgroundGalleryBot.jpg) no-repeat;
	height: 10px;
}
.galleryLHS {
	background: url(../images/backgroundGalleryMid.jpg) repeat-y;
	text-align: center;
}
.mainImage {
	padding: 0 0 10px;
	background: url(../images/backgroundGalleryDots.jpg) bottom center no-repeat;
	height: 223px;
}
.lakos {
	background: url(../images/backgroundGalleryDots.jpg) bottom center no-repeat;
}
.gallery_thumbs {
	margin: 10px 2px 0;
}
.thumb {
	width: 70px;
	height: 93px;
	float: left;
	text-align: center;
	padding: 0 6px 6px;
}