html {
	margin: 0;
	height: 100%;
}

body {
	height: 100%;
    font-size: 13px;
    font-family: 'PT Sans', sans-serif, Arial, Tahoma;
    color: #454545;
    line-height: 16px;
    margin :0;
    padding: 0;
    background: url(../images/body-bg.gif);
}

header, nav, section, article, aside, footer {
   display:block;
}

/* !global elements */

img {
	border:none;
}

a {
	color: #57171e;
	text-decoration: underline;
}

a:hover {
	color: #57171e;
	text-decoration: none;
}

input:focus, textarea:focus {
	outline: none;
	-webkit-appearance: none;
}

p {
	padding: 0 0 11px 0;
	margin: 0;
}

ul, ol {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
	padding: 0 0 11px 15px;
	background: url(../images/li-bg.gif) no-repeat 0 3px;
}

ol li {
	padding: 0 0 11px 15px;
}

hr {
	height: 1px;
	padding: 0;
	margin: 11px 0 10px 0;
	border: none;
	background: #ddd;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* end global elements */

/* !titles */

h1 {
	font-size: 24px;
	font-weight: 700;
	color: #57171e;
	line-height: 24px;
	letter-spacing: -1px;
	padding: 0 0 11px 0;
	margin: 0;	
}

h2 {
	font-size: 20px;
	font-weight: 700;
	color: #57171e;
	line-height: 20px;
	letter-spacing: -1px;
	padding: 0 0 11px 0;
	margin: 0;
}

h3 {
	font-size: 17px;
	font-weight: 700;
	color: #57171e;
	line-height: 18px;
	padding: 0 0 2px 0;
	margin: 0;
}

h4 {
	
}

/* end titles */

/* !form elements */

input[type="text"] {
	height: 14px;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif, Arial, Tahoma;
	color: #95948c;
	list-style: 14px;
	position: relative;
	padding: 6px 10px 6px 10px;
	border: 1px solid #d2cfb8;
	box-shadow: inset 0 0 4px #d0cebf;
	-webkit-box-shadow: inset 0 0 4px #d0cebf;
	-mo-box-shadow: inset 0 0 4px #d0cebf;
	-o-box-shadow: inset 0 0 4px #d0cebf;
	behavior: url(pie/PIE.php);
	background: #f8f7ef;
}

input[type="checkbox"],
input[type="radio"] {
	width: 13px;
	height: 13px;	
	margin: 0 5px 0 0;
	padding: 0;
}

textarea {
	height: 68px;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif, Arial, Tahoma;
	color: #95948c;
	list-style: 14px;
	position: relative;
	padding: 6px 10px 6px 10px;
	resize: none;
	border: 1px solid #d2cfb8;
	box-shadow: inset 0 0 4px #d0cebf;
	-webkit-box-shadow: inset 0 0 4px #d0cebf;
	-mo-box-shadow: inset 0 0 4px #d0cebf;
	-o-box-shadow: inset 0 0 4px #d0cebf;
	behavior: url(pie/PIE.php);
	background: #f8f7ef;
}

/* end form elements */

/* !buttons */

.button {
	display: block;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border: none;
	position: relative;
	text-shadow: 1px 1px 2px #5b1326;
	-webkit-text-shadow: 1px 1px 2px #5b1326;
	-moz-text-shadow: 1px 1px 2px #5b1326;
	-o-text-shadow: 1px 1px 2px #5b1326;
	behavior: url(pie/PIE.php);
	background-color: #660033;
}

.button.small {
	height: 40px;
	font-size: 18px;
	letter-spacing: -1px;
	background: url(../images/button-bg.jpg) repeat-x;
}

.button.small:hover {
	background-position: 0 -120px;
}

.button.big {
	width: 100%;
	height: 80px;
	font-size: 32px;
	line-height: 78px;
	margin: 5px 0 15px 0;
	background: url(../images/button-bg.jpg) repeat-x;
}

.button.big:hover {
	color: #fff;
	background-position: 0 -80px;
}

/* end buttons */

/* !table */

table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}

table td {
	padding: 0px;
}

/* end table */

/* !navigation */

nav.inline ul {
	list-style: none;
	padding: 0;
}

nav.inline ul li {
	float: left;
	background: none;
}

nav.center {
	overflow-x: hidden;
}

nav.center ul {
	position: relative;
	left: 50%;
	float: left;
}

nav.center ul li {
	position: relative;
	right: 50%;
}

.main-menu {
	height: 24px;
	padding:  23px 0;
}

.main-menu ul li {
	height: 24px;
	line-height: 24px;
	padding: 0 20px;
	border-left: 1px solid #a53b57;
	border-right: 1px solid #791c34;
}

.main-menu ul li:first-child {
	padding: 0 20px 0 0;
	border-left: none;
}

.main-menu ul li.last {
	border-right: none;
}

.main-menu ul li a {
	font-size: 16px;
	font-family: 'mon_amour_onemedium';
	color: #f8f7ef;
	text-decoration: none;
	position: relative;
	text-shadow: 1px 1px 2px #500b1d;
	-webkit-text-shadow: 1px 1px 2px #500b1d;
	-moz-text-shadow: 1px 1px 2px #500b1d;
	-o-text-shadow: 1px 1px 2px #500b1d;
	behavior: url(pie/PIE.php);
}

.main-menu ul li a:hover {
	text-decoration: underline;
}

/* end navigation */

/* !global blocks */

#wrapper {
    width: 100%;
}

.content-wrapper {
    
}

.inner-block {
	width: 990px;
	margin: auto;
	position: relative;
}

.white-box {
	padding: 10px;
	margin: 5px 0 15px 0;
	position: relative;
	box-shadow: 0 1px 2px #bbb;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	-o-box-shadow: 0 1px 2px #bbb;
	background: #fff;
	behavior: url(pie/PIE.php);
}

.white-box.text {
	padding: 15px 10px;
}

.image-box {
	padding: 5px;
	margin: 0;
}

.image-box.right {
	margin: 0 0 10px 10px;
}

.left-column {
	width: 690px;
	padding: 15px 20px;
	background: #f8f7ef;
}

.red {
	color: #57171e;
}

/* global blocks */

/* !header */

header.main {
    height: 200px;
    background: url(../images/header-bg.gif) repeat-x;
}

header.main .inner-block {
	width: 750px;
	height: 200px;
	padding: 0 0 0 240px;
	background: url(../images/haeader-woman-image.jpg) no-repeat 0 0;
}

header.main .title {
	font-size: 36px;
	font-family: 'mon_amour_onemedium';
	color: #f8f7ef;
	line-height: 36px;
	padding: 25px 0 0 0;
	position: relative;
	text-shadow: 1px 1px 2px #3a0b10;
	-webkit-text-shadow: 1px 1px 2px #3a0b10;
	-moz-text-shadow: 1px 1px 2px #3a0b10;
	-o-text-shadow: 1px 1px 2px #3a0b10;
	behavior: url(pie/PIE.php);
}

header.main .text {
	color: #f8f7ef;
	padding: 7px 0 0 5px;
	position: relative;
	text-shadow: 1px 1px 2px #3a0b10;
	-webkit-text-shadow: 1px 1px 2px #3a0b10;
	-moz-text-shadow: 1px 1px 2px #3a0b10;
	-o-text-shadow: 1px 1px 2px #3a0b10;
	behavior: url(pie/PIE.php);
}

header.main .flower {
	width: 230px;
	height: 110px;
	position: absolute;
	top: 0; right: -45px;
	background: url(../images/header-flower-image.jpg) no-repeat 0 0;
}

/* end header */

/* comments */

.comments article {
	font-style: italic;
	padding: 0 0 11px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d3d2cb;
}

.comments article.last {
	padding: 0;
	margin: 0 0 16px 0;
	border: none;
}

.comments article header {
	color: #57171e;
	padding: 0 0 1px 0;
}

.comment-form {
	margin: 0 0 5px 0;
}

.comment-form .line {
	padding: 0 0 10px 0;
}

.comment-form .line label {
	width: 180px;
	height: 30px;
	line-height: 30px;
}

.comment-form .line input[type="text"] {
	width: 200px;
}

.comment-form .line textarea {
	width: 466px;
}

.comment-form input[type="submit"] {
	width: 200px;
}

/* end comments */

/* right column */

.right-column {
	width: 240px;
}

.right-column .block {
	padding: 15px 20px 10px 20px;
	margin: 0 0 20px 0;
	background: #f8f7ef;
}

.right-column .block nav ul {
	padding: 0;
	list-style: none;
}

.right-column .block nav ul li {
	line-height: 12px;
	padding: 0 0 9px 15px;
	background: url(../images/li-bg.gif) no-repeat 0 2px;
}

.right-column .block nav ul li a {
	font-size: 11px;
	font-weight: 700;
	color: #454545;
	text-decoration: none;
}

.right-column .block nav ul li a:hover {
	color: #57171e;
	text-decoration: underline;
}

/* end right column */

/* !footer */ 

footer.main {
    width: 100%;
    height: 70px;
    text-align: center;
}

footer.main .inner-block {
	width: 730px;
	color: #f8f7ef;
	padding: 25px 260px 0 0;
}

/*  end footer */
