@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x, repeat-y;
	font-family: "Courier New", Courier, Palatino, monospace;
	font-size:14px;
}

h1 {
	font-size:24px;
	font-weight:normal;
}

h2 {
	font-size:18px;
	font-weight:normal;
}

a {
	color:#7e2531;
	text-decoration:none;
}

a:hover {
	color:#7e2531;
	text-decoration:underline;
}


a img{
	border:none;	
}

#image_preloader_div {
	display:none;
	visibility:hidden;
	width:0px;
	height:0px;
}

#button_previous{
	float:right;
	width:83px;
	height:33px;
	background-image:url(images/btn_previous.png);
	cursor:pointer;
}

	#button_previous:hover{
		background-image:url(images/btn_previous_over.png);
	}


#button_next{
	float:right;
	width:68px;
	height:33px;	
	background-image:url(images/btn_next.png);
	cursor:pointer;
}

	#button_next:hover{
		background-image:url(images/btn_next_over.png);
	}


.thumb_div{
	min-height:45px; 
	vertical-align:bottom;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left: 20px;
	padding-left: 5px;
	cursor:pointer;
	border:2px solid #f0edf6;
}

	.thumb_div:hover{
		border:2px dashed #c5c5c5;
	}
	

.thumb_div_selected{
	min-height:45px; 
	vertical-align:bottom;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left: 20px;
	padding-left: 5px;
	cursor:pointer;
	border:2px solid #c5c5c5;	
}



.thumb_link{
	font-size:18px;
	color:#666;
}

#project_details{
	padding-left:55px;	
}


/*********************
** Front Page Layout
**********************/

#content_container {
	position:absolute;
	left:0px;
	top:0px;
	width:1400px;
	height:1223px;
}


#front-top {
	position:absolute;
	left:0px;
	top:0px;
	width:1400px;
	height:226px;
}

#front-left-of-nav {
	position:absolute;
	left:0px;
	top:226px;
	width:208px;
	height:151px;
}

#front-above-nav {
	position:absolute;
	left:208px;
	top:226px;
	width:430px;
	height:55px;
}

#front-cover {
	position:absolute;
	left:638px;
	top:226px;
	width:524px;
	height:681px;
	background-color:#b35b5c;
	background-image:url(images/front_cover.jpg);
}

	#front-cover:hover{
		background-image:url(images/front_cover_over.jpg);
		cursor:pointer;
	}


#front-right-of-cover {
	position:absolute;
	left:1162px;
	top:226px;
	width:238px;
	height:997px;
}

#front-tab-about {
	position:absolute;
	left:208px;
	top:281px;
	width:430px;
	height:36px;
	background-image:url(images/front_tab_about.jpg);
}

	#front-tab-about:hover{
		background-image:url(images/front_tab_about_over.jpg);
		cursor:pointer;
	}

#front-tab-work {
	position:absolute;
	left:208px;
	top:317px;
	width:430px;
	height:30px;
	background-image:url(images/front_tab_work.jpg);
}


	#front-tab-work:hover{
		background-image:url(images/front_tab_work_over.jpg);
		cursor:pointer;
	}


#front-tab-contact {
	position:absolute;
	left:208px;
	top:347px;
	width:430px;
	height:30px;
	background-image:url(images/front_tab_contact.jpg);
}

	#front-tab-contact:hover{
		background-image:url(images/front_tab_contact_over.jpg);
		cursor:pointer;
	}


#front-iphone {
	position:absolute;
	left:0px;
	top:377px;
	width:638px;
	height:846px;
}

#front-below-cover {
	position:absolute;
	left:638px;
	top:907px;
	width:524px;
	height:316px;
}




/*********************
** Inside Page Layout
**********************/

#top-left {
	position:absolute;
	left:0px;
	top:0px;
	width:927px;
	height:189px;
}

#above-about-tab {
	position:absolute;
	left:927px;
	top:0px;
	width:190px;
	height:68px;
}

#top-right {
	position:absolute;
	left:1117px;
	top:0px;
	width:283px;
	height:189px;
}

#above-about {
	position:absolute;
	left:927px;
	top:68px;
	width:190px;
	height:27px;
}

#tab-about {
	position:absolute;
	left:927px;
	top:95px;
	width:190px;
	height:27px;
	background-image:url(images/tab_about.jpg);
}

	#tab-about.active{
		background-image:url(images/tab_about_over.jpg);
		cursor:pointer;
	}

	#tab-about:hover{
		background-image:url(images/tab_about_over.jpg);
		cursor:pointer;
	}

#tab-contact {
	position:absolute;
	left:927px;
	top:122px;
	width:190px;
	height:36px;
	background-image:url(images/tab_contact.jpg);
}

	#tab-contact.active{
		background-image:url(images/tab_contact_over.jpg);
		cursor:pointer;
	}

	#tab-contact:hover{
		background-image:url(images/tab_contact_over.jpg);
		cursor:pointer;
	}

#between-navs {
	position:absolute;
	left:927px;
	top:158px;
	width:190px;
	height:31px;
}

#left-of-nav {
	position:absolute;
	left:0px;
	top:189px;
	width:651px;
	height:33px;
}

#tab-home {
	position:absolute;
	left:651px;
	top:189px;
	width:99px;
	height:33px;
	background-image:url(images/tab_home.png);
}

	#tab-home.active{
		background-image:url(images/tab_home_over.png);
		cursor:pointer;
	}

	#tab-home:hover{
		background-image:url(images/tab_home_over.png);
		cursor:pointer;
	}

#tab-print {
	position:absolute;
	left:750px;
	top:189px;
	width:87px;
	height:33px;
	background-image:url(images/tab_print.png);
}

	#tab-print.active{
		background-image:url(images/tab_print_over.png);
		cursor:pointer;
	}

	#tab-print:hover{
		background-image:url(images/tab_print_over.png);
		cursor:pointer;
	}

#tab-illustration {
	position:absolute;
	left:837px;
	top:189px;
	width:101px;
	height:33px;
	background-image:url(images/tab_illustration.png);
}

	#tab-illustration.active{
		background-image:url(images/tab_illustration_over.png);
		cursor:pointer;
	}

	#tab-illustration:hover{
		background-image:url(images/tab_illustration_over.png);
		cursor:pointer;
	}

#tab-branding {
	position:absolute;
	left:938px;
	top:189px;
	width:97px;
	height:33px;
	background-image:url(images/tab_branding.png);
}

	#tab-branding.active{
		background-image:url(images/tab_branding_over.png);
		cursor:pointer;
	}

	#tab-branding:hover{
		background-image:url(images/tab_branding_over.png);
		cursor:pointer;
	}

#tab-logo-design {
	position:absolute;
	left:1035px;
	top:189px;
	width:125px;
	height:33px;
	background-image:url(images/tab_logo_design.png);
}

	#tab-logo-design.active{
		background-image:url(images/tab_logo_design_over.png);
		cursor:pointer;
	}

	#tab-logo-design:hover{
		background-image:url(images/tab_logo_design_over.png);
		cursor:pointer;
	}

#right-of-content {
	position:absolute;
	left:1160px;
	top:189px;
	width:240px;
	height:1034px;
}

#left-of-content {
	position:absolute;
	left:0px;
	top:222px;
	width:25px;
	height:667px;
}

#book-spine {
	position:absolute;
	left:534px;
	top:222px;
	width:117px;
	height:667px;
}

#below-content {
	position:absolute;
	left:0px;
	top:889px;
	width:1160px;
	height:334px;
}


#content-area-1 {
	position:absolute;
	left:651px;
	top:222px;
	width:509px;
	height:667px;
	background-color:#f0edf6;
}


#content-area-2 {
	position:absolute;
	left:25px;
	top:222px;
	width:509px;
	height:667px;
	background-color:#f0edf6;
}
