/* GENERAL STYLES */
/*
	Title:		Traceworks
	Author:		Chris Houston / Clive Griffiths
	Website:	http://tw.jesper.com
	Version:	0.1
	Last Updated:	01/06/08
*/

/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3 {
	font-size:100%;
	font-weight:bold;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*
================================================
	Main Site CSS
================================================
*/
body
{
	background-color:#fff;
	font-family:'Trebuchet MS','Tahoma','Arial',sans-serif;
	abackground-image:url(/images/backgrounds/backgroundSub.jpg);
	background-position: center top;

}
body#BodySub
{
	background-image:url(/images/backgrounds/backgroundSub.jpg);
}

#Header,#HeaderSub
{
	width: 100%;
	height: 132px;
	background-position: center top;
	background-repeat:no-repeat;
}
#Header
{	/* background-image:url(/images/logos/logo.png); */
	background-image:url(/images/logos/HeaderGradient1x69.png);
	background-repeat:repeat-x;
}
#HeaderSub
{	
	/* background-image:url(/images/logos/logosub.png); */
	background-image:url(/images/logos/HeaderSub.png); 
	margin-bottom:30px;
}



/* EDITOR PROPERTIES */
