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

body {
	background-color:#cccac5;
	margin:0;
	font-family: "Gill Sans", "Trebuchet MS", Tahoma, sans-serif;
	font-size:small;
	color:#180f53;
}

.home-body {
	background-color:#9b978f;
	margin:0;
	font-family: "Gill Sans", "Trebuchet MS", Tahoma, sans-serif;
	font-size:small;
	color:#333;
}

.top {
	position:relative;
	width:100%;
	height:100px;
	overflow:hidden;
	float:none;
	background-color:#cccac5;
}

.header {
	width:900px;
	height:auto;
	overflow:visible;
	text-align:left;
}

.logo {
	position:relative;
	top:20px;
	width:201px;
	height:43px;
	float:none;
	overflow:hidden;
}

.nav-wrapper {
	position:relative;
	top:20px;
	width:520px;
	height:27px;
	overflow:visible;
	float:none;
}

.nav-wrapper-2 {
	position:relative;
	float:left;
	width:520px;
	height:auto;
}

.sticker {
	position:relative;
	float:left;
	width:80px;
	height:auto;
	padding-top:20px;
}

.nav {
	position:relative;
	width:auto;
	height:auto;
	overflow:visible;
	float:left;
}

.navbox {
	position:relative;
	width:auto;
	height:auto;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	overflow:visible;
	border:0;
	padding:0;
}

.wrapper {
	clear:both;
	position:relative;
	width:900px;
	min-height:729px;
	height:auto !important;
	height:auto;
	overflow:visible;
	float:none;
	text-align:left;
}

.text-area {
	width:590px;
	position:relative;
	height:auto;
	overflow:visible;
	left:10px;
}

.text-area-design {
	width:390px;
	position:relative;
	height:auto;
	overflow:visible;
	left:10px;
	float:left;
}

.image-area-design {
	width:250px;
	position:relative;
	height:auto;
	overflow:visible;
	float:left;
	left:140px;
	text-align:right;
}

#thumbs {
	position: absolute;
	visibility: visible;
	z-index: 0;
	top: 10px;
	left: 10px;
}
#imgdisplay {
	left: 0px;
	top: 260px;
	position: relative;
	text-align: center;
	visibility: visible;
	z-index: 15;
	height: auto;
	width: 100%;
}
#imgdisplaysp {
	left: 0px;
	top: 350px;
	position: absolute;
	text-align: center;
	visibility: visible;
	z-index: 15;
	height: auto;
	width: 100%;
}
#imgdisplayde {
	left: 0px;
	top: 180px;
	position: absolute;
	text-align: center;
	visibility: visible;
	z-index: 15;
	height: auto;
	width: 100%;
}
#imgdisplaypr {
	left: 0px;
	top: 520px;
	position: absolute;
	text-align: center;
	visibility: visible;
	z-index: 15;
	height: auto;
	width: 100%;
}

p {
	font-family: "Gill Sans", "Trebuchet MS", Tahoma, sans-serif;
	font-size:small;
	color:#180f53;
	text-align:justify;
}

a:link {color: #180f53; text-decoration: none;}
a:visited {color: #180f53; text-decoration: none;}
a:hover {color: #FFF; text-decoration: none;}
