/*
	CSS
	
	©2007 Alexander Hulman
*/

body {
	margin:0px;
	padding:0px;
	background: url(../images/background.png);
	font: normal 12px Tahoma;
	color: #a0a0a0;
	}
a {
	color: #505050;
}
a:hover {
	color: #303030;
}

.alert {
	margin:20px;
	padding: 20px;
	background: #ffe0e0;
	border-top: 2px solid #f0a0a0;
	border-bottom: 2px solid #f0a0a0;
	color: #000000;
}
.menuitem_home {
	background: url('../images/menuitem_home.png');
	display:block;
	width: 160px;
	height: 20px;
	background-position:0px 0px;
}
.menuitem_pricelist {
	background: url('../images/menuitem_pricelist.png');
	display:block;
	width: 160px;
	height: 20px;
	background-position:0px 0px;
}
.menuitem_order {
	background: url('../images/menuitem_order.png');
	display:block;
	width: 160px;
	height: 20px;
	background-position:0px 0px;
}
.menuitem_portfolio {
	background: url('../images/menuitem_portfolio.png');
	display:block;
	width: 160px;
	height: 20px;
	background-position:0px 0px;
}
.menuitem_contact {
	background: url('../images/menuitem_contact.png');
	display:block;
	width: 160px;
	height: 20px;
	background-position:0px 0px;
}
.menuitem_registration {
	background: url('../images/menuitem_registration.png');
	display:block;
	width: 160px;
	height: 20px;
	background-position:0px 0px;
}
.menuitem_home:hover,
.menuitem_pricelist:hover,
.menuitem_order:hover,
.menuitem_portfolio:hover,
.menuitem_contact:hover,
.menuitem_registration:hover {
	width: 160px;
	height: 20px;
	background-position:0px -20px;
}

a.button {
	display:block;
	margin:5px;
	border:3px double #ffffff;
	background: #808080;
	padding: 5px 10px 4px 10px;
	width: 120px;
	color: #ffffff;
  font-variant: small-caps;
  text-decoration: none;
  text-align:center;
  font-size:10px;
}
a.button:hover {
	background: #f8cf25;
	color: #000000;
}
.root {
	margin: 0px auto;
	border: 0px solid #505050;
	width:  850px;
	background: #ffffff url('../images/background_root.png') no-repeat scroll bottom right;
}
.theme {
	height: 255px;
	background: url('../images/theme_orange.jpg') no-repeat;
	color: #ffad00;
	padding: 30px 20px 0px 20px;
	text-align:right;
	}
.theme h1 {
	font-size:10px;
	display:inline;
	font-weight: normal;
}
.theme a {
	color: #ffad00;
}
.theme h1 a:hover {
	color: #ffffff;
}
.content {
	color: #505050;
	background: url('../images/background_body.png') repeat-y;
	text-align:left;
	min-height: 400px;
	}

.content h1 {
	color: #505050;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	font-size: 150%;
}
	
.content h2 {
	color: #000000;
	padding: 0px;
	margin: 5px 0px 3px 0px;
	font-size: 110%;
}

.content img.inline_left {
	display:block;
	float:left;
	margin-right: 10px;
	}
.content img.inline_right {
	display:block;
	float:right;
	margin-left: 10px;
	}
.panel_text {
	padding-left: 8px;
	line-height: 150%;
	}
.panel_a {
	float:left;
	border:0px dashed #a0a0a0;
	width: 160px;
}
.panel_b {
	float:left;
	padding-left:60px;
	border:0px dashed #a0a0a0;
	width: 600px;
}

.featured a, .portfolio a {
	background: url('../images/background_frame.png');
	padding:5px;
	display:block;
	width:106px;
	margin:0px auto 3px auto;
	}
.featured a img, .portfolio a img {
	border: 3px solid #ffffff;
}
.portfolio div.container {
	float:left;
	width:110px;
	margin: 5px

}

.footer {

	height: 15px;
	padding: 15px;
	clear:   both;
	background: url('../images/background_footer.png');
	color: #808080;
}

.cal {
	width:60px;
	margin: 0px auto;
	text-align: center;
}

/*
FORM
*/

button {
    background-color: #fff4df;
    border: 2px solid #ffad00;
    color: #505050;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    font-variant: small-caps;
    font-size:12px;
}
button:hover{
    background-color: #ffd570;
    border: 2px solid #ffad00;
    color: #000000;
}

/*
	GUESTBOOK
*/
.guestbook_entry {
	width: 400px;
	border-bottom: 1px dotted #fe670e;
	margin-top: 20px;
	}
.guestbook_editor {
	width: 400px;
	margin-top: 50px;
}
.guestbook_message {
	width: 360px;
	margin:20px;
	border:2px dotted #fe670e;
	padding: 20px;
	background: #ffa916;
	color: #ffffff;
	font: normal 18px Tahoma;
}

	
.guestbook_text {
	padding: 10px;
}
.guestbook_entry h2{
	font: bold 14px Tahoma;
	color: #ffffff;
	}
.guestbook_editor h1 {
	font: normal 18px Tahoma;
	margin: 0px;
	color: #ffffff;
	}
	
.guestbook_header {
	background: #ffa916;
	border-bottom: 2px solid #fe670e;
	padding:2px 10px 1px 10px;
	color: #ffffff;
}

.guestbook_editor input {
	width: 200px;
	border: 1px solid #a0a0a0;
}

.guestbook_editor textarea {
	width: 400px;
	border: 1px solid #a0a0a0;
	font: normal 12px Tahoma;
}


.block {
	margin:10px auto;
	width:160px;
}
