@charset "utf-8";
/*
* CSS Document
* by: BlacKnight
* la: 06-04-07
* license : GPL
*/

body
{
	margin: 0;
	padding: 0;
	background-color: #858585;
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a img
{
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}
#header
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
	background: #eeeeee url(../media/header.png) repeat-x top left;
}
#photo
{
	margin: 0;
	padding: 0;
	width: 485px;
	height: 80px;
	background: #eeeeee url(../media/MyPhoto.jpg) no-repeat top left;
	cursor: pointer;
}
#noCSS
{
	display: none;
}
#bar
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 23px;
	font-size: 0.9em;
	font-weight: bold;
	color: #eeeeee;
	text-align: center;
	margin-top: 2px;
}
#bar a,
#bar a:link
{
	color: #eeeeee;
	text-decoration: none;
}
#bar a:hover
{
	color: #FFCC00;				
	border-bottom: 1px dotted #f8f8f8;
}
#menu
{
	width: 155px;
	float: left;
	font-size: 0.9em;
}
#menu_top
{
	width: 155px;
	height: 14px;
	background: #f8f8f8 url(../media/menu_top.jpg) no-repeat bottom left;
}
#menu_center
{
	width: 146px;
	background: #f8f8f8 url(../media/menu_center.jpg) repeat-y top left;
	padding-left: 8px;
}
#menu_bottom
{
	width: 155px;
	height: 14px;
	background: #f8f8f8 url(../media/menu_bottom.jpg) no-repeat top left;
}
#menu h1,
#menu h2,
#menu h3
{
	font-size: 1.1em;
	margin-top: 6px;
	margin-bottom: 2px;
}
#menu hr
{
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100px;
}
#menu a,
#menu a:link
{
	display: block;
	color: #222222;
	text-decoration: none;
	padding-left: 1em;
	margin-right: 12px;
}
#menu a:hover
{
	color: #bb0000;
	text-decoration: none;
	background-color: #f8f8f8;
	margin-right: 12px;
}
#content
{
	margin: 0;
	padding: 0;
	padding-left: 165px;
	padding-right: 20px;
	font-size: 0.9em;
	background-color: #f8f8f8;
}
#menu,
#main
{
	
}
#main
{
	background-color: #f8f8f8;
}
#content h1
{
	margin: 6px;
	margin-left: 0px;
	text-align: left;
}
#content h2,
#content h3
{
	padding-left: 24px;
	background: transparent url(../media/h3.png) no-repeat center left;
}
#content ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul li
{
	margin-left: 16px;
	padding-left: 18px;
	list-style: none;
	background: transparent url(../media/li.png) no-repeat top left;
}
#content a,
#content a:link
{
	color: #000000;
	border-bottom: 1px dotted #bb0000;
	text-decoration: none;
}
#content a:hover
{
	color: #bb0000;
	background-color: #f8f8f8;
	text-decoration: none;
}
#overall
{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
	display: block;
}
#footer
{
    position:absolute;
	left:0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	background: url(../media/bottom.jpg) repeat-x;
}
* html #footer
{
	background: #f8f8f8;
}
#footer #info
{
	padding-top: 4px;
	font-size: 0.8em;
	color: #858585;
	text-align: center;
}
#footer #info a,
#footer #info a:link
{
	color: #bb0000;
	border-bottom: 1px dotted #444444;
	text-decoration: none;
}
#footer #info a:hover
{
	color: #444444;
	border-bottom: 1px solid #bb0000;
	text-decoration: none;
}
#footer #copyright
{
	padding-top: 12px;
	font-size: 0.8em;
	color: #cccccc;
	text-align: center;
}
#footer #copyright a,
#footer #copyright a:link
{
	color: #bbbbbb;
	border-bottom: 1px dotted #bb0000;
	text-decoration: none;
}
#footer #copyright a:hover
{
	color: #bb0000;
	border-bottom: 1px solid #aaaaaa;
	text-decoration: none;
}

#overallend
{
	min-height: 10px;
	clear: both;
}

#quickdownloadbox
{
    margin-left: 50px;
}

#quickdownloadbox a,
#quickdownloadbox a:link
{
    border-bottom: none;
    color: #ffffff;
}

#quickdownloadbox a:hover
{
    color: #cccccc;
    border-bottom: none;
    background-color: transparent;
}

.quickdownload
{
    float: left;
    padding-left: 18px;
    padding-top: 11px;
    background: url(../media/button.png) no-repeat;
    width: 250px;
    height: 84px;
}

.quickdownload span
{
    font-size: 11px;
}

.quickdownload strong
{
    font-size: 20px;
    line-height: 20px;
}

#downloadplatform p
{
    margin-left: 24px;
}

#downloadplatform a,
#downloadplatform a:link
{
	padding-left: 20px;
	background: url(../media/arrow.png) no-repeat;
}

#menu_buttons
{
    width: 125px;
    text-align: center;
}

