
/**************
 * Divs
 */
body {
	height: 100%;
	min-height: 100%;
}
#page_wrapper {
	width: 100%;
	height: 100%;
	background: #000000 url('/images/bg.png') top left repeat-x scroll;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -59px;
}
div#container-wrapper {
	background: url('/images/body-bg.png') top center repeat-y scroll;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	min-height: 350px;
	height: 100%;
	width: 960px;
	box-shadow: 0px 0px 20px #000000;
	overflow: auto;
}
.container	{
	width: 960px;
	padding: 0;
	margin: 0 auto;
	overflow: auto;
	clear: both;
	position: relative;
}

.container_700 {
	width: 700px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: auto;
	float: left;
	position: relative;
}

.container_220 {
	width: 220px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: auto;
	float: left;
	position: relative;
	
}
#logo {
	height: 90px;
	width: 200px;
	margin: 0;
	float: left;
	/*border: red 1px solid;*/
}

#logo li {
	
	display: inline;
}

#logo li a {
	
	width: 100%;
	display: block;
	padding-top: 20px;
}
#nav {
	background: #393939 url('/images/nav-bg.png') 0 0 no-repeat scroll;
	width: 940px;
	height: 70px;
	padding: 0px 10px;
	text-align: right;
	margin: 0 auto;
	overflow: hidden;
}

#cart-link {
	background-color: #EFEFEF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 2px 2px #222222;
	padding: 3px 8px;
	width: 100px;
	position: absolute;
	top: 3px;
	right: 50px;
}

#cart-link a {
	color: #2B2B89;
	text-decoration: none;
	display: block;
	line-height: 1;
	font-size: 15px;
}
 #cart-link a img {
 	vertical-align: bottom;
 }
#top-social {
	
	position: absolute;
	top: 2px;
	right: 0;
}

#top-social img {
	box-shadow: 0px 2px 2px #222222;
	border: 0px;
}

#footer {
	background-color: #393939;
	border-top: #ffeb10 3px solid;
	width: 100%;
	height: 80px;
	clear: both;
}

.push {
	height: 73px;
}
#footer .container {
	padding-top: 10px;
	color: #ffeb10;
	text-shadow: 1px 3px 3px #000000;
	
}
.clear {
	clear: both;
	content: '';
}
img.align-right {
	float: right;
}

img.align-left {
	float: left;
	vertical-align: top;
	padding-right: 12px;
}
.alpha {
	margin-left:0;
}
.omega {
	margin-right:0;
}

p	{
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

b, strong {
	font-weight: 600;
	color: #454545;
}
h1 {
	font-size: 23px;
	font-weight: bold;
	color: #363636;
	padding: 0px 10px;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	color: #191966;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	color: #363636;
	text-decoration: underline;
}
h2.title {
	font-family: Verdana, Times New Roman, sans-serif;
	font-size: 25px;
	font-weight: 500;
	padding: 0px 0px 10px 5px;
	color: #FFFFFF;
	text-shadow: 3px 3px 2px #000000;
}

div.title {
	height: 35px;
	display: block;
	background-color: #191966;
	border-bottom: #A81313 2px solid;
	border-top: #D1D1D1 2px solid;
	padding: 8px;
	margin-bottom: 20px;
}

div.product {
	width: 220px;
	margin-left: 9px;
	margin-right: 9px;
	height: 300px;
	text-align: left;
	float: left;
	margin-bottom: 50px;
	margin-top: 10px;
	background-color:#ffffff;
	border: #222222 1px solid;
	box-shadow: 0px 0px 3px #222222;
}

div.product p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
}
div.product img {
	/* border: 1px solid #000000; */
	box-shadow: 0px 2px 2px #222222;
}

div.product table {
	width: 150px;
	text-align: center;
}
div.product form td {
	text-align: right;
	padding: 1px;
}
div.product form {
	margin-top: 10px;
}
div.product form table tr td table {
	width: 100%;
}
div.product form table tr td table tr td {
	text-align: right;
	width: 50%;
}

p.charity {
	clear: both;
	
}
	h2.charity {
		font-weight: bold;
		color: #191966;
		font-size: 20px;
		/*text-shadow: 0px 2px 1px #222222; */
		width: 100%;
		border-bottom: #191966 2px solid;
	}

/*************
 * Links
 */

a.normal, a.normal:visited, a.normal:active {
	color: #222222;
	text-decoration: underline;
	size: 18px;
}

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


form {
	padding-left: 40px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.input {
	border: #222222 1px solid;
	padding: 5px;
}
.button {
	font-weight: bold;
}
.button:hover {
	font-weight: bold;
	text-shadow: 0px 2px 8px;
}
table	{
	margin: 5px auto;
	border: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}
	
td {
	padding: 3px;
}
/*************
 * Lists
 */

#nav ul {
	height: 30px;
	margin-top: 10px;
}

	#nav ul li {
		display: inline;
		padding: 10px 0px;
		text-align: center;
		list-style: none;
	}
	
	#nav ul li a {
		text-decoration: none;
		color: #000000;
		font-weight: normal;
		font-size: 15px;
		line-height: 1.3;
		vertical-align: baseline;
		padding: 5px;
		font-family: Arial, Helvetica, sans-serif;
		/* text-shadow: 1px 2px 2px #222222; */
	}
	
	#nav ul li a:hover {
		background-color: #FFFFFF;
		border: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color: #000000;
		box-shadow: 0px 1px 1px #222222;
		text-shadow: none;
	}
	
	#Home li a.home, #service li a.service, 
	#FAQ li a.faq, #contact li a.contact,#street li a.street, 
	#golf li a.golf, #news li a.news, #hero li a.hero {
		
		background-color: #363636;
		border: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color: #FFFFFF;
		text-shadow: none;
	} 

.container_700 ul {
	padding-left: 30px;
}
.container_700 li {
	padding-left: 10px;
}

.container_220 ul {
	padding-left: 30px;
}
.container_220 li {
	padding-left: 10px;
}
