html,body {
	margin:0px;
	padding:0px;
	height:100%; /* needed for container min-height */
	background:#eeeeee;
	
	font-family: Tahoma, Arial, sans-serif;
	color:#eeeeee;
}

a
{
    text-decoration: none;
    /*color: #0000c7;*/
    color: #c70000;
}
a:hover
{
    text-decoration: underline;
    color: #c70000;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 980px;
	background:#ffffff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	background-image: url(content.png);
	background-repeat: repeat-y;
}

/* header */
div#header 
{
    clear: both;
    background-image: url(top.png);
    background-repeat: repeat-x;
    height: 67px;
    padding-top: 25px;
    padding-left: 10px;
}

img#top_logo
{
    float: left;
    height: 41px;
}

ul#top_menu
{
    float: right;
    margin-top: 12px;
    margin-bottom: 0px;
    padding-right: 1.5em;
    color: #919191;
    text-transform: uppercase;
    font-size: 17px;
    list-style: none;
    cursor: default;
}
ul#top_menu p
{
    padding: 0px;
    margin: 0px;
    border: none;
}
ul#top_menu li
{
    float: left;
    margin-right: 1em;
}
ul#top_menu li.last
{
    min-width: 120px;
}
ul#top_menu li a
{
    display: block;
    color: #919191;
    text-decoration: none;
}
ul#top_menu li a:hover
{
    color: #c70000;
}
ul#top_menu ul
{
    position: absolute;
    z-index: 100;
    float: none;
    list-style: none;
    margin: -2px 0px 0px -5px;
    padding: 0px;
    text-transform: none;
    font-size: 13px;
    line-height: 22px;
    background-image: url(submenu.png);
    background-repeat: repeat-x;
    background-color: #e1e1e1;
    border-left: 1px solid white;
    border-right: 1px solid white;
    min-width: 120px;
}
ul#top_menu ul li
{
    float: none;
    border-bottom: 1px solid white;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0px;
}

ul#top_menu ul
{
    display: none;
}
ul#top_menu li:hover, ul#top_menu li:hover > a
{
    color: #c70000;
}
ul#top_menu li:hover ul
{
    display: block;
}
ul#top_menu ul li, ul#top_menu ul li a
{
    color: #919191;
}

div#langs
{
    clear: both;
    padding-top: 3px;
    margin-top: 0px;
	float: left;
}
div#langs a
{
    color: #919191;
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 3px;
	display: -moz-inline-box;
	display: inline-block;
	height: 10px;
	line-height: 10px;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: top left;
}
div#langs a:hover
{
    background-position: bottom left;
    text-decoration: none;
    color: #c70000;
}

#loginbox
{
    padding: 0px;
    margin: 0px;
    float: right;
    font-size: 11px;
    margin-right: 20px;
    line-height: 13px;
    color: #808080;
}
#loginbox span
{
    vertical-align: middle;
}
#loginbox a
{
    vertical-align: middle;
    color: #808080;
}
#loginbox a:hover
{
    color: #c70000;
}
#loginbox label
{
    position: absolute;
    color: #c0c0c0;
    margin-top: 2px;
    height: 13px;
    margin-left: 3px;
    cursor: text;
}
#loginbox input
{
    border: 1px solid #e0e0e0;
    background-color: #f8f8f8;
    width: 80px;
    height: 13px;
    font-size: 11px;
    color: #404040;
    vertical-align: middle;
}

/* banner */
div#banner
{
    clear: both;
    height: 248px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
div#banner_inner
{
    height: 248px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* path */
div#path
{
    clear: both;
    background-image: url(path.png);
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;
    cursor: default;
}
div#path ul
{
    margin: 0px;
    padding: 0px 0px 0px 10px;
    list-style: none;
}
div#path li
{
    float: left;
    margin-right: 15px;
    font-size: 11px;
    color: #6d6d6d;
    background-image: url(path_item.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
}
div#path li a
{
    text-decoration: none;
    color: #6d6d6d;
}
div#path li a:hover
{
    color: #c70000;
}

div#path_right
{
    float: right;
}
div#path_right a
{
    margin-right: 15px;
    font-size: 11px;
    color: #6d6d6d;
    background-image: url(path_item.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
}
div#path_right a:hover
{
    color: #c70000;
    text-decoration: none;
}

/* content */
div#content 
{
    clear: both;
	padding-bottom: 50px; /* bottom padding for footer */
	color: #6d6d6d;
}
div#content p
{
	text-align:justify;
    padding: 0px;
    margin: 5px 0px 5px 0px;
}

div#content h1
{
    font-weight: bold;
    /*color: #6d6d6d;*/
    color: #c70000;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
}
div#content div.calendarinfo
{
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 11px;
    border-left: 5px solid #c7c7c7;
    padding: 2px 0px 2px 5px;
    color: #505050;
}
div#content div.lead
{
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}
div#content div.body
{
    font-size: 12px;
    line-height: 20px;
}
div#content p
{
    margin-bottom: 5px;
}
div#content h2
{
    font-weight: bold;
    color: #6d6d6d;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
}
div#content h2 a
{
    color: #6d6d6d;
    text-decoration: none;
}
div#content h2 a:hover
{
    text-decoration: underline;
}
div#content h3
{
    font-weight: bold;
    color: #6d6d6d;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
}
div#content div.child div.calendarinfo
{
}
div#content div.child div.lead
{
    font-weight: normal;
    padding-left: 12px;
}
div#content div.child div.body
{
    font-weight: normal;
    padding-left: 12px;
    font-size: 11px;
    line-height: 16px;
}

div#content div.tags
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
div#content div.tags a
{
    color: #6d6d6d;
    border-bottom: 1px dotted #6d6d6d;
}
div#content div.tags a:hover
{
    color: #c70000;
    border-bottom: 1px dotted #c70000;
    text-decoration: none;
}

ul.searchresult
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
}
ul.searchresult li
{
    background-image: url(path_item.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
}
ul.searchresult a
{
    color: #6d6d6d;
}
ul.searchresult a:hover
{
    color: #c70000;
}

div#content div.tagcloud a
{
    color: #6d6d6d;
}
div#content div.tagcloud a:hover
{
    color: #c70000;
    text-decoration: none;
}

div#content_left
{
    width: 620px;
    padding: 10px;
    float: left;
}
div#content_right
{
    float: right;
    width: 329px;
    text-align: right;
    padding-right: 1px;
    padding-top: 30px;
}

/* footer */
div#footer 
{
    clear: both;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	
	height: 33px;
	background-image: url(footer.png);
	background-repeat: repeat-x;
	
	font-size: 11px;
	color: White;
}
div#footer p {
	padding-left: 12px;
	padding-top: 12px;
	margin:0;
	text-align: center;
	text-transform: uppercase;
}
div#footer a
{
    color: White;
    text-decoration: none;
}
div#footer a:hover
{
    text-decoration: underline;
}

a.productbox
{
    display: block;
    height: 79px;
    width: 314px;
    border: 0px;
    background-repeat: no-repeat;
    background-position: top left;
}
a.productbox:hover
{
    background-position: bottom left;
}
div.productsep
{
    width: 304px;
    margin-left: 10px;
    height: 3px;
    background-color: #e9e9e9;
}

/*** admin ***/
a.admin
{
    border-bottom: 1px #c0c0c0 dashed;
    font-style: italic;
}
a.admin:hover
{
    text-decoration: none;
    border-bottom: 1px #c70000 dashed;
}

div.adminedit
{
	display: inline-block;
	position: absolute;
	top: 8px;
	border: 1px dotted #505050;
	padding: 1px 5px 1px 5px;
	color: #c0c0c0;
	font-size: 12px;
	z-index: 120;
}
div.adminedit:hover
{
	border: 1px solid #000000;
}
div.adminedit a
{
	color: #606060;
	text-decoration: none;
}
div.adminedit a:hover
{
	color: #c70000;
	text-decoration: none;
}
