/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

* {	
	font-family: sans-serif;
	font-size: 12px;
	border: 0px;
	padding: 0px;
	margin: 0px;

}

/* ----- IDS ----- */

#container {
	margin: 0px auto;
	width: 800px;
	background-color: #dcd6b2;
	border: 1px #dcd6b2 solid;
	color: black;
}
#top {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 800px;
	height: 70px;
	color: #888888;
	background-color: white;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
}

#middle {
	padding: 0px;
	margin: 5px 0px;
	height: 500px;
	width: 800px;
	color: #000000;
	
}

#c3 img{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#middle img{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#pictureleft {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 400px;
	background-color: white;
	float: left;
}
#textright {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 400px;
	background-color: white;
	float: right;
}

#bottom {
	margin: 0px;
	width: 798px;
	height: 250px;
	background-color: white;
	border: 1px #E0E0EE solid;
	border-collapse: collapse;
}

#footer {
	margin: 0px;
	width: 800px;
	height: 50px;
	background-color: white;
	text-align: center;
}

#footer p {
	text-align: center;
	font-family: sans-serif;
	font-size: 9px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}


#topbar {
	margin: 5px auto;
	padding: 5px 0;
	width: 800px;
	background-color: white;
	text-align: center;
}
 
#scrollcontainer {
	margin: 5px auto;
	overflow: hidden; 
	height: 500px; 
	width: 800px;
	position: relative;
}
 
#inner {
	width: 4000px;
	height: 500px;
	position: relative;
}
.picturepane {
	width: 260px;
	height: 500px;
	float: left;
	padding: 0px 5px;
}
 
.scrolling-content {
	background-color: white;
	width: 800px;
	height: 500px;
	text-align: left;
	position: absolute;
}

#c1 {
	left: 0px; 
	top: 0px;
	background: url(images/background-memories.jpg) top left no-repeat;
	color: #000;

}
 
#c2 {
	left: 800px; 
	top: 0px;
	background: url(images/background-quality.jpg) top left no-repeat;
	color: #000;
}
 
#c3 {
	left: 1600px; 
	top: 0px;
	color: #000;
}
#c4 {
	left: 2400px; 
	top: 0px;
	background: url(images/background-investment.jpg) top left no-repeat;
	color: #000;
}
#c5 {
	left: 3200px; 
	top: 0px;
	color: #000;
	background: url(images/background-contact.jpg) top left no-repeat;
}

.offerstext {
	border: 2px solid red;
	top: 400px;
	left: 0px;
	width: 360px;
	margin: 15px;
	position: absolute;
	padding: 5px;
	background-color: #E0E0EE;
}
.offerstext h1 {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	}
	
.offerstext p {
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	}

.memoriestext {
	left: 400px;
	width: 370px;
	margin: 15px;
	position: relative;
	padding: 5px;
}

.bluebackground {
	background-color: #465580;
	opacity:.80;
	filter: alpha (opacity=80);
}

.qualitytext {
	color: white;
	left: 0px;
	width: 450px;
	margin: 25px;
	position: relative;
	padding: 5px;
}
.investmenttext {
	width: 350px;
	margin: 25px;
	float: right;
}

.contacttext {
	left: 400px;
	width: 350px;
	margin: 25px;
	position: relative;
}

#memories {
	left: 200px;
	top: 0px;
	height:1px;
	width: 400px;
	position: absolute;
}
 
#quality {
	left: 1000px;
	top: 0px;
	height:1px;
	width: 400px;
	position: absolute;
}
#portfolio {
	left: 1800px; 
	top: 0px;
	height:1px;
	width: 400px;
	position: absolute;
}
 
#investment {
	left: 2600px;
	top: 0px;
	height:1px;
	width: 400px;
	position: absolute;
}

#contact {
	left: 3800px;
	top: 0px;
	height:1px;
	width: 400px;
	position: absolute;
}

/* ----- CLASSES ----- */



/* ----- HEADINGS ----- */

h1{
	font-family: sans-serif;
	font-size: 15px;
	border: 0px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

/* ----- PARAGRAPHS ----- */

p{
margin: 0px 0px 15px 0px;
border: 0px;
padding: 0px;
font-size: 12px;
}

#top h1 {
font-size: 12px;
margin: 0px;
padding: 25px;
}

#topright p {
margin-top: 5px;
}

/* ----- LISTS ----- */

ul {
	position: relative;
	list-style-type: circle;
	color: black;
	list-style-position: inside;
	margin-left: 5px;
}

#top ul{
    position: relative;
	margin-top: 30px;
 	vertical-align: bottom;
}

#top ul li{
	display: inline;
	list-style-type: none;
	margin-right: 30px;
	margin-left: 10px;

}

#footer ul{
	margin-top: 10px;
	position: fixed;
}
#footer ul li{
	display: inline;
	list-style-type: none;
	margin-right: 30px;
	margin-left: 10px;

}

/* ----- IMAGES ----- */

img{
	padding: 0px 5px;
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
    color: #6070dd;
    text-decoration: none;
}
a:visited{
    color: #6070dd;
}	
 a:hover{
	color: #1020ff;
}
a:active{
	color: #6070ff;
}
a:focus{
	color: #6070dd;
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}