body {
	overflow-y:scroll;
	background-attachment:fixed;
	font-family:arial;
	font-size:12px;
	background-image: url('../Images/background-body.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x:hidden;
}
iframe {
	position: relative;
	width:1200px !important;
	left: 50% !important;
	margin-left:-600px !important;
	height:3000px;
	top:-50px;
	background-color:white;
}
a {
	color:black;
}
h1 {
	font-size:20px;
	color: #e36300;
}
#wrapper {
	width:962px;
	position:relative;
	margin: 0 auto;
}
#header {
	width:942px;
	padding:10px;
	height:120px;
	background-repeat:no-repeat;
}
#header #spotlight {
	width:290px;
	height:78px;
	background-image: url('../Images/spotlight.png');
	position:absolute;
	right:20px;
	top:8px;
	padding:20px;
}
#navigation {
	background-image: url('../Images/navigation.png');
	height:48px;
	width:auto;
	padding-left:10px;
}
#content {
	min-height:400px;
	background-image: url('../Images/background.png');
	background-repeat: repeat-y;
	padding:10px 40px 40px 40px;
}
#footer {
	background-image: url('../Images/footer.png');
	height:39px;
	padding:0px 20px 0px 20px;
	width:auto;
	text-align:center;
	background-repeat:no-repeat;
}
#footer a {
	text-decoration:none;
}


/* Photobook */
.photo {
	float:left;
	margin:10px;
}
.photo {
	float:left;
	padding:10px;
	background-color:#eee;
	margin:5px;
	border:1px solid silver;
	height:150px;
	width:130px;
}
.photo .thumb{
	height:110px;
	text-align:center;
}
.photo .description {
	background-color:#ddd;
	padding:4px;
	height:35px;
	font-size:11px;
}
.largephoto {
	text-align:center;
	padding:20px;
	margin-top:20px;
	border:1px solid silver;
	background-color:#eee;
}
#prevnext {
	height:100px;
	padding:10px;
	margin-top:10px;
	border:1px solid silver;
	background-color:#eee;
}
#prevnext img {
	margin-top:10px;
	margin-bottom:10px;
}
#prevnext .prev {
	float:left;
}
#prevnext .next {
	float:right;
	text-align:right;
}

/* Guestbook */
.date {
	color:#333;
	font-size:11px;
}
#addentry td {
	padding:10px;
}

#addentry input[type=text] {
	width:326px;
}
#entries td {
	padding:10px;
}

/* Page */
.searchresult {
	padding:10px;
	background-color:#ccc;
	width:910px;
}
#sitemap li {
	margin:10px;
	list-style:square;
}

/* dynlist */

.product {
	float:left;
	width:420px;
    height: 130px;
	margin-right:25px;
	background-color:#eee;
	padding:15px 0px 0px 15px;
    border: 1px solid;
    border-color: #dbdbdb;
    margin-bottom: 10px;
}

.product .image {
	float:left;
    border: 10px;
    border: 1px solid;
    border-color: #c2c2c2;
    margin-right: 20px;
    margin-left: 20px;

}
.product .image img {
	max-width:170px;
    max-height: 115px;
}

.thumblist {
	margin:0px;
	padding:0px;
	list-style:none;
}
.thumblist li {
	float:left;
	height:100px;
	overflow:hidden;
	margin-bottom:10px;
	margin-right:10px;
	cursor:pointer;
}
#details td {
	padding:0px;
	margin:0px;
	border:0px;
	border-spacing:0px;
}
#details td:first-child {
	min-width:90px;
	font-weight:bold;
}


/* Google contact */
.balloon {
	width:250px;
	height:200px;
}

.balloon img {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.balloon .info {
	float:left;
	margin-bottom:10px;
}

.balloon .description {
	clear:both;
	margin-top:10px;
}
