body{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	background-color:#FFF;
	background-image:url(../images/bg_oddr.png);
	background-repeat:repeat-x;
}

a:link{
	color:#00919a;
	text-decoration:none;
}

a:visited{
	color:#00919a;
}

a:hover{
	color:#00919a;
	text-decoration:underline;
}

a:active{
	color:#00919a;
}

.clear{
	clear:both;
}


/*todo HR*/
hr{
	width:100%;
	border:none;
	height:4px;
	margin-top:20px;
	margin-bottom:20px;
	background-image:url(../images/hrDotter_oddr3.png);
	background-repeat:repeat-x;
}

/*todo HR*/
.oddr_hr2{
}

.wrapper{
	margin:0 auto;
	width:960px;

}

.navbar{
	position:relative;
	width:100%;
	height:92px;
}

.navbar img{
	margin-top:18px;
	float:left;
}

.navbar ul{
	font-size:14px;
	margin-top:36px;
	float:right;
}

.navbar ul li{
	display:inline;
	margin-left:10px;
}

.header{
	position:relative;
	width:960px;
	height:285px;
	margin-top:11px;
	margin-bottom:40px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
}

.header h1{
	position:absolute;
	top:20px;
	right:109px;
	font-size:40px;
	color:#FFF;
}

.header p{
	position:absolute;
	display:block;
	top:85px;
	right:70px;
	width:350px;
	text-align:center;
	font-size:18px;
	color:#999999;
}

.header a{
	display:block;
	width:170px;
	height:54px;
	padding-top:15px;
	color:#FFF;
	text-align:center;

	-moz-border-radius: 12px; /* Firefox */
  	-webkit-border-radius: 12px; /* Safari, Chrome */
  	border-radius: 12px; /* CSS3 */
	text-shadow: 0px -1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1); 
}

.header a:hover{
	text-decoration:none;
}

.header a span{
	font-size:12px;
}

.downloadJava{
	position:absolute;
	right:250px;
	bottom:42px;
	background-color:#7db40f;
}

.downloadNET{
	position:absolute;
	right:60px;
	bottom:42px;
	background-color:#00919a;
}

.content{
	width:100%;
	margin-top:50px;
}

.contentHeader{
	position:relative;
	width:100%;
	height:56px;
	margin-bottom:40px;
}

/*social section*/

.twitter_position{
	position:absolute;
	top:17px;
	right:270px;
	font-size:12px;
	line-height:normal;
}

.facebook_box{
	position: absolute;
	width:300px;
	height:56px;
	top:15px;
	right:0px;
	border:none;
	overflow:hidden;
}

.content2{
	overflow:hidden;
	margin-top:40px;
	padding:20px;
	width:920px;
	height:216px;
	background-color:#eee;
	color:#666;
	
	-moz-border-radius: 10px; /* Firefox */
  	-webkit-border-radius: 10px; /* Safari, Chrome */
  	border-radius: 10px; /* CSS3 */
}

.content2 .left{
	float:left;
	width:445px;
}

.content2 .right{
	float:right;
	width:445px;
}

.downloadLink{
	float:right;
	display:block;
	margin-right:40px;
	margin-top:40px;
	margin-bottom:80px;
}

.footer{
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
	font-size:14px;
}

/*forkMe*/
.forkMe{
	position:absolute;
	top:0px;
	right:0px;
	z-index:999;
}
