body {
	background-color: #EEEEEE;
	font-family: Trebuchet MS, sans-serif;
}

h1 {
	font-size: 4em;
	font-family: Georgia, serif;
	font-variant: small-caps;
	text-align: center;
	text-decoration: underline;
	margin: 0;
	color: #EF0000;
}


h2 {
	font-family: Georgia, serif;
	border-bottom: 1px solid black;
	clear: both;
	padding-top: 1em;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
#main {
	position: relative;
	background-color: white;
	min-width: 760px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

#header {
	border-bottom: 1px solid black;
	height: 75px;
	position: relative;
	background-color: white;
}

#tabs {
	position: absolute;
	bottom: -1px;
	right: 10px;
	margin: 0;
	padding: 0;
}

#tabs li {
	background-color: #0000ff;
	float: left;
	list-style: none;
	margin: 0 0 0 0.5em;
	padding: 0;
	border: 1px solid #000;
}

#tabs li a {
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#tabs li a:hover {
	text-decoration: underline;
}

#tabs li.selected {
	background-color:#A4B8EF;
	border-bottom: 1px solid #A4B8EF;
}

#content {
	padding: 1.2em;
	background-image: url("gradient.png");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: white;
}

#content p {
	line-height: 1.5em;
	margin-bottom: 2em;
	font-size: 0.9em;
}

#poc_sunset {

	width: 100%;
	background-image: url("sunset.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	height: 216px;
	margin: 0;
	border: 1px solid black;
}

#poc_sunset h1 {
	display: none;
}

#poc_sunset img {
	display: block;
	margin: 55px auto 0;
}

#welcome p {
	font-size: 0.8em;
	margin-top: 2em;
	margin-bottom: 0;
	
}

#welcome h2 {
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	font-style: italic;
	font-family: Trebuchet MS, Verdana, sans-serif;
	border: 0;
	clear: none;
}

.image {
	padding: 5px;
	background-color: white;
	border: 1px solid black;
	margin: 0 2px;

}

.image img {
	display: block;

}

.image.first {
	margin-top: 2em;
}

.image.left {
	float: left;
	margin-right: 1em;
}

.image.right {
	float: right;
	margin-left: 1em;
}

.image.center {
	margin-left: auto;
	margin-right: auto;
}

#teasers {
	list-style: none;
	margin: 0;
	padding: 2em 0 0 0;
	clear: both;
}

#teasers li {
	display: block;
	float: left;
	width: 45%;
	margin: 0 2.5% 0 2.5%;
	font-size: 1.3em;
	font-weight: bold;

}

#teasers li a {
	text-align: center;
	display: block;
	padding: 1em 0;
	border: 1px solid black;
	color: white;
	text-decoration: none;
	background-color: blue;
}

#teasers li.ideas a {
	background-color: blue;
	border: 3px solid #A4B8EF;

}

#teasers li.prices a {
	background-color: red;
	border: 3px solid #EFB3B3;
}

#teasers li a:hover {
	text-decoration: underline;
}

table {
	border-spacing: 0;
	padding: 0.3em;
	background-color: white;
	border: 1px solid black;
	border-width: 0 1px 1px;
	width: 100%;
	margin-bottom: 2em;
}

table.captionless {
	border-width: 1px;
}

table caption {
	color: red;
	text-align: left;
	font-variant: small-caps;
	font-weight: bold;
	background-color: white;
	border: 1px solid black;
	border-width: 1px 1px 0;
	padding: 0.3em;
	font-size: 1.1em;
	width: 100%;
}

table tbody {
	background-color: white;
}

table td {
	border-left: 2px solid red;
	padding: 0.25em 1em;
	text-align: center;
	width: 13.5%;
}
table th {
	padding: 0.25em 1em;
	font-weight: bold;
	width: 19%;
}

table th span {
	font-weight: normal;
	font-size: 0.7em;
}

table tr.spacer {
	font-size: 0.6em;
}

table tr.spacer td {
	border: 0;
}

table tr.gst td {
	font-size: 0.8em;
	padding-top: 1em;
	border: 0;
	font-style: italic;
}

#footer {
 	margin-top: 0.6em;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
	font-size: 0.8em;
}

#footer li a {
	font-weight: bold;
	text-transform: uppercase;

	color: black;
}

#footer p {
	text-align: center;
	margin: 0;
	font-size: 0.7em;
}
	
