@charset "utf-8";
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	color:#ffffff;
	background-color:#000000;
}

a {
	text-decoration: none;	
	outline: none;	
}
p {
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

.blue {
	color:#0071BC;
}
.red {
	color:#FF0000;
}
.loading {
	height:inherit;
	width:inherit;
	background-image: url(../template/sparks/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

body.front {
	background-image: url(../template/sparks/background/front.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	background-color: #000000;
}

div#front-container {
	width: 138px;
	height: 250px;
	position:absolute;
	left:50%;
	margin-left:-69px;
	margin-top:220px;
}
div#front-logo {
	height: 220px;
	width: 138px;
	float: left;
	background-image: url(../template/sparks/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#front-language {
	height: 32px;
	width: 138px;
	float: left;
}

img#front-language-ind {
	height: 22px;
	width: 14px;
	float: right;
	background-image: url(../template/sparks/sprite.png);
	background-repeat: no-repeat;
	background-position: -92px -220px;
}
img#front-language-border {
	height: 22px;
	width: 16px;
	float: right;
	background-image: url(../template/sparks/sprite.png);
	background-repeat: no-repeat;
	background-position: -106px -220px;
}
img#front-language-eng {
	height: 22px;
	width: 14px;
	float: right;
	background-image: url(../template/sparks/sprite.png);
	background-repeat: no-repeat;
	background-position: -122px -220px;
}
div#front-language-desc {
	height: 22px;
	padding-right: 10px;
	float: right;
	text-align:right;
	font-size:9px;
	color: #ffffff;
	line-height: 23px;
}
div#mainmenu {
	position: absolute;
	top: 30px;
	right: 0px;
	height: 30px;
	width: 574px;
	float:left;
	background-color:#000000;
	color:#FFFFFF;
	font-size:14px;
	z-index:3;
}
div#mainmenu ul {
	padding:8px;
	margin:0px;
	list-style-type: none;
}
div#mainmenu li {
	float: left;
	padding-right: 14px;
}
div#mainmenu li.current {
	color:#0071BC;
	font-weight:bold;
}
div#mainmenu a:link, div#mainmenu a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
div#mainmenu a:hover, div#mainmenu a:active {
	text-decoration:none;
	color:#0071BC;
}
div#container {
	width: 1024px;
	height: 768px;
	position:absolute;
	margin-left:-512px;
	margin-top:20px;
	left:50%;
	bottom:auto;
	overflow:hidden;
}
div#home-wrapper {
	position: absolute;
	height: 186px;
	width: 710px;
	top: 30px;
	right: 0px;
	background-image: url(../template/sparks/black-transparent.png);
}
div#logo {
	height: 185px;
	width: 135px;
	float:left;
	background-image: url(../template/sparks/sprite.png);
	background-repeat: no-repeat;
	background-position: -160px 0px;
}
div#logo-big {
	height: 216px;
	width: 137px;
	float:left;
	background-image: url(../template/sparks/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#home-border {
	height: 185px;
	width: 1px;
	float:left;
	background-image: url(../template/sparks/blank.png);
	background-repeat: repeat;
}

div#home-content {
	height: 125px;
	width: 534px;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	float:left;
	text-align:justify;
	color:#FFFFFF;
	overflow: hidden;
}
div#home-gallery {
	float:left;
	width:534px;
	height:33px;
	margin: 4px;
}

div#home-gallery ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
}
div#home-gallery li {
	float: left;
	height:30px;
	width:30px;
	margin-right:10px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position:0px 0px;
}
div#home-gallery li:hover {
	cursor:pointer;
}

div#about-wrapper {
	position: absolute;
	height: 650px;
	width: 380px;
	top: 0px;
	left: 50px;
	background-image: url(../template/sparks/black-transparent.png);
	background-repeat: repeat;
}
div.content {
	float:left;
	height: auto;
	width: auto;
	margin-top:10px;
	margin-left:25px;
	margin-right:25px;
}
div.about-gallery-thumb {
	float:left;
	height: 80px;
	width: 86px;
	margin-right:4px;
	margin-bottom:4px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.about-gallery-thumb:hover {
	
	cursor:pointer;
}
div.about-gallery-thumb-select {
	float:left;
	height: 80px;
	width: 86px;
	margin-right:4px;
	margin-bottom:4px;
	background-repeat: no-repeat;
	background-position: -86px 0px;
}
div#about-gallery {
	position: absolute;
	height: 570px;
	width: 572px;
	top: 80px;
	right: 0px;
	background-image: url(../template/sparks/black-transparent.png);
	background-repeat: repeat;
}
div#about-gallery-frame {
	float:left;
	height: 428px;
	width: 572px;
	overflow:hidden;
	background-color:#000000;
}

div#sidebar-wrapper {
	position: absolute;
	height: 768px;
	width: 220px;
	top: 0px;
	left: 50px;
	background-image: url(../template/sparks/black-transparent.png);
	background-repeat: repeat;
}
ul#submenu {
	margin: 0px;
	padding: 0px;
	width:auto;
	float:left;
	list-style:none;
}
ul#submenu li {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:25px;
	float:left;
	width:195px;
	font-size:14px;
}
ul#submenu li.child {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:35px;
	float:left;
	width:185px;
	font-size:12px;
}
ul#submenu li:hover {
	cursor:pointer;
	background-image: url(../template/sparks/blue-transparent.png);
	background-repeat: repeat;
}

.submenu-active {
	background-image: url(../template/sparks/blue-transparent.png);
}
div#project-gallery {
	position: absolute;
	height: 768px;
	width: 754px;
	top: 80px;
	right: 0px;
}
div#project-gallery-frame {
	float:left;
	height: 575px;
	width: 765px;
	overflow:hidden;
	background-color:#000000;
}
ul#project-gallery-menu {
	margin-top: 10px;
	margin-left: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 0px;
	width:auto;
	float:left;
	list-style:none;
}
ul#project-gallery-menu li {
	float:left;
	width:48px;
	height:48px;
	padding: 2px;
	margin-right:4px;
}
ul#project-gallery-menu li:hover {
	cursor:pointer;
	background-color:#FFFFFF;
}
div#finishing-wrapper {
	position: absolute;
	height: 768px;
	width: 1024px;
	top: 0px;
	left: 0px;
}
div#finishing-logo {
	margin-left:20px;
	margin-bottom:20px;
	float:left;
	height:185px;
	width:135px;
	background-image: url(../template/sparks/black-transparent.png);
	background-repeat: repeat;	
}
div#finishing-content {
	float:left;
	height: 80px;
	width: 984px;
	padding:20px;
	background-image: url(../template/sparks/black-transparent.png);
	background-repeat: repeat;
}
div#download-window-container {
	width:1024px;
	height:768px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
	background-image: url(../template/sparks/black-transparent.png);
	background-repeat: repeat;
}

div#download-window {
	height:360px;
	width:620px;
	margin-right:auto;
	margin-left:auto;
	margin-top:184px;
	padding-right:40px;
	padding-left:40px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	border: 10px solid #333333;
	color:#000000;
}
div#download-wallpaper-container {
	position: absolute;
	height: 580px;
	width: 690px;
	top: 80px;
	right: 0px;
	background-image: url(../template/sparks/black-transparent.png);
	background-repeat: repeat;
	overflow:hidden;
	padding:20px;
}
div#download-wallpaper-wrapper {
	float:left;
	height: 560px;
	width: 660px;
	overflow:hidden;
}
div.download-wallpaper-thumb {
	width:150px;
	height:170px;
	float:left;
	text-align:right;
	font-size:10px;
}
div.download-wallpaper-desc {
	padding-left:20px;
	width:400px;
	height:170px;
	float:left;
}
ol#dowload-wallpaper-item li {
	width:700px;
	height:170px;
	padding-bottom:20px;
	float:left;
}
ol#dowload-wallpaper-item img {
	width:150px;
	height:150px;
	float:left;
}
ol#dowload-wallpaper-item a:link, ol#dowload-wallpaper-item a:visited{
	color:#0071BC;
}
ol#dowload-wallpaper-item a:hover, ol#dowload-wallpaper-item a:active{
	color:#FFFFFF;
}
div#contact-wrapper {
	position: absolute;
	height: 500px;
	width: 860px;
	top: 150px;
	left: 87px;
	background-image: url(../template/sparks/black-transparent.png);
	background-repeat: repeat;
}
div#contact-main-wrapper {
	float:left;
	height: 366px;
	width: 630px;
	padding-left:115px;
	padding-right:115px;
	padding-top:30px;
	padding-bottom:30px;
}
div#contact-content {
	margin-left:13px;
	width:230px;
	float:left;
}
a#contact-appointment-link {
	 line-height:26px;
}
div#contact-main-wrapper a:link, div#contact-main-wrapper a:visited {
	color:#0071BC;
}

div#contact-appointment-wrapper {
	float:left;
	height: 560px;
	width: 820px;
	padding:20px;
}
div#contact-appointment-content {
	float:left;
	width:auto;
	padding-left:33px;
}
div#contact-button {
	position:absolute;
	bottom:20px;
	right:20px;
}
div#contact-submit-wrapper {
	float:left;
	height: 266px;
	width: 550px;
	padding-left:150px;
	padding-right:150px;
	padding-top:92px;
	padding-bottom:92px;
}
div#gallery-stone-wrapper {
	position:absolute;
	right:0px;
	top: 80px;
	height: 728px;
	width: 714px;
	padding:20px;
}
div#gallery-stone-view {
	float:left;
	width:520px;
	height:650px;
	margin-right:20px;
	overflow:hidden;
}
img#gallery-stone-frame {
	float:left;
	width:520px;
	height:500px;
}
div#gallery-stone-title {
	float:left;
	width:510px;
	height:20px;
	padding-top:10px;
	padding-left:10px;
	font-size:14px;
}
div#gallery-stone-desc {
	float:left;
	width:500px;
	height:630px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-style:italic;
}
div#gallery-stone-list {
	float:left;
	width:174px;
	height:650px;
	overflow:hide;
	outline: none;	
}
div#gallery-stone-list a:link, div#gallery-stone-list a:visited{
	color:#FFFFFF;
}

div#gallery-stone-list ul {
	margin:0;
	padding:0px;
	list-style:none;
}
div#gallery-stone-list li {
	float:left;
	width:138px;
	height:85px;
	margin-bottom:10px;
	font-size:10px;
}
div#gallery-stone-list li img:hover {
	cursor:pointer;
	border: 1px solid #FFFFFF;	
}
div#gallery-interior-wrapper {
	position: absolute;
	height: 768px;
	width: 754px;
	top: 80px;
	right: 0px;
}
img#gallery-interior-frame {
	float:left;
	width:765px;
	height:575px;
}
div#gallery-interior-desc {
	float:left;
	width:708px;
	height:143px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-style:italic;
}