* {
margin: 0;
padding: 0;
}

a img {
border: none;
}

a {
color: #6f6f6f;
text-decoration: none;
}

a:hover, #left a:hover {
color: #E10052;
text-decoration: underline;
}

body {
background: url(images/bg.png) repeat-x;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 78%;
line-height: 150%;
color: #8B8588;
}

#wrap {
margin: 0 auto;
padding: 0;
width: 1000px;
}

#header {
background: url(images/bg_header.png) no-repeat;
height: 150px;
}

#int #header {
background: url(images/bg_header_int.png) no-repeat;
}

#logo img {
margin: 35px 0 0 50px;
}

ul#navigation {
float: right;
margin-top: -67px;
margin-right: 50px;
}

ul#navigation li {
background: url(images/bg_nav.png) no-repeat 50% 100%;
display: inline;
margin: 0 10px;
padding: 5px 0 15px 0;
}

ul#navigation li a {
font-weight: bolder;
color: #E0D7DA;
font-size: 115%;
text-transform: uppercase;
text-decoration: none;
}

ul#navigation li#active {
background: url(images/bg_nav_act.png) no-repeat 50% 100%;
border-top: 5px solid #E10052;
z-index:1;
}

ul#navigation li#active a {
color: #fff;
}

ul#navigation li:hover {
border-top: 5px solid #ED6697;
}

ul#navigation li a:hover {
color: #fff;
}


#int #text {
padding: 40px 0;
}

#int #content {
background: url(images/bg_floral_int.png) no-repeat 75% 0;
z-index: 1;
margin-top: -65px;
padding-top: 60px;
padding-left: 0;
}

#content {
background: url(images/bg_floral.png) no-repeat 23.5% 0;
margin: -21px 50px 10px 70px;
padding: 7px 30px;
z-index: 1;
color: #8A7D82;
}

#content p.more, #content p strong {
color: #4C4C4C;
}

#content h1, #content h2, #content h3 {
line-height: 75%;
}

#int #content h1 {
padding: 0 0 10px 0;
border-bottom: 1px solid #DEDCDD;
width: 600px;
margin: 0 0 30px 0;
}

#int #content h2 {
color: #E10052;
font-size: 120%;
padding: 0 0 10px 0;
}

#int #content p {
color: #BA8B9D;
font-size: 85%;
padding: 0 0 10px 0;
line-height: 150%;
}

#int .read {
color: #fff;
font-size: 110%;
background: #E10052;
padding: 5px;
font-weight: bold;
margin: 10px 0;
}

#content h3 {
padding: 0 0 0 20px;
margin-top: -25px;
}

#content p {
margin: 5px 0;
width: 500px;
}

#login {
padding: 30px;
background: url(images/bg_login.png) no-repeat 0 0;
margin-top: -145px;
float: right;
margin-right: -20px;
}

#login form {
padding: 10px 80px 10px 0;
}

#login input[type=text], #login input[type=password] {
width: 150px;
background: #9C9C9C;
padding: 3px;
border: 1px solid #fff;
color: #fff;
margin: 2px 0;
text-align: right;
}

#login input[type=submit] {
margin: 10px 30px;
width: 100px;
text-align: center;
}

#menu {
float: right;
width: 300px;
background: url(images/bg_menu.png) no-repeat 5px 0;
margin: -625px 0 10px 50px;
padding:30px;
}

#menu p {
margin-top: -10px;
padding: 5px 35px;
color: #5D5D5D;
font-size: 80%;
}

#menu h3 {
color: #9B9B9B;
font-size: 95%;
background: url(images/arrow.png) no-repeat 0 0;
padding: 0 0 1px 30px;
margin: 10px 5px;
}

#menu h3#nav {
color: #000;
background: url(images/arrow_active.png) no-repeat 0 0;
}

#menu #form {
background: url(images/bg_form_int.png) no-repeat 0 0;
height: 220px;
margin: 10px 0 10px 0;
}

#menu form {
padding: 40px 20px;
}

#menu input, #menu textarea {
background: url(images/bg_form_input.png) repeat 0 0;
border: 1px solid #F2C3D8;
color: #fff;
text-align: left;
padding: 2px 5px;
}

#menu textarea {
height: 40px;
}

#menu label {
font-weight: bold;
font-size: 90%;
color: #fff;
}

#menu .button {
background: url(images/button.png) no-repeat;
margin: 17px 0 0 100px;
padding: 0 40px 10px 40px;
border: 0;
font-weight: bold;
}

#bottom {
background: #2B2B2B url(images/bg_bottom.png) repeat-x;
padding: 40px 0 0 0;
font-size: 85%;
float: left;
width: 100%;
overflow: hidden;
}

#bottom h3 {
padding-bottom: 30px;
}

#left, #middle, #right {
padding: 20px;
color: #fff;
float: left;
margin-top: -20px;
}

#left {
background: url(images/bg_left.png) repeat;
width: 255px;
position: absolute;
margin:-20px 1px 0 65px;
color: #BA8B9D;
overflow: hidden;
}

#left h4, #left a {
color: #fff;
font-weight: bold;
text-decoration: none;
}

#left h4 {
text-transform: uppercase;
}

.cell {
margin: 0 0 20px 0;
}

div.box img {
border: 5px solid #393939;
float: left;
margin: 0 10px 10px 0;
}

#middle {
background: url(images/bg_middle.png) repeat;
width: 255px;
position: relative;
right: -361px;
}

#middle h4 {
color: #5a5a5a;
font-weight: lighter;
padding-top:10px;
}

#middle h3.title {
color: #9F9F9F;
}

#middle p {
margin-top: -20px;
margin-bottom: 10px;
}

hr {
margin: 20px 0;
border-top: 1px solid #484848;
}

#right {
background: url(images/bg_right.png) repeat;
width: 255px;
position: relative;
padding: 90px 15px 15px 15px;
right: -362px;
margin-right: 55px;
}

#right q {
margin: 10px 0;
font-weight: bold;
font-size: 120%;
color: #918787;
}

#right blockquote {
padding: 10px 0;
margin-bottom: 20px;
color: #fff;
}

#right cite {
color: #918787;
font-style: italic;
text-align: right;
}

#right #contact {
border: 1px solid #414141;
padding: 5px;
width: 230px;
}

#inner {
background: url(images/bg_contact.png) no-repeat center right;
}

#contact h3 {
padding: 5px 0 0 0;
margin-top: -5px;
}

#contact h4 {
padding: 15px 0 0 10px;
font-size: 140%;
}

#contact p {
padding: 0 0 0 10px;
}

#int #footer {
border-top: 1px solid #DEDCDD;
margin-left: 55px;
}

#footer {
background: url(images/bg_footer.png) no-repeat;
margin: 0 55px 0 135px;
padding: 20px 10px;
clear: both;
}

#footer ul, #footer p {
padding-left: 140px;
font-size: 90%;
}

#footer ul li {
color: #6F6F6F;
margin: 0 1px;
text-transform: uppercase;
display: inline;
font-weight: bold;
}

#int #footer #news {
margin-right: 45px;
}

#footer #news {
float: right;
margin-top: -40px;
margin-right:100px;
}

#footer form {
margin-top: -10px;
padding: 10px 0;
}

#footer input {
border: 1px solid #a4a4a4;
background: #fff;
width: 100px;
margin-right: 10px;
text-align: left;
}

label {
color: #9c9c9c;
}
