@charset "utf-8";
/* CSS Document by Kevin O'Hara for jellyFace | jellyfacecreative.com */

html, body {
	
	background-image: url(../images/bg_rose_tile.jpg);
	background-repeat: repeat;
	background-color: #FBE1DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
}

/* BEGIN Universal Elements*/

p {
 margin: 6px 0 18px 6px;
}
	
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

a, a:link {
	color: #EFABAE;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:visited {
	color: #EFABAE;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #F6C8CA;
	text-decoration: underline;
}

a:active {
	color: #EFABAE;
	text-decoration: none;
	font-weight: bold;
}

.clear {
	clear: both;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EFABAE;
}

h1 {
	font-size: 180%;
	margin-bottom: 15px;
}

h2 {
	font-size: 140%;
	width: 100%;
	padding-top: 4px;
	clear: both;
}

h3 {
	font-size: 120%;
}

/* END Universal Elements*/

/* BEGIN Form Elements*/

form {
	color: #A89D7D;
        font-weight: bold;
}

input, textarea {  
        border: 2px solid #F6C8CA;  
        margin-bottom: 12px;
        padding: 4px;    
        background-color: #F8F8F8;  
}

.submit {
        margin-top: 8px;
        padding: 4px;
        border: 2px solid #F6C8CA; 
        background-color: #F6C8CA;
        font-weight: bold;
        color: #FFF;
        cursor: pointer;
}

/* END Form Elements*/  

/* BEGIN Header */

#header {
	background-image: url(../images/lace_bg.png);
	background-repeat: no-repeat;
	width: 890px;
	height: 210px;
	margin: 0 auto;
	text-align: center;
}

#header p {
	margin: 0;
	padding-top: 45px;
}

.logo {
	height: 87px;
	width: 460px;
	margin: 0 auto;
	background: url(../images/fp_logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

/* END Header */

#container {
	width: 890px;
	min-height: 100%;
	margin: 0 auto;	
}

/* BEGIN Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
	width: 714px;
	background-color: #FFF;
	margin: 0 auto;
	padding-top: 5px;
}

/* END Wrapper */

/* BEGIN Main Nav */

#mainNav {
	margin: 0 0 10px 0;
	background-color: #FFF5F3;
}

#mainNav ul {
	margin: 0;
	padding-left: 10px;
	padding-top: 2px;
	list-style-type: none;
	font-family: 'Times New Roman', Times, serif;
	font-size: 140%;
	font-weight: bold; 
	color: #EFABAE;
}

#mainNav li {
	display: inline;
	margin: 0;
	padding-right: 10px;
}

#mainNav li a {
	color: #EFABAE;
	text-decoration: none;
	padding: 3px 5px 0 5px;
}

#mainNav li a:hover {
	background-color: #EFABAE;
	color: #FFF;
}

/* END Main Nav */

/* BEGIN Navigation */

#nav {
	width: 183px;
	padding-right: 5px;
	float: left;
	letter-spacing: .75px;
	margin-bottom: 50px;
}

#nav ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
}

#nav li {
}

#nav li a {
	line-height: 47px;
	color: #BEB499;
	display: block;
	background: url(../images/nav_btn.jpg) no-repeat 0 0;
	padding-left: 8px;
}

#nav li a:hover {
	background-position: 0 -47px;
	text-decoration: none;
	color: #A89D7D;
}

/* END Navigation */

/* BEGIN Body */

#body1 {
	width: 70%;
	min-height: 376px;
	float: right;
	margin: 0 15px 0 0;
	text-align: justify;
	margin-bottom: 40px;
	padding-left: 10px;
	border-left: 1px solid #A89D7D;
}

#body1 p {
	padding-bottom: 5px;
}

.prodImage {
	border: 3px solid #F9D0D2;
	float: left;
	margin-right: 12px;
	width: 250px;
}

.prodImageSign {
	float: left;
	margin-right: 12px;
	width: 256px;
}

.price {
	color: #A89D7D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 8px;
}

.dimensions {
	color: #A89D7D;
	font-size: 90%;
	font-weight: bold;
	padding: 6px;
	margin-bottom: 30px;
        line-height: 30px;
        clear: left;
        border-bottom: 1px solid #A89D7D;
}

.sold {
	height: 202px;
	width: 100px;
	background: url(../images/sold.png) no-repeat;
	position: absolute;
	padding-top: 3px;
	margin-left: -80px;
	text-indent: -9999px;
}

.imgLarge {
	width: 480px;
	border: 3px solid #F9D0D2;
}

.imgMedium {
	width: 220px;
	margin: 10px;
	border: 3px solid #F9D0D2;;
}

.imgSmall {
	width:
}

.left {
	float: left;
}

.right {
	float: right;
}

/* END Body */

/* BEGIN Info */

#info {
	font-size: 80%;
	color: #BEB499;
	text-align: center;
	padding-bottom: 5px;
}

#info a {
	color: #BEB499;
	font-weight: normal;
}

#info a:hover {
	font-weight: normal;
	color: #EFABAE;
}

/* END Info */

/* BEGIN Footer */

#footerWrap {
	width: 100%;
	margin: 0;
	padding: 0;
    bottom: 0px;
	text-align: center;
	color: #BEB499;
}

#footer {
	width: 742px;
	height: 45px;
	background-image: url(../images/lace_footer.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}	

/* END Footer */
