/* CSS Document */

p {
margin: 0;
padding: 0;
}
	
body {
	background:#412210 url(https://www.onressystems.com/vendors/sangiulianohotel/images/bgs.jpg) top center no-repeat;
	text-align: center;
	min-width: 760px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:2em;
	font-size:67.5%;
	margin: 0px;
	}
	
	
#wrapper {
	width:720px;
	margin: 0 auto;
	text-align:left;
	clear:both;
	background:#412210;
		}
	
#branding {
	margin: 0;
		}
	
#sg-logo {
	float:left;
	width:40%;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:5px;
	}
	
#res-phone {
	float:right;
	width:40%;
	text-align:right;
	padding-top:28px;
	padding-right:10px;
	}
	
#res-phone p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
}

#res-phone a, #res-phone a:visited, #res-phone a:active {
		text-decoration:none;
		
}

#res-phone a:hover {
		}
		
#flash {
	width:720px;
	height:300px;
	clear:both;
	}
	
#content-color {
	background:#f2f2f2;
	}
	
	
#content {
	width: 720px;
	padding-top: 30px;
	background:#f2f2f2;
	}
	
#primary-links {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	margin:  0;
	padding:  0;
	}
	
#primary-links ul {
	list-style:none;
	width: 720px;
	float:left;
	background:#412210;
	margin:  0;
	padding:  0;
	
	}
	
#primary-links ul a {
	display:block;
	padding: 0 15px;
	line-height:2.1em;
	text-decoration:none;
	float: left;
	color:#a88e5d;
	font-size: 1.6em;
	}
	
#primary-links ul a:hover {
	color:#e69e9e;
	}
	
#primary-links ul li {
	float:left;
	margin: 0;
	padding: 0 5px 0 5px;
	}
	
	
	
#secondary-links {
	width:180px;
	float:left;
	margin-top:6em;
	}
	
#secondary-links ul {
	list-style-type: none;
	}
	
#secondary-links ul a {
	display:block;
	height:2em;
	line-height:2em;
	text-decoration:none;
	text-indent:2em;
	color: #666666;
	font-size:1.2em;
	
	}
	
#secondary-links ul a:hover {
	color:#412210;
	}
	
#secondary-links p {
	
	}
	
#footer {
	clear: both;
	border-top:1px solid #CCC;
	text-align:center;
	padding-bottom: 8px;
	padding-top: 8px;
	}
	
#footer p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:white;
	color:#a88e5d;
	padding-left: 5px;
	}
	
#footer a {
	color:#a88e5d;
		text-decoration: none;

}

#footer a:active, #footer a:hover, #footer a:visited {
	text-decoration: none;
		color:#a88e5d;
}	
	
#content h1, #content h2, #content p, #content ul {
	padding-right: 20px;
	padding-left:10px;
	padding-bottom:1em;
	}
	
#content h3 {
	padding-left: 10px;
	size:1.3em;
	color:#333333;
	}
	
#content h2.lighter {
	color: #999999;
	}
	
#content h3.padding-bottom {
	padding-bottom:1em;
	}
	
#content p {
	font-size:1.2em;
	color:black;
	}
	
#content p.no-bottom-padding{
	padding-bottom:0;
	}
	
#content ul {
	font-size:1.2em;
	padding-left:4em;
	}
	
#content h1 {
	font-size:2em;
	color: #412210;
	padding-top: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:.1em;
	}
	
	
#content-primary-links {
	background-color:#FFF;
	}
	
#content .top-padding {
	padding-top:1em;
	}

#content .emphasis {
	font-size:1.5em;
	color: #999999;
	}
	
	



	
	
col {
	border: none;
	}
	
col#sun-wed {
	border:none;
	}
	
.odd {
	background-color:#ccc;
	}
	
caption {
	text-align:left;
	}
	
.center {
	text-align:center;
	}
	
.emphasis-bold {
	font-weight:bold;
	}


/* header button stye */

.silver {
       color: #412210;
       border: solid 1px #f7f3ee;
       background: #ccc;
       background: -webkit-gradient(linear, left top, left bottom,
from(#ccc), to(#ffffff));
       background: -moz-linear-gradient(top,  #ccc,  #ffffff);
       filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc',
endColorstr='#ffffff');
       padding: 3px;
}
.silver:hover {
       background: #ccc;
       background: -webkit-gradient(linear, left top, left bottom,
from(#fff), to(#ccc));
       background: -moz-linear-gradient(top,  #fff,  #ccc);
       filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',
endColorstr='#ccc');
}
.silver:active {
       color: #fcd3a5;
       background: -webkit-gradient(linear, left top, left bottom,
from(#ccc), to(#fff));
       background: -moz-linear-gradient(top,  #ccc,  #fff);
       filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc',
endColorstr='#fff');
}

/* main page book button style */


.brown {
       color: #fff;
       border: solid 1px #f7f3ee;
       background: #412210;
       background: -webkit-gradient(linear, left top, left bottom,
from(#412210), to(#804827));
       background: -moz-linear-gradient(top,  #412210,  #804827);
       filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#412210',
endColorstr='#804827');
       padding: 5px;

}
.brown:hover {
       background: #ccc;
       background: -webkit-gradient(linear, left top, left bottom,
from(#804827), to(#412210));
       background: -moz-linear-gradient(top,  #804827,  #412210);
       filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#804827',
endColorstr='#412210');
}
.brown:active {
       color: #fcd3a5;
       background: -webkit-gradient(linear, left top, left bottom,
from(#412210), to(#804827));
       background: -moz-linear-gradient(top,  #412210,  #804827);
       filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#412210',
endColorstr='#804827');
}


#homepage_book {
       text-align: center;
       margin:0 auto;}

#homepage_book a {
       font-size: 24px;
       font-family: Georgia, "Times New Roman", Times, serif;
       text-decoration: none;
       }

/* TRAVEL ADVISOR */

#travel-advisor {
       text-align: center;
       font-family: Georgia, Times New Roman, serif;
       font-weight: bold;
       padding-bottom: 25px;