@charset "utf-8";

html, body {
	height: 100%;
	}

body {
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}

#bannerTop {
	height:157px;
	width:100%;
	background-color:#262626;
}

#bannerTopInner {
	height:157px;
	width:900px;
	background-image:url(../images/banner.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin:auto;
}

.bannerNavSpacer {
	height:1px;
	line-height:0px;
	font-size:0px;
	width:100%;
	background-color:#383737;
}

#bodyMain {
	width:100%;
}

#bodyMainInner {
	height:auto;
	width:912px;
	margin:auto;
}

.projectItem {
	height:410px;
	width:440px;
	float:left;
	margin-right:6px;
	margin-left:5px;
}

hr {
	margin-top:20px;
	width:50%;
	float:left;
	color: #fff;
	background-color: #fff;
	border: 1px dotted #666666;
	border-style: none none dotted;
}

#bottom {
	float:left;
	height:107px;
	width:900px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.projectItemThm {
	height:241px;
	width:440px;
	background-color:#ededed;
	border:1px solid #cdcdcd;
}

td.crazyTD {
	border-color: #BBBBBB;
    border-width: 1px 1px 0 0;
    border-style: solid;
    background-color: #ededed;
}

table.crazyTable {
	border-color: #BBBBBB;
    border-width: 0 0 1px 1px;
    border-style: solid;	
}

img.projectImg {
	padding-left:6px;
	padding-top:6px;
	border:0px;
}

.projType {
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	letter-spacing:2px;
	color:#333333;
	padding-left:2px;
	line-height:35px;
}

.projTitle {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#333333;
	padding-left:2px;
}

.projDate {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#333333;
	padding-left:2px;
}

.projText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333333;
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
	text-align:justify;
}

.projTech {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#333333;
	padding-left:2px;
}

.projTechItems {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#333333;
	padding-left:2px;
	font-style:italic;
}

#navBarBottom {
	height:32px;
	width:100%;
	background-image:url(../images/navBack2.gif);
	background-repeat:repeat-x;
}

#navBarInner {
	height:32px;
	width:900px;
	text-transform:uppercase;
	text-align:left;
	padding-top:9px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
	word-spacing:15px;
	margin:auto;
}

#navBarInnerBottom {
	height:21px;
	width:900px;
	text-align:left;
	padding-top:9px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
	margin:auto;
}

#footer {
	height:70px;
	width:100%;
	float:left;
	background-color:#262626;
}

#footerInner {
	height:40px;
	width:900px;
	margin:auto;
	text-align:center;
	color:#666666;
	font-size:10px;
	padding-top:27px;
	font-weight:bold;
}

#activeLink {
	color:#ff9600;
}

a.navLinks:link {
	color:#FFFFFF;
	text-decoration: none;
}

a.navLinks:visited {
	color:#FFFFFF;
	text-decoration: none;
}

a.navLinks:active {
	color:#FFFFFF;
	text-decoration: none;
}

a.navLinks:hover {
	color:#ff9600;
	text-decoration: none; 
}

a.footerLinks:link {
	color:#BBBBBB;
	text-decoration: none;
}

a.footerLinks:visited {
	color:#BBBBBB;
	text-decoration: none;
}

a.footerLinks:active {
	color:#BBBBBB;
	text-decoration: none;
}

a.footerLinks:hover {
	color:#ff9600;
	text-decoration: none; 
}

a.adminLinks:link {
	color:#222222;
	text-decoration: none;
	font-weight:bold;
}

a.adminLinks:visited {
	color:#222222;
	text-decoration: none;
	font-weight:bold;
}

a.adminLinks:active {
	color:#222222;
	text-decoration: none;
	font-weight:bold;
}

a.adminLinks:hover {
	color:#ff9600;
	text-decoration: none; 
	font-weight:bold;
}

#navBar {
	height:32px;
	width:100%;
	background-image:url(../images/navBack.gif);
	background-repeat:repeat-x;
}

	#navBarList 
{
	width: 614px;
	height: 32px;
	background:url(../images/nav.png);
	margin: 0px;
	padding: 0px;
	position: relative;
}

#navBarList li 
{
	margin: 0px; 
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 0px;
}
	
#navBarList li, #navBarList a 
{
	height: 32px;
	display: block;
}
	
#navBarItem1 
{
	left: 0;
	width: 99px;
}

#navBarItem2 
{
	left: 100px;
	width: 78px;
}

#navBarItem3 
{
	left: 179px;
	width: 69px;
}

#navBarItem4 
{
	left: 249px;
	width: 94px;
}

#navBarItem5 
{
	left: 343px;
	width: 69px;
}
	
#navBarItem6 
{
	left: 413px;
	width: 91px;
}
	
#navBarItem7 
{
	left: 505px;
	width: 107px;
}
	
#navBarItem1 a:hover, a#linkRecent
{
    background: transparent url(../images/nav.png) 0 -32px no-repeat;
}
	
#navBarItem2 a:hover, a#linkWeb
{
    background: transparent url(../images/nav.png) -100px -32px no-repeat;
}
	
#navBarItem3 a:hover, a#link3d
{
    background: transparent url(../images/nav.png) -179px -32px no-repeat;
}
	
#navBarItem4 a:hover, a#linkPhoto
{
    background: transparent url(../images/nav.png) -249px -32px no-repeat;
}

#navBarItem5 a:hover, a#link2d
{
    background: transparent url(../images/nav.png) -343px -32px no-repeat;
}
	
#navBarItem6 a:hover, a#linkVideo
{
    background: transparent url(../images/nav.png) -413px -32px no-repeat;
}
	
#navBarItem7 a:hover, a#linkContact
{
    background: transparent url(../images/nav.png) -505px -32px no-repeat;
}