/* general */
BODY, HTML, FORM, INPUT, SELECT, OPTGROUP, OPTION, TEXTAREA, BUTTON, A, P, DIV, TABLE, TR, TD, UL
{
	color		: #656565;
	margin		: 0px;
	padding		: 0px;
	font-family	: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size		: 8pt;
	vertical-align	: middle;
}

/* sub general */
IMG
{
	border		: 0px;
}
A
{
	color		: #656565;
	text-decoration	: none;
}
A:hover, A:active
{
	text-decoration	: underline;
}
P
{
	margin-bottom	: 10px;
}
UL
{
	margin		: 4px 10px 4px 30px;
}
TABLE
{
	width		: 100%;
}
HR
{
	height		: 1px;
}

h1 {
	margin		: 10px 0px 20px 0px;
	font-size		: 15pt;
	font-weight	: bold;
	color		: #000000;
}

h2 {
	color: #F97510;
	font-size		: 8pt;
	margin: 0px;
	font-weight: normal;
}

/* layout */
.page
{
	width		: 1000px;
}
.page .top
{
	background-image	: url(../pictures/logo.jpg);
	background-repeat	: no-repeat;
	width		: 1000px;
	height		: 56px;
	padding-bottom: 10px;
}
.page .left-content
{
	background-color	: #B4B4B4;
	border-right	: 1px solid #656565;
	width		: 160px;
	vertical-align	: top;
	padding-bottom: 1em;
}
.page .left-line3
{
	background-color	: #B4B4B4;
	border-right	: 1px solid #656565;
}
.page .center
{
	width		: 840px;
	vertical-align	: top;
}
.page .madeby
{
	border-top	: 1px solid #656565;
	height		: 35px;
}
.page .madeby .left
{
	font-size		: 7pt;
	vertical-align	: middle;
	text-align		: left;
	padding-left	: 10px;
}
.page .madeby .right
{
	vertical-align	: middle;
	text-align		: right;
}
.page .madeby .right A
{
	font-size		: 7pt;
}
.stihl_importer {
	color: #fff;
	width: 155px;
	margin-top: 47px;
	padding-left: 5px;
	font-weight: bold;
	position: absolute;
	font-style: italic;
	background: #F37A1F;
}
#entryflash {
	padding-top: 20px;
}