/* Sugar Hiccup version 2 CSS */

* { 
	padding: 0; margin: 0; 
}


body {
	height: 100%;
	font-size: 62.5%;
	background: #eaeaea url("images/site/body_bg8.jpg") no-repeat top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

p {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 10px;
	padding: 0px 10px;
}

a, a:visited {
	color: #442C56;
}

a:hover {
	color: #CB297C;
	text-decoration: none;
}

a img {
border: 0;
}

.right {float:right !important; color:#900;}
.left {float:left !important; color:#900;}
.right-bordered {float:right !important; color:#900; border: 1px solid #DADADA; margin: 5px; padding: 5px; background: #FFFFFF;}
.center {text-align:center; margin-top:0px; margin-bottom:0px; padding:0px;}


/* ================= */
/* HEADER            */
/* ================= */

#header { 
	margin: 60px auto 0px auto;
	width: 960px;
	height: 120px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fafafa;
	border-bottom: 1px solid #F0D5FD;
	position: relative;
	overflow: hidden;
}

#logo {
	line-height: 28px;
	width: 250px;
	padding: 0;
	float: left;
}

#logo h1 {
	display: none;
}

/* ================= */
/* TOP NAVIGATION    */
/* ================= */

#navcontainer {
	width: 710px;
	padding-top: 40px;
	float: right;
}

.navlist {
	margin: 0;
	padding: 0 0 3px 0;
}

.navlist ul, .navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.navlist a {
	float: left;
	line-height: 2em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 4px 2px 4px;
	padding: 3px 6px;
	text-decoration: none;
	color: #906289;
}

.navlist a:link#current, .navlist a:visited#current {
	border-bottom: 5px solid #F0D5FD;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

.navlist a:hover { 
	color: #000; 
	border-bottom: 5px solid #ececec;
	padding-bottom: 2px;
}

#navhome .navhome, #navcommission .navcommission, #navabout .navabout, #navphilosophy .navphilosophy, #navfaq .navfaq, #navcare .navcare, #navfriends .navfriends, #navcontact .navcontact {
	border-bottom: 5px solid #F0D5FD;
	padding-bottom: 2px;
	background: transparent;
	color: #000;	
}

/* ================= */
/* SIDE NAVIGATION   */
/* ================= */

.sidenavcontainer ul {
	margin-top: 1.2em;
	width: 170px;
	padding: 0;
	list-style-type: none;
}

.sidenavlist {
	position: relative;
	width: 170px;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #E6E6E6;
}

.sidenavlist li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border-top: 1px solid #E6E6E6;
}

.sidenavlist li a {
	display: block;
	padding: 0.7em 0 0.7em 2em;
	text-decoration: none;
	color: #6A4E7F;
	font-size: 1.2em;
	font-weight: bold;

}

* html #links li a {  /* make hover effect work in IE */
	width: 170px;
}


.sidenavlist li a:hover {
	color: #000;

}

.sidenavlist li:hover {
	text-decoration: none;
	background-color: #F3EFF2;

}

#sidenav_tokens .sidenav_tokens,
#sidenav_oaktree .sidenav_oaktree,
#sidenav_dream .sidenav_dream,
#sidenav_opendoor .sidenav_opendoor,
#sidenav_castle .sidenav_castle,
#sidenav_irishlove .sidenav_irishlove,
#sidenav_wakeup .sidenav_wakeup,
#sidenav_shoe .sidenav_shoe,
#sidenav_snapshot .sidenav_snapshot,
#sidenav_dramaqueen .sidenav_dramaqueen,
#sidenav_lovely .sidenav_lovely,
#sidenav_domgod .sidenav_domgod,
#sidenav_happybirthday .sidenav_happybirthday,
#sidenav_nuptials .sidenav_nuptials
{
	color: #000;
	background: #ECE6EA url("images/site/sidenav_on.jpg") no-repeat;
}

#sidenav_storyheart .sidenav_storyheart,
#sidenav_storytag .sidenav_storytag,
#sidenav_storyoval .sidenav_storyoval,
#sidenav_celtic .sidenav_celtic
{
	color: #000;
	background: #ECE6EA url("images/site/sidenav_on.jpg") no-repeat;
}

/* ================= */
/* CONTAINER         */
/* ================= */

#container { 
	margin: 0px auto 0px auto;
	width: 960px;
	background: #FCFCFC;  /* url("images/site/container_bg.jpg") repeat-y; */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	overflow: hidden;
}

#container-bottom { 
	margin: 0px auto 20px auto;
	width: 960px;
	height: 21px;
	background: #eaeaea url("images/site/container_shadow.jpg") no-repeat;
	border: 0;
	position: relative;
	overflow: hidden;
}

/* ================= */
/* LEFT AND RIGHT    */
/* ================= */

#left-side {
	float: left;
	display: inline;
	width: 170px;
	height: 500px;
	margin: 20px 15px 20px 20px;
}

#right-side {
	float: right;
	display: inline;
	position: relative;
	width: 710px;
	background-color: #fff;
	border-top: 1px solid #F0D5FD;
	border-left: 1px solid #F0D5FD;
	border-right: 1px solid #C2A1D3;
	border-bottom: 1px solid #C2A1D3;
	margin: 15px 10px 15px 0px;
}

#item-left {
	float: left;
	position: relative;
	width: 500px;
}

#item-right {
	float: right;
	position: relative;
	width: 160px;
}

#purchase {
	width: 230px;
	float: left;
	padding: 5px 10px 10px 10px;
	overflow: hidden;
}

/* ================= */
/* LEFT/RIGHT TEXT   */
/* ================= */

#left-side h2 {
	font-size: 1.5em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #8E709E;
	padding: 0px 0px 10px 10px;
}

#right-side h2 {
	font-size: 1.8em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #8E709E;
	padding: 10px 0px 10px 10px;
}

#right-side h3 {
	font-size: 1.4em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #711953;
	padding: 5px 0px 0px 10px;
}

#faq #right-side h3 {
	font-size: 1.4em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	padding: 8px;
	background: #f2f2f2;
}

#pricing #pricing-left {
	float: left;
	width: 160px;
	height: 25px;
}

#pricing #pricing-left p {
	vertical-align: middle;
}

#pricing #pricing-right {
	float: left;
	width: 162px;
	height: 25px;
}

.price {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #6A4E7F;
}

#purchase p {
	font-size: 1.3em;
}

/* ================= */
/* FOOTER            */
/* ================= */

#footer { 
	margin: 20px auto 0px auto;
	width: 960px;
	height: 40px;
	background: #F4F4F6 url("images/site/footer_bg.jpg") no-repeat;
	border: 1px solid #ccc;
	line-height: 40px;
	position: relative;
	overflow: hidden;
}

#footer p { 
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover { 
	color: #705758; 
	text-decoration: none; 
}

#footer a:hover { 
	color: #9e7e7f; 
	border-bottom: 1px dotted #ccc; 
}

#footer-bottom { 
	margin: 0px auto 20px auto;
	width: 960px;
	height: 21px;
	background: #eaeaea url("images/site/container_shadow.jpg") no-repeat;
	border: 0;
	position: relative;
	overflow: hidden;
}

/* =============== */
/* CONTACT CONTACT */
/* =============== */

#contact-form {
	width: 600px;
	float: left;
	padding: 5px 10px 10px 10px;
	overflow: hidden;
}

#contact-form p {
	font-size: 1.3em;
}

.texta , .naturequery{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #F9F9F9;
	border: 1px solid #CB297C;
	padding: 6px;
}

.buttons {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color: #CB297C;
	color: #FFFFFF;
	border: 1px solid #CB297C;
	margin: 5px 6px 10px 0px;
	padding: 4px;
}

.required {
	color: #ff0000;
}

input:focus, textarea:focus {
	border: 1px solid #6A4E7F;
}

/* =============== */
/* SLIDESHOW SLIDE */
/* =============== */

#slideshow1 {
	width: 700px;
	height: 300px;
	float: left;
	padding: 0;
	margin: 15px auto 20px auto;
	overflow: hidden;
}


/* END OF FILE */