@charset "UTF-8";
/* Ukko Cabins CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #header {
	background-image: url(header_bg.jpg);
	height: 176px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container #topmenu {
	background-image: url(topmenu_bg.jpg);
	height: 38px;
}
#topmenu ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#topmenu ul li {
	display: block;
	list-style-type: none;
	float: left;
	width: 67px;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#topmenu ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	display: block;
	width: 66px;
	height: 38px;
	padding-top: 10px;
}
#topmenu ul li a:hover {
	color: #C30;
	background-image: url(topmenuon_bg.gif);
	background-repeat: no-repeat;
}
#container #breadscrum {
	background-image: url(breadscrum_bg.jpg);
	height: 31px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	padding: 4px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#sidebar1 h1 {
	height: 45px;
	width: 175px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*Sidebar Menu*/
#sidebar1 #menu {
	width: 160px;
	margin: 10px;
}
#sidebar1 #menu ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#sidebar1 #menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(menu.jpg);
	background-repeat: repeat-x;
}
#sidebar1 #menu li a:link, #menu li a:visited {
	color: #930;
	display: block;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#sidebar1 #menu li a:hover {
	color: #333;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(menu_on.jpg);
	background-repeat: repeat-x;
}
/*END SIDEBAR MENU*/
/*SIDEBAR1 LINKS START*/
#sidebar1 #links {
	width: 170px;
	background-color: #FFC;
	border: 1px solid #900;
	padding: 0px;
	margin: 0px;
}
#sidebar1 #links ul li {
	list-style-image: url(http://www.ukkoindustries.com/assets/templates/ukkocabins/list.gif);
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #links ul li a {
	text-decoration: none;
	color: #AD0000;
	font-size: 11px;
	font-weight: bold;
}
#sidebar1 #links ul li a:hover {
	text-decoration: underline;
	color: #666;
	font-size: 11px;
	font-weight: bold;
}
#sidebar1 #links h1 {
	color: #069;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	display: block;
	height: 20px;
	width: 160px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar1 h3 {
	font-size: 9px;
	font-weight: normal;
	color: #960;
}
/*END LINKS*/
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent h1 {
	font-size: 24px;
	color: #960;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #960;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: normal;
	text-indent: 2px;
	letter-spacing: 0.1em;
}
.twoColFixLtHdr #mainContent h2 {
	color: #960;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent h3 {
	color: #333;
	font-size: 16px;
}
.twoColFixLtHdr #mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style-type: circle;
}
.twoColFixLtHdr #mainContent p {
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
#mainContent #details {
	font-size: 12px;
	display: block;
	color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
}
#mainContent #details h5 {
	font-size: 12px;
	color: #960;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
#mainContent #details p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	display: block;
	height: 15px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 98%;
	background-color: #FFC;
	padding-left: 4px;
}
#mainContent #note{
	color: #069;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
}
.twoColFixLtHdr #footer {
	background-color: #FEFF5B;
	border: 1px solid #CCC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

