/* redefined HTML elements */

body {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 8px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

a{
	color: #333333;
}

form{
	display: inline;
}

input, textarea, select, option {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a:hover{
	text-decoration:underline;
}

img{
	border: 0;
}

/* positioning containers & global elements */

.pos1{
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.pos2{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
}

.logo{
	float: left;
}

.contentBox {
	padding: 8px 8px 8px 8px;
	font-size: 11px;
}

.navigation{
	float: right;
	font-weight: bold;
}

.filler{
	width: 495px;
	height: 146px;
	float: left;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}

.teaser{
	float: right;
	width: 253px;
	height: 146px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}

.content{
	float: left;
	background: #CCCCCC;
	width: 495px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}

.promo{
	float: right;
	background: #CCCCCC;
	width: 253px;
	height: 220px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px	
}

/* page specific elements */

#home .filler{
	background: url(../img/home/filler.jpg);
}

#home .teaser{
	background: #CCFF33;	
}

#home .content{
	height: 220px;
}

#error .filler{
	background: url(../img/error/filler.jpg);
}

#error .teaser{
	background: #99CCFF;	
}

#aboutus .teaser{
	background: #6699CC;
}

#aboutus .filler{
	background: url(../img/aboutus/filler.jpg);
}

#contactus .teaser{
	background: #CC9900;
}

#contactus .filler{
	background: url(../img/contactus/filler.jpg);
}

#terms .filler{
	background: url(../img/home/filler.jpg);
}

#terms .teaser{
	background: #CCFF33;
}

#privacy .filler{
	background: url(../img/privacy/filler.jpg);
}

#privacy .teaser{
	background: #99CCFF;	
}