#site {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana, Helvetica;
	font-size: 13px;
	background: #CCCCCC;
	color: #333;
	background: url(pics/snowflake.png);
}


#wrapper a {
	color: #0048ff;
	text-decoration: none;
}

#wrapper a:hover {
	color: orange;
	text-decoration: none;
}

#wrapper a:active {
color: #0048ff;
text-decoration: none;
}

#top {
	margin: 0;
	padding: 0;
	background: url(pics/top.png);
	background-repeat: repeat-x;
	height: 363px;
	padding-top: 50px;
}


#container {
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

#background {
	width: 1000px;
	background: #ffffff;
	-moz-border-radius: 8px; /*--CSS3 Rounded Corners--*/
	border-radius: 8px; /*--CSS3 Rounded Corners--*/
	-moz-border-radius-topleft: 0; /*--CSS3 Rounded Corners--*/
	border-top-left-radius: 0; /*--CSS3 Rounded Corners--*/
}

#logo {
	text-align: left;
	background: url(pics/botniacaravan_logo.png);
	background-repeat: no-repeat;
	height: 94px;
	width: 100%;
	margin: 0;
}

#contact {
	margin-left: auto;
	padding: 10px 30px 20px 0;
	text-align: right;
	width: 290px;
}

#contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #848689;
	font-size: 12px;
}

#contact li {
	float: left;
	margin: 0 0.15em;
}

#email a {
	padding-left: 30px;
	padding-right: 5px;
	background: url(pics/email.gif);
	background-repeat: no-repeat;
	color: #FF9900;
	text-decoration: underline;
	height: 18px;
}

#phone {
	padding-left: 25px;
	background: url(pics/phone.gif);
	background-repeat: no-repeat;
	height: 16px;
}

#nav {
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#banner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 342px;
	width: 950px;
	border-top: 1px solid #dcdce9;
	border-left: 1px solid #dcdce9;
	border-right: 1px solid #dcdce9;
	border-bottom: 0;
}


#wrapper {
	background: #fff;
	padding: 30px;
	text-align: left;
}


#left, #right{
	
	height: 100%;
	background: #fff;
	float: left;
	text-align: left;
}

#left {
	width: 550px;
	padding-right: 20px;

}

#right {
	width: 370px;
	padding-left: 0;
}

#footer {
	clear: left;
	padding: 10px 10px 5px 10px;
	text-align: left;
}

#copyright {
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	padding-bottom: 10px;
}

#copyright a {
	text-decoration: none;
	color: #CCCCCC;
}


h1 {
	margin: 25px 5px 5px 0px;
	color: #004B7A;
	font-family: Verdana;
	font-size: 18px;
	font-style: italic;
	border-bottom: 2px solid #CCCCCC;
}


.malli {
	width: 240px;
	padding: 10px;
	padding-left: 17px;
	text-align: left;
}



.selostus {
	min-width: 500px;
	padding: 10px;
}

.alt {
	background: #FFF;
}

.alt2 {
	background: #EEE;
}

.tiedot {
	width: 50%;
}

.tieto {
	text-align: right;
	color: #666;
}

.tuloste {
	text-align: left;
	color: #000;
}

.tulosta {
	width: 500px;
	border: 1px solid #eee;
}

.thumb {
	width: 140px;
	height: 100px;
	border: 1px solid #777;
}

.thumb:hover {
	width: 140px;
	height: 100px;
	border: 1px solid orange;
}

