/*CSS for Catherine Hayward
* Author: Moustique Design http://www.moustique.net/
* Date: 7 August 2009
*/
/* Generic elements =========================*/
body {
	background: #fff;
	color: #000;
	font: 0.7em Century Gothic, Arial, Tahoma, Verdana, sans-serif;
}

h1 {
	margin: 42px 0 0 0;
	padding: 0;
}
#profile h1{
	margin: 42px 0 0 25px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 2.6em;
	font-weight: normal;
}

h3 {
	margin: 10px 0 2px 0;
	padding: 0;
	font-weight: bold;
	color: #000;
	font-size: 1em;
}
#profile h3 {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #f7cc4a;
}
#prices h3 {
	color: #bd78c8;
}
#testimonial h3 {
	color: #fe7647;
}
#personal h3 {
	color: #cc3366;
}
#shopping h3 {
	color: #4b81dd;
}


form {
margin: 0px;
padding: 0px;
}

form input {
	border: 1px solid #d5c298;
	padding: 2px;
}

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

img {
  border: 0;
}
table {
  margin: 10px 0;
}
th {
	text-align: left;
}
address {
	font-style: normal;
}
/* Links ====================================*/
a:link,
a:visited {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}

a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}


/* Begin Navigation =============================================== */
#nav {	
	height: 21px;
	margin: 0 0 0 70px;
	list-style: none;
	float:left; /*needed to contain floated children. 
	The children when contained will give the nav its height.
	If it has height, then the background colour will show.*/
}
#profile #nav{
	margin: 0 0 0 95px;
}

#nav li {	
	float: left;
	position: relative; /*so that we can use this as a reference point for positioning the child submenu.*/
	/*padding: 2px 12px 2px 13px;*/
	padding: 3px 15px 0 15px;
	_padding: 3px 3px 0 14px;
	margin:0;
	border-right: solid 2px white;
}



* html body #nav li {width:6.1em;} /*for Mac/IE, keeps nav links floated correctly */


#nav li a { /* formats the look of the menu items */
	display:block;
	text-decoration: none;
	margin:0;
	padding: 0;
	height:19px;
	_height: 30px;
	background-color: transparent;
	color: #666;
}

#nav li #nav-home:hover, #home #nav-home {
 	color: #66cccc;
}
#nav li #nav-personal:hover, #personal #nav-personal {
 	color: #cc3366;
}
#nav li #nav-shopping:hover, #shopping #nav-shopping {
 	color: #4b81dd;
}
#nav li #nav-profile:hover, #profile #nav-profile {
 	color: #f7cc4a;
}
#nav li #nav-prices:hover, #prices #nav-prices {
 	color: #bd78c8;
}
#nav li #nav-testimonial:hover, #testimonial #nav-testimonial {
 	color: #fe7647;
}
#nav li #nav-blog:hover, #blog #nav-blog {
 	color: #33cc00;
}
#nav li #nav-contact:hover, #contact #nav-contact {
 	color: #9999cc;
}

/*-------- SUBMENU ---------*/
#nav li ul { /* submenu background*/
	display: none;
	list-style:none;
}

#nav li > ul { /* to override top and left in browsers other than IE, 
which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}


#nav li ul li {
	padding: 0 0 0 0;
}

#nav li:hover ul,
#nav li.over ul { /* positions and formats submenu background , class over is for javascript file*/
	display: block;
	float:none;
	position: absolute;
	top: 15px;
	_top: 33px;
	width: 113px;
	margin:0;
	padding: 0;
}

#nav li:hover ul li a,
#nav li.over ul li a {/*formats submenu individual items */
	font-weight:normal;
	width: 95px;
	padding: 2px 0;
	height:100%;
	text-align:left;/*need to override earlier Mac/IE text-centre rule on the parent*/
	height: 10px;
}




#nav li:hover ul li a:hover ,
#nav li.over ul li a:hover { /*formats submenu links for hover */
 	color: #cc3366;
}

#nav li ul li a#current {/*sets the current (where the user is) submenu item to be highlighted*/
 	color: #cc3366;
}





/* Layout Divs ==============================*/
#wrapper {
	margin: 0 auto;
	width: 900px;
	height: 820px;
}
#home #wrapper{
	background: #fff url("../images/bg-home.jpg") top right no-repeat;
}
#personal #wrapper{
	background: #fff url("../images/bg-wardrobe.jpg") top right no-repeat;
	height: 755px;
}
#shopping #wrapper{
	background: #fff url("../images/bg-shopping.jpg") top right no-repeat;
	height: 725px;
}
#profile #wrapper{
	background: #fff url("../images/bg-profile.jpg") top right no-repeat;
	width: 950px;
	height: 795px;
}
#blog #wrapper{
	background: #fff url("../images/bg-blog.jpg") top right no-repeat;
	height: 650px;
}
#contact #wrapper{
	background: #fff url("../images/bg-contact.jpg") top right no-repeat;
	background-position: 100px 0 0 0;
}
#prices #wrapper{
	background: #fff url("../images/bg-prices.jpg") top right no-repeat;
}
#testimonial #wrapper{
	background: #fff url("../images/bg-testimonial.jpg") top right no-repeat;
}
#text-content {
	width: 340px;
	padding: 0 20px;
	margin: 15px 0 0 100px;
}
#contact #text-content {
	width: 260px;
}
#profile #text-content {
	margin: 65px 130px 0 0;
	float: right;
}
#prices #text-content, #testimonial #text-content {
	margin-top: 40px;
}
#profile b{
	color: #666;
}

#quote {
 	color: #66cccc;
}
#quote  p {
	margin: 5px 0 10px 15px;
}
#blog #quote {
	color: #33cc00;
}
#contact #quote {
	color: #9999cc;
}


span {
	color: #666;
	width: 130px;
	float: left;
	font-weight: bold;
}

#personal span {
	width: 150px;
}

#shopping span {
	width: 100px;
}



/* ------------- FOOTER ------------------ */
#footer {
	clear: both;
	width: 820px;
	margin: 0 auto;
	color: #666;
	position: absolute;
	top: 640px;
}
#contact #footer {
	margin-left: 40px;
	position: absolute;
	top: 815px;
	color: #9999cc;
}
#footer a{
	color: #9999cc;
	font-weight: normal;
}
#footer p.left {
	width: 390px;
	float: left;
	text-align: left;
}
#footer p.right {
	width: 300px;
	float: right;
	text-align: right;
}




/* Miscellaneous classes and IDs ============*/
.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
}

img.floatleft {
	margin: 0 10px 0 0;
}

.click_here a{
	color: #C36;
}

.click_here a:hover{
	color: #000;
}
