/* -------------------------------------------------------------- 
   H-Visual
  
   www.h-visual.com
   
   Version: 1.0
   * Author: Khuong Hoang
   * Question/Comments: info@h-visual.com
   * Last Modified: February 05 2010
-------------------------------------------------------------- */

/* jQuery lightBox plugin - Gallery style */
	#gallery {
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	top: -200px;
	position: relative;
	left: -42px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #141414;
		border-width: 1px 1px 1px;
	}
	#gallery ul a:hover img {
	border: 2px solid #5b5b5b;
	border-width: 1px 1px 1px;
	color: #080D10;
	}
	#gallery ul a:hover { color: #fff; }

body {
	background-image: url(../Build/BGpattern.jpg);
	background-repeat: repeat;
}
* {
    margin: 0;
}
html, body {
    height: 100%;
}
#logo {
	position:absolute;
	width:151px;
	height:141px;
	z-index:3;
	left: 0px;
	top: 10px;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -97px;
}
#navbar {
	position:absolute;
	width:374px;
	height:48px;
	z-index:1;
	left: 613px;
	top: 110px;
}
#content {
	position:relative;
	width:960px;
	height:1490px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}
#text {
	position:absolute;
	width:520px;
	height:115px;
	z-index:2;
	left: 3px;
	top: 1100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B0B6BD;
	text-shadow: 0px 1px 0px #000;
	font-size: 16px;
	list-style: 1.3;
}
.footer, .push {
    height: 4em;
}
#footer {
	position:relative;
	width:100%;
	height:280px;
	z-index:2;
	background-image: url(../Build/footer.jpg);
}

#footercontent {
	position:relative;
	width:960px;
	height:280px;
	z-index:1;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#footercontentleft {
	position:absolute;
	width:300px;
	height:215px;
	z-index:3;
	left: 0px;
	top: 0px;
	text-align: left;
	color: #efefef;
	text-shadow: 0px 1px 0px #0c0c0d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	padding-top: 15px;
}
#footercontentmiddle {
	position:absolute;
	width:300px;
	height:215px;
	z-index:3;
	left: 330px;
	top: 0px;
	text-align: left;
	color: #efefef;
	text-shadow: 0px 1px 0px #0c0c0d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	padding-top: 15px;
}
#footercontentright {
	position:absolute;
	width:300px;
	height:215px;
	z-index:4;
	left: 650px;
	top: 0px;
	padding-top: 15px;
	color: #efefef;
	text-shadow: 0px 1px 0px #0c0c0d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.1;
}


a:link {
	color: #EF5923;
	text-decoration: none;
}
a:visited {
	color: #EF5923;
	text-decoration: none;
}
a:hover {
	color: #EF5923;
	text-decoration: underline;
}
a:active {
	color: #ab3a1f;
	text-decoration: none;
}
.wrapper #content #logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wrapper #content #logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wrapper #content #text li {
	font-weight: bold;
	color: #CDD1D6;
}
.wrapper #content #text p {
	font-weight: bold;
	color: #CDD1D6;
}
