* {
	margin: 0;
	padding: 0;
}

body {
	background: #AE93A2 url(../images/main-bkg.gif) repeat-y;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	color: #555555;
}

p, dd, li {
	font-size: 1.2em;
	margin: 0.9em 0;
        line-height: 150%;
}

ul {
	list-style-type: none;
        margin-bottom: 20px;        
        margin-left: 30px;
}

h1 {
	background: url(../images/main-logo.gif) no-repeat;
	width: 325px;
	text-indent: -9000em;
}

h1 a {
	background: url(../images/main-logo.gif) no-repeat;
	display: block;
	height: 125px;
}

h2 {
	background: url(../images/home-page-image.gif) no-repeat;
	width: 226px;
	height: 330px;
	margin-top: 100px;
	float: right;
	text-indent: -9000em;
}

h3 {
	background: url(../images/h3-bkg-l.gif) no-repeat;
	text-align: left;
	font-size: 1.4em;
	color: #795B6B;
	width: 200px;
	height: 22px;
	display: block;
	padding-top: 7px;
	padding-left: 20px;
	clear: both;
}

h4 {
	font-size: 1.3em;
}

a {
	color: #555555;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

dd.price {
	font-size: 1.4em;
	font-weight: bold;
}

a.thumbnail img {
	border: 1px solid #C4A8A8;
}


/**********LAYOUT STYLES **********/

#wrap {
	width: 750px;
	height: 100%;
}

#left-col {
	background: url(../images/left-floral-bkg.gif) no-repeat right top;
	width: 425px;
	min-height: 600px;
}

#right-col {
	background: url(../images/right-floral-bkg.gif) no-repeat left bottom;
	width: 325px;
	height: 625px;
	float: left;
	position: absolute;       
	left: 425px;
}


/********** ID STYLES **********/

#main-menu {
	text-align: right;
	float:right;
}

#main-menu li {
	background: url(../images/menu-bkg.gif) no-repeat;
        font-size: 1.4em;	
        width: 178px;
	height: 22px;
	display: block;
	margin: 0.5em 0;
	padding-top: 7px;
        line-height: normal;
}

#main-menu a {
	padding-right: 20px;
	color: #795B6B;
	text-decoration: none;
}

#main-menu a:hover {
	color: #A28293;
	text-decoration: none;
}

#main-menu #top-margin {
	margin-top: 1.5em;
}

#main-menu .menu-active {
	background: url(../images/menu-bkg-active.gif) no-repeat;
}

#home-page-text {
	background: url(../images/home-page-text.gif) no-repeat;
	width: 190px;
	height: 93px;
	margin-top: 10px;
	position: relative;
	float: right;
	text-indent: -9000em;
	clear: both;
}

#home-link ul {
	position: relative;
	margin-top: 25px;
	margin-bottom: 3px;
	float: right;
}

#home-link li {
	background: url(../images/home-link-bkg.gif) no-repeat;
	width: 38px;
	text-indent: -9000em;
}

#home-link a {
	background: url(../images/home-link-bkg.gif) no-repeat;
	display: block;
	height: 29px;
}

#home-link a:hover {
	background: url(../images/home-link-bkg-hover.gif) no-repeat;
}

#previewimageid{
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	height: 0px;
	z-index: 200;
	text-align: left;
}

#previewimageid img{
	border: 1px solid #FFF2F2;
}


/********** CLASS STYLES **********/

.left-text-box {
	display: block;
	clear: left;
	padding: 20px 25px;
}

.left-text-box dl dt {
	font-size: 1.4em;
	font-weight: bold;
	color: #8F6B7E;
}

.divider {
	border-top: 1px dotted #C4A8A8;
	width: 300px;
	height: 1px;
	margin: 0 62.5px;
}

.stefpic {
	border: 4px solid #E5D9D9;
	margin: 0.4em 0 1em 1em;
	float: right;
}

.top-margin {
	margin-top: 2em;
}


/********** CONTACT FORM STYLE **********/

input[type="text"] {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444444;
	border: 1px solid #C4A8A8;
	padding: 2px;
	width: 220px;
}

textarea {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444444;
	border: 1px solid #C4A8A8;
	padding: 2px;
	width: 220px;
	height: 200px;
}	