html, body
{
	
}
body
{
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body, table
{	
	font-family: arial, Verdana, Sans-Serif;
	font-size: 12px;	
}
div#container
{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #eee;
	text-align: left;
}
a
{
	color: green;
}
h3
{
	color: darkgreen;
/*=== 	text-transform: uppercase;  ===*/
}
h4, h4 a
{
	font-size: 14px;
	color: #333;
}
h5 {
	font-size: 12px;
	color: #333;
}
img
{
	/*visibility: hidden;*/
}
li
{
	list-style-type: square;
}
table
{
	border: solid 10px d5e9f5;
	background: #d5e9f5;
	padding: 10px;
}
td, th
{
	padding: 2px 5px 2px 5px;
}
th
{
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}
/*=== HEADER ==============================*/
div#header
{
	background: #fff;
	width: 740px;
	height: 106px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}
#header p
{
	text-align: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #fff;
}
/*=== MENU ==============================*/
div#menu
{
	background: darkgreen;
	padding: 0 0 0 20px;
	margin: 0;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
/*=	text-transform: uppercase;=*/

	font-size: 10px;	
	text-align: left;
	height: 18px;	
}
#menu a
{
	color: #fff;
	text-decoration: none;
}
#menu a:hover
{		
	color: lightgreen;
}
div#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#menu li
{
	/* display: inline; */
	float: left;
	position: relative;
	width: 10em;
	height: 18px;
	padding: 3px;
	list-style: none;
}
div#menu li ul
{
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background: darkgreen;
	margin: 7px 0 0 0;
}
div#menu li > ul
{
	top: auto;
	left: auto;
}
div#menu li:hover ul, div#menu li.over ul
{
	display: block;
}


/*========================================*/
div#content
{
	background: url(../images/content_bg.gif) repeat-y;
	margin: 10px;
	padding: 0px;
}
#content hr.clear
{
	display: block;
	clear: both;
	visibility: hidden;
}
/*=== LEFT ==============================*/
div#left
{
	float:left;
	width: 539px;
	margin: 0px;
	padding: 15px 0px;
	line-height: 16px;
}
#left img
{
	border: solid 5px #eee;
	margin: 0 10px 10px 10px;
}
#left h3, #left p, #left h4, #left h5, #left div, #left form
{
	margin-right: 10px;
	margin-left: 10px;
}

/*=== RIGHT ==============================*/
div#right
{
	float: right;
	width: 200px;
	/*background: #d5e9f5;*/
	line-height: 16px;
}
#right img
{
	border: solid 1px #000;
}
#right h3, #right p, #right div, #right div.turftip
{
	margin: 15px 10px;
}
#right div.turftip
{
	border: solid 1px #ccc;
	padding: 0px;
}
#right .turftip h3
{
	padding: 2px 5px;
	margin: 0 0 5px 0;
	background: #aaa;
	color: #333;
	font-size: 14px;
	text-transform: none;
}
/*=== PACKAGE ===========================*/
div.package
{
	border-top: dashed 1px #aaa;
	margin: 0 0 30px 0;
	padding: 8px 0 0 0;
}
.package p
{
	margin: 0px;
	padding: 0px;
}
.package h4
{
	color: darkblue;
	margin: 0px;
	padding: 0px;
}
.package div.ex
{
	width: 200px;
	float: right;
	margin: 20px 10px 10px 10px;
	padding: 5px;
	background: #ccc;
	border: solid 1px #888;
}
/*=== SERVICE ===========================*/
div.service
{
	clear: both;
}
div.service img
{
	margin: 0 10px 10px 0;
}
h4.service
{
	margin-top: 45px;
	border-bottom: double 3px #ccc;
	padding-bottom: 2px;
}
.service h5 a
{
	text-decoration: none;
	color: darkblue;
}
.service h5 a:hover
{
	text-decoration: underline;
}
.service a.more
{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
/*=== PROMOTION =========================*/
table.promo
{
	float: left;
	width: 220px;
	padding: 0px;
	margin: 0 10px 20px 10px;
	border: solid 1px #aaa;
}
table.promo tr.type
{
	font-size: 16px;
	font-weight: bold;
}
table.promo th
{
	border-bottom: dashed 1px #aaa;
	text-align: left;
	font-size: 10px;
}
table.promo .currentdiscount
{
	color: #ff0000;
	text-transform: uppercase;
	font-size: 10px;
}
/*=== PAYMENT =========================*/
table.payment
{
	width: 500px;
	padding: 0px;
	margin: 0 10px 20px 10px;
	border: solid 1px #aaa;
}
table.payment tr.type
{
	font-size: 16px;
	font-weight: bold;
}
table.payment th
{
	border-bottom: dashed 1px #aaa;
	text-align: left;
	font-size: 10px;
}
/*=== FORM ==============================*/
div.form
{
	padding: 10px;
	border: solid 1px #ccc;
	background: #eee;
	position: relative;
}
.form div.row
{
	width: 100%;
	clear: both;
}
.form .row div
{
	float: left;
	margin: 0 10px 0 0;
}
.form .row div span
{
	display: block;
	text-transform: uppercase;
	font-size: 10px;
}
.form input
{
	border: solid 1px #ccc;
	background: #fff;
	width: 150px;
}
.form input#btnSubmit
{
	width: auto;
}
.form textarea
{
	width: 470px;
	height: 100px;
}

/*=== FOOTER ==============================*/
div#footer
{
	background: #fff;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	color: #aaa;
	text-align: right;
	clear: both;
}
#footer a
{
	color: #aaa;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer ul
{
	margin: 0px;
	padding: 5px 0 5px 0;
	text-align: left;
}
#footer li
{
	display: inline;
	margin: 0px;
	padding: 0 10px 0 0;
}
#footer div
{
	text-align: right;
}

/*==== NEW MENU ===========*/
div#menu2
{
/*====	background: darkgreen;==========*/
        background-color: 1F6F34;
	
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
/*==== 	text-transform: uppercase;===========*/
/*====	font-size: 14px;===========*/
	/*	
	text-align: left;
	
	padding: 0 0 0 20px;
	margin: 0;
	height: 18px;	*/
}

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
list-style: none;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
/*border: 1px solid black;*/
border-left-width: 0;
background-color: 1F6F34;
}
.headerlinks
{
	padding: 3px 25px 3px 5px;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: white;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.7em;
left: 0;
background-color: #34B656;
border: 1px solid black;
}

.submenus li{
width: 100%;
text-align: left;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: darkgreen;
color: white;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}
