/* Positioning */

html {
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
}

h1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 75px;
	background: #A0CE67 url('images/bg_header_new.jpg') left top repeat-x;
	z-index: 1;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	position: absolute;
	width: 100%;
	height: 75px;
	overflow: hidden;
	-moz-outline: none !important; /* Gecko */
}

h1 span {
	position: absolute;
	background: transparent url('images/bg_header_title.png') center top no-repeat;
	width: 100%;
	height: 71px;
	margin-top: 0px;
	z-index:0;
}

h1 span a{text-decoration:none}

#menu-admin {
	display: none;
	position: absolute;
	top: 16px;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 2;
	white-space: nowrap;
	background-color: #d7e7a4;
}

#menu-admin a:link, #menu-admin a:visited, #menu-admin a:hover {
	color: blue;
	margin-left: 15px;
	font-size: 11px;
	line-height: 16px;
	vertical-align: middle;
}


#menu-center {
	background: #3a310a;
	padding: 0;
	margin: 0;
}


#menu-main {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #3a310a;
	overflow: auto;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
}


#menu-main li {
	float: left;
	margin: 0;
	padding: 0 10px;
	height: 22px;
}

#menu-main td a:link span, #menu-main td a:visited span {
	position: relative;
	display:block;
	top: 100px;
	left: 500px;

}


#menu-main td a:link, #menu-main td a:visited {
	position: relative;
	display: block;
	padding: 0px 15px;
	height: 25px;
	color: #000;
	font-family: arial;
	text-decoration: none;
	background-color: transparent;
	overflow: hidden;
	-moz-outline: none;
}

#menu-main td a:hover {
    background-color: transparent;/*#565036 !important;*/
}

#menu-main td a:active, #menu-main td.active a:link, #menu-main td.active a:visited {
	background-color:transparent; /*#565036 !important;*/
}


#menu-main td a#button_home:link, #menu-main td a#button_home:visited {
	width: 67px;
    border-left: none;
	background: url('images/bg_button_home.png') center top no-repeat;
}
#menu-main td.active a#button_home:link, #menu-main td.active a#button_home:visited, #menu-main td a#button_home:active {
	background: url('images/bg_navlinks_aboutus_active.gif') center top no-repeat;
}

#menu-main td a#button_store:link, #menu-main td a#button_store:visited {
	width: 80px;
	background: url('images/bg_button_store_locator.png') center top no-repeat;
}
#menu-main td.active a#button_store:link, #menu-main td.active a#button_store:visited, #menu-main td a#button_store:active {
	background: url('images/bg_navlinks_contact_active.gif') center top no-repeat;
}

#menu-main td a#button_retailers:link, #menu-main td a#button_retailers:visited {
	width: 80px;
	background: url('images/bg_button_retails.png') center top no-repeat;
}
#menu-main td.active a#button_retailers:link, #menu-main td.active a#button_retailers:visited, #menu-main td a#button_retailers:active {
	background: url('images/bg_navlinks_education_active.gif') center top no-repeat;
}

#menu-main td a#button_contact:link, #menu-main td a#button_contact:visited {
	width: 75px;
	background: url('images/bg_button_contact.png') center top no-repeat;
}
#menu-main td.active a#button_contact:link, #menu-main td.active a#button_contact:visited, #menu-main td a#button_contact:active {
	background: url('images/bg_navlinks_newsroom_active.gif') center top no-repeat;
}

#menu-main td a#button_about:link, #menu-main td a#button_about:visited {
	width: 60px;
	background: url('images/bg_button_about.png') center top no-repeat;
}
#menu-main td.active a#button_about:link, #menu-main td.active a#button_about:visited, #menu-main td a#button_about:active {
	background: url('images/bg_navlinks_services_active.gif') center top no-repeat;
}






#wrapper-menu-sub {
	position: relative;
	z-index: 2;
	background-color: #3a310a;
	padding-bottom: 4px;

/*	border-top: 1px #74777a solid;
	border-bottom: 1px #74777a solid; */
}

#menu-sub {
	margin: 0 0 5px 0;
	width: 100%;
	padding: 0 8px;
	color: #dfeef8;
	list-style-type: none;
	background-color: #3a310a;
	overflow: auto;
	_height: 1%; /* IE */
}



#menu-sub td a:link, #menu-sub td a:visited {
	display: block;
	padding-left: 3px;
	color: #c2bda9;
	font-family: 'comic sans ms', verdana, sans-serif;
	text-align: center;

/*	border-left: 3px #d7e7a4 solid; */
}

#menu-sub td a:hover, #menu-sub td.active a:link, #menu-sub td.active a:visited {
	color: #fff;
/*	border-left: 3px #fff solid; */
}

#menu-sub-line {
	line-height:20px;
}

#btn_parties {
	width: 400px;

}

.menu-dropdown {
	margin:0 auto;
	height: 10px;
	font-size: 10px;
	font-family: 'comic sans ms', verdana, sans-serif;
	_height: 1%; /* IE */

}

.menu-dropdown td {
	padding-left: 40px;
	font-family: 'comic sans ms', verdana, sans-serif;

}


.menu-dropdown td a:link, .menu-dropdown td a:visited {
	display: block;
	padding:0 5px;
	border-left: 3px  #707c47 solid;
	border-right: 3px #707c47 solid;

	color: #c2bda9;
/*	background: #fff url('images/bg_menu-dropdown_on.png') left top repeat-x; */
	text-decoration: none;
	line-height: 10px;
}

.menu-dropdown td a:hover {
	border-left: 3px #fff solid;
	border-right: 3px #fff solid;
	background: #000;
	color: #fff;
/*	background: #fff url('images/bg_menu-dropdown_off.png') left top repeat-x; */
}


.menu-dropdown li {
	display: block;
	float: left;
	margin: 1px 0;
	padding: 0;
}

.menu-dropdown li a:link, .menu-dropdown li a:visited {
	display: block;
	margin: 0 0 0 5px;
	padding: 0 5px;
	border-left: 3px #5c4f17 solid;
	color: #c2bda9;
/*	background: #fff url('images/bg_menu-dropdown_on.png') left top repeat-x; */
	text-decoration: none;
	line-height: 10px;

}


.menu-dropdown li a:hover {
	margin: 0 0 0 5px;
	border-left: 3px #fff solid;
	color: #fff;
	font-family: 'comic sans ms', verdana, sans-serif;
/*	background: #fff url('images/bg_menu-dropdown_off.png') left top repeat-x; */
}

#breadcrumb {
	clear: both;
	margin: 0;
	padding: 5px 10px;
	background-color: #00BCE4;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #21445b;
}

#content {
	/*position: absolute;
	left: 0;
	top: 111px;*/	
	margin: 0;
	padding: 0;
	overflow: auto;
	background-color: #fff;
	height: 488px;
	
}
.subcategname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #3a310a;
	text-align:center;
	font-weight: bold;
}
.cards {
	margin:0px;
	padding:0px;
}
.cards li{
	float:left;
	padding:2px;
	border: solid 1px #CCCCCC;
	margin: 10px;
	list-style-type:none;
}
.table-standard {
	width: 100%;
	margin: 15px 0;
	padding: 0;
	border-top: 4px #1d5ba1 solid;
	border-bottom: 2px #1d5ba1 solid;
	clear: both;
}

.table-standard th {
	padding: 4px;
	border-bottom: 2px #1d5ba1 solid;
	background-color: #dfeef8;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.table-standard td {
	border-bottom: 1px #fff solid;
	background-color: #f0f0f0;
	padding: 4px;
}

td.actions {
	white-space: nowrap;
	vertical-align: middle;
}

td.actions input {
	margin: 2px 2px 2px 0;
	vertical-align: middle;
}

#actions {
	position: absolute;
	bottom: 25px; /* Superseded by js; here for pre-js render */
	right: 0; /* Superseded by js; here for pre-js render */
	text-align: right;
	line-height: 16px;
}

#actions input, #actions a:link, #actions a:visited {
	vertical-align: middle;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6px 0 3px 0;
	text-align: center;
	line-height: 16px;
	color: #000;
	background: url('images/bg_footer.png') left top repeat-x;
	height: 20px;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}

#footer a:link {
	color: #545454;
}
#footer a:visited {
	color: #545454;
}

/* Standard data input */

/* fieldset, .fieldset { */
	fieldset {
	display: block;
/*	float: left;  */
	position: relative;
	margin: 15px 20px 15px 0;
	padding: 0 8px;
	width: 400px;
	overflow: auto;
	overflow: -moz-scrollbars-none; /* Firefox-Mac */
	border-left: none;
	border-right: none;
	border-top: 1px solid #b6d274;
	border-bottom: 1px solid #b6d274;
}

.fieldset {
	float: left;
}

.fullpage {
	width: 100% !important;
	padding: 1px 0 !important;
}

fieldset.fullpage legend {
	margin-left: 8px;
}

.rowcolor-odd {
	background-color: #f5f5f5;
}

.rowcolor-even {
	background-color: #fafafa;
}

legend {
	margin: 0;
	padding: 10px 2px;
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #b6d274;
}

.dataset {
	margin: 0 5px 5px 0;
	padding: 1px 0;
}

.dataset#left {
	float: left;
	padding: 0 2px 0 0;
}

.dataset input {
	margin: 0 0 5px 0;
	font-size: 14px;
}

.dataset label, .transferset label, .dataset .creator label, .selectset label {
/*	color: #b6d274; */
	line-height: 16px;
}

fieldset .dataset, .creator .dataset {
	display: block;
/*	float: left; */       /*  This line is wrong corrected by SERBAN */
	width: 190px;
}

fieldset .dataset input, fieldset .dataset select {
	width: 190px;
	vertical-align: middle;
}

.dataset select.nosize {
	display: block;
	width: auto;
}

fieldset .dataset select {
	font-size: 12px;
}

fieldset .dataset textarea {
	display: block;
	margin: 0 0 5px 0;
	width: 390px;
	height: 100px;
}

fieldset div.long, .creator div.long {
	width: 395px;
	margin: 0 0 5px 0;
}

fieldset div.long input {
	width: 385px;
}

.selectset {
	overflow: auto;
	margin: 0 0 5px 0;
}

.selectset label {
	display: block;
	float: left;
	width: 120px;
}

.selectset select {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 11px;
}

.selectset input {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.checkset {
	clear: both;
	margin: 5px 0;
}

.checkset input {
	display: inline;
}

.checkset label {
	display: block;
	line-height: 14px;
}

label {
	vertical-align: middle;
}

label input {
	margin: 0 2px 4px 0;
	vertical-align: middle;
}

/* Links and special links */

a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.alert:link, a.alert:visited, a.destructive:link, a.destructive:visited {
	color: red;
}

a#showhelp:link, a#showhelp:visited {
	padding-left: 15px;
	background: transparent url('images/icon_sm_help.gif') left center no-repeat;
}

a#logout:link, a#logout:visited {
	padding-left: 15px;
	background: transparent url('images/icon_sm_close.gif') left center no-repeat;
}

a#account:link, a#account:visited {
	padding-left: 15px;
	background: transparent url('images/icon_sm_user.gif') left center no-repeat;
}

/* Text styling */

h2, .h2 {
	margin: 15px 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	font-family: arial, sans-serif;
	font-weight: normal;
/*	color: #b6d274; */
	color: #000;
}

h3, .h3 {
	display: block;
	margin: 10px 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: arial, sans-serif;
	font-weight: bold;
/*	color: #b6d274; */
}

h4, .h4 {
	margin: 7px 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #b6d274;
}

h5, .h5 {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #b6d274;
}

h6, .h6 {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #b6d274;
}



td {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	empty-cells: show;
}

.text-note {
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #999;
	font-style: italic;
	font-weight: normal;
}

td.valid, li.valid {
	color: #fff;
	background-color: #7d7;
}

td.invalid, li.invalid {
	color: #fff;
	background-color: #e55;
}

.valid a:link, .valid a:visited, .invalid a:link, .invalid a:visited {
	color: #fff;
	font-weight: bold;
}
.valid a:hover {
	color: #7d7;
	background-color: #fff;
}
.invalid a:hover {
	color: #e55;
	background-color: #fff;
}

.disabled, .disabled a:link, .disabled a:visited {
	color: #777;
}

/* Box formatting */

div.help {
	position: relative;
	clear: both;
	width: auto;
	padding: 1px;
	background: #f0ead1 url('images/bg_help.png') left bottom repeat-x;
	color: #97894f;
	font-style: italic;
}
div.help p {
	margin: 5px;
}

div.note {
	margin: 15px 0;
	padding: 1px;
	background-color: #eff9ff;
	font-size: 14px;
	line-height: 16px;
	font-family: arial, sans-serif;
	color: #b6d274;
}

div.message {
	position: relative;
	padding: 1px;
	font-size: 11px;
	line-height: 14px;
	background: #ffc;
	color: #444;
	text-align: center;
}

div.message p, div.note p {
	margin: 5px;
	padding: 0;
}

div.message a:link, div.message a:visited {
	font-weight: bold;
	text-decoration: none;
}
div.message a:hover {
	text-decoration: underline;
}

div.alert, td.alert, p.alert {
	background-color: #4d4;
	color: #fff;
}

div.error, td.error, p.error {
	background-color: #e33;
	color: #fff;
}

div.alert a:link, div.alert a:visited, div.error a:link, div.error a:visited {
	color: #fff;
}

div.expander {
	position: relative;
	margin: 10px 0;
	padding: 0;
	overflow: auto;
	_height: 1%; /* IE */
}

div.expander label.h3 {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 0 10px 35px;
	line-height: 16px;	
}

div.expander-inside {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: auto;
	_height: 1%; /* IE */
}

#emailcode {
	background-color: #eff9ff;
	width: 380px;	
}

div.notifications label.h3 {
	background: transparent url('images/icon_email_open.gif') left center no-repeat;
}
#surveys label.h3 {
	background: transparent url('images/icon_clipboard.gif') left center no-repeat;
}
#emailcode label.h3 {
	background: transparent url('images/icon_email_open.gif') left center no-repeat;
}
#emailcode label#msg-emailsent {
	background: transparent url('images/icon_email_closed.gif') left center no-repeat;
}

div#code {
	width: 500px;
}

div#code pre, div.textpreview {
	position: relative;
	margin: 0;
	padding: 10px 5px;
	background: #f5f5f5;
	border-top: 2px solid #b6d274;
	border-bottom: 2px solid #b6d274;
}

div.preview-invitation {
	clear: both;
	margin: 10px 0;
	padding: 5px;
}

div.sitelet-preview {
	margin: 15px auto;
	padding: 0;
	width: 750px;
	text-align: center;
}

div.sitelet-preview .dataset {
	margin: 10px auto;
	float: none !important;
}

div.sitelet-pageturn {
	margin: 10px 0;
	clear: both;
	font-size: 16px;
	line-height: 32px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #b6d274;
}

div.sitelet-pageturn img {
	display: inline;
	vertical-align: middle;
}

/* Transfer columns */

fieldset.transferCols {
	width: 580px;
}

.transferset {
	display: block;
	float: left;
	padding: 5px 0;
	height: 135px;
}

.transferbuttons {
	padding: 30px 20px 0 20px;
	width: 120px;
	height: 110px;
}

.transferset select {
	display: block;
	width: 200px;
	height: 120px;
}

.transferbuttons input {
	display: block;
	width: 100px;
	margin: 5px auto;
	padding: 0;
}

/* Formatting bric-a-brac */

.clear {
	clear: both;
}

img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

img.spinner {
	display: inline;
	vertical-align: middle;
}

div, ul, li {
	-moz-outline: none !important; /* Gecko */
}

/* Questionable */

.creator {
	clear: both;
	margin: 10px 0;
}

.dataset input.input-button {
	width: auto;
	display: inline;
	font-size: 12px;
}

.selectset input.input-renamer {
	display: inline;
	width: 50px;
}

div.picker {
	padding: 5px 0 10px 0;
	margin: 0;
}

div.picker select {
	display: inline;
	margin: 0;
}

div.picker input {
	position: relative;
}

#notifications-new {
	margin: 0;
	padding: 0 0 10px 0;
}

#input-newemail {
	font-size: 14px;
	width: 300px
}

.errors {
	width: 400px;
	margin: 15px 0;
}

.errors ul, .errors ol {
	margin: 5px 0;
	padding: 0;
	border-top: 1px solid #333;
	list-style-type: none;
	color: #777;
	background-color: #eee;
}

.errors li {
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 5px;
}

.errors ul li.current {
	color: #000;
	padding-left: 26px;
	background: #ffd url('../../../images/spinner_trans.gif') 5px center no-repeat;
}

div.preview-text {
	position: relative;
	clear: both;
	margin: 0;
	padding: 5px;
	background: #fff;
	font-family: monaco, 'courier new', monospace;
	font-size: 11px;
}

/* Sitelet creator */

.sidebar-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 175px;
}

.sidebar {
	clear: none;
	float: left;
	border: 2px #999 solid;
	background-color: #f5f5f5;
	padding: 0;
	width: 171px;
	margin: 0 0 10px 0;
}

#sitelet-ftp {
	padding: 5px;
	width: 161px;
}

.sidebar h3, .pagedetails h3 {
	position: relative;
	margin: 0 0 5px 0;
	padding: 2px 5px;
	background-color: #666;
	color: #fff;
	clear: none;
}

.sidebar label.h4 {
	color: #666;
}

.sidebar .dataset {
	float: none;
	display: block;
	margin: 5px auto;
	padding: 0;
	width: 161px;
}

.sidebar .dataset input, .sidebar .dataset select {
	display: block;
	width: 156px;
}

.sidebar a:hover, .sidebar a:active {
	-moz-outline: none; /* Gecko */
}

.sidebar a.add:link, .sidebar a.add:visited {
	clear: both;
	display: block;
	margin-top: 5px;
	padding: 0 5px 0 21px;
	color: #666;
	background: transparent url('../../../images/icon_sm_add.gif') 6px center no-repeat;
	font-size: 14px;
	line-height: 20px;
	font-family: arial, sans-serif;
	-moz-outline: none; /* Gecko */
}

.sidebar a.pagename:link, .sidebar a.pagename:visited {
	color: #b6d274;
	display: block;
	padding-left: 4px;
	font-size: 14px;
	line-height: 22px;
	font-family: arial, sans-serif;
	-moz-outline: none; /* Gecko */
}

.sidebar input.newpagename {
	float: left;
	display: block;
	vertical-align: middle;
	margin: 0;
	width: 135px;
	color: #b6d274;
	font-size: 14px;
	font-family: arial, sans-serif;
}

ul.pagelist {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.pagelist li {
	display: block;
	position: relative;
	overflow: auto;
	_height: 1%; /* IE */
}

ul.pagelist li:hover {
	background-color: #f0f0f0;
}

ul.pagelist li.active {
	background-color: #b6d274;
}
ul.pagelist li.active a.pagename:link, ul.pagelist li.active a.pagename:visited {
	color: #fff;
}

ul.pagelist li img {
	float: right;
	display: block;
	width: 10px;
	height: 10px;
	padding: 6px 5px 6px 3px;
	cursor: pointer;
	vertical-align: middle;
}

#siteletbuilder-wrap {
	width: 774px;
	left: 0 !important;
	left: 195px;
	margin: 0;
	padding-left: 185px !important;
	padding-left: 0;
}

#siteletbuilder-wrap fieldset {
	margin: 5px 10px;
	padding: 0;
	clear: none;
	border: none;
}

.pagedetails {
	clear: none;
	background-color: #f5f5f5;
	border: 2px #999 solid;
	width: 450px;
	padding: 0;
	margin: 0 0 10px 0;
}

.pagedetails .dataset {
	float: none;
}

.pagedetails .expander {
	margin: 15px 10px;
}

.pagedetails .expander .dataset {
	float: left;
}

.pagedetails .expander .inserter {
	width: 395px;
	margin: 5px 0 10px 0;
	padding: 0;
}

.pagedetails .expander .inserter input, .pagedetails .expander .inserter select {
	display: inline;
	width: auto;
}

.notification-picker {
	margin: 5px 10px;
}

#siteletbuilder h2 {
	margin: 10px 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	font-family: arial, sans-serif;
	text-align: center;
}

div.explanation {
	margin: 0 0 10px 0;
	padding: 50px;
	border: 2px dashed #999;
	background-color: #fafafa;
	font-size: 24px;
	line-height: 30px;
	font-family: arial, sans-serif;
	color: #999;
	text-align: center;
	display: none; /* REMOVE */
}

div.explanation a:link, div.explanation a:visited {
	font-size: 14px;
	line-height: 18px;
	color: #b6d274;
}

#siteletbuilder {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 2px #999 solid;
	background-color: #f5f5f5;
}

#siteletbuilder-tools {
	position: relative;
	overflow: visible;
	height: 50px;
	z-index: 3;
}

#siteletbuilder-tools img.draggable {
	display: block;
	float: left;
	cursor: move;
}

#siteletbuilder-workbench {
	position: relative;
	width: 750px;
	height: 450px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}

.editarea {
	position: absolute;
	border: 1px solid #666;
	width: 200px;
	height: 100px;
	background-color: #f5f5f5;
	padding: 15px;
	cursor: move;
}

.editarea-text textarea {
	border: 1px solid #666;
	margin: 0;
	width: 200px;
	height: 100px;
	cursor: text;
	overflow: hidden;
	background: red;
}

.editarea .handle {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	width: 13px;
	height: 13px;
	cursor: nw-resize;
}

.editarea .deleter {
	position: absolute;
	display: block;
	right: 3px;
	top: 3px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}


/* Datagrid */

AxpDataGrid {
	margin: 25px 0;
}

.AxpDataGrid img {
	display: inline;
}

.AXDBTable {
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}

.AXDBTable th {
	background-color: #f7d6dc;
	color: #666;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	white-space: nowrap;
	font-family: 'lucida grande', 'trebuchet ms', verdana, sans-serif;
}

.AXDBTable td {
	font-size: 11px;
	line-height: 14px;
	padding: 3px 5px;
	empty-cells: show;
	border-top: 1px #fff solid;
	text-align: left;
	font-family: 'lucida grande', 'trebuchet ms', verdana, sans-serif;
	background-color: #f0f0f0;
}

.AXDBTableTRodd td {
	background-color: #d2eac3;
}

.AXDBTableTReven td {
	background-color: #effce6;
}

.AXDBHighlightRow td {
	background-color: #ffd;
}
/* end */

div.states {
	width: 330px;
}

div.states p {
	width: 150px;
	height: 80px;
	float: left;
	padding: 5px 5px;
}

#pic-monkeys {
	position: absolute;
	top: 10px;
	margin-left: 30px;
}

#summer-specials {
	position: absolute;
	top: 500px;
	margin-left: 320px;
}

#pic-advertise {
	position: relative;
	top: 190px;
	left: 450px;
}

h2#title {
	position: relative; 
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	text-align: center;
	line-height: 30px;
	top: 50px;
	left: 400px;
	width: 300px;
}



#content_left {
	height: 500px;
	width: 400px;
	margin: 4px 10px;
	background: red;
	float: left;
}

#content_left img {
	margin: 10px auto;
}

#content_left p {
	text-align: center;
}


#content_right {
	height: 500px;
	width: 400px;
	margin: 4px 10px;
	background: red;
	float: left;	
}

.top_holder{margin:20px 5px 0 auto; text-align:right; z-index:999; position:relative; width:200px; padding:0; text-decoration:none;}
.top_search{border:1px solid #3a310a;font-size:11px; margin:0 3px 0 0; padding:2px; text-decoration:none; }
.top_button{font:11px "Trebuchet MS",Georgia, "Times New Roman", Times, serif; background:#3a310a;cursor: hand; color:#fff; margin:0; padding:0;text-decoration:none}

.formely {
	margin:15px 5px 0 10px;
	width:217px;
	height:0;
	padding-top:57px;
	float:left;
	background: transparent url('images/top-left.png') left top no-repeat;
	overflow:hidden;
}
