/* 
Site Name:  Stone Bluff Beef 
Description: SBB Stylesheet (Screen).
Author URL: http://richardtrammell.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	text-align: center;
	background-image: url(../assets/jackBackground.jpg);
}

#wrapper {
	width: 960px;
	min-height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	background-color: #2F0C06;
	background-image: url(../assets/yourChoicesBBHeader.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* HOMEPAGE HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	width: 408px;
	height: 160px;
	margin: 60px 0 0 280px;
	background-image: url(../assets/sbblogo_small_trans.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* @end */

/* HOMEPAGE MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#hp-menu-wrapper {
	margin-left: 32px;
	margin-top: 50px;
	height: 350px;
	width: 900px;
}

#hp-menu-wrapper ul {
	margin-right: 0px;
}

#hp-menu-wrapper ul li {
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 1.0em;
}

#hp-menu-wrapper a:link, #hp-menu-wrapper a:visited, #hp-menu-wrapper a:active {
	text-decoration: none;
}

#hp-menu-wrapper a:hover {
	border-bottom: dotted #886F62 2px;
}

#sbbSpecials {
	position: absolute;
	margin-top: 200px;
	margin-left: -20px;
	height: 200px;
	width: 200px;
	border: 1px #FFF;
}

/* @end */

/* NOTHING BEATS HOME GROWN - Tagline
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#homegrown {
	position: relative;
	height: 85px;
	width: 747px;
	margin-top: 50px;
	margin-left: 100px;
	margin-bottom: 20px;
	background-image:url(../assets/nothingBeatsHG.png);
	background-repeat: no-repeat;
}

#homegrown-sub {
	float: right;
	height: 85px;
	width: 747px;
	margin-top: 15px;
	margin-right: 100px;
	background-image:url(../assets/nothingBeatsHG.png);
	background-repeat: no-repeat;
	position: relative;
}

/* @end */

/* LOGO SUBPAGES - Homepage Link
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#homelogo-link {
	float: left;
	height: 65px;
	width: 285px;
	margin-top: 3px;
	margin-left: 20px;
}

/* @end */

/* TOPNAV - Site Menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#topnav-wrap {
	width: 900px;
	height: 85px;
	margin-left: 30px;
	margin-top: -10px;
	background-image:url(../assets/topNavGradient.png);
	background-repeat:repeat-x;
}

#nav {
	width: 467px;
	height: 66px;
	float: right;
	margin-top: 8px;
	margin-right: 12px;
	margin-left: 19px;
}

ul#top-nav li {
	display: block;
	float: left;
	}

ul#top-nav li a {
	display: block;
	outline: none;
	width: 112px; height: 68px;
	background: transparent url(../assets/sbbnav.png) no-repeat 0 0;
	text-indent: -9009px;
	margin: 0px 0px 0px 0px;
	}
			
ul#top-nav li a:hover {
	background-position:0 -68px;
	}
			
ul#top-nav li#oc-nav a {
	width: 112px;
	background-position: -112px 0;
	}
				
ul#top-nav li#oc-nav a:hover {
	background-position:-112px -68px;
	}
	
ul#top-nav li#rr-nav a { 
	width: 140px;
	background-position: -224px 0;
	}

ul#top-nav li#rr-nav a:hover {
	background-position: -224px -68px;
	}
			
ul#top-nav li#cs-nav a {
	width: 93px;
	background-position: -364px 0;
	}
				
ul#top-nav li#cs-nav a:hover {
	background-position: -364px -68px;
	}
	
/* @end */

/* SIDENAV - Your Choices
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidenav-yc-wrap {
	width: 275px;
	height: 200px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	background: url(../assets/yourChoicePackageTitle.png) no-repeat top;
}

#nav2 {
	width: 275px;
	height: 180px;
	margin-top: 25px;
}

ul#side-nav li {
	display: block;
	float: left;
	clear: both;
	}

ul#side-nav li a {
	display: block;
	width: 275px; height: 35px;
	background: transparent url(../assets/ycnav.png) no-repeat;
	text-indent: -9009px;
	margin: 0px 0px 0px 0px;
	}
			
ul#side-nav li a:hover {
	background-position: -275px 0px;
	}
			
ul#side-nav li#vs-nav a {
	width: 275px;
	background-position: 0px -35px;
	}
				
ul#side-nav li#vs-nav a:hover {
	background-position:-275px -35px;
	}
	
ul#side-nav li#bb-nav a { 
	width: 275px;
	background-position: 0px -70px;
	}

ul#side-nav li#bb-nav a:hover {
	background-position: -275px -70px;
	}
			
ul#side-nav li#qw-nav a {
	width: 275px;
	background-position: 0px -105px;
	}
				
ul#side-nav li#qw-nav a:hover {
	background-position: -275px -105px;
	}
	
ul#side-nav li#sbs-nav a {
	width: 275px;
	background-position: 0px -140px;
	}
				
ul#side-nav li#sbs-nav a:hover {
	background-position: -275px -140px;
	}	
	
/* @end */

/* SIDENAV - Our Choices
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidenav-oc-wrap {
	width: 275px;
	height: 160px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	background: url(../assets/ourChoicePackageTitle.png) no-repeat top;
}

#nav3 {
	width: 346px;
	height: 140px;
	margin-top: 25px;
}

ul#ocside-nav li {
	display: block;
	float: left;
	clear: both;
	}

ul#ocside-nav li a {
	display: block;
	width: 346px; height: 35px;
	background: transparent url(../assets/ocnav.png) no-repeat;
	text-indent: -9009px;
	margin: 0px 0px 0px 0px;
	}
			
ul#ocside-nav li a:hover {
	background-position: -346px 0px;
	}
			
ul#ocside-nav li#fa-nav a {
	width: 346px;
	background-position: 0px -35px;
	}
				
ul#ocside-nav li#fa-nav a:hover {
	background-position:-346px -35px;
	}
	
/* @end */

/* SIDENAV - Rucker Round Up
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidenav-rr-wrap {
	width: 275px;
	height: 160px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	background: url(../assets/RuckerRoundupTitle.png) no-repeat top;
}

#nav4 {
	width: 275px;
	height: 140px;
	margin-top: 25px;
}

ul#rrside-nav li {
	display: block;
	float: left;
	clear: both;
	}

ul#rrside-nav li a {
	display: block;
	width: 275px; height: 35px;
	background: transparent url(../assets/rrnav.png) no-repeat;
	text-indent: -9009px;
	margin: 0px 0px 0px 0px;
	}
			
ul#rrside-nav li a:hover {
	background-position: -275px 0px;
	}
			
ul#rrside-nav li#gt-nav a {
	width: 275px;
	background-position: 0px -35px;
	}
				
ul#rrside-nav li#gt-nav a:hover {
	background-position:-275px -35px;
	}
	
ul#rrside-nav li#ff-nav a { 
	width: 275px;
	background-position: 0px -70px;
	}

ul#rrside-nav li#ff-nav a:hover {
	background-position: -275px -70px;
	}
	
ul#rrside-nav li#tm-nav a { 
	width: 275px;
	background-position: 0px -105px;
	}

ul#rrside-nav li#tm-nav a:hover {
	background-position: -275px -105px;
	}
	
/* @end */

/* SIDENAV - Contact Us
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidenav-cu-wrap {
	width: 275px;
	height: 160px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	background: url(../assets/ContactUsTitle.png) no-repeat top;
}

#nav5 {
	width: 346px;
	height: 140px;
	margin-top: 25px;
}

ul#cuside-nav li {
	display: block;
	float: left;
	clear: both;
	}

ul#cuside-nav li a {
	display: block;
	width: 346px; height: 35px;
	background: transparent url(../assets/ocnav.png) no-repeat;
	text-indent: -9009px;
	margin: 0px 0px 0px 0px;
	}
			
ul#cuside-nav li a:hover {
	background-position: -346px 0px;
	}
			
ul#cuside-nav li#fa-nav a {
	width: 346px;
	background-position: 0px -35px;
	}
				
ul#cuside-nav li#fa-nav a:hover {
	background-position:-346px -35px;
	}
	
/* @end */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#wrapper-yc {
	float: right;
	width: 458px;
	height: auto;
	border-left: 1px solid #755243; 
	margin-top: 25px;
	margin-right: 23px;
}

.yc-description a:link, .yc-description a:visited, .yc-description a:active {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid;
}

.yc-description a:hover {
	color: #DED1A9;
	text-decoration: none;
	border-bottom: 1px solid;
}

.yc-description {
	clear: right;
	width: 435px;
	height: auto;
	margin-left: 15px;
	color: #FFF;
}

.yc-description img {
	float: right;
	margin-right: 20px;
	margin-top: -10px;
}

.yc-price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	margin-top: 1.2em;
}

.yc-descriptionpack {
	margin-bottom: 0.5em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #0CD006;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}

.yc-description h1 {
	margin-bottom: .5em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #DED1A9;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}

.yc-description h2 {
	margin-bottom: .5em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 1em;
}

.yc-description p {
	margin-bottom: 1.0em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

.yc-description ul {
	margin-bottom: 1.0em;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
}

.yc-descriptionspecials {
	margin-bottom: 0.5em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #E50505;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}

/* SUBPAGE LARGE PHOTOS - Beef Packages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#largephoto-yourchoices {
	clear: right;
	height: 246px;
	width: 896px;
	margin-top: -11px;
	margin-left: 30px;
	border: 2px solid #0aa506;
	background: url(../assets/yourChoicesPhotoGBHeader.jpg) no-repeat center;
}

#largephoto-yourchoicesvs {
	float: left;
	height: 246px;
	width: 896px;
	margin-top: -11px;
	margin-left: 30px;
	border: 2px solid #0aa506;
	background: url(../assets/yourChoicesPhotoVSHeader.jpg) no-repeat center;
}

#largephoto-yourchoicesbb {
	float: left;
	height: 246px;
	width: 896px;
	margin-top: -11px;
	margin-left: 30px;
	border: 2px solid #0aa506;
	background: url(../assets/yourChoicesPhotoBBHeader.jpg) no-repeat center;
}

#largephoto-yourchoicesqsw {
	float: left;
	height: 246px;
	width: 896px;
	margin-top: -11px;
	margin-left: 30px;
	border: 2px solid #0aa506;
	background: url(../assets/yourChoicesPhotoQSWHeader.jpg) no-repeat center;
}

#largephoto-ourchoicesrr {
	float: left;
	height: 246px;
	width: 896px;
	margin-top: -11px;
	margin-left: 30px;
	border: 2px solid #0f54af;
	background: url(../assets/ourChoicesPhotoRRHeader.jpg) no-repeat center;
}

#largephoto-ourchoicesfaqs {
	float: left;
	height: 246px;
	width: 896px;
	margin-top: -11px;
	margin-left: 30px;
	border: 2px solid #0f54af;
	background: url(../assets/ourChoicesPhotoFAQHeader.jpg) no-repeat center;
}

#largephoto-ruckerroundup {
	float: left;
	height: 246px;
	width: 896px;
	margin-top: -11px;
	margin-left: 30px;
	border: 2px solid #a84909;
	background: url(../assets/RuckerRoundupPhoto.jpg) no-repeat center;
}

#largephoto-contactus {
	float: left;
	height: 246px;
	width: 896px;
	margin-top: -11px;
	margin-left: 30px;
	border: 2px solid #dbc684;
	background: url(../assets/ContactUsPhoto.jpg) no-repeat center;
}

#largephoto-specials {
	float: left;
	height: 246px;
	width: 896px;
	margin-top: -11px;
	margin-left: 30px;
	border: 2px solid #dbc684;
	background: url(../assets/SpecialsPhotoHeader.png) no-repeat center;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	position: relative;
	width: 960px;
	height: 24px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #290B05;
	background-position: center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid;
}

#footer a:hover {
	color: #dbc684;
	border-bottom: 1px solid;
}

#footer p {
	font-size: 1em;
	margin-left: 10px;
}

#footer ul {
	margin-right: 10px;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 1.0em;
	border-left: 1px solid #999;
}

#footer ul li.first {
	border-left: none;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.cr {
	width: 500px;
	height: auto;
	float: left;
	text-align: left;
}

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.feed {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-feed.png") no-repeat 0 50%;
}

img.floatLeft { 
    float: left; 
    margin: 2px 4px 0px 0px;  
}

img.floatRight { 
    float: right; 
    margin: 2px 0px 0px 0px; 
}

/* @end */
