body {
	margin:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background:#015903 url(../images/layout/background.jpg) fixed no-repeat 0 0;
	color:#FFFFFF;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

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

#fb-mainPage {
	width:980px;
	margin:0 auto;
}

#fb-navigation {
	background-image:url(../images/layout/topNaviBg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	margin:20px 0 40px 0;
	height:68px;
}

#fb-navigation ul {
	margin:0;
	padding:0;
}

#fb-navigation ul li {
	float:left;
	list-style-type:none;
	height:68px;
	margin-left:35px;
}

#fb-navigation ul li img {
	border:none;
}


#fb-navigation ul li.first {
	background-image:url(../images/layout/topNaviListBullet.png);
	background-position:6px 22px;
	background-repeat:no-repeat;
	padding:0 0 0 40px ;
	font-size:23px;
	font-weight:bold;
	margin-left:20px;
}

#fb-navigation ul li.info {
}

#fb-navigation ul li div {
	background-image:url(../images/layout/topNaviFieldBg.png);
	background-position:0 0;
	background-repeat:repeat-x;
	margin:9px 0;
	height:38px;
	padding:14px 0;
	width:130px;
	text-align:center;
}

#fb-navigation ul li div span {
	font-weight:bold;
	font-size:12px;
}

#logo {
	margin:-12px 54px 0 0;
	float:right;
}

#fb-middleClaim {
	margin:0 0 12px 0;
}

#fb-leftCol {
	float:left;
	/*width:758px;
	min-height:507px;*/
	width:754px;
	min-height:505px;
	background-color:#000000;
}

#fb-rightCol {
	background-image:url(../images/layout/rightColBg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#252524;
	float:right;
	width:137px;
	min-height:371px;
	padding:67px 36px 0 36px;
}

#footballField p {
	margin:0;
	padding:0;
}

#fb-rightCol h2 {
	font-size:12px;
	margin:0 0 25px 0;
	font-weight:bold;
	text-transform:uppercase;
}
#howItWorks {
	background-image:url(../images/layout/topNaviListBullet.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:138px;
	height:63px;
	padding:30px 0 0 0;
	font-weight:bold;
	text-align:center;
	margin:0 0 0 0;
}

#infoBox {
	height:85px;
	background-color:#7DC61F;
	margin:35px 0 14px 0;
	padding:15px;
	font-weight:bold;
}

#reservedInfo {
	position:absolute;
	top:10px;
	right:10px;
	display:none;
	background-color:#7DC61F;
	width:200px;
	z-index:701;
	font-weight:bold;
	padding:15px;
}

#howItWorks a {
	padding:30px 0 0 0;
	font-size:12px;
}

#fb-content {
	margin:35px;
}

#fb-content a {
	color:#7DC61F;
}

#fb-content a:hover {
	color:#FFFFFF;
}

#fb-bottomClaim {
	background-image:url(../images/layout/bottomClaimBg.png);
	background-position:0 0;
	background-repeat:repeat-x;
	margin:0 0 0 0;
	height:13px;
	text-transform:uppercase;
	padding:15px 34px;
	font-size:10px;
}

#staticLinkArea {
	float:left;	
}

#staticLinkArea ul {
	margin:0;
	padding:0;
}

#staticLinkArea ul li {
	list-style-type:none;
	float:left;
	background-image:url(../images/layout/staticLinkSpacer.jpg);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding:0 10px;
}

#staticLinkArea ul li.first {
	background:none;
	padding:0 10px 0 0;
}

#copyrightArea {
	float:right;
}

#football {
	margin:0 auto;	
	width:758px;
}

#footballField {
	position:relative;
	margin:0;
	padding:0;
	height:505px;
	overflow:hidden;
}

img {
	border:none;
}

#fieldInfo {
	/*width:1129px;*/
	width:754px;
	height:26px;
	border-bottom:1px #000000 solid;
	background-color:#FFFFFF;
	color:#000000;
	padding:2px;
	margin:10px 0 0 0;
}
	
.reserved {
	z-index:667;
	position:absolute;
	/*width:14px;
	height:14px;*/
	width:9px;
	height:9px;
	background-color:#FF7500;
	overflow:hidden;
}
			
.bought {
	z-index:668;
	position:absolute;
	/*width:14px;
	height:14px;*/
	width:9px;
	height:9px;
	background-color:#FF0000;
	cursor:pointer;
	overflow:hidden;
}

#mainContainer {
	font-size:12px;
	color:#FFFFFF;
	border:1px #008503 solid;
	border-top:0px #015903 solid;
	/*width:1101px;*/
	width:726px;
	padding:15px;
}

.pricing-coordContainer {
	width:75px;
	float:left;
}

.pricing-categoryContainer {
	width:250px;
	float:left;
}

.pricing-priceContainer {
	float:left;
}

.form-outerContainer {
	clear:both;
	margin:0 0 10px 0;
}

.form-label {
	float:left;
	width:180px;
	padding:4px 0;
}

.form-field {
	float:left;
	margin:0 0 10px 0;
}

.form-field input, .form-field textarea {
	border:1px #000000 solid;
	padding:2px;
	width:250px;
}

.form-error {
	color:#FF0000;
	font-size:11px;
	margin-bottom:3px;
}

.form-field input.short {
	border:1px #000000 solid;
	padding:2px;
	width:70px;
	margin:0 3px 0 0;
}

.form-field input.middle {
	border:1px #000000 solid;
	padding:2px;
	width:170px;
}
.form-field input[type="radio"] {
	border:none;
	padding:2px;
	width:20px;
}

#wrapper {
	position:absolute;
	top:0;
	left:0;
	background-color: #F1F1F1;
	filter:alpha(opacity=85); 
	-moz-opacity: 0.85; 
	opacity: 0.85;
	z-index:680;
	display:none;
	width:754px;
	height:505px;
}

#boughtFieldInfo {
	position:absolute;
	top:150px;
	left:227px;
	display:none;
	/*width:758px;*/
	/*width:385px;*/
	/*height:507px;*/
	width:300px;
	min-height:200px;
	z-index:700;
	color:#FFFFFF;
	background-color:#000000;
	background-image:url(../images/layout/infoFieldBg.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	border:2px #494949 solid;
}

#boughtFieldWrapper {
	background-image:url(../images/layout/boughtFieldFootball.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	min-height:190px;
	padding:0 0 10px 0;
}

#boughtFieldStatic {
	height:36px;
}

#boughtFieldHeadline {
	padding:25px 0 0 17px;
	font-weight:bold;
	font-size:11px;
	float:left;
}

#boughtFieldCloseContainer {
	float:right;
	padding:5px 7px 0 0;
}

#boughtFieldContent {
	margin:25px 17px 0 17px;
	text-align:left;
	font-size:11px;
	font-weight:normal;
}

#boughtInfoName {
	background-image:url(../images/layout/topNaviListBullet.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 0 35px;
	min-height:26px;
	text-align:left;
}

#boughtInfoMisc {
	margin:25px 0 0 0;
}

#boughtInfoImage {
	margin:10px 0 0 0;
}

.donatorContainer {
	margin:0 0 3px 0;
}

.donatorName {
	float:left;
	width:350px;
}

.donatorCity {
	float:left;
	width:140px;
}

.donatorFields {
	float:left;
	width:70px;
}

.donatorPrice {
	float:left;
	text-align:right;
	width:50px;
}
}
