body {
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

#PageWrapper {
	display: block;
	width: 761px;
	margin-left: auto;
	margin-right: auto;
	background-color: #d7effd;
	position: relative;
}

#TopBar {
	width: 761px;
	height: 23px;
	background:url('TopBackground.gif');
}

#Logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

#MiddleWrapper {
	background: url('MiddleBackground.gif');
}

#BottomBar {
	width: 761px;
	height: 30px;
	background:url('BottomBackground.gif');
}


#ContentWrapper {
	background-repeat: repeat-y;
}

#LinksBar {
	display: block;
	width: 545px;
	height: 37px;
	margin-left: 105px;
}


.LinksBarItem {
	display: block;
	width: 100px;
	height: 37px;
	text-align: center;
	font-weight: bold;
	float: left;
	background:url('LinksBar.gif');
	background-position: top;

}

/* Unselected LinksBar Buttons */


.LinksBarItem#collections {
	width: 176px;
	background-position: 0px 0px;
}

.LinksBarItem#products {
	width: 143px;
	background-position: -176px 0px;
}

.LinksBarItem#contact {
	width: 131px;
	background-position: -319px 0px;
}

.LinksBarItem#home {
	width: 92px;
	background-position: -450px 0px;
}


.LinksBarItem#collections:hover {
	width: 176px;
	background-position: 0px -72px;
}

.LinksBarItem#products:hover {
	width: 143px;
	background-position: -176px -72px;
}

.LinksBarItem#contact:hover {
	width: 131px;
	background-position: -319px -72px;
}

.LinksBarItem#home:hover {
	width: 92px;
	background-position: -450px -72px;
}


/* Selected LinksBar Buttons */

.LinksBarItem#collections.select {
	width: 176px;
	background-position: 0px -37px;
}

.LinksBarItem#products.select {
	width: 143px;
	background-position: -176px -37px;
}

.LinksBarItem#contact.select {
	width: 131px;
	background-position: -319px -37px;
}

.LinksBarItem#home.select {
	width: 92px;
	background-position: -450px -37px;
}


.LinksBarItemText {
	display: none;
}

#Content {
	margin-left: 30px;
	margin-right: 40px;
	color: gray;
	margin-top: 10px;
}

#Content img.ContentImg {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#ContentText {
	padding: 15px;
}

body#home #ContentText {
	padding-top: 0px;
}

h1, h2 {
	padding: 0px;
	margin: 0px;
}

#Copyright {
	text-align: center;
	color: gray;
}

/* Front Page Images */

.frontPageFeature {
	display: block;
	margin-left:auto;
	margin-right:auto;
}

.frontpageSwapImage {
	float: left;
	border: 0px;
}

.frontpageSwapImageWrapper {
	display: none;
	position: absolute;
}

.splashImage, .splashImage img {
	border: 0px;
	position: absolute;
	bottom: 80px;
	width: 190px;
	height: 262px;
}

.splashImage2, .splashImage2 img {
	border: 0px;
	position: absolute;
	top: 275px;
	left: 145px;
	width: 450px;
	height: 268px;
}


#enlarge img {
	border: 0px;
	position: absolute;
	width: 94px;
	height: 24px;
	left: 100px;
}

#home #enlarge img {
	bottom: 147px;
}

#collections #enlarge img {
	bottom: 305px;
}


/* Collections Page Links and Rollovers */

.collectionsLink2 {
	display: block;
	width: 169px;
	height: 19px;
	border: 0px;
	margin-bottom: 1px;
	background-repeat: no-repeat;
}