/* DEFAULTS FOR BROWSER COMPATIBILTY */
body {
	text-align: center; /* IE centering */
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/images/background.jpg);
	font-size:12px;
}

body, font {
    font-size: 12px;    /* Override FCK's font sizing scheme */
}

* { /* ZERO DEFAULTS */
    margin:0px;
    padding:0px;
}

li { margin-left:30px; }

a img { border:none; } /* remove border from img links */

.clear { /* float clear */
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
a	{
	color:#003399; 
	font-weight:bold;
}
a:hover {
	color: #e29513;
	text-decoration:underline;
}

/* PAGE WIDTH AND CENTERING */
#wrapper {
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */   
	width: 802px;
	background-color:#FFFFFF;
	/*border:#FF0000 solid 1px;*/
}
#wrapperTop {
	width:800px;
	height:382px;
	position:relative;
}
#wrapperTopShort {
	width:800px;
	height:271px;
	position:relative;
}
a.homeLink {
	position:absolute;
	top:0px;
	left:0px;
	width:440px;
	height:220px;
}
#rightTopContainer {
	width:310px;
	position:absolute;
	top:20px;
	right:0px;
	/*border:#00FF00 solid 1px;*/
}
#rightTopContainer #topLinks {
	text-align:center;
}
#rightTopContainer #topLinks a {
	color:#000000;
	font-size:12px;
	padding: 10px;
	text-decoration:none;
	font-weight:normal;
}
#rightTopContainer #signForm {
	margin-top:80px;
	margin-left:35px;
}
#rightTopContainer #signForm .label, #signForm input  {
	float:left;
	height:20px;
}
#rightTopContainer #signForm .label {
	padding-top:6px;
	font-style:italic;
	text-align:right;
	
}
#rightTopContainer #signForm .input {
	width: 150px;	
	margin: 3px;
	height:22px;
	/*border:#989c9d solid 1px;	*/
}
#rightTopContainer #signForm .submit {
	margin-left: 20px;
	width: 189px;
	height: 55px;
	border:none;
}
.extra {
	font-style: italic;
	font-size:11px;
	text-align:center;
	text-decoration:underline;
	padding-top: 35px;
}

/*#belowHeader {
	height:73px;
	width:800px;
	background-color:#fafafa;
}*/
#belowHeader .tunnel {
	display: block;
	width:400px;	
	text-decoration: none;
	line-height:73px;
	float:left;
	background-color:#fafafa;
	background:url(/images/product-testers-developers.jpg) no-repeat;
}
#belowHeader a {
	height:73px;
	outline:none;
}

#belowHeader a.tester 				{ background-position: -0px 0px; }
#belowHeader a.tester:hover			{ background-position: -0px -72px; }
#belowHeader a.developer 			{ background-position: -400px 0px;}
#belowHeader a.developer:hover 		{ background-position: -400px -72px; }

#contentWrapper {
	margin:20px 0 20px 20px;
	display:block;
/*	border:#0000FF solid 1px;*/
}
#middleContent {
	width:765px;
	display:block;	
	float:left;
	/*border:#FF66FF solid 1px;*/	
}

#middleContent #title {
	width:765px;
	height: 54px;
	float:left;
	padding-bottom:15px;
	border-bottom:#eaeaea double 3px;
	margin-bottom:10px;
}
#middleContent #dividingLine {
	margin:20px 0;
	border-bottom:#eaeaea double 3px;
}
#middleContent #extra  {
	width:765px;
	margin: 10px 0;
	float:left;
	border-bottom:#eaeaea double 3px;	
	line-height:16px;
	
}
#middleContent #extra  h1{
	font-family: Arial, Helvetica;
	font-size:16px;
	color:#657a05;
	font-weight:bold;
	padding:10px 0 10px 0;
	text-transform: uppercase;
}
#middleContent #extra  p {
	padding-bottom: 15px;
}
.column {
	width: 240px;
	float:left;
	display:block;	
	margin-right: 20px;
	/*border:#66FF00 solid 1px;*/
}
.column p, .column li{
	padding-bottom: 10px;
	line-height: 16px;
	letter-spacing:0.5px;	
}

.column h1 {
	font-family: Arial, Helvetica;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 10px 0;
	text-transform: uppercase;
}
.column h2 {
	font-family: Arial, Helvetica;
	font-size:18px;
	font-weight:bold;
	color: #657a05;
}
#footer {
	background-color:#2b2b2b;
	color:#FFFFFF;	

}
#footer #links {
	text-align:center;
	padding: 10px 0;
	border-bottom:#232323 solid 2px;	
	display:block;
}
#footer #line {
	border-bottom:#4a4a4a solid 1px;	
	margin-bottom:20px;
}
#footer  #links a {
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
	padding:7px;
	font-weight:normal;
}
#footer  #links a:hover {
	text-decoration:underline;
	color:#95ad29;
}
#footer #ads {
	margin: 20px 25px;
	border:#0066cc solid 1px;
	width: 730px;
	background-color:#99c9f1;
	color:#000000;
	padding:10px;
}
#footer #bottomContainer {
	background-color:#2b2b2b;	
	margin-bottom:10px;
}
#footer #bottomContainer #copyright {
	float:left;
	margin-left:20px;
	text-align:left;

}
#footer #bottomContainer #cazarin {
	float:right;
	margin-right:20px;
	text-align:right;
}
#footer #bottomContainer #cazarin a {
	color:#FFFFFF;
}

.SignUp { margin-left:-43px; margin-top:10px;
	-moz-box-shadow:inset 0px 6px 9px 3px #fce2c1;
	-webkit-box-shadow:inset 0px 6px 9px 3px #fce2c1;
	box-shadow:inset 0px 6px 9px 3px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	font-family: Arial,Helvetica;
	background-color:#ffc477;
	-moz-border-radius:29px;
	-webkit-border-radius:29px;
	border-radius:29px;
	border:3px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-size:36px; line-height:35px;
	font-weight: bold;
	padding:25px 25px;
	text-decoration:none;
	text-shadow:0px 0px 0px #cc9f52;
}
.SignUp:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
	color:#000; text-decoration:none;
}
.SignUp:active {
	position:relative;
	top:1px;
}

.flag {
    opacity: 1.0;
    filter: alpha(opacity=100); }
	
.flag:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }

