@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	background: #003333;
	margin: 0;
	padding: 0;
	color: #003333;
	background-image:url(creative/bg-page.jpg);
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */

}
h1, h2, h3, h4, h5, h6,  {
	font-weight: normal;
	font-style: normal;
	 margin-top: 0;
	 margin-bottom:0;	
	 color:#593F27;
	 padding:0;
	
}
h1 { 
font-size:30px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#593F27;
	text-transform:capitalize;
	
}
h2 { 
font-size:25px;
	font-weight:normal;
	
}
h3 { 
font-size:20px;
	font-weight:normal;
	
}
h4 { 
font-size:20px;
	font-weight:normal;
	
}
h5 { 
font-size:20px;
	font-weight:normal;
	
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #660000;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 1007px;
	padding-bottom:30px;
	background: #efe8d5;
	background-image:url(creative/bg-content2.png);
	background-repeat:repeat-y;
	margin: 0 auto; 
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: none;
	position:relative;
	
}
.subscribe {
	position:absolute;
	z-indez:999;
	height:128px;
	width:244px;
	right:10px;
	top:0;
	display:none;
}
.navwrap {
	position:relative;
	width:957px;
	padding-left:50px;
	background-color: #D3CDB7;
	height:27px;
}
p { line-height:1.2; }

.sidebar1 {
	float: right;
	width: 225px;
	background-image:url(creative/bg-sidebar.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px;
	margin-top:30px;
	margin-right:40px;
	text-align:center;
}
.sidebar1 img {
	margin:10px 0px;
}
.sidebar1 ul {
	list-style:none;
	margin-left:10px;
}
.wrapper {
	width:100%;
	padding:0;
	margin:0;
	background-image:url(creative/bg-woman.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.content {
	margin-top:30px;
	margin-right:50px;
	padding: 0px;
	width: 600px;
	float: right;

}
.contenthome {
	margin:40px 40px;
	width:870px;
	padding:0px 30px;
	background-image:url(creative/bg-woman.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:650px;
	
}
.quote {
	line-height:50px;
	color:#795125;
	font-family:'Libelle LT W01';
	font-size:45px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}


.footer {
	padding: 10px 0;
	width:1007px;
	margin:0 auto;
	clear: both; 
	color:#d2ceb7;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#suckerfishnav {
    
    font-size:16px;
    font-family:Georgia,times,serif;
    font-weight:normal;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:25px;
    padding:0;
    border:none;
    margin:0;
    width:100%;
	z-index:999;
    }
#suckerfishnav a {
    display:block;
    color:#003333;
    text-decoration:none;
    padding:0px 15px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    -moz-opacity:0.85;
    opacity:0.85;
    khtml-opacity:0.85;
    border:0;
    border-top:1px solid #efe8d5;
    }
#suckerfishnav li li {
    width:149px;
    border-bottom:1px solid #efe8d5;
    border-left:1px solid #efe8d5;
    border-right:1px solid #efe8d5;
    font-weight:normal;
    font-family:times,serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:120px;
    font-size:14px;
    color:#003333;
    }
#suckerfishnav li ul ul {
    margin:-23px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#D3CDB7;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#660000;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#660000;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#003333;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#D3CDB7;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#D3CDB7;
    }
#suckerfishnav .current_page_parent {
    background:#D3CDB7;
    }
#suckerfishnav .current_page_item {
    background:#D3CDB7;
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav .current_page_parent li a:after, #suckerfishnav .current_page_parent li li a:after, #suckerfishnav .current_page_parent li li li a:after, #suckerfishnav .current_page_parent li li li li a:after {
    content:"";
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav li .current_page_parent a:after, #suckerfishnav li li .current_page_parent a:after, #suckerfishnav li li li .current_page_parent a:after {
    color:#000000;
    content:"";
    }
#suckerfishnav .current_page_item a:after, #suckerfishnav li .current_page_item a:after, #suckerfishnav li li .current_page_item a:after, #suckerfishnav li li li .current_page_item a:after, #suckerfishnav li li li li .current_page_item a:after {
    color:#000000;
    content:"";
    }