/* CSS Document */

	body {
		margin:0px;
		padding:0px;
		background-color:#000000;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
	}
	#body {
		position:absolute;
	}
	#infobar {
		width:1000px;
		height:24px;
		padding:0px;
		vertical-align:middle;
	}
	#infobar #logo {
		position:absolute;
		width:145px;
		top:5px;
		left:15px;
		float:left;
	}
	#infobar #infotext {
		position:absolute;
		left:145px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		vertical-align:middle;
		line-height:22px;
		height:24px;
		overflow:hidden;
		width:855px;
	}
	#infobar a.infolink {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		text-decoration:none;
	}
	#infobar a.infolink:hover {
		text-decoration:underline;
	}
	
	#menubar {
		width:1000px;
		height:150px;
		padding:0px;
	}

	#content {
		clear:both;
		width:1010px;
		padding:0px;
		/*min-height:400px;*/
		height:400px;
	}

	#center_1, #left_2, #right_2, #left_3, #center_3, #right_3 {
/*
		border:1px dashed #ffffff;
*/
	}
	#content #center_1 {
		width:1000px;
		height:400px;
	}

	#content #left_2 {
		float:left;
		width:290px;
		height:400px;
	}
	#content #right_2 {
		float:left;
		width:710px;
		height:400px;
	}

	#content #left_3 {
		float:left;
		width:290px;
		height:400px;
	}
	#content #center_3 {
		float:left;
		width:420px;
		height:400px;
	}
	#content #right_3 {
		float:left;
		width:290px;
		height:400px;
	}
	span.defaultlang {
		background-color:#FF0000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	#footermenubar {	
	 	clear:both;	
		text-align:center;
		width:1000px;
		height:75px;
		padding:0px;
		top:574px;
		position:absolute;
	}
	
	span.button {
		border:1px solid #FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		padding:0px 4px 0px 4px;
		cursor:pointer;
	}


/* Content */


	#content a.link, #content span.link {
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
	}
	#content a.link:hover, #content span.link:hover, #content span.link_hover {
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#ffFFFF;
	}
	
	#content a.img {
		 border:none !important;
	}
	#content .text {
		padding:40px 0px 0px 60px;
	}	
	#content .leftmenu {
		padding:40px 0px 0px 60px;
		width:230x;
	}	

	#content h2 {
		font-family:Helvetica, Arial, sans-serif;
		font-size:16px; 
		font-weight:lighter; 
		text-transform:uppercase;
		color:#FFFFFF;
	}

	#content h3 {
		font-family:Helvetica, Arial, sans-serif;
		font-size:14px;
		font-weight:normal;
		text-transform:uppercase;
		color:#FFFFFF;
		margin-bottom:0px;
	}
	#content h3 {
		height:100% !important;
	}
	#content h3.arrow_lr_on {
		background-image:url(../../media/images/arrow_lr_on.png) !important;		
	}
	#content h3.arrow_lr {
		background-image:url(../../media/images/arrow_lr.png);
		background-position:left top;
		background-repeat:no-repeat;
		position:relative;
		padding-left:20px;
		padding-top:4px;
		left:-20px;
		height:20px;
		margin-bottom:1em !important;
/*		cursor:pointer;*/
	}

	#content h4 {
		font-family:Helvetica, Arial, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-transform:none;
		color:#FFFFFF;
		margin-top:0px;		
	}

	#content h5 {
		font-family:Helvetica, Arial, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-transform:none;
		color:#F6AB40;
		margin-top:0px;	
		margin-bottom:0em !important;
		margin-left:5px;
	}

	#content .copytext {
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
	}
	#content .imgsubline {
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
		text-align:right;
	}
	
	#content ul.nobullet {
		list-style:none;
	}
	#content ul.nobullet li {
		padding:0px 0px 4px 0px;
		margin:0px;
		position:relative; 
		left:-40px;
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
		line-height:1.2em;
	}

	#content ul.arrowbullet {
		list-style:none;
	}
	#content ul.arrowbullet li {
		background-image:url(../../media/images/arrow_small_right.png);
		background-repeat:no-repeat;
		background-position:0px -1px;
		padding:0px 0px 4px 15px;
		margin:0px;
		position:relative; 
		left:-40px;
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
		line-height:1.2em;
	}


	#content div.popup {
		border:1px solid #FFFFFF;
		position:absolute;
		top:10px;
		left:10px;
		background-color:#000000;
		width:600px;
		padding:10px; 
		z-index:200;
	}
	#content div.popup div.closebutton {
		position:absolute;
		text-align:right; 
		width:600px;
	}
	#content td.pages {
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
	}
	#content .notice {
		font-family:Arial, sans-serif;
		font-size:9px;
		font-weight:normal;
		color:#808080;
	}
	
	
/* Forms */	
	#content label {
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
	}
	#content input, #content textarea {
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		font-weight:normal;
		border:none;
		padding:2px 5px 2px 5px;
	}
	#content input.contact, #content textarea.contact {
		background-color:#F6AB40;
		color:#000000;
		width:200px;
	}
	#content input.contact {
		height:14px;
	}
	#content textarea.contact {
		height:50px;
	}	



	#content input.bonus, #content textarea.bonus {
		background-color:#ffffff;
		color:#000000;
		width:200px;
	}
	#content input.bonus {
		height:14px;
	}
	#content select.bonus {
		background-color:#ffffff;
		color:#000000;
		width:200px;
	}	


	
	#content .responsemessage {
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
	}
	#content img.rating {
		padding-right:5px;
	}	
	
	
	
	#content input.insert, #content textarea.insert {
		background-color:#F6AB40;
		color:#000000;
	}
	#content input.insert {
		height:14px;
		width:200px;
	}
	#content textarea.insert {
		width:370px;
		height:200px;
	}	

