/* CSS Document */



body{
height:100%; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; color:#5a471c;
}

#container{
width:800px; height:100%; position:relative; text-align:left; background:#FFF; margin:0 auto; 
}

#header{
width:100%; height:80px; 
}

#logo{
float:left
}

#menu{
position:absolute; left:246px; font-size:10px; width:620px
}

#slideshow{
height:200px; width:100%; 
}

#innerContainer{
height:100%; width:100%; padding-top:40px; font-size:11px
}

#contentLeft{
float:left; width:200px;
}

#contentRight{
	float:right;
	background:#e3ddd5;
	width:578px;
	padding-left:10px;
	padding-right:10px;

~padding:10px;
	text-align: left;
}

#footer{
width:620px;  font-size:10px; background:#FFF; height:50px; margin:-10px; margin-top:20px
}

#contentLeft ul{
list-style:none; float:left; margin-top:15px; margin-left:15px
}

.bold{
font-weight:bold
}

.floatRight{
float:right
}

table{
border:0; 
}

.orlando{
height:208px; margin-top:20px
}

.carlo{
height:208px
}

.bargo{
height:208px
}

.download{
position:relative; bottom:3px
}

.eden{
height:208px
}
td{
border:none
}


h1,h2,h3,h4,h5,h6{
font-size:16px; margin-bottom:-10px
}

/*Menu items*/

#menu ul{
list-style:none; padding-top:30px
}

#menu li{
float:left; padding-right:3px
}

a{
color:#5a471c; text-decoration:none
}

#menu a:hover{
color:#ee3124
}

#menu #current a{
color:#ee3124; text-decoration:none; font-weight:bold
}

