/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style:solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	padding-top: 50px;
	background: url("/images/body_gradient.gif") repeat-x;
	background-color: #eceddd;
	color: #222222;
}

a,
a:link,
a:visited {
	color: #0000ff;
}

a:hover {
	color: #ffffff;
	background: #0000ff;
}

p {
  text-align: justify;
}

/*
----------------------------------------
	LAYOUT
----------------------------------------
*/

div.spacer {
	clear: both;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

div.center {
	text-align: center;
}

div.indent {
	margin-left: 20px;
}

span.red {
  color: #ff0000;
}

#container {
	width: 900px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0px;
}

#left-container
{
	border: 10px solid #cccccc;
	width: 250px;
	margin-right: 20px;
	background-color: #FFFFEF;
	height: 380px;
}

#main-container
{
  width: 585px;
	border: 10px solid #aaaaaa;
}


#content {
	background: url("/images/content_gradient.gif") repeat-x;
	background-color: #f3eed9;
	padding: 20px;
}

/*
----------------------------------------
	FOOTER
----------------------------------------
*/

#footer {
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 28px;
	padding-left: 28px;
	font-size: 12px;
	text-align: left;
}

/*
----------------------------------------
	HEADINGS
----------------------------------------
*/

h1, h2, h3, h4, h5 {
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 180%;
}

h2 {
	font-size: 150%;
	padding: 2px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
}

h5 {
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* LEFT MENU */

#menu
{
	font-size: 1.8em;
	text-align: right;
	margin-left: auto;
	padding-top: 80px;
}

#menu a,
#menu a:link,
#menu a:visited
{
  font-variant: small-caps;
	display: block;
	min-height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;
	opacity: 0.5;
}

#menu a:hover
{
	background-color: #cccccc;
	border-right: 10px solid #000000;
	color: #000000;
	opacity: 0.7;
}

#menu a.current
{
	background-color: #cccccc;
	border-right: 10px solid #000000;
	color: #000000;
	opacity: 0.7;
}

table.price-list
{
  text-align: center;
}

table.price-list th
{
  background: #cccccc;
}

table.price-list td.available
{
  color: #000000;
  font-weight: bold;
}

table.price-list td
{
  color: #888888;
}

table.price-list td.date
{
  color: #000000;
}

table.price-list tr,
table.price-list tr.even
{
  background: #eeeeee;
}
table.price-list tr.odd
{
  background: #f9f9f9;
}

img.photo
{
  border: 10px solid #ffffff;
}

table.form th
{
  text-align: right;
  font-weight: bold;
  background-color: #cccccc;
}

table.form td
{
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
}

/*-------------------------------------------------
FLASH
-------------------------------------------------*/
div#flash div.error,
div#flash div.notice
{
        color:#ffffff;
        font-weight:bold;
        margin:20px 10px;
        padding:5px;
        width:auto;
}

div#flash div.error
{
        background:#cc0000;
        border:3px solid #ff0000;
}

div#flash div.notice
{
        background:#006600;
        border:3px solid #00cc00;
}

/*-------------------------------------------------
	INLINE STYLING
-------------------------------------------------*/

span.red_text {
	color: #CF000D;
}