/*
	design.css (extends core.css)
	contains all design specific colors, images and text formatting

	All style rule attributes in alpha-numeric order starting from 0-9 A-Z
	x = horizontal, y = vertical
	property: trbl, tb rl, t rl b, t r b l;
*/

/* COLORS
-----------------------------------------------------------------------------

	#hex color-name (desc)
*/

/* TABLE OF CONTENTS
-----------------------------------------------------------------------------

	_FORMS
	_WRAP
	_HEADER
	_MASTHEAD
	_CONTENT-WRAP
		_CONTENT-WELL
		_LOCATION_FINDER
	_FOOTER

*/
@font-face { font-family: Trade Gothic; src: url(_fonts/TradeGothicLTStd-Bd2.otf_); }

body{
	background-color: #030303;
	background-image:url(img/BYB-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

a:link,
a:visited{ color: #FFA829; }

a:hover,
a:active{
	color: #7D2000;
}

img.left,
img.right,
img.center{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 0 10px 5px;
	padding: 3px;
}

	img.left{ margin-left: 0; }
	img.right{ margin-right: 0; }
	img.center{ margin: 15px auto; }

	img.none{
		background-color: transparent;
		border: 0;
		padding: 0;
	}

p, ul, ol, dl{ margin: 15px 0; }

	p, li{ line-height: 15px; }

	ul, ol{ margin-left: 20px; }

/* _FORMS

#content-well2 #search-btn,
#locator #search-btn{
	float: left;
	background: transparent url(img/search-btn.png) no-repeat 0 0;
	border: none;
	width: 20px;
	height: 20px;
	margin: 4px 0 0 3px;
	cursor: pointer;
	z-index: 50;
}
----------------------------------------------------------------------------- */
.form-general{}

.form-general .button{ margin-top: 20px; }

#wrap .form-general p.instruct{ font-size: 11px; font-style: italic; }

#send-btn{
	background: transparent url(img/btn-send.png) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	height: 27px;
	width: 80px;
}

		#send-btn:hover,
		#send-btn:active{ background-position: 0 -27px; }

form{  }

label{
	font-size: 12px;
	color: #f0e4d2;
	display: block;
	margin-bottom: 2px;
}

input,
textarea{
	background-color: #b2b2ac;

}

textarea{ height: 140px; resize: none; }

fieldset{ margin-bottom: 10px; }

select{ font-size: 11px; }

fieldset.short{ width: 195px; }
	
	fieldset.shorter{ 
		margin-right: 10px; 
		width: 126px; 
	}
	
		fieldset.shorter.last{ 
			margin-right: 0;
			width: 127px; 
		}

    .reuired{ color: #ffa324; }

	.short input{ width: 185px; margin: 0; }
		.shorter input{ width: 116px; }
		.shorter.last input{ width: 117px; }
	.wide input{ width: 600px; }

	.btn{ text-align: right; }

	.inline input,
	.btn input{ width: auto; }

	.btn input{
		border: 0;
		text-transform: uppercase;
	}

	.inline input,
	.inline label{ float: left; }

	.inline input{
		background-color: transparent;
		border: 0;
		margin-right: 10px;
	}
	
optgroup{
	font-size: 12px;
	color: #000000;
}

optgroup option{
	font-size: 12px;
	color: #8f8f8f;
	text-indent: 12px;
}

#fs-favorite_location select{ width: 200px; }

#fs-security input{
	float: left;
	width: 100px;
}
	#fs-security img{
		padding: 2px 0 0 10px;;
	}

#fs-terms input{
	float: left;
	margin-top: 0;
	width: auto;
}

#fs-terms span{
	color: #f0e4d2;
	font-size: 12px;
}
	
#fs-captcha input,
#fs-captcha img{ float: left; }

	#fs-captcha input{
		margin-right: 10px;
		padding: 9px 10px;
		width: 200px;
	}
	
.error{
	background-color: #fff0f0;
	color: #9B2E2E;
}
			
	em.error{
		background-color: rgba(255,255,255,.3);
		color: #fff0f0;
		display: block;
		margin: 15px 0 0;
		padding: 5px 5px 3px;
	}
	
	input.error{ border: 0; }
	
.success{
	background-color: rgba(78,140,78,.5);
	color: #666666;
	margin: 15px 0;
	padding: 10px 15px 10px;
}

	.success h3{
		color: #baceb8;
		font-size: 14px;
		position: relative;
	}
	
		.success h3 a{
			font-size: 11px;
			position: absolute;
			right: 0;
		}
	
	#global .success p{ margin: 10px 0 0; }


/* _WRAP
----------------------------------------------------------------------------- */

#wrap,
#header,
#content-wrap,
#footer{
	margin: 0 auto;
	width: 892px;
}

/* _HEADER
----------------------------------------------------------------------------- */

#header{position: relative;}

	#logo{
		background: transparent url(img/BYB-logo.png) no-repeat 0 0;
		margin: 20px 0 0 0;
		height: 94px;
		text-indent: -13000em;
		width: 182px;
	}

		#logo a:link,
		#logo a:visited{
			display: block;
			height: 94px;
		}

	#header ul#main-nav{
	list-style: none;
	position: absolute;
	right: 0;
	top: 28px;
	}

		#header ul#main-nav li,
		#header ul#main-nav li a:link,
		#header ul#main-nav li a:visited{
	float: left;
	margin-right: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	font-size: 12px;
		}

	
		#header ul#main-nav li:hover {
			background: #000000;
		}
	
		#header ul#main-nav li a:hover {
			color: #FFCC00;
		}

		#header ul#main-nav li a:link,
		#header ul#main-nav li a:visited{
			display: block;
			margin-right: 0;
			width: ;
		}
		#main-nav  li ul   {
			display: none;
		}
#main-nav     li:hover   ul   {
	display: block;
	float: left;
	position: absolute;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	left: 250px;
		}
#main-nav     li:hover   ul li      {
	display: inline;
	margin: 0px;
	padding: 0px;
		}
		#main-nav li:hover li a {
	background-color: #000000;			
		}





/* _MASTHEAD (if needed)
----------------------------------------------------------------------------- */

	#masthead{
		height: 330px;
		width: 893px;
		position: relative;
		z-index: 1;
	}

	.promo-wrap{
		float: left;
		width: 893px;
		margin: 0 30px 0 28px;
	}

		.promo{
			width: 190px;
			float: left;
		}

		.promo a:link,
		.promo a:visited{
			display: block;
			background: transparent url(img/menu-btn.png) no-repeat 0 0;
			height: 33px;
			text-indent: -13000em;
			width: 101px;
		}

		.promo a:hover,
		.promo a:active{ background-position: 0 -32px; }

		#masthead h2{
			color: #fff;
			font-family: "Trade Gothic", Arial;
			text-transform: uppercase;
			font-size: 26px;
			letter-spacing: -70;
			line-height: 26px;
			margin: 95px 0 0 2px;
			width: 156px;
		}

		.arrow{
			display: inline;
			margin: 0 0 2px 3px;
		}

		#masthead p.promo-text{
			font-size: 13px;
			line-height: 17px;
			color: #ffc123;
			margin: 2px 0;
			width: 150px;
			padding: 0 0 0 3px;
		}

		#subnav{
			width: 199px;
			margin: 65px 0 0 0;
			float: left;
		}

			#subnav ul{
				list-style: none;
				width: 179px;
				margin: 0;
			}

				#subnav ul a:link,
				#subnav ul a:visited{
					display: block;
					font-size: 11.2px;
					font-weight: bold;
					text-decoration: none;
					text-transform: uppercase;
					color: #fff;
					background: #000;
					padding: 5px 14px 4px 14px;
					border-top: 1px solid #222222;
				}

		#subnav ul a:hover,
		#subnav ul a:active{ background: #c20f10; }

			#subnav ul li.active a:link,
			#subnav ul li.active a:visited{ background: #c20f10; }
			
			#subnav ul li.top-active a:link,
			#subnav ul li.top-active a:visited{ background: #c20f10; }
			
			#subnav ul li.bottom-active a:link,
			#subnav ul li.bottom-active a:visited{ background: #c20f10; }

		#subnav ul.sub-menu-item li a:link,
		#subnav ul.sub-menu-item li a:visited{
			padding-left: 20px;
			background: #222222;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;
			text-transform: none;
		}

		#subnav ul.sub-menu-item li a:hover,
		#subnav ul.sub-menu-item li a:active{ background: #404040; }

		#subnav ul.sub-menu-item li.sub-active a:link,
		#subnav ul.sub-menu-item li.sub-active a:visited{
			padding-left: 20px;
			background: #404040;
			font-size: 10px;
			text-decoration: none;
			text-transform: none;
		}

		#subnav a:link#nutrition-btn,
		#subnav a:visited#nutrition-btn{
			background: transparent url(img/nutrition-btn.png) no-repeat 0 0;
			margin: 5px 0 10px 0;
			width: 182px;
			height: 26px;
			display: block;
			text-indent: -13000em;
			border: none;
		}

		#subnav a:hover#nutrition-btn,
		#subnav a:active#nutrition-btn{
			background-position: 0 -27px;
		}
		
		#subnav a.act#nutrition-btn{
			background-position: 0 -27px;
		}

		#locator{
			width: 199px;
			margin: 65px 0 0 0;
			float: left;
			background: transparent url(img/search-locations.png) no-repeat 0px 2px;
			height: 126px;
		}
		
		#locator span{
			color: #FFA829;
		}

		#main{
			position: relative;
			float: left;
			padding-bottom: 100px;
			width: 670px;
		}

		#related-items{
			float: left;
			width: 670px;
			margin: 0 0 0 29px;
		}

		#related-items h3{
			font-size: 13px;
			color: #fff;
			padding: 25px 0 0 21px;
			margin: 0;
			text-transform: uppercase;
		}

		ul#items{
			margin-top: 4px;
		}

		ul#items li{
			background: transparent url(img/thumbnail-bg.png) no-repeat 0 0;
			float: left;
			margin: 0 1px 0 0;
			width: 123px;
			height: 101px;
			list-style: none;
		}

		ul#items a:link,
		ul#items a:visited{ 
			color: #fff; 
			text-decoration: none;
		}

		.thumbnails{
			padding: 17px 0 0 18px;
		}
		
		#main #restaurants h1{
			color: #83817D;
			font-weight: normal;
			font-size: 14px;
			padding: 4px 0 0 0;
			margin: 0 0 0 10px;
		}


		#our-story,
		#restaurants,
		#catering-page,
		#byb-difference,
		#corporate-profile,
		#in-the-community,
		#nutrition{
			background: transparent url(img/bg-frame.png) no-repeat 0 0;
			float: left;
			margin: 66px 0 0 0;
			width: 695px;
		}
		
		#our-story p{
			width: 575px;
		}
		
		#nutrition{
			height: 300px;
		}
		
		#main #nutrition h4{
			color: #fff;
			font-size: 20px;
			text-transform: uppercase;
			line-height: 22px;
		}

		#global-page{
			background: transparent url(img/full-frame-bg.png) no-repeat 0 0;
			margin: 68px 0 0 0;
			width: 892px;
			right: 15px;
		}
		
		#article-detail{
			float: left;
			padding: 49px 55px 30px 18px;
			width: 400px;
		}
		
		#legal-detail{
			padding: 68px 0 0 100px; 
			width: 690px;
		}

			#map{
				margin: 11px;
				-moz-border-radius: 1px;
				border: 14px solid #1d1c1b;
			}

			#restaurants ul{ width: 635px; }

				#restaurants li{
					display: block;
					margin: 0 0 0 4px;
					height: 85px;
					background: transparent url(img/location-bg.png) no-repeat 0 0;
				}

				.address{
					padding: 20px 0 0 14px;
					font-size: 12px;
					line-height: 16px;
					color: #fff;
					margin: auto;
				}

				.address span{
					color: #83817d;
					margin: auto;
				}

					.address img{
						float: left;
						padding: 3px 10px 0 5px;
					}

				#location-list a.map:link,
				#location-list a.map:visited{
					float: right;
					background: transparent url(img/directions-btn.png) no-repeat 0 0;
					padding: 12px 22px 0 10px;
					height: 13px;
					text-indent: -13000em;
					width: 102px;
				}

				#location-list a.map:hover{
					background: transparent url(img/directions-btn.png) no-repeat 0 -23px;
				}

				.catering{
					font-size: 11px;
					color: #83817D;
					padding: 0 0 0 40px;
					margin: auto;
				}

				.address img.catering-icon{
					float: right;
					padding: 0 7px 0 0;
				}

				.loadmask {
				    z-index: 100;
				    position: absolute;
				    top:0;
				    left:0;
				    -moz-opacity: 0.5;
				    opacity: .50;
				    filter: alpha(opacity=50);
				    background-color: #CCC;
				    width: 100%;
				    height: 100%;
				    zoom: 1;
				}
				.loadmask-msg {
				    z-index: 20001;
				    position: absolute;
				    top: 0;
				    left: 0;
				    border:1px solid #1D1C1B;
				    background: #222221;
				    padding:2px;
				}
				.loadmask-msg div {
				    padding:5px 10px 5px 25px;
				    background: #030303 url(css/_img/loading-white.gif_) no-repeat 5px 5px;
				    line-height: 16px;
					border:1px solid #1D1C1B;
				    color:#ffffff;
				    font:normal 11px tahoma, arial, helvetica, sans-serif;
				    cursor:wait;
				}
				.masked {
				    overflow: hidden !important;
				}
				.masked-relative {
				    position: relative !important;
				}
				.masked-hidden {
				    visibility: hidden !important;
				}


		#story-head,
		#catering-head{
			margin: 45px 0 15px 44px;
			padding: 0 0 5px 0;
		}

		#corporate-profile h3{
			color: #f88b1a;
			font-size: 14px;
			text-transform: uppercase;
			font-weight: bold;
			padding: 20px 40px 0 44px;
			margin: 0;
		}

		#nutrition-head{
			margin: 45px 0 17px 44px;
		}
		
		#main a#nutrition-pdf:link,
		#main a#nutrition-pdf:visited{
			background: transparent url(img/view-nutrition-btn.png) no-repeat 0 0;
			margin: 15px 0 0 43px;
			text-indent: -13000em;
			height: 27px;
			width: 126px;
			border: none;
			display: block;
		}
		
		#main a#nutrition-pdf:hover,
		#main a#nutrition-pdf:active{
			background: transparent url(img/view-nutrition-btn.png) no-repeat 0 -27px;
		}

		#main p{
			color: #e8dac5;
			font-size: 13px;
			line-height: 19px;
			padding: 2px 40px 0 44px;
			margin: 0 0 15px 0;
		}
		
		#main #our-story li{
			color: #E8DAC5;
			font-size: 13px;
			margin-left: 38px;
			line-height: 18px;
			width: 575px;
			padding: 4px 0 4px 0;
		}
		
		#main h4{
			font-size: 14px;
			color: #fff;
			text-decoration: none;
			padding: 3px 0 0 44px;
			margin: auto;
		}

		#int-img{			
			float: left;
			margin: 43px 25px 23px 42px;
			width: 318px;
		}
		
		#global #int-img p{			
			color: #e8dac5;
			font-size: 13px;
			line-height: 19px;
			margin: 0 0 5px 0;
		}
		
		#int-img p span{			
   			color: #ffa324;
			margin: 0 0 5px 0;
		}
		
		#contact-img{
			float: left;
			padding: 0 10px 20px 0;
			width: 318px;
		}
		
		#social-head{
			padding: 20px 0 10px 0;
		}
		
		#facebook{
			padding: 8px 0 6px 0;
		}
		
		#fb-btn{
			padding: 0 0 15px 0;
		}
		
		#twitter{
			padding: 5px 0 6px 0;
		}
		
		#twit-btn{
			padding: 0 0 15px 0;
		}

		#eclub-img{
			float: left;
			padding: 0 10px 20px 0;
			width: 318px;
		}

		#int-content{
			float: left;
			width: 450px;
			margin: 50px 0 0 18px;
		}

		#global p{
			color: #e8dac5;
			font-size: 13px;
			line-height: 19px;
			margin: 0 0 15px 0;
		}
		
		#global a{
			color: #ffa829;
			font-size: 12px;
			text-decoration: none;
			margin: auto;
		}
		
		#global h4{
			font-size: 19px;
		    color: #fff;
			text-decoration: none;
			line-height: 22px;
			margin-bottom: 10px;
		}

		#global h5{
			font-size: 14px;
		    color: #fff;
			font-style: uppercase;
			line-height: 22px;
			margin-bottom: 10px;
		}

		#global-head{ margin: 0 0 17px 0; }

		#photo{
			float: left;
			margin: 2px 23px 15px 42px;
		}
		
		#global h3{
			font-size: 17px;
            color:#fff;
			text-decoration: none;
			line-height: 22px;
			padding: 5px 0 2px 0;
		}


		#locator h3{
			font-size: 12px;
			text-decoration: none;
			text-transform: uppercase;
			color: #fff;
			padding: 24px 0 0 15px;
		}

			#q{
				background: url(img/input-locator.gif) no-repeat 0 0;
				border: none;
				width: 108px;
				height: 10px;
				font-size: 10px;
				margin: 5px 0 0 14px;
				float: left;
			}

			#search-btn{
				background-color: transparent;
				border: none;
				float: left;
				padding: 3.5px 0 0 3px;
				width: 20px;
				height: 20px;
			}

			#locator p{
				color: #83817d;
				font-size: 11px;
				line-height: 14px;
				width: 109px;
				float: left;
				margin: 4px 0 0 14px;
			}

			#catering-page h3{
				background: transparent url(img/catering-headline.png) no-repeat 0 0;
				margin: 45px 0 10px 44px;
				padding: 0 0 5px 0;
				height: 70px;
				text-indent: -13000em;
				width: 483px;
			}


		.burger{
			float: left;
			margin-top: 21px;
			margin-left: -27px;
			width: 460px;
			height: 335px;
		}

		#by-burger{
			float: left;
			padding: 65px 0 0 28px;
		}

		#bg-frame{
			position: absolute;
			left: 335px;
			top: 182px;
		}

		.brand{
			width: 255px;
			float: left;
			margin: 78px 0 0 6px;
		}

		.brand-headline{
		}

		.brand p{
			font-size: 13px;
			line-height: 18px;
			color: #f0e4d2;
			margin: 7px 0;
			padding: 0 0 0 3px;
		}

		#spots{ 
			position: relative;
			z-index: 5;
			margin: 0px 0 0 6px; 
		}

		#spots li{
			padding: 0 12px 0 0;
			float: left;
			list-style: none;
			height: 6px;
			width: 6px;
		}

			#spots li a:link,
			#spots li a:visited{
				display: block;
				width: 6px;
				height: 6px;
				background: transparent url(img/spot.png) no-repeat 0 0;
				text-indent: -13000px;
			}

			#spots li.active a:link,
			#spots li.active a:active,
			#spots li.active a:visited,
			#spots li a:hover{ background: transparent url(img/spot.png) no-repeat 0 -6px; }

		#social{
			list-style-type: none;
			margin: 5px 0 0 0;
			position: relative;
			z-index: 2;
		}

		#social li a{
			background: transparent url(img/eclub-btn.png) no-repeat 0 0;
			float: right;
			margin: 0 4px 0 0;
			padding: 0;
			height: 25px;
			width: 25px;
			text-indent: -13000em;
			z-index: 50;
		}

			#social li a.e-club{ width: 99px; }

			#social li a:hover,
			#social li a:active{ background-position: 0 -24px; }

			#social li a.twitter{
				background-image: url(img/twitter.png);
				margin: 0 3px 0 0;
			}

			#social li a:hover,
			#social li a:active{ background-position: 0 -24px; }

			#social li a.facebook{
				background-image: url(img/facebook.png);
				margin: 0 20px 0 0;
			}


		#ba-icon{
			position: absolute;
			top: 70px;
			right: 203px;
		}
		
		#lto-home{
			position: absolute;
			top: 76px;
			padding: 0 0 0 3px;
		}
		
		#lto{
			margin-left: 8px;
			padding: 0 0 5px 0;
		}


		.menu-item{
			width: 255px;
			float: right;
			margin: 140px 13px 0 0;
		}

		#main .menu-item h1{
			font-family: "Arial", Sans-Serif;
			color: #fff;
			font-size: 22px;
			line-height: 24px;
			text-transform: uppercase;
			width: 220px;
			margin: 0;
			padding: 0 0 0 7px;
		}
		
		.tooltip {
			background: #000;
			color: #f0e4d2;
			font-size: 10px;
			line-height: 14px;
			text-decoration: none;
			width: auto;
			padding: 3px 6px;
			border: 1px solid #888277;
		}

		#main .menu-item p{
			font-size: 12px;
			line-height: 17px;
			color: #f0e4d2;
			padding: 0 0 0 8px;
			margin: 3px 0 0 0;
		}
		
		#main .add-ons p span{
			font-size: 12px;
			font-weight: bold;
			line-height: 17px;
			color: #f0e4d2;
		}

		#main .add-ons p{
			float: left;
			font-size: 13px;
			line-height: 17px;
			color: #888277;
			padding:0 40px 0 50px;
		}

		#main .jcarousel{
			float: left;
			padding: 0 0 0 15px;
		}
		
		#main h1, .header{
			color: #ffffff;
			background-color: transparent;
			font-size: 14px;
			display: block;
			padding: 3px 0 0 0;
		}


/* _CONTENT-WRAP
----------------------------------------------------------------------------- */

#content-wrap{
		margin-top: 15px;
		top: 376px;
		height: 184px;
}

		#content-wrap .content-well{
	background: transparent url(img/content-well-bg.png) no-repeat 0 0;
	float: left;
	width: 242px;
	height: 110px;
	margin-right: 10px;
	position: relative;
	text-decoration: none;
	z-index: 1;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
		}

		#content-wrap .content-well:link,
		#content-wrap .content-well:visited{
			background-position: 0 0;
			width: 262px;
		}

		#content-wrap .content-well:hover,
		#content-wrap .content-well:active{ background-position: 0 -147px; }

		#content-well1 img{
			/*padding: 16px 0 0 8px;*/
			float: left;
		}

		form#content-well2{
			width: auto;
		}

		#content-well2 img{
			/*padding: 28px 0 0 14px;*/
			float: left;
		}

		#content-well2 h3{
			background: transparent url(img/locations-headline.png) no-repeat 0 0;
			float: left;
			margin: 28px 0 0 10px;
			height: 47px;
			text-indent: -13000em;
			width: 109px;
		}

		#content-well2 input{
			background: url(img/input.gif) no-repeat 0 0;
			border: none;
			width: 80px;
			height: 10px;
			font-size: 10px;
			margin: 6px 0 0 12px;
			float: left;
		}

		#content-well2 #search-btn,
		#locator #search-btn{
			float: left;
			background: transparent url(img/search-btn.png) no-repeat 0 0;
			border: none;
			width: 20px;
			height: 20px;
			margin: 5px 0 0 3px;
			cursor: pointer;
			z-index: 50;
		}

		#content-well2 p{
			color: #83817d;
			font-size: 11px;
			line-height: 14px;
			width: 109px;
			float: left;
			margin: 4px 0 0 12px;
		}

		#content-well3 img{
			/*padding: 16px 0 0 1px;*/
			float: left;
		}



/* _LOCATION_FINDER
----------------------------------------------------------------------------- */

#map{
	width: 620px;
	height:358px;
}

	#map div a{
		background: none;
		padding: 0;
		margin: 0;
	}

	#message{
		position: absolute;
		padding: 10px;
		background-color: #555;
		color: #fff;
		width: 175px;
		font-size: 10px;
		font-family: 'Lucida Grande', Helvetica, sans;
		opacity: 0.9;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.feedback {
		font-size: 2.9em;
		font-family: "Trade Gothic", Helvetica, Arial;
		position: absolute;
		left: 25%;
		width: 60%;
		top: 250px;
		left: 25%;
		width: 43%;
		padding: .75em;
		color: white;
		background: #000;
		text-align: center;
		z-index: 100000;
		text-shadow: #333 -1px -1px 1px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border: 2px solid #000;
	}

	.positive {
		border: 2px solid #00ff00;
	}

	.negative {
		border: 2px solid #ff0000;
	}


/* _FOOTER
----------------------------------------------------------------------------- */

#footer{
	padding: 80px 0 100px 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
}

#footer p a{ color: #fff; }

		#global-nav span{
			color: #43433b;
			font-size: 10px;
			padding: 0 5px 0 5px;
		}

		#global-nav a{
			color: #fff;
			font-size: 10px;
			text-decoration: none;
			text-transform: uppercase;
		}

		#global-nav a:hover,
		#global-nav a.active{
			color: #ffa829;
		}

		#footer p,
		#footer p a:link,
		#footer p a:visited{
			color: #43433b;
			font-size: 10px;
			line-height: 18px;
		}



		/* #masthead #ss-wrap
		----------------------------------------------------------------------------- */
		#ss-wrap {
			width: 940px;
			position: relative;
			overflow: hidden;
			margin-left: -25px;
		}

			/**
			 *  Horizontal Buttons
			 */

			#ss-prev,
			#ss-next{
				width: 40px;
				height: 78px;
				display: block;
				position: absolute;
				top: 124px;
				z-index: 4;
				text-indent: -5000px;
				cursor: pointer;
			}

			#ss-next{
				right: -60px;
				background: transparent url(img/right-arrow.png) no-repeat 0 0;
			}

			#ss-next:hover{
				background-position: -50px 0;
			}

			#ss-prev{
			    left: -60px;
			    background: transparent url(img/left-arrow.png) no-repeat 0 0;
			}

			#ss-prev:hover{
				background-position: -49px 0;
			}

			/**
			* 	Faded sides
			*/

			#ss-fade-left,
			#ss-fade-right {
				width: 23px;
				height: 338px;
				position: absolute;
				z-index: 3;
				top: -2px;
			}

			#ss-fade-left {
			    background: transparent url(img/ss-fade-left.png) no-repeat 0 0;
				left: -26px;
			}

			#ss-fade-right {
			    background: transparent url(img/ss-fade-right.png) no-repeat 0 0;
				right: -26px;
			}
.nome_galerias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
