html, body, div, p, span, table, tr, td, th, a, ul, ol, li, dl, dt, dd, img, h1, h2, h3, h4 {margin: 0; padding: 0;}

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, "MS Trebuchet", sans-serif;
	font-size: 10pt;
}

ul, li {
	list-style:none;
}

div#layout {position: relative; min-width: 990px;}
* html div#layout {width: expression((document.getElementById('measurer') && document.getElementById('measurer').clientWidth < 990) ? '990px' : '100%');}

.line {
	width: 40%;
	border-bottom: 1px solid #E6E6E6;
	display: block;
	margin: 25px auto;
	height: 1px;
}

a:link, a:visited {
	text-decoration: underline;
}

img {
	border: 0;
}

#menu, #menu a:link, #menu a:visited, .menu a:link, .menu a:visited, a:link, a:visited {
	color: #0071BC;
}

a.red:link, a.red:visited {
	color: #EE1D25;
}

#menu {
	padding: 15px;
}

#right-menu {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 0.9em;
	color: #0071BC;
	font-weight: normal;
}

#header {
	text-align: center;
	padding: 10px;
}

#header h1 {
	font-weight: normal;
	color: #006837;
}

/* ----- canvas ---- */

#about-canvas-container	{
	width: 100%;
	height: 80px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 440px;
	z-index: 100;
	display: none;
}

#pilous-canvas-container	{
	width: 100%;
	height: 80px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 422px;
	z-index: 100;
	display: none;
}
#eberle-canvas-container	{
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 510px;
	z-index: 100;
	display: none;
}

/* ----- saw ------ */

#saw {
	position: relative;
}

#splitter {
	display: block;
	height: 125px;
}

#bandsaw {
	display: block;
	width: 100%;
	height: 334px;
	background: url(images/bandsaw.png) left top no-repeat;
	position: relative;
}

.bubble {
	display: block;
	width: 300px;
	z-index: 90;
	color: #4D4D4D;
	font-size: 9pt;
}

.bubble .container {
	padding: 15px;
}

.bubble .sb-inner { background:white; }
.bubble .sb-border { background:#e6e6e6; }

.bubble img{
	margin-top: 8px;
}

.bubble h2 {
	padding-top: 5px;
	font-size: 13pt;
}

.bubble h2 span {
	border-bottom: 1px solid;
	
}

#bubbleone {
	left: 10%;
	top: 10px;
	position: absolute;
}

#bubbleone h2, #content h1.amada {
	color: #0071BC;
}

#bubbletwo {
	right: 10%;
	top: 10px;
	position: absolute;
}

#bubbletwo h2, #content h1.pilous {
	color: #0071BC;
}

#bubblethree {
	left: 50%;
	margin-left: -200px;
	width: 400px;
	top: 220px;
	position: absolute;
	text-align: center;
}

#bubblethree h2, #content h1.eberle {
	color: #EE1D25;
}

/* ------- content ----- */

#content {
	line-height: 1.6; 
	margin-top: 100px;
	width: 85%;
	margin-left: 45px ;
	margin-right: auto;
}

#content h1, .content h1 {
	font-weight: normal;
	margin-bottom: 10px;
}

#content p, .content p {
	margin-bottom: 20px;
}

.content ul {
	list-style: default !important;
}

.content li {
	list-style: default !important;
	margin: 5px 0px 5px 30px;
}

/* ------- footer ----- */
#bottom {

}

.footer {
	color: #666666;
	font-size: 9pt;
	padding-right: 20px;
	padding-bottom: 15px;
}

.menu {
	padding-bottom: 15px;
	padding-left: 45px;
}

.menu li {
	line-height: 25px;
}
/* ------- page ---- */
#page {
	margin-top: 20px;
}

.menu1 {
	padding-bottom: 0;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 45px;
}

.menu1 li {
	line-height: 25px;
}

.menu1 ul li ul {
	margin-left: 20px;
}

.logo {
	margin-left: 40px;
}

/* ----------- shop ------------ */

.mf-block {
	width: 200px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ececec;
	text-align: center;
	float: left;
	margin-right: 10px
}

.mf-block:hover, .mf-block-p:hover {
	border: 1px solid #cccccc;
}

.mf-block-p {
	width: 200px;
	border: 1px solid #ececec;
	text-align: center;
	float: left;
	margin-right: 10px;
	padding: 10px;
	cursor: pointer;
}

.mf-block-p a {
	color: black;
	text-decoration: none;
}

h3 {
	margin-bottom: 7px;
}

h3.grey, span.grey {
	color: #0071BC;
}

span.green {
	color: #007700;
}

ul.grey {
	background: #F7F7F7;
	padding-left: 10px;
	margin-left: -10px;
}

table.alternative {
	background: #F7F7F7;
}

table.alternative tr {
	background: none;
}

table.alternative tr:hover {
	background: #D7D7D7;
}

table.alternative td {
	padding: 7px;
}

table.basket {

}

table.basket tr {
	background: #F7F7F7;
}

table.basket tr:hover {
	background: #dFdFdF;
}

table.basket td {
	padding: 7px;
}

table.basket thead tr, table.basket thead tr:hover {
	background: #cccccc;
}
table.basket thead tr th {
	padding: 7px;
	font-weight: normal;
	font-size: 0.9em;
}

tr.white, tr.white:hover {
	background: white !important;
}

.addtobasket {
	cursor: pointer;
}

.alert {
	background: #FFF1AF;
	padding: 15px;
	font-weight: bold;
	border: 1px solid #FCFAF1;
}

ul.mainmenu li {
	text-indent: -21px;
}

ul.mainmenu ul li {
	text-indent: 0px;
}

ul.mainmenu a { text-decoration: none;}
ul.mainmenu li span {padding: 1px 6px; text-decoration: underline;}
ul.mainmenu img { margin-right: 5px; vertical-align:middle;}

td.td0 {
	text-align: center;
        border: 1px solid gray;
        padding: 10px;
        background: #EEEEEE;
}

td.td1 {
	text-align: center;
        border: 1px solid gray;
        padding: 2px;
        background: #EEEEEE;
}

td.td2 {
	text-align: center;
        border: 1px solid gray;
        padding: 2px;
        background: #F9F7ED;
} 

td.td3 {
	text-align: center;
        border: 1px solid gray;
        padding: 5px;
        background: #CC99FF;
} 

td.td4 {
	text-align: center;
        border: 1px solid gray;
        padding: 5px;
        background: #FFCC66;
} 

td.td5 {
	text-align: center;
        border: 1px solid gray;
        padding: 5px;
        background: #CCCCFF;
} 

td.td6 {
	text-align: center;
        border: 1px solid gray;
        padding: 5px;
        background: #FFCC99;
} 

td.td7 {
	text-align: center;
        border: 1px solid gray;
        padding: 5px;
        background: #FF6633;
} 

td.td8 {
	text-align: center;
        border: 1px solid gray;
        padding: 5px;
        background: #CCFFCC;
} 


td.td9 {
	text-align: center;
        border: 1px solid gray;
        padding: 5px;
        background: #99CCFF;
} 

td.td10 {
	text-align: center;
        border: 1px solid gray;
        padding: 5px;
        background: #CCCC66;
} 

td.td11 {
	text-align: center;
        border: 1px solid gray;
        padding: 5px;
        background: #FF99CC;
} 


.content ul {
	list-style: disc;
}

.content li {
	list-style: disc;
	margin: 5px 0px 5px 30px;
}