@charset "UTF-8";
/*-------------------------------------------------------------------- 

[Master Stylesheet] 

- Project:    Spokane Produce
- Version:    2.0 

- Author: 	Chris Lindekens
- Contact: 	info@olympicwebdesign.com

- Last CSS Update: July 1st, 2011 

-------------------------------------------------------------------*/


* {
	margin: 0px;
	padding: 0px;
}
/* @group Clearfix */


/*------Clear Fix------*/


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* main rules */

html {
	background-color: #626262;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.25;
}
.left {
	float: left;
}
.right {
	float: right;
}
img {
	border: 0;
}
a {
	outline: 0;
}
.nobr {
	white-space: nowrap
}

/* links */

a:link, a:visited {
	color: #ffd47c;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #fff;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}
.linkmainnav a:link, .linkmainnav a:visited {
	color: #fff;
	font: 12px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.linkmainnav a:hover {
	color: #ffd47c;
	font: 12px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.linkcrumb a:link, .linkcrumb a:visited {
	color: #a5a5a5;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.linkcrumb a:hover {
	color: #fff;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.linkfooter a:link, .linkfooter a:visited {
	color: #fff;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.linkfooter a:hover {
	color: #ffd47c;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.linkwhite a:link, .linkwhite a:visited {
	color: #fff;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}
.linkwhite a:hover {
	color: #ffd47c;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}

/* text */

h2 {
	font-family: Century Gothic;
	font-size: 16px;
	font-weight:bold;
	color: #fff;
}
.grey_med {
	color: #444444;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}
.orange_lrg {
	color: #ffd47c;
	font: 14px Arial, sans-serif;
	text-decoration: none;
}
.grey_lrg {
	color: #CCC;
	font: 14px Arial, sans-serif;
	text-decoration: none;
	font-style: italic;
}
.white_small {
	color: #fff;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
/*-------------------------------------------------------------------*/


/* head */

div#wrapper {
	margin: 0px auto;
	background: url(../images/bg_header_grad.jpg) repeat-x 0 0;
}
#header_topline {
	width: 100%;
	height: 23px;
	background: #303030;
	text-align: right;
}
#header_linelight {
	width: 100%;
	height: 4px;
	background: #303030;
	opacity: 0.6;
}
#header_linelight_bot {
	position: absolute;
	top: 445px;
	width: 100%;
	height: 4px;
	background: #303030;
	opacity: 0.6;
	z-index: 999;
}
#wrapper_center {
	height: 422px;
	margin: 0px auto;/*	background: url(../images/bg_header_main.png) no-repeat center bottom; */

}
#header_center {
	height: 422px; /* 422 */
	width: 1003px;
	margin: 0px auto;
}
h1.logo a {
	background: url(../images/bg_logo.png) no-repeat 0 0;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 69px;
	width: 294px;
}
#header_welcome {
	height: 39px;
	width: 147px;
	margin: 30px 0px 10px -5px;
	background: url(../images/header_welcome.png) no-repeat 0 0;
}
.header_welcome_text {
	width: 425px;
	margin-left: 8px;
}

/* main navigation */

#nav_position {
	position: relative;
	float: left;
	top: 384px;
	left: 10px;
	width: 775px;
	height: 38px;
	z-index: 1000;
}
#nav_main_wrap {
	width: 775px;
	height: 38px;
	text-align: center;
	padding-top: 3px;
	background: url(../images/bg_navmain.png) no-repeat 0 0;
}
#nav_main_wrap ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin-left: 10px;
}
#nav_main_wrap ul li {
	float: left;
	display: block;
	text-align: center;
}
#nav_main_wrap ul li a {
	height: 24px;
	display: block;
	padding: 10px 16px 0px 16px;
	border-left: 1px solid #333;
	border-right: 1px solid #666;
}
#header_greybar {
	width: 100%;
	height: 25px;
	background: #626262;
}

/* sub navigation */

#nav_sub {
	width: 228px;
	margin: 15px 0px 35px 0px;
}
#nav_sub ul {
	list-style: url(../images/icon_arrow_right.png);
	margin-left: 25px;
}
#nav_sub ul li a {
	width: 198px;
	background: #626262;
	display: block;
	padding: 7px 0px 6px 30px;
	line-height: 1.25;
	margin: 0px 0px 4px -25px;
}
#nav_sub ul li a:hover {
	background: #bababa;
	display: block;
}
.nav_empty {
	width: 228px;
	height: 27px;
	background: #626262;
}

/* content home columns */

#content_wrap {
	background: #303030;
	padding-top: 20px;
}
#content_center {
	width: 1003px;
	margin: 0px auto;
	background: url(../images/bg_content_home.png) no-repeat 0 0;
}
#content_left {
	width: 638px;
	margin: 28px 0px 0px 38px;
}
#content_right {
	width: 223px;
	margin: 28px 25px 0px 0px;
}
#content_left_left {
	width: 285px;
}
#content_left_right {
	width: 285px;
	margin-right: 3px;
}
.content_heading {
	width: 100%;
	border-bottom: 1px dotted #fff;
	padding-bottom: 5px;
	margin-bottom: 13px;
}
.notation {
	height: 16px;
	width: 17px;
	background: url(../images/icon_arrow.png) no-repeat 0 0;
}
.image_holder {
	background: #5e5e5e;
	text-align: center;
	padding: 5px;
	margin-bottom: 13px;
}
.content_home_text {
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin-bottom: 16px;
}
.btn_readmore a {
	width: 285px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 1.25;
	color: #fff;
	background: url(../images/btn_readmore_up.png) no-repeat 0 0;
	padding: 8px 0px 0px 0px;
	margin-bottom: 20px;
}
.btn_readmore a:hover {
	display: block;
	background: url(../images/btn_readmore_over.png) no-repeat 0 0;
}

/* content sub */

#header_linelight_bot_sub {
	position: absolute;
	top: 249px;
	width: 100%;
	height: 4px;
	background: #303030;
	opacity: 0.6;
	z-index: 999;
}
#nav_position_sub {
	position: relative;
	float: left;
	top: 188px;
	left: 10px;
	width: 775px;
	height: 38px;
	z-index: 1000;
}
#wrapper_center_sub {
	height: 226px;
	margin: 0px auto;/* background: url(../images/bg_header_aboutus.png) no-repeat center bottom; */
}
#content_center_sub {
	width: 1003px;
	margin: 0px auto;
	background: url(../images/bg_content_sub.png) no-repeat 0 0;
}
#content_center_admin {
	margin: 0px auto;
	padding: 0px 10px 100px 10px;/*	background: url(../images/bg_content_sub.png) no-repeat 0 0; */
}
#content_right_sub {
	width: 661px;
	margin: 20px 26px 0px 0px;
}
#content_left_sub {
	width: 228px;
	margin: 20px 0px 0px 23px;
}
#crumbs_wrap {
	width: 100%;
	border-bottom: 1px dotted #fff;
	margin-bottom: 20px;
}
#crumbs_wrap ul {
	list-style: url(../images/icon_arrow_right.png);
}
#crumbs_wrap ul li {
	float: left;
	margin: 3px 15px 5px 12px;
	line-height: 1.25;
}
#crumbs_wrap p {
	margin: 3px 0px 5px 0px;
	line-height: 1.25;
}
#crumbs_wrap img {
	margin: 6px 7px 0px 15px;
}

/* product page */

.product_box {
	width: 100%;
	border-bottom: 1px dotted #fff;
	padding: 20px 0px 20px 0px;
}
.product_img {
	width: 250px;
	border: 1px solid #a5a5a5;
	margin-right: 15px;
}
.product_info {
	width: 300px;
}
.product_table {
	width: 390px;
}
.row_title {
	background: url(../images/icon_arrow_left.png) no-repeat 368px center;
	background-color: #5c5c5c;
	width: 390px;
	padding: 8px 12px 7px 12px;
	color: #ffd47c;
	font-weight: bold;
}
.row_desc {
	background: #496531;
	width: 390px;
	padding: 8px 12px 7px 12px;
}
.row_small {
	background: #496531;
	width: 127px;
	padding: 8px 12px 7px 12px;
}
#sort_bottom {
	width: 100%;
	border-bottom: 1px dotted #fff;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
#sort_bottom element {
	margin: 0px 0px 0px 8px
}

/* news */

.news_container {
	width: 100%;
    border-bottom: 1px dotted #fff;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}
.news_date {
	margin: 0px 30px 10px 0px;
}
.news_container img {
	border: 1px solid #CCC;
	float: left;
	margin: 0px 20px 20px 0px;
}

/* contact */

.contact_container {
	margin-right: 80px;
}
.contact_container a {
	display: inline-block;
	width: 120px;
	margin: 0px 15px 7px 0px;
}

/* golf tournament */

.tour_img {
	border: 1px solid #7b7b7b;
}
.tour_container {
	width: 100%;
    border-bottom: 1px dotted #fff;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}
.tour_box a {
	display: inline-block;
	width: 80px;
	margin: 0px 15px 7px 0px;
}
.tour_caption {
	width: 322px;
	margin-top: 8px;
}
.tour_enlarge {
	margin: 1px 0px 0px 5px;
}

/* links */

.links_container a {
	display: inline-block;
	width: 190px;
	margin: 0px 25px 7px 0px;
}

/* search */

#search {
	width: 223px;
	height: 23px;
	background: url(../images/bg_input_search.png) no-repeat 0 0;
	margin-bottom: 13px;
}
.input_search {
	width: 140px;
	background: none;
	border: none;
	padding: 6px 0px 2px 23px;
}

/* footer */

#footer_wrap {
	margin: 0px auto;
	height: 260px;
	background: url(../images/bg_footerline.png) repeat-x 0 0;
}
#footer {
	/*width: 1003px;*/
	width: 1100px;
	margin: 0px auto;
	text-align: center;
	padding-top: 40px;
}
#footer ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0px 0px 0px 215px;
}
#footer ul li {
	float: left;
	line-height: 0;
	padding: 0px 12px 0px 12px;
}
#footer_social {
	width: 500px;
	margin: 20px auto;
}
#footer_social p {
	width: 192px;
	margin-left: 10px;
	margin-top: 3px;
}
#footer_info p {
	text-align: center;
	margin-bottom: 15px;
}


/*-------------------------------------------------------------------*/
/*
BODY, TD {
 font-family:		arial;
 font-size:			11px;
 }
A:LINK, A:VISITED {
 color:				#666666;
 text-decoration:	none;
 font-weight:		bold;
 }
A:HOVER {
 color:				#aaaaaa;
 }


INPUT, TEXTAREA, SELECT, CHECKBOX {
	background-color:	#dddddd;
	border:			1px solid #000000;
	font-family:		arial;
	font-size:			11px;
	padding-left:		3px;
}
TD {
	font-family:		arial;
	font-size:			12px;
}*/
.faint {
	color:				#aaaaaa;
}
.label {
	color:				#ffffff;
	background-color:	#707070;
	border:            1px solid #202020;
	padding-left:		3px;
	padding-right:		3px;
	text-align:		right;
}
.form_invalid {
	color:				#ff0000;
	background-color:	#ffaaaa;
	border:			#ff0000 1px solid;
}
.button_on {
	font-weight:		bold;
	color:				#000000;
	background-color:	#dddddd;
	border:			1px solid #000000;
	cursor:			pointer;
}
.button_off {
	font-weight:		bold;
	color:				#000000;
	background-color:	#cccccc;
	border:			1px solid #000000;
	cursor:			pointer;
}
.grid_head_normal {
	background-color:	#606060;
	border:            1px solid #101010;
	padding-left:		3px;
	padding-right:		3px;
}
.grid_head_sorted {
	color:				#ffffff;
	background-color:	#404040;
	border:            1px solid #101010;
	font-weight:		bold;
	padding-left:		3px;
	padding-right:		3px;
}
A.grid_head_sorted_a:LINK, A.grid_head_sorted_a:VISITED, A.grid_head_sorted_a:HOVER {
	color:				#ffffff;
	font-weight:		bold;
}
.grid_data_normal {
	padding-left:		3px;
	padding-right:		3px;/* background-color:	#303030; */

 }
.grid_data_sorted {
	background-color:	#606060;
	padding-left:		3px;
	padding-right:		3px;
}
.grid_data_shaded {
	background-color:	#404040;
	padding-left:		3px;
	padding-right:		3px;
}
.grid_lines {
	background-color:	#3a3a3a;
	height:			1px;
	width:				1px;
}
.grid_title {
	font-weight:		bold;
	font-size:			14px;
	font-style:		italic;
}
