
/* - - - - - - - - - - - - TAG-BASED SELECTORS - - - - - - - - - - - - */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0 0 25px 0;
	color: #C00;
	font-size: 1.5em;
	font-weight: normal;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
}


/* - - - - - - - - - - - - CLASS-BASED SELECTORS - - - - - - - - - - - - */

a.active, a:hover {
	color: #C00 !important;
}

div.error {	
	color: #C00;
	margin-bottom: 1em;
}

label.error {	
	color: #C00;
}

/* - - - - - - - - - - - - - ID-BASED SELECTORS - - - - - - - - - - - - - */

#canvas {
	width: 556px;
	margin: 0 auto;
}

#head {
	height: 113px;
	background-color: #F2F2F2;
	background-image:url(/img/bg_head.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 73px 0 0 0;
}

#head a {
	display: block;
	width: 152px;
	height: 48px;
	background-image:url(/img/twd.gif);
	background-repeat: no-repeat;
}

#head span {
	position: absolute;
	top: -100em;
	left: -200 em;
}

#content {
	line-height: 1.65em;
	margin-top: 13px;
	padding-top: 50px;
	background-image:url(/img/bar.gif);
	background-repeat: repeat-x;
}

#content a {
	color: #C00 !important;
}

#content ul {
	margin: 0 0 0 2px;
	padding: 0;
}

#content li {
	list-style-type: none;
	background-image:url(/img/li.gif);
	background-repeat: no-repeat;
	background-position: 0 0.7em;
	margin: 0;
	padding: 0 0 0 12px;
}

#footer {
	height: 80px;
	margin-top: 33px;
	padding-top: 14px;
	background-image:url(/img/footer.gif);
	background-repeat: no-repeat;
}

#footer a {
	padding-right: 15px;
}

/* - - - - - - - - - - - - - - NAVIGATION - - - - - - - - - - - - - - - */

#navigation {
	margin-top: 11px;
}

#navigation ul {
	top: 197px;
	margin: 0;
	padding: 0;
	width: 103px;
}

#navigation ul ul {
	position: absolute;
	top: 197px;
	margin-left: 103px;
	width: 254px;
}

#navigation ul ul ul {
	position: absolute;
	top: 0;
	margin-left: 254px;
	width: 198px;
}

#navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation a, #footer a {
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

#navigation a {
	display: block;
}

