@charset "utf-8";
/* CSS Document */

#site_container {
	border: thin inset #CCCCCC;
}
#site_header {
	height: 150px;
	background-image: url(images/header_2bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#site_navigation {
	height: 35px;
}
#main_content {
	background-color: #333333;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#site_footer {
	height: 15px;
	background-image: url(images/carrs_ranch_menu_spacer.gif);
	background-repeat: repeat-x;
}
body {
	background-color: #000000;
}
body,td,th {
	color: #999999;
}
.menubar {
	margin:0;
	list-style:none;
	height:35px;
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
	background-image: url(images/carrs_ranch_menu_spacer.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}
.menubar li {float:left;}
.menubar li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#c8cb87;
	text-decoration:none;
	font-size:13px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menubar li a b {float:left; display:block; padding:0 16px 0 8px;}
.menubar li.current a {
	color:#fff;
	background-image: url(images/carrs_ranch_menu_blk.gif);
}
.menubar li.current a b {
	background-image: url(images/carrs_ranch_menu_blk.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menubar li a:hover {
	color:#fff;
	background-color: #000;
	background-image: url(images/carrs_ranch_menubar_over.gif);
}
.menubar li a:hover b {
	background-image: url(images/carrs_ranch_menubar_over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menubar li.current a:hover {
	color:#fff;
	cursor:default;
	background-color: #000;
	background-image: url(images/carrs_ranch_menu_blk.gif);
}
.menubar li.current a:hover b {
	background-image: url(images/carrs_ranch_menubar_over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer {
	font-size: 12px;
	font-weight:normal;
	color:#b6cb87;
	text-decoration: none;
}
a.footer:link {
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
}
a.footer:visited {
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
}
a.footer:hover {
	font-size: 11px;
	font-weight:normal;
	color:#00FF00;
	text-decoration: underline;
}
a.footer:active {	font-size: 11px; font-weight:normal; color:#B3C4DC; text-decoration: underline; 
}
.Header1 {
	color: #E2A433;
	font-weight: bold;
	font-size: 20px;
}
.mainfonts {font-size: 14px; color: #CCCCCC; 
}
.mainfonts_bold {font-size: 14px; color: #CCCCCC; font-weight: bold; 
}

.style1 {
	color: #B0CB87
}
.style2 {
	color: #FFCC66
}
.photos-padding {
	margin-right: 12px;
	margin-bottom: 12px;
}



