/**************************************************    Basic */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 12px Arial, Sans-serif;
	color: #000;
	background: #c64b05 url('../images/background3.jpg') repeat-x;
	background: #fff url('../images/background7.jpg');
}



/**************************************************    Layout */
#container {
	width: 939px;
	margin: 0 auto;	
	margin-top: -30px;
}
#layout-table {
	border-spacing: 0;
	border-collapse: collapse;
}
#shadow-top {
	height: 16px;
	width: 907px;
	background: transparent url('../images/shadow-top.png') no-repeat;
}
#shadow-bottom {
	height: 16px;
	width: 907px;
	background: transparent url('../images/shadow-bottom.png') no-repeat;
}
#shadow-left {
	width: 16px;
	height: 589px;
	background: transparent url('../images/shadow-left.png') no-repeat;
}
#shadow-right {
	width: 16px;
	height: 589px;
	background: transparent url('../images/shadow-right.png') no-repeat;
}
#thumbcontainer, #thumbslider {
	background: #fff none;
	height: 90px !important;
	overflow: hidden;
}
#contentcontainer {
	height: 559px;
	height: 467px;
	vertical-align: top;
	background-color: #fff; 
}
#content {
	height: 406px;
	overflow: hidden;
	padding: 10px 25px;
	background: #fff url('../images/containerbg.jpg') no-repeat 100% 100%;
}
#footer {
	width: 907px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent url('../images/footer-line.png') no-repeat 50% 0;
	color: #e78d42;
	color: #999;
}
#madeby {
	top: 0;
	right: 0;
	position: absolute;
	padding: 4px 8px;
}
#madeby a {
	font: normal 11px 'Trebuchet MS';
	text-decoration: none;
	color: #aaa;
}
#madeby a:hover {
	color: #555;
}



/**************************************************    Logo */
#header {
	margin-top: 20px;
	background: transparent url('../images/logobar2.png') repeat-x 0 24px;
}
#logo {
	width: 1000px;
	height: 128px;
	margin: 0 auto;
}
#logo img {
	position: absolute;
}



/**************************************************    Navigation */
#nav {

}
#nav ul li.active a, #nav ul li a.active {

}




/**************************************************    Formatting */
h1 {
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
p {
	margin: 15px 0;
}
a {

}
a:hover {

}



/**************************************************    Unsorted */
.clearfix { clear: both; }
a img { border: 0; }
.less-top-margin { margin-top: 5px; }


/**************************************************    Page: start.php */
#page-start #startpic {
	width: 655px;
	height: 325px;
	background: #fff url('../images/pic-start.jpg') no-repeat;
}
#page-start #startpic a img {
	margin: 290px 0 0 553px;
}
#page-start #offerbox {
	line-height: 19px;
}
#page-start #offerbox p {
	margin: 0 0 15px 0;
}


/**************************************************    Page: prices.php */
.shadecell {
	background-color:#f2f2f2;
	background-color:#faecda;
	border:1px solid #e5e5e5;
	border-color: #f4e3cc;
}
.shadevad {
	background-color:#f2f2f2;
	background-color:#faecda;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	border-color: #f4e3cc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
}
.shadepris{
	background-color:#f2f2f2;
	background-color:#faecda;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	border-color: #f4e3cc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
}
.vad{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	
}
.pris{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
}
