/*-----------------------GLOBAL-----------------------*/

body {
	margin:23px 0 0 19px;
	background-color:#484b50;
	font-family:Bookman Old Style, Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:12px;
}


#logo{
	background-image:url(images/logo.gif);
	width:87px;
	height:69px;
	background-repeat:no-repeat;
}

#logo a{
	display:block;
	width:87px;
	height:69px;
	text-indent:-99999999px;
}

h1{
	margin:0;
}

p{
	margin:0 0 1em 0;
}

.clear{
	clear:both;
}

#copyright{
	font-size:10px;
	text-align:center;
	margin-top:10px;
}

img{
	border:0;
}

/*-----------------------LAYOUT-----------------------*/

#wrapper{
	width:820px;
}

#firstColumn {
 	width:114px;
	float:left;
	position:fixed;
}

#secondColumn{
	width:500px;
	margin-top:123px;
	margin-right:15px;
	float:left;
	margin-left:114px;
}

#thirdColumn{
	margin-top:123px;
	width:172px;
	height:100px;
	float:left;
}

/*-----------------------LINKOLOGY-----------------------*/

a
{
	color:#fff;
	outline:none;
}

a:hover{
	color:#f7da19;
}



/*-----------------------NAVIGATION-----------------------*/

ul#nav{
	margin:53px 0 0 0;
	padding:0;
}

ul#nav a{
	display:block;
	background-image:url(images/nav.gif);
	background-repeat:no-repeat;
	text-indent:-99999999px;
	
}

#nav li{
	text-indent:-99999999px;
	list-style-type:none;
	margin-bottom:5px;
}


/*NORMAL STATE*/

.nav_animation a{
	width:77px;
	height:12px;
	background-position: 0 0;
}

.nav_design a{
	width:54px;
	height:15px;
	background-position: 0 -25px;
	margin-top:13px;
}

.nav_direction a{
	width:70px;
	height:12px;
	background-position: 0 -50px;
	margin-top:10px;
}

.nav_about a{
	width:45px;
	height:12px;
	background-position: 0 -75px;
	margin-top:13px;
}

.nav_contact a{
	width:61px;
	height:11px;
	background-position: 0 -101px;
	margin-top:14px;
}







/*ROLLOVER STATE*/

.nav_animation a:hover{
	background-position: -77px 0;
}

.nav_design a:hover{
	background-position: -77px -25px;
}


.nav_direction a:hover{
	background-position: -77px -50px;
}

.nav_about a:hover{
	background-position: -77px -75px;
}

.nav_contact a:hover{
	background-position: -77px -101px;
}



/* ACTIVE STATE */


body.animation .nav_animation a{
	background-position: -77px 0;
}

body.design .nav_design a{
	background-position: -77px -25px;
}


body.direction .nav_direction a{
	background-position: -77px -50px;
}

body.about .nav_about a{
	background-position: -77px -75px;
}

body.contact .nav_contact a{
	background-position: -77px -101px;
}

/*-----------------------ANIMATION THUMBS-----------------------*/

#ani_thumbs_container{
	margin:0;
	padding:0;
}

#ani_thumbs_container li{
	float:left;
	list-style-type:none;
	margin-bottom:12px;
}

.ani_thumb{
	margin-left:17px;
}



/*-----------------------DESIGN-----------------------*/

.image_wrapper p {
	margin-top:3px;
	margin-bottom:20px;
}

/*-----------------------DIRECTION THUMBS-----------------------*/


#dir_thumbs_container div{
	float:left;
	list-style-type:none;
	margin-bottom:12px;
}


.dir_thumb{
	margin-left:17px;
}

/*-----------------------DIRECTION-----------------------*/

#credits{
	margin-top:10px;
}


