@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/header.jpg);
	height: 155px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 45px 15px 20px;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-stretch: ultra-expanded;
	
	
	
}
.twoColFixLtHdr #homesidebar {
		float: left; /* since this element is floated, a width must be given */
	width: 355px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px 5px 15px;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	font-stretch: ultra-expanded;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 235px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px 30px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 

.twoColFixLtHdr #footer .bottomMenu{
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1a1a1a;
	height:23px;
	margin-bottom:5px;
	color:#666666;
	text-align:center;
} 

.twoColFixLtHdr #footer .bottomMenu a{
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-decoration:none;
	font-size:12px;
	color:#666666;
	
	
	
	font-family:Arial, Helvetica, sans-serif;
} 

.twoColFixLtHdr #footer .bottomMenu a:hover{color:#FFFFFF;	}

.twoColFixLtHdr #footer #copyright{
	float:left;
	font-size:9px;
	color:#666666;
	text-transform:uppercase;
	margin-left:5px;
	margin-top:4px;
	}


.twoColFixLtHdr #footer #endMenu {
	float:right;
	margin-right:5px;
	color:#666666;
	
	}

.twoColFixLtHdr #footer #endMenu a{
	text-transform:uppercase;
	font-size:9px;
	color:#666666;
	text-decoration:none;
	}

.twoColFixLtHdr #footer #endMenu a:hover{
	
	color:#FFFFFF;
	}
	
.twoColFixLtHdr #footer #follow{
	width:280px;
	float:left;
	color:#666666;
	font-size:11px;
	margin-left:50px;
	text-transform:none;
	margin-top:4px;
}

.twoColFixLtHdr #footer #follow a img{
	border:none;
}

.twoColFixLtHdr #footer .bottomBox{
	padding: 3px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1a1a1a;
	height:145px;
	width:180px;
	margin-top:8px;
	float:left;
	margin-left:10px;
	text-align:center;
} 

.twoColFixLtHdr #footer .bottomBox a{
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	margin:0px;
	
 	text-transform:uppercase;
	} 

.twoColFixLtHdr #footer .bottomBox a:hover{color:#FFFFFF;	}


.twoColFixLtHdr #footer .bottomBox img{
	margin:4px 8px 8px 8px;
	border:0px;
} 


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

#logo{
	float: left;
	
	}
	
	#logo a img{
		text-decoration:none;
		border:none;
		}

#menu {
	margin-left:268px;
	margin-top:0px;
	height:27px;
	margin-top:0px;
	padding-top:0px;
}

#menu a{
	font-size: 77%;
	color:#999999;
	padding-left:15px;
	padding-right:10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	
	text-decoration:none;
	font-weight:500;
	
	text-transform:uppercase;
	
	}

#menu a:hover{color:#FFFFFF;	}

#languageMenu {
	height: 123px;
	width: 305px;
	margin-top: 0px;
	margin-left: 650px;
	display:block;
	margin-bottom:0px;
	position:relative;
	background-image:url(../images/languageMenu.jpg);
	background-repeat:no-repeat;
}

#languageMenu a#english {display:block; width:114px; height:0; padding-top:105px; overflow:hidden; position:absolute; left:1px; top:0px;}
#languageMenu * html a#english {height:46px; he\ight:0;}
#languageMenu a#english:hover {background:transparent url(../images/english_over.jpg) no-repeat 0 0; overflow:visible;}

#languageMenu a#german {display:block; width:142px; height:0; padding-top:50px; overflow:hidden; position:absolute; left:98px; top:0px;}
#languageMenu * html a#german {height:45px; he\ight:0;}
#languageMenu a#german:hover {background:transparent url(../images/german_over.jpg) no-repeat 0 0; overflow:visible;}

#languageMenu a#register {display:block; width:150px; height:0; padding-top:60px; overflow:hidden; position:absolute; left:195px; top:0px;}
#languageMenu * html a#register {height:47px; he\ight:0;}
#languageMenu a#register:hover {background:transparent url(../images/register_over.jpg) no-repeat 0 0; overflow:visible;}

#mainImage{
		float:left;
		border:0px;
		margin: 5px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		}
		
		.multiImage{
			width:245px;
			}

#mainFlash{
	float:left;
	border:0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: black;
	;
	}
	
	.description{
	background-color:#1a1a1a;
	float:left;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	min-height: 325px;
	}
	
	.description h3{
	color:#999;
	font-size:14px;
	font-weight:bold;
	margin-top:50px;
	padding-left:30px;
		}
		
		.description p{
	margin-top:20px;
	color:#999;
	font-size:12px;
	padding-left:30px;
	padding-right:30px;
			}
	
	.description ul{
	
	color:#FFF;
	font-size:12px;
	
			}
			
			
			.article{
	background-color:#1a1a1a;
	float:left;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 375px;
	overflow-y:scroll;
	overflow-x:hidden;
	}
	
	.article h3{
	color:#999;
	font-size:14px;
	font-weight:bold;
	margin-top:50px;
	padding-left:30px;
		}
		
		.article p{
	margin-top:20px;
	color:#999;
	font-size:12px;
	padding-left:30px;
	padding-right:30px;
			}
	
	.article ul{
	
	color:#FFF;
	font-size:12px;
	
	
			}
			
	ul#links{
	
	color:#FFF;
	font-size:12px;
	list-style:none;
	
			}
			
			#nopic{width:auto;
				
				}
				
				#sitemap{width:725px;}
				
			#sitemap ul{list-style:none;}
						
						
				#pic{
					width:480px;}
					
			.accessorythumbnailRow{
				height:95px;
				margin-left:20px;
				margin-bottom:30px;
						}
.accessoryThumbnail{
	float:left;
	width:220px;
	}
	
	.accessoryName{
	text-align:center;
	color:#FFF;
	font-size: 12px;
	
	text-decoration: none;
	background-color: transparent;
	}
	
.accessoryImage{
	width:150px;
	height:75px;
	margin: 2px 30px 0px 35px;
	background-color: transparent;
	padding-top:2px;
	border:none;
	border-width: 0;
		}
	
	.specialthumbnailRow{
				height:150px;
				margin-left:20px;
				margin-bottom:30px;
				margin-top:10px;
						}
	
	
	.specialThumbnail{
	float:left;
	width:352px;
	}
	
	.specialImage{
	width:200px;
	height:138px;
	margin: 2px 30px 0px 70px;
	background-color: transparent;
	padding-top:2px;
	border:none;
	border-width: 0;
		}
		
	p.question{
		font-weight:bold;
		color:#06F;
		margin-bottom:0px;
		}	
	
	p.answer{
		
		color:#999;
		margin:0px;
		}
		
		p.calltoaction{
			margin:0px;
			color:#F60;
			}
		p.calltoaction a{color:#F60;}
	
		.history_brief{height:180px; width:auto;}
		
		.history_brief_img{float:left;
		margin-left:20px;
		border:none;
		}
		
		.history_brief_text{
	float:left;
	width:575px;
}
		
		.history_brief_text p{
	margin-top:20px;
	color:#999;
	font-size:12px;
	padding-left:50px;
	padding-right:200px;
}
		
		.historyRow{height:180px; width:auto;}
		
		.history_img{float:left;
		margin-left:20px;
		border:none;}
		
		.history_desc{float:left;
	width:230px;}
	
		.history_desc p{
	margin-top:20px;
	color:#999;
	font-size:12px;
	padding-left:20px;
	padding-right:10px;
}
		
 .history_desc h3{
	color:#999;
	font-size:14px;
	font-weight:bold;
	margin-top:2px;
	padding-left:30px;
		}
		
	.description  .warning{font-size:14px;
	font-weight:bold;
		color:#F00;
		margin-left:280px;}
		
		.description  .advantages{font-size:14px;
	font-weight:bold;
		color:#090;
		margin-left:280px;}
	
	.label{color:#999;
	font-size:12px;}
	
	h4{
		font-weight:bold;
		margin-left:30px;
		color:#06F;
		}