body{
        padding: 0px;
		margin: 0px;
}

a {
	color:#D69251;
}

#font10px{
	/*font-family: Tahoma;*/
	font-size:10px;
	color:#CCCCCC;
}

#font11px{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	color:#CCCCCC;
}

#font11blue{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	color:#020290;
}

#font12px{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	color:#CCCCCC;
}

#font12blue{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	color:#020290;
}

#font13px{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:13px;
	color:#CCCCCC;
}

#font13blue{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:13px;
	color:#020290;
}

#font14px{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:14px;
	color:#CCCCCC;
}

#font14blue{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:14px;
	color:#020290;
}

.txtlogin{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	border:1px solid #000000;
	background-color:#FEF1CA;
	height:15px;
	width:100px;
}

.txtcontact{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	border:1px solid #000000;
	background-color:#FEF1CA;
	height:18px;
	width:200px;
}

.txtstd{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	border:1px solid #000000;
	background-color:#FEF1CA;
	height:20px;
	width:150px;
}

.areacontact{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	border:1px solid #000000;
	background-color:#FEF1CA;
}

.areastd{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	border:1px solid #000000;
	background-color:#FEF1CA;
}

.btnlogin{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	border:1px solid #FF960D;
	background-color:#FFE9A6;
	padding:0px;
}

.tblcontent{
	border:0px solid #000000;
	border-spacing:0px;
}

#tdcontent{
	border:1px solid #000000;
	padding:5px;
}

.solidtop{
	border-top:1px solid #000000;
	background-color:#FBE8B9;
}
.solidbottom{
	border-bottom:1px solid #000000;
	background-color:#FBE8B9;
}
.solidleft{
	border-left:1px solid #000000;
	background-color:#FBE8B9;
}
.solidright{
	border-right:1px solid #000000;
	background-color:#FBE8B9;
}
.solidnone{
	background-color:#FBE8B9;
}

.solid{
	border:1px solid #000000;
}

.currentblue{
	color:#687BB2;
}

.current{
	color:#aaaaaa;
}

a.link{
	color: #cccccc;
	text-decoration: none;
}

a.link:hover{
	color: #E9AE02;
	text-decoration: none;
}

a.planlink{
	color: #FBCE61;
	text-decoration: none;
}

a.planlink:hover{
	color: #aaaaaa;
	text-decoration: none;
}

a.planlink1{
	color: #FDBB1E;
	text-decoration: none;
}

a.planlink1:hover{
	color: #aaaaaa;
	text-decoration: none;
}

#list:hover{
	background-color: #613705;
}

/* Breadcrumb trail */
ol#breadcrumbs {
	margin-left:2px;
	margin-top:2px;
	display: block;
	height: 16px;
	list-style: none;
	padding: 2px 5px;
}
ol#breadcrumbs li {
	display: inline;
	font-size: 76%;
	font-weight:bold;
	text-transform: uppercase;
}
ol#breadcrumbs li a, ol#breadcrumbs li a:link, ol#breadcrumbs li a:visited {
	color: #666666;
	text-decoration:none;
}
ol#breadcrumbs li a:hover {
	color: #FF0B5B;
}

ol#breadcrumbs li a {
	padding-left: 8px;
	background: url(../images/bullet-arrow.gif) left center no-repeat;
}
ol#breadcrumbs li a.first {
	padding-left: 0px;
	background: none;
}

img.gallery{
	border:1px solid #D69251;
	padding:3px;
}

span.sold_out_blink{
    /*color: #FC2847;
    font-weight: bold;*/
    display: inline-block;
    width: 65px;
    height: 20px;
    text-indent: -9999px;
    background: url("../images/sold_out_blink.gif") no-repeat;
}

span.sold_out{
    /*color: #FC2847;
    font-weight: bold;*/
    display: inline-block;
    width: 65px;
    height: 20px;
    text-indent: -9999px;
    background: url("../images/sold_out.gif") no-repeat;
}

span.available{
    /*color: #1CD3A2;
    font-weight: bold;*/
    display: inline-block;
    width: 65px;
    height: 20px;
    text-indent: -9999px;
    background: url("../images/available.gif") no-repeat;
}

span.reserved{
    /*color: #FDFC74;
    font-weight: bold;*/
    display: inline-block;
    width: 65px;
    height: 20px;
    text-indent: -9999px;
    background: url("../images/reserved.gif") no-repeat;
}