@charset "utf-8";
/*
 *	/css/default.css
 *  Cascading Style Sheet for LUI Designs & Associates.
 * (C) 2009 Dennis Lo Designs, LUI Designs & Associates unless otherwise licensed.
 * @author Dennis Lo Designs, http://www.dennislo.com
 * @author Derek "nobuyuki" Wallace, iGEN Knowledge Solutions inc., http://www.igen.ca
 */
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: Arial, helvetica, verdana;
	font-size: 11px; 
	color: #000;
}

/* UTILITARION & PARTIAL TEXT
*************************************************/
h1#logo {
	padding: 0;
	margin: 0;
}

 
h1#logo	a {
	display: block;
	background: url(../img/Logo-base.png) 0 0 no-repeat;
	width: 96px;
	height: 61px;
	padding: 0;
	margin: 35px 0 35px 18px;
	text-indent: -8888px; 
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #ccc;
	outline: none;
}

a:hover {
	color: #000;
}

p {
	width: 400px;
	font-size: 1em;
	line-height: 17px;
	bottom-margin: 15px;
}

p a {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #ccc;
	color: #000;
	padding-bottom: 2px;
	text-decoration: none;
}

p a:hover {
	background: #ffffcc none repeat scroll 0 0;
	border-bottom: 1px solid #ccc;

}

.moveup {
	display: block;
	background: url(../img/icon_up.png) 0 0 no-repeat;
	height: 10px;
	width: 30px;
	text-indent: -8888px;
	outline: none;
}

.moveup:hover {
	background: url(../img/icon_up.png) 0 -10px no-repeat;
}

.clr {
	clear: both;
}


/* LAYOUT 
*************************************************/
#navBar {
	width: 220px;
	margin: 0 0 0 18px;
	float: left;
}
#navBar h2 {
	display: block;
	background: url(../img/but_menu.png) 0 0 no-repeat;
	width: 110px;
	height: 24px;
	padding: 0;
	margin: 0;
	text-indent: -8888px; 
	float: left;
}

#content {
	border-top: 1px solid #ccc;
	margin: 0 30px 10px 238px;
	width: 785px;
}
.PageText {
	margin-left: 15px;
}
#footer {
	border-top: 1px solid #ccc;
	text-align: right;
	color: #ccc;
	font-size: .8em;
	padding-top: 9px;
	margin: 0 30px 0 238px;
	width: 785px;
}

/* Project Grid 
*************************************************/
#projectGrid {
	list-style: none;
	margin: 15px 0 0 15px;
	padding: 0;
}

.projectGridItem {
	background: url(../img/gridbg.png) 0 0 no-repeat;
	margin: 0 10px 25px 0;
	width: 246px;
	height: 77px;
	float: left;
}

.projectGridItem a {
	text-decoration: none;
	outline: none;
}

.projectGridItem img {
	width: 137px;
	height: 77px;
	float: left;
	border: 0;
}

.projectGridItemText {
	display: block;
	color: #999696;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	margin: 10px 0 0 150px;
	padding: 0;
	width: 90px

}



/* ******************** Gallery ********************** */
#ProjectGallery {
	position:relative;
}

#ImagePort {
	background-color: #f4f4f4;
	max-width: 785px;
	overflow:hidden;
}

#ImageThumbnailsBox {
	margin: 6px 0 0 0;
	display:block;
	overflow:hidden;
	width:764px;
	height:60px;
	float:left;
}

#ImageThumbnails {	
	overflow:hidden;
	display:block; 
	width:1768px; 
	height:60px;
}

#ImageThumbnails a {
	outline: none;
}

#ImageThumbnails.Hoverable a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

#ImageThumbnails a img {
	border: 0;
	margin-right: 4px;
}

#ProjectDescription {
	height: 450px;
}

#ProjectDescription h3 {
	font-size: 1em;
	margin: 0 15px;
	padding: 15px 0 0 0;
}

#ProjectDescription ul {
	list-style: none;
	margin: 15px;
	padding: 0;
}

#ProjectDescription ul li {
	list-style-image: url(../img/bullet.png);
	margin: 0;
}

a.ToggleProjectInformation {
	border-bottom: 2px solid #ccc;
	color: #000;
	padding: 5px 0 2px 0;
	text-decoration: none; 
	display: block;
	width: 103px;
}

a.ToggleProjectInformation:hover {
	background: #e2e2e2;
	border-bottom: 2px solid #000;
	color: #000;
	display: block;
}

a.activeSlide {
	filter: alpha(opacity=33);
	-moz-opacity: .33;
	opacity: .33;
}



/* MAIN NAV
*************************************************/
#mainNav {
	display: block;
	margin: 0 0 0 110px;
	padding: 0;
	list-style: none;
	background: #ddd;
	overflow:hidden;
	width:110px;
	position: relative;
}

#mainNav li {
	line-height: 24px;
	/* Example
	float: left;
	list-style: none;
	*/
}
#mainNav li.backLava{
	background-color:#eeeeee;
	color:#000000;
	width:110px;
	z-index:8;
	position:absolute;
	/* Example 
	background-color:#eeeeee;
	width: 9px;
	z-index: 8;
	position: absolute;
	*/
}

#mainNav li a {
	color: #7b7b7b;
	font-size: .9em;
	text-decoration: none;
	font-weight: bold;
	margin-left: 18px;
	z-index: 10;
	outline: none;
	position: relative;
	overflow: hidden;
	/* Example
	font: bold 14px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
	width:150px;
	*/
}


	
/* FORMS
*************************************************/
dt {
	margin: 7px 0 5px 0px;
	float: left;
	width: 130px;
}

dd {
	padding: 0px 0;
	margin: 10px 0 16px 0;
	clear: right;
}

input:hover, textarea:hover {
	border: 1px solid #000000;
}

input, textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #9B9B9B;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1em;
	padding: 2px;
}

select {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #9B9B9B;
	font-size: 1em;
	width: 150px;
}

#sendButton {
	background: #fff none repeat scroll 0 0;
	border: 0;
	border-bottom: 2px solid #ccc;
	color: #000;
	padding-bottom: 2px;
	text-decoration: none;
}

#sendButton:hover {
	background: #e2e2e2 none repeat scroll 0 0;
	border-bottom: 2px solid #000;
	color: #000;
} 
/* ******** ToolTips *********** */
#tooltip{
    width:auto;
    max-width:300px;
    min-width:100px;
    swidth:300px;
    border:1px solid;
    background:white;
    padding:5px;
    margin-top:4px;
    font-size:12px;
    color:dimgray;
}
#tooltip #ttimg.top{
    margin-top:-17px;
    margin-left:2px
}
#tooltip #ttimg.bottom{
    bottom:0;
    margin-bottom:-12px;
    margin-left:2px
}
#tooltip.default{
    border:3px solid white;
    background:whitesmoke;
    color:gray;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px; 
    margin-top:2px;
}
#tooltip.default #ttimg.top{
	position:absolute;
		margin-top:-8px;
    margin-left:-8px
}
#tooltip.default #ttimg.bottom{
	position:absolute;
    bottom:0;
    margin-bottom:-3px;
    margin-left:-8px
}