	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 980px;
	 }

body	{
	background: #222 url(img/bg.jpg);
	font: 12px/1.3 helvetica, arial, verdana, sans-serif;
	color: #222;
	margin: 0 0 15px 0;
	}
	
	/*	Typography	*/
	
h1	{
	text-indent: -9999px;
	display: block;	
	width: 980px;
	height: 216px;
	background: transparent url(img/filliols.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 0 0 16px 0;
	}
	
h3	{
	background: #963;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 12px 0;
	padding: 7px 0 7px 15px;
	width: 210px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

h4	{
	font-size: 14px;
	color: #630;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #930;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: #fff;
	}
	
strong	{
	color: #000;
	}	
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 5px 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff url(img/shell.jpg) top left repeat-y;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
	
#sub	{
	width: 225px;
	float: left;
	padding: 0;
	}

#sub p	{
	padding: 0 10px 12px 15px;
	}

#content 	{
	width: 705px;
	float: left;
	margin: 0;
	padding: 25px;
	}
	
#fullpage 	{
	background: #fff;
	width: 940px;
	float: left;
	margin: 0;
	padding: 20px;
	}
	
#footer	{
	clear: both;
	background: #fff url(img/footer.jpg) top left repeat-x;
	width: 980px;
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	}

	/*	Main Navigation	*/
	
#globalnav	{
	height: 39px;
	width: 980px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	height: 39px;
	width: 980px;
	background: transparent url(img/menu.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#menu li, #menu a {
	height: 39px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 0; width: 98px;}
#profiles	{left: 98px; width: 126px;}
#doors	{left: 224px; width: 103px;}
#projects	{left: 327px; width: 174px;}
#order	{left: 501px; width: 176px;}
#contact	{left: 677px; width: 155px;}

#home a:hover {background: transparent url(img/menu.jpg) 0px -39px no-repeat;}
#profiles a:hover {background: transparent url(img/menu.jpg) -98px -39px no-repeat;}
#doors a:hover {background: transparent url(img/menu.jpg) -224px -39px no-repeat;}
#projects a:hover {background: transparent url(img/menu.jpg) -327px -39px no-repeat;}
#order a:hover {background: transparent url(img/menu.jpg) -501px -39px no-repeat;}
#contact a:hover {background: transparent url(img/menu.jpg) -677px -39px no-repeat;}

	/* Additional Formatting	*/
	
.framed	{
	border: 1px solid #666;
	}

.header	{
	background: #963;
	color: #fff;
	font-weight: bold;
	}

.div	{
	border-right: 1px dotted #999;
	}
	
	/* Shameless Plug	*/

#ink	{
	background: transparent url(img/footer.png) top left no-repeat;
	width: 980px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	}

.invisible	{
	display:block;
	width: 113px; height: 30px;
	text-indent: -9000px;
	background: transparent url(img/ink.png) no-repeat;
	overflow: hidden;
	float: right;
	margin: 0 8px 0 0;
	}
	

	/*   Links 	*/

a:link	{
	color: #000;
	font-weight: bold;
	}
	
a:visited	{
	color: #222;
	font-weight: bold;
	}
	
a:hover	{
	color: #630;
	font-weight: bold;
	text-decoration: none;
	}
