@font-face {
 font-family:'Apple Web';
 src: url('AppleGaramond-Light.eot'); /* here you go, IE */
}
@font-face {
 font-family:'Apple Web';
 src: url(//:) format ('no404'), url('AppleGaramond-Light.otf'); /* tricky! */
}
.limit {
	width:960px;
	margin: 0 auto;
}
#top {
	background-image:url(images/top.png);
	height:11px;
	width:100%;
}
#header {
	background-image:url(images/htexture.png);
	height:411px;
	width:100%;
	background-repeat:repeat-x;
}
#header2 {
	background-image:url(images/htext2.png);
	height:214px;
	width:100%;
	background-repeat:repeat-x;
}
#header .right {
	float:right;
	padding-top:42px;
}
#content .left {
	float:right;
	border:thin solid #999;
	padding:5px;
	margin: 0 15px 0 15px;
}
#space {
	margin-top:35px;
	width:100%;
}
#content {
}
#content p {
	font-size:12px;
}
#content #split1 {
	width:650px;
	float:left;
}
#content #split2 {
	width:252px;
	float:right;
}
#content #split2 {
	font-size:12px;
}
#content #split2 li, #content #split ul {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}
#split1 .other {
	text-transform:capitalize;
	font-size:20px;
	color:#669900;
	font-family:"Apple Web", Geneva, sans-serif
}
#split1 h3 a {
	color:#669900;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
}
#split1 h3 a:hover {
}
#content #descrip {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
#content #below {
	width:145px;
	float:right;
}
#content #price {
	float:right;
}
#content #time {
	float:left;
}
#content span {
	padding-left:10px;
	padding-right:5px;
}
#split2 p {
	color:#333;
	font-style:italic;
}
#header2 h1 {
	font-size:24px;
	color:#fff;
	padding-top:75px;
	font-family:"Apple Web", Geneva, sans-serif
}
#header2 p {
	font-size:18px;
	color:#fff;
	font-family:"Apple Web", Geneva, sans-serif;
	font-style:italic;
}
#split1 h2, #split2 h2 {
	text-transform: uppercase;
	font-size:20px;
	color:#669900;
	padding-top:20px;
	font-family:"Apple Web", Geneva, sans-serif
}
#split1 h3, #split2 h3 {
	font-size:16px;
	padding-top:10px;
	font-family:"Apple Web", Geneva, sans-serif
}
#footer {
	background-image:url(images/bottom.png);
	background-repeat:repeat-x;
	height:45px;
	width:100%;
	float:left;
	color:#fff;
	line-height:45px;
	font-size:12px;
	margin-top:65px;
}
#footer #credit, #footer #credit a {
	font-size:12px;
	float:right;
	color:#FFf;
}
#more, #lesslink {
	display:none;
}
/*navy */
#navigation {
	width:640px;
	float:right;
}
#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	padding:6px 15px 12px 6px;
	margin-right:2px;
	color:#333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}
#tabs a:hover {
	background:url("images/link_left.png") no-repeat left top;
}
#tabs a:hover span {
	background:url("images/link_right.png") no-repeat right top;
	color:#fff;
}
/* disabled for the time being 

#menu a {
	text-decoration:none;
}
#menu {
	float:right;
	margin-top:10px;
	font-size:12px;
}
#menu ul {
	float:left;
	margin:0px;
	padding-right:5px;
	list-style:none;
}
#menu li:hover a{background-image:url(images/hover.png);}

#menu ul .item {display:none; }


#menu ul:hover .item { 	display:block; 	width:75px; }
#menu ul:hover .item a { 	color:#000; font-size:12px; text-decoration:none; color:#0F6; }*/

#content p {
	padding: 0 0 8px 0;
}
#image img {
	width:589px;
	float:left;
	padding:5px;
	margin-top:90px;
	background:#fff;
}
/* CONTACT FORM */
.notification_error {
	border: 1px solid #A25965;
	height: auto;
	width: 90%;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	-moz-border-radius: 5px;
}
.notification_ok {
	border: 1px #567397 solid;
	height: auto;
width: 90% padding: 8px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
}
.info_fieldset {
	-moz-border-radius: 7px;
/*	border: 1px #dddddd solid; */
}
.info_fieldset legend {
	border: 1px #dddddd solid;
	color: black;
	font-weight: none;
	font-size: 13px;
	font-family: Verdana;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 3px;
}
#ajax-contact-form .button {
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background: white;
	color: #333333;
	font: 90% Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	-moz-border-radius: 3px;
	cursor:pointer;
}
/* Label */
#ajax-contact-form label {
	width: 140px;
	padding-left: 20px;
	margin: 5px;
	float: left;
	text-align: left;
}
/* Input, Textarea */
#ajax-contact-form input, #ajax-contact-form textarea {
	margin: 5px;
	padding: 6px;
	float: left;
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #333333;
	font: 90% Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	-moz-border-radius: 3px;
}
#ajax-contact-form br {
	clear: left;
}
/*RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
* {
	font-family:Verdana, Geneva, sans-serif;
}
#content a, #morelink {
	color:#06F;
	cursor:pointer;
	text-decoration:underline;
}
/*End Reset*/

#sprite {
	background:url('images/contactussprite.png');
}
#sprite {
	background-position: -125px -125px;
	width:240px;
	height: 250px;
}
#sprite:hover {
	background-position: -125px -616px;
	width: 240px;
	height: 250px;
}
