
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #E8CEFF;
}
#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;
}
#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;
} 

#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%;
}

#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: 90%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}
#sidebar a:hover {
/*	text-decoration: underline;    */
	background-color: #D8BFFF;
	color: #B000E0;
}

#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: 80%;
	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: 90%;
	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; */
}
#contentright h2 {
	clear: both;
	margin: 0px;
	padding-left: 5px;
	font-size: 135%;
}
#contentright h3 {
	clear: both;
	margin: 0px;
	font-size: 120%;
}
#contentright h4 {
	clear: both;
	margin: 0px;
	font-size: 100%;
}
#contentright h5 {
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#contentright a.smaller {
	font-size: 80%;
}
/*
#contentright li {
	list-style-type: none;
}
*/
#contentright p {
	margin: 3px 0px 5px 0px;
	font-size: 80%;
}
#contentright p.bolden {
	font-weight: bold;
}
#contentright p.smaller {
	font-size: 60%;
}
#contentright p.indent {
	font-weight: normal;
	padding-left: 30px;
}
#contentright p.divline {
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	clear: both;
}
#contentright p.highlgt {
/*        background-color: #006;
	color: #FF0;  */
	background-color: #CC6699;
	color: #FFF;
	font-weight: bold;
}
#contentright p.indentb {
	font-weight: bold;
	padding-left: 30px;
}
#contentright ul {
	font-size: 80%;
}
#contentright th {
	font-size: 90%;
}
#contentright td {
	font-size: 80%;
}
#contentright img.imgbdr {
	border: 2px solid #006;
}

/* rules for links that use an image */
#contentright a.imglink {
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	background-color: #FFF;
	color: #FFF;
}

#contentright 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 */
#contentright a {
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
	color: #03C;
}
#contentright a:hover {
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
	background-color: #D8BFFF;
	color: #B000E0;
}
#contentright a.desimglink {
	margin: 0px auto;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	background-color: #FFF;
	color: #FFF;
}

#contentright a.desimglink:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09;
	background-color: #E8CEFF;
}

/* 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; */
}
#contentadmin h2 {
	clear: both;
	margin: 0px;
	padding-left: 5px;
	font-size: 135%;
}
#contentadmin h3 {
	clear: both;
	margin: 0px;
	font-size: 120%;
}
#contentadmin h4 {
	clear: both;
	margin: 0px;
	font-size: 100%;
}
#contentadmin h5 {
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
/*
#contentadmin li {
	list-style-type: none;
}
*/
#contentadmin p {
	margin: 3px 0px 5px 0px;
	font-size: 80%;
}
#contentadmin p.bolden {
	font-weight: bold;
}
#contentadmin p.smaller {
	font-size: 60%;
}
#contentadmin p.indent {
	font-weight: normal;
	padding-left: 30px;
}
#contentadmin p.divline {
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	clear: both;
}
#contentadmin p.highlgt {
/*        background-color: #006;
	color: #FF0;  */
	background-color: #CC6699;
	color: #FFF;
	font-weight: bold;
}
#contentadmin p.indent {
	font-weight: normal;
	padding-left: 30px;
}
#contentadmin ul {
	font-size: 80%;
}
#contentadmin th {
	font-size: 90%;
}
#contentadmin td {
	font-size: 80%;
}
#contentadmin img.imgbdr {
	border: 2px solid #006;
}

/* rules for links that use an image */
#contentadmin a.imglink {
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	background-color: #FFF;
	color: #FFF;
}

#contentadmin 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 */
#contentadmin a {
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
	color: #03C;
}
#contentadmin a:hover {
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
	background-color: #D8BFFF;
	color: #B000E0;
}

/* rules for the single column page layout */

#content {
/*	position:relative;    */
	margin: 0px 0px 25px 3%;
	padding: 3px;
/*	border: 2px solid #E7ADD9;      */
	width: 94.5%;
}

#content h5 {
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#content li {
	list-style-type: none;
}

#content p {
	margin: 3px 0px 5px 0px;
	font-size: 80%;
}
#content p.bolden {
	font-weight: bold;
}
#content p.smaller {
	font-size: 60%;
}
#content p.indent {
	font-weight: normal;
	padding-left: 30px;
}
#content p.divline {
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	clear: both;
}
#content p.highlgt {
        background-color: #006;
	color: #FF0;
	font-weight: bold;
}
#content ul {
	font-size: 80%;
}
#content th {
	font-size: 90%;
}
#content td {
	font-size: 80%;
}
#content img.imgbdr {
	border: 2px solid #006;
}

/* rules for links that use an image */
#content a.imglink {
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	background-color: #FFF;
	color: #FFF;
}

#content 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 */
#content a {
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
	color: #03C;
}
#content a:hover {
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
	background-color: #D8BFFF;
	color: #B000E0;
}
#content a.desimglink {
	margin: 0px auto;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	color: #FFF;
}

#content a.desimglink:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09;
	background-color: #E8CEFF;
}

/* 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 */
}

.desgallery {
	height: 170px;
        width: 110px;
	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 */
}


