@charset "UTF-8";


img{
	border:none;
}



a {
	outline:none;
	-moz-outline-style: none;
}


.body  {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	font-family: Verdana, Arial, "Lucida Grande", sans-serif;
	text-transform:capitalize;
	background-color: #FFF;
	}

a:link {color:#cccccc; text-decoration:none;}    
a:visited {color:#cccccc; text-decoration:none;} 
a:focus {color:#cccccc; text-decoration:none;}
a:hover {color:#C00; text-decoration:none;}

.u_r_here_color  {color: #666;}


.container  {
	width: 852px; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 570px;
} 
.header  {
	height: 79px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
} 
.logo_name {
	margin-top: 57px;
	margin-left: 3px;
}

.logo_image {
	margin-left: 688px;
}
.main_content  {
	height: 450px;
	width: 852px;
	color: #FFF;
} 
#about {
	position: relative;
}
.nav_sidebar  {
	width: 300px;
	line-height: 20px;
	padding-top: 18px;
	padding-left: 20px;
	font-size: 17px;
	height: 170px;
	z-index: 2;
}
.gradient  {
	width: 300px;
	line-height: 20px;
	padding-top: 18px;
	padding-left: 20px;
	font-size: 17px;
	height: 170px;
	position: absolute;
	z-index: 2;
	background-image: url(../lignum/about_lignum/images/gradient.png);
	background-repeat: no-repeat;
}
.gradient2  {
	width: 300px;
	line-height: 20px;
	padding-top: 18px;
	padding-left: 20px;
	font-size: 17px;
	height: 170px;
	position: absolute;
	z-index: 2;
	background-image: url(../akatsuki/about_akatsuki/images/gradient2.png);
	background-repeat: no-repeat;
}
.thumb_container {
	height: 145px;
	left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thumb_nav {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 200px;
	text-align: center;
	margin-left: 0px;
	height: 20px;
}

h1 {
	font-size: 8px;
	margin: 0px;
	font-weight: normal;
	color: #FFF;
}

.email_div {
	margin-top: 170px;
	text-align: center;
	position: absolute;
	width: 852px;
}
.cixdesigns {
	text-align: right;
	position: absolute;
	margin-top: 249px;
	height: 16px;
	width: 848px;
	font-size: 9px;
	text-transform: none;
	padding-right: 3px;
}
a:hover .u_r_here_color {color:#C00; text-decoration:none;}

.footer  {
	height: 19px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 852px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
 
.btm_nav_spacer {
	margin-right: 100px;
	margin-left: 100px;
}
#background_img {
	background-color: #FFF;
	background-image: url(../assets/global/coming_soon.jpg);
	background-repeat: no-repeat;
}




/*** override styling in external stylesheets ***/



/* remove margins from the image */
.items img {
	margin-left: -7px;
	width: 852px;
}

/* make A tags our floating scrollable items */
.items a {
	display:block;
	float:left;
	margin:0px 0px;
} 

/* scrollable should not disable gallery navigation */
#gallery .disabled {
	visibility:visible !important;
}

#gallery .inactive {
	visibility:hidden !important;
}
/* active item */ 
.scrollable .active {
	/* these two settings makes it visible over the mask */ 
    z-index:9999;
	position:relative;
}
