@charset "UTF-8";

/***************** general notes *******************/

* {
	margin: 0;
	padding: 0;
	line-height: 120%;
}

html {
	height:100%;
}

body {
	background-color: #c5c4b0;
	background-image: url(../imgsrc/backgroundRepeat.png);
	background-repeat: repeat-y;
	position: relative;
}

a {
	color:#464646;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	text-align: left;
	padding-bottom: 15px;
	line-height: 120%;
}

li {
	list-style-image: none;
	list-style-type: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}


/************** Top Navigation and BG **************/

#topBackground {
	background-image: url(../imgsrc/topborder.png);
	background-repeat: repeat-x;
	height: 155px;
	width: 100%;
	position: fixed;
	top:0px;
	left:0px;
	z-index: 50;
}

ul.nav {
	margin-left: 442px;
	list-style-type: none;
	margin-top: 124px;
	font-size: 18px;
	width: 360px;
}

ul.nav li {
	list-style-type: none;
	float: left;
	text-align: center;
	margin-right: 3px;
	margin-left: 3px;
}

li.web {
	background-image: url(../imgsrc/web.png);
	background-repeat: no-repeat;
	display:block;
	height: 27px;
	width: 64px;
	background-position: left top;
}

li.web a:hover {
	background-image: url(../imgsrc/web.png);
	background-repeat: no-repeat;
	display:block;
	height: 27px;
	width: 64px;
	background-position: left bottom;
}

li.graphic {
	background-image: url(../imgsrc/graphic.png);
	background-repeat: no-repeat;
	display:block;
	height: 27px;
	width: 80px;
	background-position: left top;
}

li.graphic a:hover {
	background-image: url(../imgsrc/graphic.png);
	background-repeat: no-repeat;
	display:block;
	height: 27px;
	width: 80px;
	background-position: left bottom;
}

li.interior {
	background-image: url(../imgsrc/interior.png);
	background-repeat: no-repeat;
	display:block;
	height: 27px;
	width: 83px;
	background-position: left top;
}

li.interior a:hover {
	background-image: url(../imgsrc/interior.png);
	background-repeat: no-repeat;
	display:block;
	height: 27px;
	width: 83px;
	background-position: left bottom;
}

li.product {
	background-image: url(../imgsrc/product.png);
	background-repeat: no-repeat;
	display:block;
	height: 27px;
	width: 84px;
	background-position: left top;
}

li.product a:hover {
	background-image: url(../imgsrc/product.png);
	background-repeat: no-repeat;
	display:block;
	height: 27px;
	width: 84px;
	background-position: left bottom;
}

span.hidden {
	visibility: hidden;	
}

/************** Left Content *****************/


#fixedWrapper {
	position: fixed;
	width: 1800px;
	height: 100%;
	z-index: 10;
} 

#leftside {
	width: 325px;
	position:absolute;
	left: 60px;
	top: 200px;
}

h1 span {
	display: none;
}

h1 {
	background-image: url(../imgsrc/achiaLogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 325px;
	height: 50px;
	padding-bottom: 15px;
}

.quicklink {
	text-decoration: underline;
	color: #9E9D8F;
}

.quicklink:hover {
	text-decoration: underline;
	color: #464646;
}


/************** Right Content *****************/


#wrapper {
	width: 1024px;
	position: relative;
	height:100%;
	}

#rightSide {
	width: 360px;
	margin-left: 430px;
	background-image: url(../imgsrc/s_background.png);
	background-repeat: repeat-y;
	height: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 40;
	padding-top: 150px;
	position: relative;
	border-left: 1px dashed #bbbbbb;
	border-right: 1px dashed #bbbbbb;
	}
	
.black {
	background-color: #000000;
	height: 180px;
	width: 360px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	}
	
.project {
	margin-bottom: 5px;
	position: relative;
}


/******************** right side thumbnail strip *****************/

.project h4 {
	position: absolute;
	top: 85px;
	right: -234px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	width: 214px;
	margin-bottom: 5px;
	
}

.projectDescription {
	position: absolute;
	top: 110px;
	right: -234px;
	width: 214px;
	font-size: 11px;
	line-height: 125%;
}


h3.webTab span {
	display: none;
}

h3.graphicTab span {
	display: none;
}

h3.motionTab span {
	display: none;
}

h3.interiorTab span {
	display: none;
}

h3.productTab span {
	display: none;
}

h3.webTab {
	background-image: url(../imgsrc/web_tab.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 27px;
	position: absolute;
	right: -27px;
}


h3.graphicTab {
	background-image: url(../imgsrc/graphic_tab.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 27px;
	position: absolute;
	right: -27px;

}

h3.motionTab {
	background-image: url(../imgsrc/motion_tab.png);
	background-repeat: no-repeat;
	height: 72px;
	width: 27px;
	position: absolute;	
	right: -27px;
}

h3.interiorTab {
	background-image: url(../imgsrc/interior_tab.png);
	background-repeat: no-repeat;
	height: 72px;
	width: 27px;
	position: absolute;
	right: -27px;
}

h3.productTab {
	background-image: url(../imgsrc/product_tab.png);
	background-repeat: no-repeat;
	height: 77px;
	width: 27px;
	position: absolute;
	right: -27px;
}

#footer {
	position: fixed;
	left: 150px;
	bottom: 20px;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
	}

