<!--

html { overflow: -moz-scrollbars-vertical !important; }

body {
	background-image: url(../images/tile.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #252e19;
}
body,td,th {
	color: #000000;
	font-family: Trebuchet MS,arial;
	font-size: 12px;
	line-height: 1.5;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.0;
	color: #666666;
}
.menu a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.menu a:hover {
	font-weight: normal;
	color: #252e19;
	text-decoration: none;	
}
.menu a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;	
}
.menu a:active {
	font-weight: normal;
	color: #666666;
	text-decoration: none;	
}

.menuSpacing {
	padding-top: 0px;
	#padding-top: 10px;
}

a:link {
	color: #6d9a35;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #6d9a35;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #6d9a35;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #6d9a35;
	text-decoration: underline;
	font-weight: bold;
}

.copyrightCell {
	padding-top: 15px;
	color: #6d9a35;	
	font-size: 10px;
	font-weight: normal;
	text-align: center;	
}

.copyrightCell a {
	color: #6d9a35;	
	font-weight: bold;
	text-decoration: none;
}

.copyrightCell a:hover {
	color: #afc48b;
	font-weight: bold;
	text-decoration: underline;
}

.title {
	color: #6d9a35;
	font-size: 18px;
	font-weight: bold;
}

.newsTitle {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}

.newsTitleSmall {
	font-size: 10px;
	font-family: verdana,arial;
}

/* form size fields  */
.textinput {
	width: 220px;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	/*text-align: center; */
}

.textarea {
	width: 420px;
	height: 120px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	/*text-align: center; */
}
input[type=text] {
	border: 1px solid green;
	font-size: 12px;
	padding: 3px;
}
input[type=text]:focus {
	border: 1px solid darkgreen;
}
input {
	-moz-border-radius: 3px;
	-khtml-border-radius; 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
}
.button {
	border: 1px solid green;
	color: green;
	background-color: lightgreen;
	padding: 3px 7px 3px 7px;
	cursor: pointer;
	font-weight: bold;
}
.button:hover {
	background-color: darkgreen;
	color: #FFF;	
}
#coupon_container {
	margin: 0 auto;
	text-align: center;
	width: 700px;
	height: 377px;
	background-image: url(../images/coupon.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border: 3px dashed #000;
}
#note_container {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: transparent url('/images/white.png') top left repeat;
	display: none;	
	z-index: 99999999999;
}
#note {
	width: 400px;
	height: auto;
	-moz-border-radius: 5px;
	-khtml-border-radius; 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: transparent url('/images/green.png') top left repeat;
	padding: 10px;	
	position: fixed;
	left: 35%;
	top: 20%;
/*	box-shadow: 5px 5px 5px #666; */
	border: 1px solid #ccc;
	text-align: center;
	z-index: 9999999999;
}
#error {
	padding: 20px;	
}
#note img {
	float: left;
	margin: 25px;	
}
#OK {
/*	position: absolute;
	bottom: 0;
	right: 50px;	*/
	margin: 0 auto;
}
.notification_error {
	border: 2px solid #f00;
	height: auto;
	width: auto;
	padding: 8px 0 8px 0;
	color: #F00;
	font-weight: bold;
	background: #FFF;
	text-align: center;
	-moz-border-radius: 5px;
	-khtml-border-radius; 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.notification_ok {
	border: 2px solid darkgreen;
	height: auto;
	width: auto;
	padding: 8px 0 8px 0;
	color: #FFF;
	font-weight: bold;
	background: green;
	text-align: center;
	-moz-border-radius: 5px;
	-khtml-border-radius; 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#notification_ok a, #notification_ok a:visited {
	color: #FFF;	
}
#loader {
	visibility: hidden;
	text-align: right;	
}
.button {
	padding: 2px 20px 2px 20px;	
}
-->
