/* Standard style */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	background: #FAF7ED url(../images/tile_bg.gif);
	color: #614C4C;
}

a {
	color: #614C4C;
	font-weight: bold;
}

a:hover {
	color: #857D6E;
}

blockquote {
        color: #f00;
        font-weight: bold;
        margin: 0 0 20px 0; text-align: center;
}
blockquote p {
	margin: 0;
}
input, textarea {
	border: 1px groove #978768;
	background: #FAF7ED;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}

#container {
	width: 760px;
	margin: 0px auto 10px;
	text-align: left;
	border: 1px solid #9C8787;
}


/* Specific style */


.bold_span {
	font-weight: bold;
}

#index_price_box {
	margin: 0px 0px 5px 15px;
	width: 140px;
	background: url(../images/index_price_bg.gif);
	text-align: center;
	border: 1px solid #733A3A;
}


/* Index style */


#header {
	width: 760px;
	height: 163px;
}

#header_top {
	height: 103px;
	width: 760px;
	background: url(../images/header_t.jpg) top left no-repeat;
}

#header_content {
	height: 60px;
	width: 760px;
	background: url(../images/header_b.jpg) top left no-repeat;
}

#header_content div {
	padding: 2px 3px;
	color: #FCEBBB;
}

#header_content a {
	color: #FCEBBB;
}

#header_content a:hover {
	color: #FCEBBB;
}

#footer {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

#footer_links {
	text-align: center;
}

#footer_contact {
	margin-top: 10px;
}

#footer_contact div {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

#main {
	background: #FFF url(../images/content_bg.gif) repeat-y top left;
	width: 760px;
}

#main_content {
	line-height: 180%;
}

/* Menu style */


#menu {
	width: 170px;
	background: transparent;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	color: #FCEBBB;
}

#menu ul li {
	background: url("../images/menu_arrow.gif") no-repeat 0px 6px;
	list-style-type: none;
	margin: 5px;
	padding: 3px 0px 0px 15px;
	border-top: 1px solid #9C8787;
}
#menu ul li ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#menu ul li ul li {
	background: url("../images/menu_arrow2.gif") no-repeat 0px 6px;
	list-style-type: none;
	margin: 5px;
	padding: 3px 0px 0px 15px;
	border-top: 1px solid #9C8787;
}

#menu a {
	text-decoration: none;
	color: #FCEBBB;
}

#menu a:hover {
	color: #FBF2D9;
}

#menu #menu_top {
	border-top: 0px;
} 

#main_content {
	width: 570px;
	float: left;
	padding: 10px;
	display: block;
}


/* Tariff style */


.tariff_wrapper {
	width: 500px;
	margin: 10px auto;
}

.tariff_header {
	border: 1px solid #A58282;
	background: #D1B2B2;
	padding: 2px 0px;
	text-align: center;
	font-weight: bold;
	margin: 2px 0px 0px;
	width: 498px;
	color: #573D3D;
}

.tariff_row {
	float: left;
	width: 500px;
	margin-top: 2px;
}

.tariff_period {
	width: 385px;
	float: left;
	background: #FBF2D9;
	border: 1px solid #D1C7AB;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.tariff_period_alt {
	width: 494px;
	background: #FBF2D9;
	border: 1px solid #D1C7AB;
	padding: 2px;
	font-weight: bold;
	margin-top: 2px;
}

.tariff_price {
	border: 1px solid #D1C7AB;
	width: 99px;
	float: left;
	padding: 2px;
	margin: 0px 0px 0px 2px;
	text-align: center;
	font-weight: bold;
}


/* Location style */


#location_directions {

}

#location_directions ul {
	margin-left: 10px;
}


/* Contact style */

#contact_form_wrapper {
	float: left;
	width: 300px;
	margin-left: 10px;
	border: 1px solid #713131;
	background: #FFF;
}

#contact_form {
	text-align: center;

	padding: 2px;
}

.contact_form_div {
	margin: 0px 0px;
	text-align: left;
	float: left;
	width: 110px;
}

.contact_form_input {
	text-align: left;
}

.contact_details {
	width: 220px;
	padding-left: 20px;
	float: right;
	margin-bottom: 20px;
}

.contact_details_head {
	border: 1px solid #713131;
	background: #713131;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
}

.contact_details_content {
	border: 1px solid #713131;
	border-top: 0px;
	padding: 10px 2px;
	background: #FFF;
}


.center {
        text-align: center;
}