﻿*{ padding: 0; margin: 0; }

body {
 font-family: 'Droid Sans', arial, sans-serif;
 font-size: 12px;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 100%;
}

#featuredcontent 
{
    width:825px;
    margin:auto
}
#offerings 
{
    width:825px;
    margin:auto
}

#vending 
{
    width:194px;
    height:160px;
    float:left;
    margin-bottom:16px;
    margin-top:16px;
    margin-right:16px;
    background-image:url('images/vending.gif');
    background-repeat:no-repeat
}
    
#atms 
{
    width:194px;
    height:160px;
    float:left;
    margin-bottom:16px;
    margin-top:16px;
    margin-right:16px;
    background-image:url('images/atms.gif');
    background-repeat:no-repeat
}

#amusements 
{
    width:194px;
    height:160px;
    float:left;
    margin-right:16px;
    margin-bottom:16px;
    margin-top:16px;
    background-image:url('images/amusements.gif');
    background-repeat:no-repeat
}
 
#ocs 
{
    width:194px;
    height:160px;
    float:left;
    margin-bottom:16px;
    margin-top:16px;
    background-image:url('images/ocs.gif');
    background-repeat:no-repeat
}

#poolleague 
{
    width:192px;
    height:160px;
    float:left;
    margin-bottom:16px;
    margin-top:16px;
    background-image:url('images/poolleague.gif');
    background-repeat:no-repeat
}

#dartleague
{
    width:192px;
    height:160px;
    float:left;
    margin-bottom:16px;
    margin-top:16px;
    background-image:url('images/dartleague.gif');
    background-repeat:no-repeat
}
 
#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 min-height: 400px;
 width: 100%;
 display: inline;
}

#header {
 color: #333;
 width: 100%;
 float: left;
 height: 70px;
 background: #000000;
}

#footer  
{
 width: 100%;
 height: 70px;
 clear: both;
 color: #91844f;
 font-size:11px;
 background: #000000;
}

#navigation {
 float: left;
 width: 100%;
 height: 25px;
 color: #333;
 background: #8AA1B6;
}

#topstrip {
 float: left;
 width: 100%;
 height: 30px;
 background-image:url('images/darkgradient.jpg');background-repeat:repeat-x;
 color:#ffffff;
}

ul.main {
list-style-type: none;
height: 20px;
width: 520px;
margin-top:45px;
font-size:14px;
font-weight:bold
}

li.main 
{
    float:left;
    width:160px
    }

a:link 
{
    color:#999999;
    text-decoration:none
}

a:visited 
{
    color:#999999;
    text-decoration:none
}

a.main:link 
{
    color:#91844f;
    text-decoration:none
}

a.main:visited
{
    color:#91844f;
    text-decoration:none
}

.inthebox
{
    font-size:11px;
}

.servicebox {
	border-color:#d7cca7;
	border-width:1px;
	border-style:solid;
	background-color:#efefef;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	margin:10px;
	padding:10px;
	float:left
}

.invisibleservicebox {
	
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	margin:10px;
	padding:10px;
	float:left
}
image 
{
    border:none
}

form#contact fieldset {
	padding: 10px 20px 20px 20px;
	margin: 0 auto;
	border: 0;
	background-color: #fff;
	width: 290px;
	text-align: left;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0px 0px 10px #d3d3d3; 
	-webkit-box-shadow: 0px 2px 10px #d3d3d3; 
	box-shadow: 0px 0px 10px #d3d3d3; 
}

form#contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], textarea {
	margin: 3px 0 0 0;
	padding: 6px; 
	width: 260px; 
	font-family: arial, sans-serif; 
	font-size: 12px; 
	border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

form#contact textarea {
	width: 275px; 
	height: 150px;
}

form#contact label {
	display: block;
	font-size: 13px;
	color: #666;
	margin-top: 10px;
	font-weight: bold;
}

form#contact label.error { 
	width: 270px;
	margin: 3px 0 0 0;
	display: block;
	color: #cf0101;                              
	font-size: 11px; 
	text-align: right;
}

form#contact .placeholder {
	color: #aaa;
}

form#contact .button {
	display: inline-block;
	margin: 15px 0 0 90px;
	padding: 5px 15px 5px 15px;
	background-color: #ff9e00;
	border: none;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

form#contact .button:hover {
	background-color: #fc8500;
	cursor: pointer;
}

form#contact .button:active {
	margin-top: 16px;
	background-color: #f08004;
	cursor: pointer;
}
