*
{
    font-family: Calibri, Sans-Serif;
}

a:link, a:visited, a:visited,a:link
{
    color: gray;
    text-decoration: none;
}

a:hover, a:active, a:hover,a:active
{
    color: maroon;
    text-decoration: none;
}

html,body
{
    background-color: rgb(239,239,239);
	height:100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

fieldset
{
    background-color: rgb(239,239,222);
    margin: 5px;
    padding: 5px;
}

hr
{
    border: 1px dotted gray;
}

#main
{
    background-color:white;
    position: relative;
	height:auto;
	height:100%;
	min-height:100%; 
    margin: auto;
    text-align: left;
    width: 970px;
}

#header
{
    background-color:white;
    padding-top: 30px;
	padding-bottom: 0px;
	margin: 0px;
	height: 60px;
    width: 970px;
}

#loginform
{
    margin: auto;
    text-align: left;
    width: 200px;
}

#content
{
    background-color:white;
    float: left;
	min-height: 540px;
    width: 970px;
}


#middle h1
{
    color: rgb(128,128,128);
    font-weight: lighter; 			
    font-size: 1.2em;
}

#middle img
{
	margin: 5px;
}

#middle h2
{
    color:  rgb(128,128,128);
    font-weight: lighter; 			
    font-size: 1.1em;
}


#middle h3
{
    color:  rgb(128,128,128);
    font-weight: lighter; 			
    font-size: 1.0em;
}


#footer
{
    background-color: white;
    position: fixed;
	bottom: 0px;
	float: left;
    height: 30px;
    text-align: center;
    width: 970px;
}

#footer p
{
    color: gray;
    margin: 0px;
    font-size: 10pt;
}

#logo
{
    float: left;
    height: 40px;
	padding-left: 5px;
    width: 234px;
}

#navbar
{
    float: left;
    height: 50px;
    text-align: left;
    line-height: 30px;
    padding-left: 5px;
    width: 640px;
}

#language
{
    height: 50px;
    float: right;
    padding-right: 10px;
    line-height: 30px;
    text-align: right;
    width: 65px;
}

#left img
{
    width: 234px;
}

#animation
{
    margin-top:30px;
}

#middle
{
    background-color:white;
    float: left;
    font-size:1.0em;
    min-height: 540px;
    padding-left: 5px;
	padding-right: 5px;
	text-align: left;
    width: 460px;
}

#left
{
	background-color:white;
    min-height: 540px;
    float: left;
    padding-right: 5px;
	width: 234px;
}

#left h4
{
    color: white;
    font-size:11pt;
}

#path, #middle p, #middle h3, #middle hr
{
    margin-top: 5px;
    margin-bottom: 5px;
}

#middle h3
{
    color: gray;
}

#right
{
    background-color:white;
    float: left;
    padding-top: 25px;
	min-height: 540px;
    font-size: 11pt;
    text-align: left;
    width: 234px;
}

#right h3, #right hr
{
    color: gray;
}

.menu
{
    display: inline;
    text-decoration: none;
    vertical-align: top;
}

#language a
{
    vertical-align: bottom;
}
#navbar a
{
    border-right: 2px solid maroon;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#navbar a:link, #navbar a:visited, #language a:visited,#language a:link
{
    color: gray;
    text-decoration: none;
}

#navbar a:hover, #navbar a:active, #language a:hover,#language a:active
{
    color: maroon;
    text-decoration: none;
}

.bulletin
{
    color: maroon;
    display: list-item;
    list-style-type: none;
    border: 1px gray dotted;
    margin: 10px;
    padding: 10px;
}

.submenuitem
{
    display: list-item;
    list-style-type: none;
    margin: 5px;
    padding: 5px;
}

.submenuitem a
{
    text-decoration: none;
}

.submenuitem a:link, .submenuitem a:visited
{
    color: maroon;
}

.submenuitem a:hover, .submenuitem a:active
{
    color: gray;
}

.bulletin a
{
    text-decoration: none;
}

.bulletin a:link, .bulletin a:visited
{
    color: maroon;
}

.bulletin a:hover, .bulletin a:active
{
    color: gray;
}

.product_info
{
    min-height: 180px;
    float: left;
}

.product_info_first_p
{
    margin-top: 35px;
    min-height: 145px;
    float: left;
}

#path
{
    font-size: 0.8em;
}

