/* STYLESHEET for AvecAmour.co.nz */

body {
	padding: 0px;
	margin: 0px;
	background:url(/images/bg.jpg) repeat-x top left;
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
  }

td {
	vertical-align: top;
	}

#frame_left {
	background:url(/images/left-shadow.gif) repeat-y top right;
	text-align: right;
	}

#frame_middle {
	width: 960px;
	}

#frame_right {
	background:url(/images/right-shadow.gif) repeat-y top left;
	text-align: left;
	}

.content_wrapper {
	background-color: #FFFFFF;
	}

.right_column_wrapper {
	width: 140px;
	padding: 0 20px 20px 0;
	}

.nav_wrapper {
	width: 200px;
	padding-left: 20px;
	}

.snippet_wrapper {
	width: 200px;
	padding: 20px 20px 0 0;
	}

.seo_intro {
	background: url(/images/seo-intro-bg.jpg) bottom left no-repeat;
	text-align: right;
	padding: 10px 20px 10px 0;
	color: #FFFFFF;
	font-size: 10px;
	}

.header {
	background: url(/images/header-bg.jpg) top left no-repeat;
	/*height: 80px;*/
	text-align: right;
	padding: 64px 20px 5px 0;
	color: #FFFFFF;
	font-size: 11px;
	}

.footer {
	background: url(/images/footer-bg-gradient.jpg) no-repeat top right;
	padding: 10px 20px 10px 0;
	color: #FFFFFF;
	text-align: right;
	font-size: 11px;
	}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h1 {
	color: #a18088;
	font-size: large;
    margin-top: 0;
	}

h2 {
	color: #a18088;
	font-size: medium;
	}

h3 {
	color: #a18088;
	font-size: small;
	}

.right_column_wrapper {
	background: url(/images/right-column-block.gif) no-repeat top left;
	width: 120px;
	padding-right: 20px;
	text-align: left;
	}

.menu_container {
	margin-top: 20px;
	}

/*
.menu_container th {
	padding: 2px 2px 2px 2px;
	width: 42px;
	}
*/

.menu_container td {
	background: url(/images/menu-item-bg.gif) no-repeat left;
    height: 46px;
	}

.menu_container .current td {
	background: url(/images/menu-item-bg-current.gif) no-repeat left;
	font-weight: bold;
	}

.menu_container td {
	vertical-align: middle;
	padding: 5px 15px 5px 10px;
	font-size: 14px;
	}

.menu_container a:link {color: #030;}
/*.menu_container a:active {color: #fff;}*/
.menu_container a:visited {color: #363;}
.menu_container a:hover {color: #060;}

.body_wrapper {
	padding: 20px 20px 20px 0;
	}

.snippet_1 {
	background: url(/images/snippet-bg.jpg) no-repeat top left #3f262d;
	}

.snippet_2 {
	background: url(/images/snippet-bg.jpg) no-repeat bottom left #78676c;
	}

.snippet_1, .snippet_2 {
	color: #FFFFFF;
	padding: 5px 15px 10px 15px;
	margin-bottom: 20px;
	}

.snippet_1 h2, .snippet_2 h2 {
	color: #aaa;
	}

.snippet_1 li, .snippet_2 li {
    padding-bottom: 10px;
    }


.snippet_1 a:link, .snippet_2 a:link, .footer a:link {color: #ccc;}
.snippet_1 a:active, .snippet_2 a:active, .footer a:active {color: #fff;}
.snippet_1 a:visited, .snippet_2 a:visited, .footer a:visited {color: #999;}
.snippet_1 a:hover, .snippet_2 a:hover, .footer a:hover {color: #fff;}


/* CONTACT FORM begins */

.contact_form {
	background-color: #f0f0f0;
	/*margin: 0px 10px 5px 10px;*/
	/*border-left: 1px solid #c8c7c7;*/
	}

.contact_form th {
	text-align: right;
	vertical-align: middle;
	width: 30%;
	font-weight: normal;
	padding-left: 5px;
	}

.contact_form td {
	padding: 2px 5px 2px 10px;
	width: 70%;
	}

.contact_form span {
	color: #F00;
	}

.input_box {
	width: 90%;
	border: 1px solid #c8c7c7;
	border-left: 1px solid #333333;
    padding-left: 2px;
	}

#submit-button {
	width: 100px;
	}

/* CONTACT FORM ends */

.error_message, .success_message {
	padding: 5px 5px 5px 20px;
	margin: 5px 0;
	border: 1px dotted #FFFFFF;
	/* width: 90%; */
	}

.error_message {
	color: #FFFFFF;
	background-color: #fd0202;
	}

.success_message {
	color: #FFFFFF;
	background-color: #006600;
	}

.back_to_top {
    text-align: right;
    }

.contact_side {
    font-size: 10px;
    border: 1px solid #ddd;
    padding: 2px 10px;
    margin: 20px 20px 0 5px;
    background-color: #eee;
  }

.testimonial_wrapper {
	background: url(/images/quote-right.gif) no-repeat bottom right #eee;
	margin-bottom: 10px;
    }

.testimonial_content {
	background: url(/images/quote-left.gif) no-repeat top left;
	padding: 5px 30px 5px 30px;
	font-style: italic;
    font-size: 12px;
	}
