
/* @group Layout */
html {
       overflow: hidden;
}
#logo {
	background: url(../images/lotuslogo.png) no-repeat;
	height: 70px;
	width: 698px;
	border-bottom-width: 1px;
	border-bottom-color: #1a1a1a;
}

#main {
	width: 700px;
	margin: 0 auto;
	padding-right: 1px;
	padding-left: 1px;
}

#scene {
	height: 40px;
	width: 698px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 180px;
	background-position: -1000px -1000px;
	background-repeat: no-repeat;
}


/* @end */

/* @group Content */

.livingscene {
	background-image: url(../images/scenes/livingt.png);
	width: 89px;
	height: 25px;
	margin-left: 30px;
	margin-top: 25px;
	float: left;
	text-decoration: none;
}

.bedscene {
	background-image: url(../images/scenes/bedt.png);
	float: left;
	width: 90px;
	height: 25px;
	margin-left: 0px;
	margin-top: 25px;
	text-decoration: none;
}

.home {
	color: #d5d5d5;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 15px;
}

#flash {
	top: 250px;
	position: fixed;
	left: 50%;
	margin-left: -87px;
}

#arrow {
	position: relative;
	width: 12px;
	height: 12px;
	background: url(../images/arrow.png) no-repeat;
}

#info {
	color: #d5d5d5;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px 10px 5px;
}

#infoc {
	font-size: 10px;
	font-weight: bold;
	color: #d5d5d5;
}

a:link {
	color: #d5d5d5;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#contact {
	color: #d5d5d5;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 305px;
	text-align: justify;
	padding-left: 20px;
	float: left;
	margin: 0px 10px 0;
}

#content {
	color: #d5d5d5;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 320px;
	text-align: justify;
	margin: 50px 10px 0;
	padding-left: 15px;
	float: right;
}

#paint {
	width: 332px;
	height: 100px;
	text-align: center;
	background-color: #212121;
	margin-right: auto;
	margin-left: auto;
}

#error {
	text-align: center;
	padding-left: 145px;
	padding-right: 5px;
	float: left;
	margin: 0px auto auto 10px;
}

h1 {
	font-size: 14px;
	margin-top: 5px;
}

/* @end */

/* @group Contact */

.name {
	width: 270px;
	color: #e4e6e3;
	padding: 2px;
	background-color: #1a1a1a;
	height: 12px;
	font: normal normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #252525;
}

.label {
	color: #fff;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 4px;
	margin-bottom: 0px;
	margin-top: 2px;
	text-align: left;
	width: 320px;
}

#message {
	width: 270px;
	color: #e4e6e3;
	padding: 2px;
	background-color: #1a1a1a;
	height: 60px;
	margin: 0px;
	font: normal normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #252525;
}

#submit {
	width: 60px;
	color: #fefefe;
	height: 20px;
	font: normal normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	vertical-align: middle;
	padding: 0px 2px;
	background-color: #700b80;
	background-image: url(../images/submitbg.png);
	border: 1px solid #620972;
	margin-top: 5px;
}

/* @end */

/* @group Nav */

.homen {
	background-image: url(../images/nav/home.png);
	width: 89px;
	height: 25px;
	margin-left: 235px;
	margin-top: 25px;
	float: left;
	text-decoration: none;
}

.homen:hover {
	background-image: url(../images/nav/home.png);
	background-position: 0px -25px;
}

.galleryn {
	background-image: url(../images/nav/gallery.png);
	float: left;
	width: 90px;
	height: 25px;
	margin-left: 0px;
	margin-top: 25px;
	text-decoration: none;
}

.galleryn:hover {
	background-image: url(../images/nav/gallery.png);
	background-position: 0px -25px;
}

.createn {
	background-image: url(../images/nav/create.png);
	float: left;
	width: 90px;
	height: 25px;
	margin-left: 0px;
	margin-top: 25px;
	text-decoration: none;
}

.createn:hover {
	background-image: url(../images/nav/create.png);
	background-position: 0px -25px;
}

.infon {
	background-image: url(../images/nav/info.png);
	float: left;
	width: 90px;
	height: 25px;
	margin-left: 0px;
	margin-top: 25px;
	text-decoration: none;
}

.infon:hover {
	background-image: url(../images/nav/info.png);
	background-position: 0px -25px;
}

.contactn {
	background-image: url(../images/nav/contact.png);
	float: left;
	width: 90px;
	height: 25px;
	margin-left: 0px;
	margin-top: 25px;
	text-decoration: none;
}

.contactn:hover {
	background-image: url(../images/nav/contact.png);
	background-position: 0px -25px;
}

var {
    visibility: hidden; /* this will hide the text link */
}

h3 {
	color: #d5d5d5;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}
a {
        color:#d5d5d5;
}

/* @end */

/* @group Drop Menu */
#dropmenudiv{
position:absolute;
border:1px solid #5b0b6a;
border-top-width: 0;
background-color: #0F0F0F;
color: #d5d5d5;
font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #d5d5d5;
font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #121212;
}
/* @end */
