/*© Silver Sands Bed & Breakfast | Designed by Duc-Thanh Vu 6060 Design*/

/* determines the main font that the site is rendered in */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: top;
}

/* displays the BACKGROUND header image */
.header {
	width: 100%;
	background: #C8B38C url("header.jpg") no-repeat left;
	padding: 0px;
}

/* determines the navigation bar look */
.navigation td{
	color: #FFFFFF;
	background-color: #333333;
}
.navigation a {
	color: #FFFFFF;
}
.navigation a:link {
	color: #FFFFFF;
}
.navigation a:visited {
	color: #C8B38C;
}
.navigation a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.navigation a:active {
	color: #FFCC00;
}

/* determines what the current active heading in nav bar looks like*/
.selected {
	color: #FFCC00;
}

/* determines the main content area look */
.main {
	background: #E0D5BE url("gradient.gif") repeat-y left;
	padding: 20px;
}
.main a{
	color: #990000;
}
.main a:visited {
	color: #000033;
}
.main a:hover {
	color: #FF0000;
	text-decoration: none;
}
.main a:active {
	color: #CC0000;
}

/* displays a place holder bg for loading images */
.content img {
	background: #C8B38C;
}

h1 {
	font-size: 150%;
}
.leftpad {
	padding-left: 20px;
}
.rightpad {
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C8B38C;
}
.smalltext {
	font-size: 80%;
}

/* draws a vertical line on the left side of a table */
.vertical {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C8B38C;
}
.leftlinepad {
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C8B38C;
}

/* creates the booking 'button' seen on the front and tariff page */
.button {
	background: #D7C7AA url(button_bg.jpg) repeat-y right;
	padding: 20px;
	margin: 2em 0 0 0;
}
.button a {
	font-weight: bold;
	text-decoration: none;
}

