
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #E8CEFF;
}
a img {
border: none;
}

#maincontainer {
	min-width: 960px;
	/* following for IE 5+ only, no min-width handling  */
	width:expression(document.body.clientWidth < 970 ? "960px" : "100%" );
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;  /* Lucida Bright */
	margin: 0px auto;
}
#montagecont {
	width: 500px;
	height: 420px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;  /* Lucida Bright */
	margin: 0px;
}
#dreamwcont {
	width: 700px;
	height: 620px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;  /* Lucida Bright */
	margin: 0px;
}
#Titlebar {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background-color: #E8CEFF;
	color: #B000E0;
	width: 960px;
	height: 175px;
	position: relative;
/*	border: 2px solid #E7ADD9;    */
}

#Titlebar h1 {
/*	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	font-family: Lucida Calligraphy, Arial, sans-serif;
	font-size: 250%;   */
	display: none;
}

#Titlebar h3 {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	font-family: Lucida Calligraphy, Arial, sans-serif;
}
#Titlebar h4 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-family: Lucida Calligraphy, Arial, sans-serif;
}
#Titlebar h6 {
	margin: 0px;
        padding-top: 2px;
	padding-bottom:6px;
}

#Titlebar a {
	color: #B000E0;
	text-decoration: none;
}
#Titlebar a:hover {
	color: #B000E0;
	text-decoration: underline;
}

#Titlebar img {
	margin: 0px auto;
	}

#sales {
	background-color: #F00;
	font-family: Lucida Calligraphy, Arial, sans-serif;
	width: 160px;
	height: 30px;
	position: absolute; top: 130px; left: 790px;
	border: 2px solid #FFF;
}
#sales p {
	text-align: center;
	margin: 0px auto;
	padding: 2px;
	background-color: #F00;
	color: #FFF;
 	font-weight: bold;
	font-size: 110%;
}
#sales a {
	color: #FFF;
	text-decoration: none;
}

#sales a:hover {
	color: #FFF;
	text-decoration: underline;
} 

#nflash {
	background-color: #F00;
	font-family: Lucida Calligraphy, Arial, sans-serif;
	width: 300px;
/*	height: 30px;  */
	position: absolute; top: 77px; left: 10px;
	border: 2px solid #FFF;
	z-index: 1;
}
#nflash p {
	text-align: center;
	margin: 0px auto;
	padding: 2px;
	background-color: #F00;
	color: #FFF;
 	font-weight: bold;
	font-size: 110%;
}
#nflash p span {
	display: none;
}
#nflash p:hover span, #nflash p.sfhover span {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
/*	background-color: #E8CEFF;  */
	background-color: #FFF;
	display: block;
}

#navbar {
	color: #FFF;
	padding: 0px 0px 2px 0px;
	margin: 0px auto 20px auto;   /* set bottom to 45px if horiz dropdown */
	font-weight: bold;
	font-size: 90%;
	width: 92%; /* 65em; */
	height: 20px;
/*	border: 2px solid #E7ADD9;   */
}
#navbar ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navbar li {
	float: left;
	width: 12.5%;  /*   set to 100/8 , allows room for 8 navbar li items */
	padding: 3px 0px 3px 0px;
	background-color: #D8BFFF;
	position: relative;
}
#navbar li.highlgt {
	background-color: #B000E0;
}
#navbar li ul {
	display: none;
}

/* ----------- vertical dropdown ----------- */
#navbar li:hover ul, #navbar li.sfhover ul {
	display: block;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0px;
}

#navbar li:hover ul li, #navbar li.sfhover ul li {
	width: 100%;
}

/* ----------------------------------------- */


/* -----------horizontal dropdown -- width set to 100/li % * 100 -------- 
#navbar li:hover ul, #navbar li.sfhover ul {
	display: block;
	width: 800%;
	position: absolute;
	top: 20px;
	left: 0px;
}

  ------------------------------------------ */

#navbar a {
	color: #FFF;
	text-decoration: none;
	display: block;
/*	width: 100%;   9em; */
}

#navbar a:hover {
	color: #B000E0;
	text-decoration: underline;
}

#ContentContainer {
	margin: 0px;
	padding: 0px;
/*	border: 2px solid #E7ADD9;   */
	float: left;
	width: 100%;
}
#ContentContainer h2 {
	clear: both;
	margin: 0px;
	padding-left: 5px;
	font-size: 135%;
}
#ContentContainer h3 {
	clear: both;
	margin: 0px;
	font-size: 120%;
}
#ContentContainer h4 {
	clear: both;
	margin: 0px;
	font-size: 100%;
}
#ContentContainer h5 {
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#ContentContainer h5.lrgindent {
	padding-left: 250px;
}
#ContentContainer a.smaller {
	font-size: 80%;
}
#ContentContainer p {
	margin: 3px 0px 5px 0px;
	font-size: 80%;
}
#ContentContainer p.heading1 {
	font-size: 120%;
	color: #B000E0;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}
#ContentContainer p.heading2 {
	font-size: 95%;
	color: #B000E0;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}
#ContentContainer p.bolden {
	font-weight: bold;
}
#ContentContainer p.smaller {
	font-size: 60%;
}
#ContentContainer p.indent {
	font-weight: normal;
	padding-left: 30px;
}
#ContentContainer p.lrgindent {
	padding-left: 250px;
}
#ContentContainer p.divline {
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	clear: both;
}
#ContentContainer p.highlgt {
	background-color: #CC6699;
	color: #FFF;
	font-weight: bold;
}
#ContentContainer p.indentb {
	font-weight: bold;
	padding-left: 30px;
}
#ContentContainer p.accessorieshdr {
	font-size: 120%;
	color: #03C;
}
#ContentContainer p.accessoriesdet {
	font-size: 100%;
	font-weight: bold;
}
#ContentContainer ul {
	font-size: 80%;
}
#ContentContainer th {
	font-size: 90%;
}
#ContentContainer td {
	font-size: 80%;
}
#ContentContainer img.imgbdr {
	border: 2px solid #006;
}

/* rules for links that use an image */
#ContentContainer a.imglink {
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	background-color: #FFF;
	color: #FFF;
}

#ContentContainer a.imglink:hover {
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	background-color: #FFF;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09;
}

/* rules for standard textual links */
#ContentContainer a {
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
	color: #03C;
}
#ContentContainer a:hover {
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
	background-color: #D8BFFF;
	color: #B000E0;
}
#ContentContainer a.larger {
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
	color: #03C;
	font-size: 130%;
	font-weight: bold;
}
#ContentContainer a.larger:hover {
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
	background-color: #D8BFFF;
	color: #B000E0;
}
#ContentContainer a.desimglink {
	margin: 0px auto;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	color: #FFF;
}

#ContentContainer a.desimglink:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09;
	background-color: #E8CEFF;
}

#sidebar {
	float: left;
	width: 11%;
	padding: 0px;
	margin: 5px 5px 20px 2px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	display: inline;
}
#sidebar a {
	background-color: #D8BFFF;
	color: #FFF;
	display: block;
	text-align: center;
	border-bottom: 2px solid #FFF;
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}
#sidebar a:hover {
	text-decoration: none;
	background-color: #D8BFFF;
	color: #B000E0;
	padding: 5px 0px 5px 0px;
}

#adminlogin {
	background-color: #B000E0;
	padding: 1px;
	margin-bottom: 2px;
}
#adminlogin h2 {
	clear: both;
	font-size: 90%;
	color: #FFF;
	margin: 0px;
}
#adminlogin h3 {
	clear: both;
	font-size: 100%;
	color: #FFF;
	margin: 0px;
}
#adminlogin p {
	margin: 2px 0px 2px 0px;
	padding-left: 5px;
	font-size: 80%;
}
#adminlogout {
	background-color: #B000E0;
	padding: 1px;
	margin-bottom: 2px;
}
#adminlogout h2 {
	clear: both;
	font-size: 110%;
	color: #FFF;
	margin: 0px;
}
#adminlogout p {
	margin: 5px 0px 2px 0px;
	padding-left: 5px;
	font-size: 80%;
}

/* rules for left hand column of two column page layout */

#contentleft {
	float: left;
	width: 34%;
	padding: 3px;
	text-align: center;
/*	border: 2px solid #E7ADD9;  */
	margin: 0px 2% 25px 2%;
/*	background-color: #FFF;     */
	display: inline;   /* to fix an IE6 bug */
}
#contentleft img {
	margin: 3px 0px 3px 0px;
}

/* rules for right hand column of two column page layout */

#contentright {
/*	position:relative;    */
	margin: 0px 0px 25px 0px;
	padding: 3px;
/*	border: 2px solid #E7ADD9;    */
	float: left;
 	width: 57%;
	display: inline;
/*  use if scrollable area required
	height: 400px;
	overflow: auto; */
}

/* Main Products page two column layout */

/* rules for left hand column */

#contentleftmain {
	float: left;
	width: 40%;
	padding: 3px;
	text-align: center;
/*	border: 2px solid #E7ADD9;  */
	margin: 0px 2% 25px 2%;
/*	background-color: #FFF;     */
	display: inline;   /* to fix an IE6 bug */
}

/* rules for right hand column */

#contentrightmain {
/*	position:relative;    */
	margin: 0px 0px 25px 0px;
	padding: 3px;
/*	border: 2px solid #E7ADD9;    */
	border-left: 1px solid #B000E0;
	float: left;
 	width: 51%;
	display: inline;
/*  use if scrollable area required
	height: 400px;
	overflow: auto; */
}

/* ---------------------------------------- */

#brideslist {
	width: 230px;
	position: absolute; top: 5px; left: 10px;
}
#brideslist object {
	display: none;
}
#brideslist p:hover object, #brideslist p.sfhover object {
	display: block;
}


#maidslist {
	width: 230px;
	position: absolute; top: 5px; left: 10px;
}
#maidslist object {
	display: none;
}
#maidslist p:hover object, #brideslist p.sfhover object {
	display: block;
}


#motherslist {
	width: 230px;
	position: absolute; top: 5px; left: 10px;
}
#motherslist object {
	display: none;
}
#motherslist p:hover object, #brideslist p.sfhover object {
	display: block;
}

/* rules for Admin page layout with sidebar and contentadmin columns */

#contentadmin {
/*	position:relative;    */
	margin: 0px 0px 25px 0px;
	padding: 3px;
/*	border: 2px solid #E7ADD9;    */
	float: left;
	width: 84%;
/*  use if scrollable area required
	height: 400px;
	overflow: auto; */
}

/* rules for the single column page layout */

#content {
/*	position:relative;    */
	margin: 0px 0px 25px 3%;
	padding: 3px;
/*	border: 2px solid #E7ADD9;      */
	width: 94.5%;
}


/* for scrollable area within content */

#contentscroll {
	margin: 0px;
	padding: 3px 0px;
/*	border: 2px solid #E7ADD9;      */
	width: 100%;
	height: 400px;
	overflow: auto;
}

#gretna {
	clear: both;
	font-size: 70%;
	margin: 0px 15px;
}

#gretna a {
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
	color: #03C;
}
#gretna a:hover {
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
	background-color: #D8BFFF;
	color: #B000E0;
}

#footer {
	padding: 0px;
	clear: both;
	color: #B000E0;
	font-size: 90%;
	text-align: right;
}

#footer p {
	margin: 0px;
	background-color: #D8BFFF;
	padding-right: 3px;
}

.clear {
	clear: both;
}

.centre {
	text-align: center;
}

.clfltlft {
	float: left;
	margin: 2px 5px 5px 0px;
	clear: both;
}

.fltlft {
	float: left;
	margin: 2px 5px 5px 0px;
}

.absfltlft {
	float: left;
	margin: 2px 0px 2px 0px;
	position: absolute;
        left: 50px;
}

.fltrght {
	float: right;
	margin: 2px 0px 5px 5px;
}

.clearfornewline {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	height: 0px;
	clear: both;
}
.contenthalf {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 48%;
}


.clearfornewsect {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	height: 20px;
	clear: both;
}

.clearlftnewsect {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	height: 20px;
	clear: left;
}

.point {
	cursor: pointer;
	cursor: hand;
}

.boldcell {
	font-weight: bold;
}

.bolden {
	font-weight: bold;
}

.printonly {
	display: none;
}

.designer {
	height: 330px;
        width: 210px;
	text-align: center;
	float: left;
	margin: 0px 10px 10px 0px;
/*	border: 1px solid #000;   test */
}

.designersoon {
	height: 330px;
        width: 170px;
	text-align: center;
	float: left;
	margin: 0px 10px 10px 0px;
/*	border: 1px solid #000;     test */
}

.product {
	height: 360px;
        width: 230px;
	text-align: center;
	float: left;
	margin: 0px 10px 10px 0px;
	position: relative;
/*	border: 1px solid #000;   test */
}
.product img {
	z-index: 1;
}

.productacc {
	height: 360px;
        width: 550px;
	text-align: center;
	float: left;
	margin: 0px 10px 10px 0px;
	position: relative;
/*	border: 1px solid #000;   test */
}
.productacc img {
	z-index: 1;
}

.desgallery {
	height: 170px;
        width: 110px;
	text-align: center;
	float: left;
	margin: 0px 10px 10px 0px;
/*	border: 1px solid #000;   test */
}

.desgalleryp {
	height: 170px;
        width: 110px;
	text-align: center;
	float: left;
	margin: 0px 10px 10px 0px;
/*	border: 1px solid #000;   test */
}
.desgalleryl {
	height: 170px;
        width: 155px;
	text-align: center;
	float: left;
	margin: 0px 10px 10px 0px;
/*	border: 1px solid #000;   test */
}

.salesgallery {
	height: 350px;
        width: 150px;
	text-align: center;
	float: left;
	margin: 0px 10px 10px 0px;
/*	border: 1px solid #000;   test */
}

.FI_reviews {
	width: 500px;
	padding-top: 4px;
	text-align: left;
	font-size: 11px;
	color: #000;
	font-weight: normal
}


