* { 
	margin: 0;
	padding: 0;
}


html {
	height: 100%;
}

body{
	height: 100%;
	font-family: Arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #c3004a;
	background-image: url('/img/body_back.jpg');
	background-repeat: repeat-x;
	background-position: 0px -5px;
}

a img { 
	border: 0;
}

h1 {
	font-size: 16px;
	color: #c3004a;
	font-weight: bold;
	margin-top: 38px;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	color: #c3004a;
	font-weight: normal;
}


#MainContent a:link {text-decoration: none; color: #c3004a;}
#MainContent a:visited {text-decoration: none; color: #c3004a;}
#MainContent a:active {text-decoration: none; color: #c3004a;}
#MainContent a:hover {text-decoration: none; color: #000000;}

#bodyWrapper{
	display: block;
	margin: 0 auto;
	width: 800px;
	height:100%;
}
#Spacer{
background-color: #fff;
background-image: url('/img/submenu_top.jpg');
background-repeat:no-repeat;
background-position: 0px 139px;
width:8px;
height:201px;
float:left;
}

#HeadVisual{
margin-left:8px;
height:177px;
margin-bottom:7px;
}

#Menu { 
	background-color: #c3004a;
	background-image: url('/img/header.jpg');
	width: 671px;
	height: 66px;
	margin-left: 129px;
}

	#Menu ul {
		margin-left: 40px;
		padding-top: 28px;
	}
	
	#Menu ul li { 
		display: inline;
		color: #f18e00; 
		font-weight: bolder;
		font-size: 12px;
	}
	
	#Menu ul li a {
		color: #fff;
		text-decoration: none;
		margin-right: 8px;
		margin-left: 8px;
	}
	
	#Menu ul li a:hover{
		color: #f18e00; 
	}
	
	#Menu #ContactMenu { 
		margin-left: 140px;
	}
	
	#Menu #ContactMenu a:hover{
		color: #c3004a;
	}

#SubMenuTop{
	clear: left;
	width: 129px;
	height: 80px;
	background-image: url('/img/submenu_top.jpg');
	float: left;
}

#SubMenuText{
	position: relative;
	margin-top: -55px;
	margin-left: 10px;
	margin-bottom: -15px;
	z-index: 200;
}

#SubMenuText ul{
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#SubMenuText li {
	margin-bottom: 5px;
}

#SubMenuText li a {
	color: #c3004a;
	font-weight: bolder;
	text-decoration: none;
}

#SubMenuBottom{
	position: relative;
	width: 129px;
	height: 36px;
	background-image: url('/img/submenu_bottom.jpg');
	float: left;
	z-index: 3;
}

#SubMenuBody{
	padding-top: -40px;
	padding-left: 20px;
	clear: left;
	width: 129px;
	float: left;
	background-image: url('/img/submenu_body.jpg');
	background-position: 0px 30px;
	background-repeat: repeat-y;
}

#SubMenu { 
	display: inline;
	position: absolute;
	margin-left: -102px;
	#margin-left:8px;
	float: left;
	clear: both;
	top: 270px;
	z-index: 100;
	width: 185px;
	background-image: url('/img/submenu_right.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#Payoff{
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 18px;
	width: 470px;
}

#TrackerLeft{
	float: left;
}

#Logo{
	display: inline;
	position: relative;
	margin-top: 13px;
	margin-left: 10px;
	height: 81px;
	width: 100px;
	float: right;
	clear: none;
}

#Tukker {
	display: inline;
	position: relative;
	margin-top: 13px;
	margin-left: 10px;
	height: 81px;
	width: 100px;
	float: right;
	clear: right;
}

#Cases{
	display: inline;
	position: relative;
	left: 92px;
	top: -13px;
	float: left;
	height: 146px;
	width: 45px;
	clear: both;
	z-index:  100;
}

#ContentWrapper{
	text-align: left;
	background-image: url('/img/pink_back.gif');
	border: 0px solid #000;
	width: 671px;
	margin: 10px 0 0 0;
	float: right;
	font-size: 11px;
	min-height: 100%;
}

#ContentText{
	float: left;
}

#MainContent{
	background-image: url('/img/white_back.gif');
	background-position: 0px -27px;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px 80px 25px 80px;
	float: left;
	margin: 0;
	width: 514px !important;
	width: 513px;
}
	#MainContent ul li{
		margin-left:15px;
		line-height:20px;
		}
	
	#MainContent p { 
		color: #000;
		line-height: 20px;
	}
	
	
/*
*
*	page styles
*
*/
.projects {
	
}

	.projects ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.projects li {
		margin-top: 10px;
	}
	
	.projects li a {
		color: #C30000;
		text-decoration: none;
		font-weight: bold;
	}
	
	.projects li a:hover {
		color: #FF8800;
	}
	
.project {
	
}
	
	.project h3 {
		font-size: 14px;
		color: #aaa;
		font-style: italic;
		font-weight: normal;
		margin-bottom: 20px;
	}
	
	.project .description {
		width: 310px;
		float: left;
	}
	
	.project .images {
		width: 200px;
		float: right;
		padding-top: 55px;
		text-align: center;
		margin-right: -20px;
	}
	
		.images img {
			margin-bottom: 10px;
		}
		
.news {
	
}
	
	.news .text {
		width: 310px;
		float: left;
	}
	
	.news .image {
		width: 200px;
		float: right;
		padding-top: 55px;
		text-align: center;
		margin-right: -20px;
	}
	
		.news .images img {
			width:200px;
			float:right;
			margin:10px;
			margin-top:0px;
		}
	
	.news .newstitle {
		font-size:18px;
		color:#c3004a;
		font-weight:normal;
	}
	
	.news .date{
		font-size:10px;
		color: #aaa;
	}
	
	.news .intro{
		font-size:14px;
		margin-top: 20px;
	}
	
	.news .source{
		font-style: italic;
	}

#NewsWrapper {

}

	#NewsWrapper ul {
		list-style: none;
	}
	
	#NewsWrapper li {
		margin: 5px 0;
	}
	
	#NewsWrapper li a {
		color: #C30000;
		text-decoration: none;
		font-weight: bold;
	}
	
	#NewsWrapper li a:hover {
		color: #FF8800;
	}
	
	#NewsWrapper span {
		font-style: italic;
	}
	
.news {
	
}

	.news ul {
		list-style: none;
	}
	
	.news li {
		margin-top: 10px;
		font-size: 13px;
	}
	
	.news li a {
		color: #C30000;
		text-decoration: none;
		font-weight: bold;
	}
	
	.news li a:hover {
		color: #FF8800;
	}
	
	.news span {
		font-size: 11px;
		font-style: italic;
	}
	
	

/**
* Forms
*/
form {
	margin: 50px 0 20px 0;
	padding: 0;
}

form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form fieldset legend span {
	border-bottom: 1px solid #F29400;
	width: 398px !important;
	width: 380px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin: 20px 0;
}

form label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin: 0 10px 10px 0;
}

form input.text, form fieldset textarea {
	width: 234px;
	border: 1px solid #F29400;
	margin-bottom: 10px;
    font-family: Arial, Helvetica, Garuda, sans-serif;
    font-size: 12px;
    float: left;
    display: block;
    overflow: auto;
}

form input.action {
	margin-left: 160px;
	border: 0;
	background: #50116E;
	color: #fff;
	padding: 5px;
	float: left;
	display: block;
}

form input.checkbox {
	float: left;
}

form span.required {
	display: block;
	float: left;
	margin-left: 160px;
	width: 226px;
	background-color: #cf0e0e;
	color: #fff;
	margin-bottom: 10px;
	padding: 5px;
}

form #invoice {
	display: none;
	margin-left: 20px;
}