/*
Legacy CSS Document for http://www.pancetta.com.au/
Copyright Pancetta Web Design http://www.pancetta.com.au/
*/

body {
	margin:0;
	padding:0;
	font-family:"Swis721 Lt Bt","Trebuchet MS",sans-serif;
	color:#514444;
	background:#ffffff url(alternate/bg_sq.gif);
	}
	
	/*Stop Firefox jumping*/
	html {
		overflow-y:scroll;
		}
	
div {
	margin:0;
	}
	
#main {
	width:600px;
	margin-right:auto;
	margin-left:auto;
	padding:57px 20px 20px 20px;
	background:#FFF2DD url(alternate/piece_of_pancetta.jpg) scroll no-repeat top left;
	border:1px solid #D8C3BD;
	border-top-width:0;
	}
	

/*-----------------------------------------------------------------------------------------------------CONTENT*/
	
#body {
	border:1px solid #D8C3BD;
	padding:1em 20px;
	margin-bottom:1em;
	background:#FFF2DD url(alternate/piece_of_pancetta2.jpg) scroll no-repeat top left;
	}
	
#footer {
	text-align:center;
	}
		
.clear {
	clear:both;
	height:2em;
	margin-bottom:-2em;
	}
	
/*-----------------------------------------------------------------------------------------------------LISTS*/
	
ul,li {
	margin:0;
	padding:0;
	}
	
#body ul {
	margin-left:2em;
	list-style-image:url(alternate/bullet.png);
	}
	
#body li {
	margin-bottom:0.3em;
	}
	
#contact dl {
	margin:0 0 0.5em 0;
	}
	
#contact dt {
	float:left;
	width:5em;
	font-weight:bold;
	clear:left;
	margin:0;
	padding:0;
	}
	
	#contact dt:after {
	content:":";
		}
	
#contact dd {
	margin:0 0 0.2em 6em;
	padding:0;
	}
	
/*----------------------------------------------------------------------------------------------------IMAGES*/

img {
	border:1px solid #BA7B7B;
	margin:0.5em;
	padding:0;
	vertical-align:middle;
	}
	
p img {
	margin:0;
	}
	
a.validatorlink {
    border:none;
    }
    
a.validatorlink img {
    border:none;
    }
	
/*------------------------------------------------------------------------------------------------------TEXT*/

p,h1,h2,#footer {
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	font-family:inherit;
	padding:0;
	margin:0;
	}

p {
	margin:0 0 0.5em 0;
	line-height:1.4em;
	}
	
h1 {
	font-size:xx-large;
	line-height:0.9em;
	text-indent:-0.07em;
	border-bottom:none;
	color:#795050;
	margin-bottom:0.3em;
	font-family:"Swis721 Lt Bt","Arial Unicode MS","Trebuchet MS",sans-serif;
	}
	
h2 {
	font-size:x-large;
	border-bottom:1px solid #D8C3BD;
	color:#795050;
	line-height:0.9em;
	margin-bottom:0.2em;
	text-indent:-0.05em;
	}
	
h6 {
	font-style:italic;
	text-align:center;
	padding:0 0.5em;
	margin-left:auto;
	margin-right:auto;
	font-size:small;
	}
	
.quote {
	margin:1em 3em;
	font-style:italic;
	}

.right {
	text-align:right;
	}
	
a {
	color:#8E5F5F;
	text-decoration:none;
	border-bottom:1px solid #D8C3BD;
	}
	
a:hover {
	border-bottom-color:#BC8989;
	}
	
a.imagelink {
	border:none;
	}
	
abbr, acronym {
	border-bottom:none;
	text-decoration:none;
	}
	
acronym a, abbr a {
	cursor:help;
	}
	
/*-------------------------------------------------------------------------------------------HEADER LINK BAR*/
		
#headerlinkbar {
	height:53px;
	width:372px;
	margin-left:auto;
	margin-bottom:10px;
	}

#headermenu {
	height:48px;
	width:372px;
	position:relative;
	}

#headermenu li {
	list-style:none;
	display:inline;
	}
	
#headermenu a {
	display:block;
	position:absolute;
	top:0;
	}
	
#headermenu .contact a {right:0;width:114px;}
#headermenu .technology a {right:114px;width:122px;}
#headermenu .folio a {right:236px;width:64px;}
#headermenu .home a {right:300px;width:71px;}

#headermenu span {
	display:block;
	position:absolute;
	background-image:url(alternate/menu_sprite.jpg); /*IE6 has shitty PNG-8 renderer*/
	background-repeat:no-repeat;
	height:46px;
	}

.contact a span {background-position: -258px 0;width:114px;}
.technology a span {background-position: -136px 0;width:122px;}
.folio a span {background-position: -72px 0;width:64px;}
.home a span {background-position: -1px 0;width:71px;}
	
.contact a:hover span {background-position: -258px -61px;}
.technology a:hover span {background-position: -136px -61px;}
.folio a:hover span {background-position: -72px -61px;}
.home a:hover span {background-position: -1px -61px;}

#contact .contact a span {background-position: -258px -113px;}
#technology .technology a span {background-position: -136px -113px;}
#folio .folio a span {background-position: -72px -113px;}
#home .home a span {background-position: -1px -113px;}

#header a {
	outline-width:0px;
	font-weight:bold;
	}
	
/*----------------------------------------------------------------------------------------------------TABLES*/

table.normal td {
	border-collapse:collapse;
	border:1px solid #BC8989;
	padding:0.1em 0.2em 0.1em 0.2em;
	}
	
table.normal {
	width:100%;
	}