/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}

*:focus { outline: none }

body {
	overflow: -moz-scrollbars-vertical;
	color: #777777;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: justify;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
}

a img {
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #777777;
}

a:hover, a:active, a:focus {
	color: #CC0000;
	-moz-outline-style: none;
}

h3, h4 {
	margin: 0;
	-moz-outline-style: none;
	border: 0;
	cursor: pointer;
	font-weight: normal;
	line-height: 25px;
}


/*you can change this to whatever hex red you want */
h4.selected {
  color: red;
}

#intro {
	position: absolute;
	top: 200px;
	left:100px;
	}

#logo {
	position: absolute;
	top: 80px;
	left:0px;
	}

#logotext {
	position: absolute;
	top: 45px;
	left: 701px;
	}
	
#coming {
	position: absolute;
	top: 220px;
	left: 195px;
	}
	
#container {
	position: absolute;
	top: 200px;
	left: 195px;
	width: 730px;
	}	

#contact {
	float: right;
	width: 225px;
	}

.stretcher {
	background: none !important;
	background-color: #FFFFFF;
	}

#float_right {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
}
.image_big img{
	margin-right: 20px;
	margin-top: 15px;
}
.image_small img {
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}
