/* CSS Document */

html{
}

body {
	margin: 0px; /*no outer borders*/
	padding: 0px; /*no inner borders*/
	background:#FFFFFF;
	text-align: center;
}

/** WRAPPER */
#wrapper {
	width:973px;
	margin: 0 auto;
	text-align:left;
	padding:20px 0 0 0;
}
/*##########header start###################################*/
#header{
	height:198px;
}

#logo{
	height:172px;
	background-image:url(images/image01.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#logoImage{
	height:172px;
	background-image:url(images/headerBG.gif);
	background-repeat:no-repeat;
}
/*##########header end#####################################*/
/*##########topnavi start##################################*/
#topNavi{
	height:26px;
	background-image:url(images/topMenuBG.png);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
}

#topNavi a{
	font-size:11px;
	font-weight:bolder;
	padding-top:3px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing:0.1em;
	color:#FFFFFF;
}

#topNavi a:hover{
	color:rgb(255,153,0);
}

#contentcontainer{
	background-image:url(images/mainBG.png);
	background-repeat:repeat-y;	
}
/*##########topnavi end#################################*/
/*##########menu start##################################*/
#colLeft{
	float:left;
	width:220px;
}

#mainMenu a{
	display:block;
	background-repeat:no-repeat;
	background-position: 3% 50%;
	font-size:9pt;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.05em;
}

#mainMenu a:hover{
	background-color:rgb(255,203,0);	
}

#mainMenu ul{
	list-style-image:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	width:200px;
}

#mainMenu li{
	list-style-image:none;
	padding:0px;
	margin: 2px 0 2px 2px;
}

.menuBG1{
	width:205px;
}

.menuBG2{
	background-color:rgb(255,102,0);
	width:205px;
}

.menuBG3{
	background:none;
	width:200px;
}

.menuBG4{
	background:none;
	width:190px;
}

.menuLink1{
	font-family: Tahoma, Verdana, Arial;
	padding-left:20px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;	
	background-image:url(images/arrowBig.png);
	text-transform: uppercase;
	color:#FFFFFF;
	letter-spacing:0px;
}

.menuLink2{
	background-image:url(images/arrowSmall.png);
	text-transform: uppercase;
	display:block;
	padding-left:20px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#FFFFFF;
}

.menuLink3{
	display:block;
	padding-left:20px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	background-image:none;
	text-transform:none;
	color:#FFFFFF;
}

.menuLink1Active{
	display:block;
	padding-left:20px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;	
	background-image:url(images/arrowBig.png);
	text-transform: uppercase;
	color:rgb(102,20,0);
}

.menuLink2Active{
	background-image:url(images/arrowSmall.png);
	text-transform: uppercase;
	display:block;
	padding-left:20px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:rgb(102,20,0);
}

.menuLink3Active{
	display:block;
	padding-left:20px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	background-image:none;
	text-transform:none;
	color:rgb(102,20,0);
}

#supportImg{
	clear:left;
	text-align:center;
	padding-right:10px;
}
/*##########menu end###################################*/
/*##########center start###############################*/
#colCenter{
	float:left;
	width:500px;
	padding:5px;
}

#colCenter h1{
	color:rgb(102,20,0);
	font-weight:bold;
}
/*##########center end#################################*/
/*##########infobox start##############################*/
#colRight{
	float:right;
	width:220px;
	padding: 10px 0 0 0;
}

#infoboxTitleBG{
	width:215px;
	height:23px;
	background-image:url(images/infoboxTitleBG.png);
	background-repeat:no-repeat;
	padding:0px;
}

#infoboxTitle{
	text-align:left;
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.05em;
	padding-left:10px;
	padding-top:5px;
	padding-right:0;
	padding-bottom:0;
}

#infoboxTextBG{
	width:215px;
	background-image:url(images/infoboxBG.png);
	background-repeat:repeat-y;
}

#infoboxText{
	padding:15px;
	font-size:9pt;
	line-height:12pt;
	letter-spacing:0em;
}

#infoboxText hr{
	margin:10px;
}

#infoboxText a{
	font-weight:bolder;
	padding-top:3px;
	text-decoration: none;
	color:rgb(102,0,0);
}

#infoboxText a:hover{
	color:rgb(255,153,0);
}

#infoboxLink{
	padding:5px;
	font-size:9pt;
	text-align:center;
}

#infoboxLink a{
	font-size:9pt;
	font-weight:bolder;
	padding-top:3px;
	text-decoration: none;
	letter-spacing:0.1em;
	color:rgb(102,0,0);
}

#infoboxLink a:hover{
	color:rgb(255,153,0);
}

#infoboxEnd{
	background-image:url(images/infoboxEndBG.png);
	background-repeat:no-repeat;
	width:215px;
	height:8px;
}
/*##########infobox end###############################*/
/*##########spacer start##############################*/
#spacer1{
	height:11px;
	width:973px;
	clear:both;
	background-image:url(images/bottomBG.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#spacer2{
	clear:both;
}
/*##########spacer end################################*/
/*##########footer start##############################*/
#footer{
	padding:10px;
	font-size:9pt;
	text-align:center;
	color:#000000;
}

#footer a{
	color:#000000;
}

#footerLinks a{
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:0.1em;
	font-weight:bold;
	color:rgb(102,0,0);
}

#footerLinks a:hover{
	color:rgb(255,153,0);
}

#footerCopyright{
	clear:both;
	padding:5px;

}
/*##########footer end##############################*/

/*---------------------------*/
/** TEXTS */
body, th, td, input, textarea, select {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	letter-spacing: 0.01em;
	color:#000000;	
}

/**links*/
a{
	color:rgb(102,20,0);
}

a:hover {
	text-decoration: none;
}

/** HEADINGS */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

h6{
	font-size: 7pt;
}

h5{
	font-size: 8pt;
}

h4{
	font-size: 9pt;
}

h3{
	font-size: 10pt;
}

h2{
	font-size: 11pt;
}

h1{
	font-size: 16pt;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18pt;
}

td{
	margin: 3px;
	padding: 3px;
}

tr{
	margin: 3px;
	padding: 3px;
}

/**misc*/
.align-justify { text-align: justify; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }

img { border: none; }