@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}


body {
	background:#FFFFFF;
	color:#000000;
	font:14px Arial, Helvetica, sans-serif;
	line-height:18px;
}

.container {
	width:980px;
	background: url(images/body-bg.jpg) #FFFFFF repeat-x;
	margin:0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
	border:1px solid #CCC;
}

.header {
	margin-top:0px;
	margin-bottom:10px;
	padding:20px 20px 0 0px;
}

.header h1 {
	font:32px Century Gothic, sans-serif;
	color:#C30;
	font-weight:bold;
	padding-left:20px;
}

.slogan {
	color:#FFF;
	padding-left:20px;
}

.description {
	color:#F90;
	font-size:16px;
	text-align:right;
	margin-top:10px;
}

#topmenu {
	color:#FFFFFF;
	height:38px;
	padding-top:20px;
	
}

#topmenu ul {
	list-style:none;
}

#topmenu ul li {
	float:left;
	text-transform:uppercase;
	font-weight:bold;
}

#topmenu ul li a {
	padding:20px;
	color:#FFFFFF;
	text-decoration:none;
}

#topmenu ul li a:hover, .current {
	padding:20px;
	background:#CC3366;
}

.content {
	padding:20px 15px;
}

.content a {
	color:#F33;
	text-decoration:none;
}

.content a:hover {
	text-decoration:underline;
}

.content h1 {
	font:26px Century Gothic, sans-serif;
	color:#F00;
	font-weight:bold;
	padding:10px 0;
	border-bottom:1px dashed #000000;
}

.boxes {
	padding:0 10px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height:20px;
}
.box1 { float: left; width: 265px; margin: 10px 22px 15px 0; background:#FFFFFF; padding:10px 10px; border:1px dashed #010101; height:440px; }

.sidebar { float: left; width: 295px; margin: 10px 32px 15px 0; background:#FFFFFF; padding:10px 10px; }

.sidebar-contact { float: left; width: 450px; margin: 10px 32px 15px 0; background:#FFFFFF; padding:10px 10px; }

.sidebar ul {
	font-size:12px;
	color:#00c;
	font-weight:bold;
	padding:0 0 0 20px;
}

.box2 { float: left; width: 500px; margin: 10px 22px 15px 0; background:#FFFFFF; padding:10px 10px; }

.box2 ul {
	color:#00c;
	font-weight:bold;
	padding:10px 0 10px 20px;
}

.box3 { float: left; width: 350px; margin: 10px 22px 15px 0; background:#FFFFFF; padding:10px 10px; }

.box3 ul {
	color:#00c;
	font-weight:bold;
	padding:10px 0 10px 20px;
}

.box4 { float: left; width: 890px; margin: 10px 22px 15px 0; background:#FFFFFF; padding:10px 10px; }

.box1 h2 {
	font:20px Century Gothic, sans-serif;
	color:#333;
	font-weight:bold;
	padding:10px 0;
}

.box1 ul {
	list-style:square;
	font-size:12px;
	padding:0 0 0 20px;
	line-height:18px;
}

.details {
	font-size:16px;
	font-weight:bold;
	padding:5px 0;
}

.prices {
	line-height:20px;
}
.pricelist {
	padding:10px 0;
}

.pricelist ul {
	color:#00c;
	font-weight:bold;
	list-style:square;
	padding:10px 0 10px 20px;
}

.black {
	color:#000;
}

.notification {
	color:#06F;
	font-weight:bold;
	padding:5px 0;
}
.box1.last { float: right; margin-right: 0; }

.footer {
	font-size:12px;
	padding:10px 0;
}

.links {
	padding:0 15px;
}
.links a {
	color:#06F;
	text-decoration:none;
}

.links a:hover {
	text-decoration:underline;
}
.footer h3 {
	font:22px Century Gothic, sans-serif;
	color:#F00;
	font-weight:bold;
	border-bottom: 1px dashed #000000;
	padding:10px 0;
}

.fleft {
	float:left;
	margin-right:10px;
}

.fright {
	float:right;
	margin-left:10px;
}

.clearfloat {
	clear:both;
}
