/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2009.05.29
   PURPOSE:   Styles for the SPLASH
   CUSTOMER:  DELFINOLUGANO.CH
 **************************************************************/
#topheader {
	margin: auto;
	background-image: url(../graphics/splash/splash_topBG.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	width:695px;	
	color: #9B9EA3;
	font-size: 9px;
	text-transform: uppercase;	
	text-align: right;
	padding-right: 20px;
	font-family: Georgia, "Trebuchet", Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}
#topheader a, #topheader a:visited {
	color: #9B9EA3;
}
#topheader a:hover {
	color: #FFFFFF;
}
#wrapper {
	margin: auto;
	width:695px;
	background-image: url(../graphics/splash/splash_BG.jpg);
	background-repeat: repeat-y;
}
#splashwrapper {
	margin: auto;
	width:665px;
}
.leftWidth {
	width: 285px;
}
.rightWidth {
	width: 380px;	
}
#leftcolon {
	float: left;
	background-color: #9BA5B7;	
}
#logo {
	height: 20px;
	background-image: url(../graphics/splash/delfinohotel.jpg);
	background-color: #717885;
	background-position: 0px 0px 0px 15px;
	background-repeat: no-repeat;	
	padding-top: 220px;
}
#leftline, 
#rightline {
	height: 20px;
}
#leftline {
	background-color: #4D525B;
}
#rightline {
	background-color: #095BA6;
}
#rightcolon {
	float: right;
	background-color: #E9EBEF;
}

img.spacing {
	padding: 5px;
}
.clear {
  clear: both;
}
#text {
	padding: 10px;
}
h1 {
	font-family: Georgia, "Trebuchet MS", "Courier New", Courier, monospace;
	font-size: 13px;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
}
/*  FOOTER  */
#footer {
	margin: auto;
	background-image: url(../graphics/splash/splash_footerBG.jpg);
	background-repeat: no-repeat;
	width:695px;
	margin-bottom: 20px;
	color: #282A2F;
	font-size: 10px;
	padding-top: 10px;
}
#footer a:link, 
#footer a:visited {
	color: #282A2F;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer .colon1{
	width: 70px;
	text-align: right;
	float: left; 
}
#footer .colon2{
	width: 400px;
	margin-left: 15px;
	float: left; 	
}
#footer .colon3 {
	margin-right: 17px;
	width: 190px;
	text-align: right;
	float: right; 	
}
 
 
 
 
 
 