/*
Global.css

*/

/* Basic Formatting */	
body{
	min-width:915px;
	background:#000;
	text-align:center;
}
/* Basic Formatting */

/* Layout */
#wrap{
	width:896px;
	margin:0 auto;
	text-align:left;
}
#head{
	width:896px;
	height:82px;
}
#top-thumbnails{
	width:896px;
	height:56px;
	clear:both;
}
#side-thumbnails{
	width:120px;
	padding:4px 0 0 0;
	float:left;
	clear:left;
}
#main{
	width:772px;
	height:526px;
	padding:8px 0 0 4px;
	float:left;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
}
/* Layout */

/* head */
.logo {
	margin-top:49px;
	float:left;
}

.name {
	margin:57px 0px 0 0;
	float:right;
}
/* head */

/* top-thumbnails */
#top-thumbnails a {
	width:56px;
	height:56px;
	margin:0 4px 0 0;
	display:block;
	float:left;
}
/* CONSTANTS */
#top-thumbnails a.top_thumb00{background:url(../images/menu_photoshops.jpg);}
#top-thumbnails a.top_thumb01{background:url(../images/menu_photography.jpg);}
#top-thumbnails a.top_thumb02{background:url(../images/menu_renderings.jpg);}
#top-thumbnails a.top_thumb03{background:url(../images/menu_aerials.jpg);}
#top-thumbnails a.top_thumb00:hover{background-position:56px 0;}
#top-thumbnails a.top_thumb01:hover{background-position:56px 0;}
#top-thumbnails a.top_thumb02:hover{background-position:56px 0;}
#top-thumbnails a.top_thumb03:hover{background-position:56px 0;}
#top-thumbnails a.top_thumb14{background:url(../images/menu_contact.jpg);margin:0 0 0 0;}
#top-thumbnails a.top_thumb14:hover{background-position:56px 0;}
#top-thumbnails a.current{background-position:56px 0;}
/* CONSTANTS */

/*#top-thumbnails a:hover{background-position:56px 0;}*/
/* top-thumbnails */

/* side-thumbnails */
#side-thumbnails a {
	width:56px;
	height:56px;
	margin:0 4px 4px 0;
	display:block;
}
/* CONSTANTS */
#side-thumbnails a.side_thumb00{float:left;}
#side-thumbnails a.side_thumb01{float:left;}
#side-thumbnails a.side_thumb02{float:left;clear:left;}
#side-thumbnails a.side_thumb03{float:left;}
#side-thumbnails a.side_thumb04{float:left;clear:left;}
#side-thumbnails a.side_thumb05{float:left;}
#side-thumbnails a.side_thumb06{float:left;clear:left;}
#side-thumbnails a.side_thumb07{float:left;}
#side-thumbnails a.side_thumb08{float:left;clear:left;}
#side-thumbnails a.side_thumb09{float:left;}
#side-thumbnails a.side_thumb10{float:left;clear:left;}
#side-thumbnails a.side_thumb11{float:left;}
#side-thumbnails a.side_thumb12{margin-bottom:6px;float:left;clear:left;}
#side-thumbnails a.side_thumb13{margin-bottom:5px;float:left;}
#side-thumbnails a.side_renderplex{background:url(../images/logo_renderplex.jpg);width:116px;height:41px;margin:0 0 7px 0;clear:left;}
#side-thumbnails a.side_thumb14{background:url(../pictures/renderplex/thumbnails/side_14.jpg);float:left;}
#side-thumbnails a.side_thumb15{background:url(../pictures/renderplex/thumbnails/side_15.jpg);float:left;}
/* CONSTANTS */

#contact {
	width:300px;
	height:85px;
	float:right;
	padding:23px 40px 0 0;
	text-align:right;
	font-family:"Century Gothic", "Avant Garde", sans-serif;
	color:#878787;
}
#contact span {
	display:block;
	font-size:12px;
	line-height:1.3em;
}
#contact span a {text-decoration:none;color:#878787;}
#contact span a:hover {color:5249a4;}
