/***************************************************************

	Style Sheet 2003 by Pixelsound
	
	Title:		Template
				Innerpages
	Medium:		Internet
	
	Date:		24 December 2003
	Author:		Bernie Pfister

****************************************************************
	
	Modifications: Please fill in any further changes
	
	Date		Name			Modification
	
****************************************************************

	Content:
	
	Body tags
	Headings
	Links
	
	Divisions
	
	Classes

****************************************************************/


/*************** Body Tags ********************************/

body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(entry_tile_right.gif);
	background-repeat: repeat-x;
}
body, td, th, p, li, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 150%;
}

/************** HTML Tags ********************************/

p {
	margin: 0px;
	padding: 0px;
}

table {
}

th {
	font-weight: bolder;
	padding: 3px 10px 3px 10px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #666666;
	border-bottom: 1px solid  #666666;
}

th:last-child {
	border-right-width: 1px solid #666666;
}

th:first-child {
	border-left-width: 1px solid #666666;
}

td {
}

strong {
	font-weight: bolder;
}

h1, h2 {
	font-size: 16px;
	color: #666699;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #000000;
	line-height: 100%;
}

h3, h4 {
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px 0px 5px;
	padding: 0px;
}

h5, h6 {
	font-size: 11px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 2px;
}

/************** Link Tags ************************************/

a:link, a:visited, a:active {
	text-decoration: none;
	color: #524A77;
}
a:hover {
	text-decoration: underline;
}


/************** Content ********************************/

#content {
	z-index: 100;
	position: absolute;
	left:-2px;
	top:151px;
	width:100%;
}

/************** Header ********************************/

#header {
	z-index: 90;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:118px;
	background-color: #EEEEEE;
}

/************** Navigation ********************************/

#navigation {
	z-index: 80;
	position: absolute;
	left:0;
	top:121px;
	width:100%;
	height:20px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	vertical-align: middle;
	margin: 0px;
	padding: 2px 0px;
}


/************** Footer ********************************/

#footer {
	z-index: 70;
	position: absolute;
	left:39px;
	top:532px;
	width:100%;
	height:31px;
}


/************** Layout ********************************/

#layout {
	z-index: 10;
	position: absolute;
	left:22px;
	top:75px;
	width:687px;
	height:257px;
}
#header div {
	display: inline;
}
#address {
	text-align: right;
	border: 1px solid #666666;
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}
#logo {
	float: left;
}
.address {
	color: #524A77;
	line-height: 120%;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
}
.marginTop {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.companyName {
	font-weight: bold;
	color: #524A77;
	font-style: italic;
}
.line {
	border-bottom: 1px solid #000000;
}
#leftimage {
	background-color: #000000;
	float: left;
	height: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
}
.leftimage {
	background-image: url(tile_leftimage.gif);
	background-repeat: repeat-y;
}
.small {
	font-size: 10px;
}
.tile_left {
	background-image: url(entry_tile_left.gif);
	background-repeat: repeat-x;
}
.inline {
	display: inline;
}
