
		* {
			font-family: Arial;
		}
		
		a img { border: none; }
		.clear { clear: both; }
		
		body {
			background-image: url(../img/bg.jpg);
			background-repeat: repeat-x;
			margin: 0px;
			padding: 0px;
		}
		
		#main {
			text-align: left;
			margin-left: auto;
			margin-right: auto;
			width: 781px;
		}
		
			#head {
				height: 100px;
			}
				
				#logo {
					padding-top: 10px;
					float: left;
				}
				
				#language {
					float: right;
					height: 10px;
					width: 150px;
					padding-top: 35px;
				}
				
					#language {
						color: #999;
					}
					
					#language a {
						color: #3d4568;
						text-decoration: none;
					}
			
			#teaser {
				height: 200px;
			}
			
			#menu {
				border-top: 1px solid #fff;
				margin-top: 1px;
				height: 28px;
				background-image: url(../img/menubg.jpg);
			}
			
				#menu ul {
					margin: 0px;
					padding: 0px;
					margin-top: 3px;
				}
				
				#menu li {
					list-style-type: none;
					display: inline;
					margin-right: 10px;
				}
				
				#menu li a {
					color: #fff;
					text-decoration: none;
					font-size: 13px;
					font-weight: bold;
					/* text-transform: uppercase; */
					padding-top: 3px;
					padding-bottom: 3px;
					padding-left: 10px;
					padding-right: 10px;
				}
				
				#menu li .active,
				#menu li a:hover {
					background-color: #3d4568;
				}
			
			#content {
				margin-bottom: 100px;
			}
			
			#content h1 {
				color: #0d1642;
				margin-bottom: 30px;
				margin-top: 50px;
			}
			
			#content a {
				color: #000;
				font-weight: bold;
				text-decoration: underline;
			}
			
			#content {
				font-size: 13px;
			}
			

			#footer {
			 /*
				position: fixed;
				bottom: 0px;
				background: #e1e1e1;
				*/
				text-align: center;
				/*
				padding: 10px;
				width: 100%;
				*/
			}
			
				#footer_content {
					text-align: left;
					margin-left: auto;
					margin-right: auto;
					width: 781px;
					color: #666;
					font-size: 12px;
				}
				
				
				#shockvisions {
					float: right;
					margin-top: 0px;
				}
				
				


/* About us / Team */

.team {
	margin-bottom: 10px;
}

	.team .picture {
		width: 150px;
		float: left;
	}
	
	.team .text {
		width: 500px;
		float: left;
		margin-left: 10px;
		margin-top: 20px;
	}
	
	.team .clear {
		clear: both;
	}	
	
/* Investments */

.investments {
	clear: both;
}	
	
.investments ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.investments li {
	float: left;
	margin-bottom: 10px;
}

.investments .logo {
	width: 194px;
	height: 76px;
	background-image: url(../img/logobg.jpg);
}
	.investments .logo img {
		margin-top: 6px;
		margin-left: 6px;
	}
	
	.investments .logo a img {
		border: none;
	}	

.investments .description {
	width: 180px;
	margin-left: 10px;
	font-size: 11px;
}

/* Our history */

.historyFloatRight {
	float: right;
	width: 300px;
	font-size: 11px;
}
