/* © Copyright: Minting Design of Whitby */

@charset "utf-8";

* {	margin: 0; padding: 0;}
h1, h2, h3, h4, p, ul, ol { margin : 0 10px; padding : .5em 0;}
a  {text-decoration: none;	color: #512626;}
a   img  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {	color: #512626;}

body  {
	text-align: center;
	font-size: 100%;
	font-family: "Segoe UI", Verdana;
	}

#container 
  {
	width: 98%;
	text-align: left;
	border: 1px solid #344920;
	height: 100%;
	margin: 10px;
	background-color: #F2FEE4;
	}  

#header  {
	background-color: #FEE4F2;
	background-repeat: no-repeat;
	height: 230px;
	background-position: 100% bottom;
	padding-right: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/girl.jpg);
	}
	 
#header img {
	margin-top: 0px;
	float: left;
	margin-left: 20px;
}


#mainContent
  {
	font-family: Candara, Verdana, Arial, sans-serif;
	margin-bottom: 1px;
	padding-top: 1px;
	margin-left: 230px;
	background-color: #F2FEE4;
	padding-right: 5px;
	
} 
#mainContent a {
	text-decoration: underline;
}



#mainContent  h1 {
	font-size: 1.4em;
	color: #775F62;
	font-family: "Segoe UI", Verdana;
	padding-left: 10px;
}

#mainContent h2 {
	font-size: 1em;
	color: #512626;
	font-family: "Segoe UI", Verdana;
	padding-left: 10px;
}

#mainContent  h3 {
	color: #8F7366;
	font-size: 0.7em;
	font-family: "Segoe UI", Verdana;
}


#mainContent  p {
	line-height: 1.3em;
	color: #9C8073;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;

}
.product    img  {
	margin-bottom: 10px;
	border: 1px solid #6C3B59;
}
.productHeader       {
	font-family: "Segoe UI", Verdana;
	font-size: 1.6em;
	color: #775F62;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 15px;
	padding-left: 50px;
	height: 60px;
	width: 400px;
	padding-top: 10px;
}
.product  {
	border: 1px solid #6C3B59;
	margin-right: 50px;
	margin-left: 50px;
	background-color: #FDFBCB;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

#topNav  {
	height: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-size: 0.75em;
	padding-right: 20px;
	text-align: right;
	background-color: #FDFBCB;
	padding-left: 20px;
	padding-top: 5px;
	border-bottom-color: 6c3b59;
}
#topNav h1 {
	font-family: "Segoe Script", "Freestyle Script", "Comic Sans MS";
	font-size: 2em;
	color: #6c3b59;
	margin: 0px;
	padding: 0px;
}

#topNav img {
	float: left;
}

#topNav  p {
	font-size: 1.4em;
	float: right;
	margin: 10px;
}

#topNav a:link, #topNav a:visited                      {
	text-decoration: none;
	color: #9C8073;
}
#topNav a:hover {
	color: #344920;
	text-decoration: underline;
}

#navBar   {
	float: left;
	width: 230px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	background-color: #FEE4F2;
}

#navBar ul {
	list-style-type: none;
	text-decoration: none;
	font-size: 1.2em;
	margin-top:10px;
	margin-bottom:50px;
	font-family: "Segoe Script", "Freestyle Script", "Comic Sans MS";
	margin-left: 20px;
}

#navBar li{
	display:block;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 4px;
	width: 200px;
	text-decoration: none;
	}

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



#navBar    a:hover   {
	text-decoration: none;
	padding-left: 3px;
}
#navBar img {

}

#footer  {
	font-size: 0.7em;
	background-color: #FDFBCB;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	height: 40px;
	} 
#footer p     {
	padding-left: 50%;

}

#footer  a:link, #footer  a:visited     {
	text-decoration: none;
	color: #512626;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	float: left;
	padding: 1px;
}
#designer {
	float: right;
	padding: 1px;
	}
	
#footerLinks  {
	width: 300px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
	
#footerLinks  a:link, #footerLinks a:visited {
	color: #000000;
}


.centerText {
	text-align: center;
}

.miniNav {
	font-size: .8em;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fltlft {
	float: left;
}
.imageflft {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.imageflrt {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
}
