/*----------------------------------------------------------------------------- 
[www.nufletch.com] Screen Stylesheet 

version:   1.0 
date:      11/21/08 
author:    [Brandon L. Rager] 
email:     [brandonlee@cysy.com] 
website:   [www.cysy.com]
-----------------------------------------------------------------------------*/






/* Remove padding and margin ------------------------------------------------*/ 
p,h1,h2,h3,h4,h5,h6,ul,li,hr,div,ol,form { 
    margin: 0px; 
    padding: 0px; 
    border: 0px; 
}

p {
	margin: 1em 0px 1em 0px;
}

/* Random Classes -----------------------------------------------------------*/

.clear 
    { 
    clear:both; 
}

		.clear_right {
			clear: right;	
		}
		
		.clear_left {
			clear: left;	
		}

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}

p {
	margin: 1em 0;
}



/*---------------------------------- BODY TAG ----------------------------- */

body {
	background-image: url(https://www467.pair.com/hammock/nufletch.com/images/background.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color: #0e0e0e;
	background-attachment: fixed;
	color: #d2c3a8;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
}

table, td {
	color: #d2c3a8;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

a {
	color: #f88001;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
}

a:hover {
	color: #ebb238;
}

h1 {
	height: 103px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -8000px;
}
		/*h1.free_header {
			background: url(images/layout_footer_bg.jpg) top left repeat;
			padding: 20px;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #b9974e;
			font-size: 28px;
			font-weight: normal;
			line-height: 34px;
			height: auto;
			text-indent: 0px;
			text-shadow:rgba(0,0,0,1) 0 2px 0;
		}*/
		h1 {
			background: url(../images/layout_footer_bg.jpg) top left repeat !important;
			padding: 20px;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #ff7800;
			font-size: 35px;
			font-weight: normal;
			line-height: 42px;
			height: auto;
			text-indent: 0px;
			text-shadow: 0px -4px #1f1303, 0px 4px #1f1303, 4px -4px #1f1303, 4px 4px #1f1303, -4px -4px #1f1303, -4px 4px #1f1303;
		}
		
		h1 img.right {
			margin-top: -25px;
		}
h2 {
	color: #b9974e;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

		h2 a {
			color: #b9974e;
			font-size: 1em;
		}
		
		h2 a:hover {
			color: #f88001;
		}

h3 {
	color: #b9974e;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	line-height: 1.2em;
	border-bottom: 1px #835b00 dashed;
	margin-bottom: 10px;
}

h4 {
	background-position: top left;
	background-repeat: no-repeat;
	height: 34px;
	text-indent: -8000px;
	margin-bottom: 10px;
}

h5 {
	color: #d24609;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.2em;
	padding-bottom: 3px;
	background-image: url(https://www467.pair.com/hammock/nufletch.com/images/graphic_smallnav_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

		h5 a {
			color: #d24609;
			font-weight: normal;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			font-style: normal;
		}
		
		h5 a:hover {
			color: #f88001;
		}

hr {
	background-image: url(https://www467.pair.com/hammock/nufletch.com/images/graphic_smallnav_underline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 3px;
	margin: 1em 0;
	border: none;
}

strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #b9974e;
	font-weight: normal;
}

b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ebb238;
	font-weight: normal;
}

label {
	color: #d24609;
	font-family: Helvetica, Arial, sans-serif;
}



/* -------------------------------------------------------------------------------------------- CUSTOM IDS CLASSES */

#container {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

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

#left_main {
	width: 700px;
	position: absolute;
	top: 216px;
}

		#left_main ul, #left_main_large ul {
			list-style: none;
			margin: 1em 0;
		}
		
				#left_main ul li, #left_main_large ul li {
					padding: 0 0 0 30px;
					background-image: url(https://www467.pair.com/hammock/nufletch.com/images/graphic_li.gif);
					background-position: 0 2px;
					background-repeat: no-repeat;
					margin-bottom: 10px;
					text-indent: 0;
				}

		div.content {
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_blacktransparent_bg.png);
			background-repeat: repeat;
			padding: 0 20px 20px 20px;
		}
		
				/*#left_main div.content img {
					display: block;
					padding: 8px;
					background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_footer_bg.jpg);
					background-repeat: no-repeat;
					background-position: top left;
					margin: 0 15px 15px 0;
				}*/
		
		div.transparent_700 {
			margin-bottom: 20px;
		}
		
		div.transparent_700 div.top {
			width: 700px;
			height: 9px;
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_700transparent_top.png);
		}
		
		div.transparent_700 div.middle {
			width: 682px;
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_700transparent_mid.png);
			background-repeat: repeat-y;
			padding: 0 9px;
		}
		
				div.transparent_700 div.middle p {
					border: 1px #2f280b solid;
					margin: 0px;
				}
				
				/*div.transparent_700 div.middle p.flash {
					background-image: url(https://www467.pair.com/hammock/nufletch.com/images/image_680_noflash.jpg);
					background-repeat: no-repeat;
				}*/
		
		div.transparent_700 div.bottom {
			width: 700px;
			height: 9px;
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_700transparent_bot.png);
		}
		
		
		
		
		div.transparent_970 {
			margin-bottom: 20px;
		}
		
		div.transparent_970 div.top {
			width: 970px;
			height: 9px;
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_970transparent_top.png);
		}
		
		div.transparent_970 div.middle {
			width: 952px;
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_970transparent_mid.png);
			background-repeat: repeat-y;
			padding: 0 9px;
		}
		
				div.transparent_970 div.middle p {
					border: 1px #2f280b solid;
					margin: 0px;
				}
		
		div.transparent_970 div.bottom {
			width: 970px;
			height: 9px;
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_970transparent_bot.png);
		}
		
#left_main_large {
	width: 970px;
	position: absolute;
	top: 216px;
}

img.image {
	display: block;
	padding: 8px;
	background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

div.frameimage {
	display: block;
	padding: 8px;
	background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_footer_bg.jpg);
	background-position: top left;
	margin-bottom: 10px;
}

img.image_shop {
	display: block;
	padding: 8px;
	background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_footer_bg.jpg);
	background-position: top left;
	margin: 0px 15px 10px 0px;
}
		
div.image_container_right {
	float: right;	
	margin-left: 10px;
}

div.image_container_left {
	float: left;
	margin-right: 10px;
}

div.image_container_right span {
	display: block;
	float: right;
	padding: 8px;
	background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}
		
/* -------------------------------------------------------------------------------------------- RIGHT NAV */

#right_nav {
	width: 250px;
	position: absolute;
	top: 216px;
	margin-left: 720px;
	font-size: 13px;
	color: #c9b280;
}
		
		div.transparent_250 {
			margin-bottom: 10px;
		}
		
		div.transparent_250 div.top {
			width: 250px;
			height: 9px;
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_250transparent_top.png);
		}
		
		div.transparent_250 div.middle {
			width: 234px;
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_250transparent_mid.png);
			background-repeat: repeat-y;
			padding: 0 9px;
		}
		
				div.transparent_250 div.item {
					border: 1px #2f280b solid;
					margin: 0px;
					padding: 8px;
					background-image:url(https://www467.pair.com/hammock/nufletch.com/images/layout_250_bg.gif);
					background-color: #040302;
					background-position: top left;
					background-repeat: no-repeat;
				}
				
						div.transparent_250 div.item ul {
							margin-left: 0px;
						}
						
								div.transparent_250 div.item ul li {
									padding-left: 30px;
									background-image: url(https://www467.pair.com/hammock/nufletch.com/images/graphic_li.gif);
									background-position: top left;
									background-position: 0 4px;
									background-repeat: no-repeat;
								}
								
										div.transparent_250 div.item ul a {
											color: #f88001;
											text-decoration: none;
											font-family: Georgia, "Times New Roman", Times, serif;
											font-style: italic;
											font-size: 1.1em;
										}
										
												div.transparent_250 div.item ul a:hover {
													color: #ebb238;
												}
								
								div.transparent_250 div.item ul ul {
									margin-left: 25px;
								}
								
								div.transparent_250 div.item ul ul a {
									color: #ebb238;
									text-decoration: none;
									font-family: Georgia, "Times New Roman", Times, serif;
									font-style: italic;
									font-size: 1.1em;
								}
								
										div.transparent_250 div.item ul ul a:hover {
											color: #f88001;
										}
				
						/* ----------------------------------------------- SNIPPET DATE */
						
						div.snippet_news {
							margin-bottom: 10px;
						}
						
						p.date {
							display: block;
							width: 63px;
							height: 77px;
							margin: 0px;
							background-image:url(https://www467.pair.com/hammock/nufletch.com/images/layout_calendar_bg.gif);
							background-repeat: no-repeat;
							background-position: top left;
							float: left;
						}
						
								p.date label {
									display: block;
									width: 63px;
									text-align: center;
									font-family: Arial Narrow, Helvetica, Arial, sans-serif;
									font-size: 14px;
									color: #bcb3a1;
									line-height:1.2em;
									margin-top: 15px;
								}
								
								p.date span {
									display: block;
									width: 63px;
									text-align: center;
									font-family: Georgia, "Times New Roman", Times, serif;
									font-size: 32px;
									line-height: 1.2em;
									color: #b9974e;
									margin-top: 0px;
								}
						
						p.description {
							margin: 0;
							margin-left: 73px;
							font-size:12px;
						}
						
								p.description a {
									color: #c99930;
								}
								
								p.description a:hover {
									color: #f37d01;
								}
		
		div.transparent_250 div.bottom {
			width: 250px;
			height: 9px;
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_250transparent_bot.png);
		}
		
/* ---------------------------------------------------------------------------------------------- MAIN NAVIGATION AREA */

h2.slogan {
	position: absolute;
	top: 89px;
	right: 20px;
	font-size: 30px;
	line-height: 35px;
}



#menu-main-nav {
	position: absolute;
	top: 161px;
	width: 990px;
	list-style: none;
	z-index: 400;
	margin-left: 5px;
}

		ul#menu-main-nav li {
			position: relative;
			float: left;
		}
					
		
				ul#menu-main-nav li a {
					display: block;
					float: left;
					margin-right: 25px;
					font-size: 39px;
					line-height: 41px;
					font-family: 'BebasNeueRegular';
					color: #ae9479;
					font-style: normal;
					text-transform: uppercase;
					text-shadow: 3px 3px #000, -3px -3px #000, -3px 3px #000, 3px -3px #000;
					padding-bottom: 20px;
				}
				/* Target Firefox 2 */
				html>/**/ul#menu-main-nav li a, x:-moz-any-link {
					font-size: 27px !important;
				        font-weight: bold;
					font-family: Arial Narrow, Helvetica, sans-serif !important;
					text-shadow: 2px 2px #000, -2px -2px #000, -2px 2px #000, 2px -2px #000;
				}
				
				/* Target Firefox 3 */
				html>/**/ul#menu-main-nav li a, x:-moz-any-link, x:default {
					font-size: 27px !important;
				        font-weight: bold;
					font-family: Arial Narrow, Helvetica, sans-serif !important;
					text-shadow: 2px 2px #000, -2px -2px #000, -2px 2px #000, 2px -2px #000;
				}
				@-moz-document url-prefix() {
				    ul#menu-main-nav li a {
				        font-size: 27px !important;
				        font-weight: bold;
						font-family: Arial Narrow, Helvetica, sans-serif !important;
						text-shadow: 2px 2px #000, -2px -2px #000, -2px 2px #000, 2px -2px #000;
				    }
				}
				
				
				
						ul#menu-main-nav li.last a {
							margin-right: 0;
						}
						ul#menu-main-nav li a:hover {
							color: #ed7a01;
							background: center 32px url(../images/graphic_bloodstrip.png) no-repeat;
						}
						
				#menu-main-nav ul {
					display: none;
				}
				
						#menu-main-nav li:hover > ul {
							display: block;
							position: absolute;
							top: 50px;
							left: 0px !Important;
							margin-left: -15px;
							width: 200px;
							padding: 0;
							margin: 0;
							background: #333;
							padding: 15px 15px 0px 15px;
							background: #918a53;
							-moz-box-shadow: 0px 10px 15px #000;
							-webkit-box-shadow: 0px 10px 15px #000;
							box-shadow: 0px 10px 15px #000;
							border-radius: 5px;
							-moz-border-radius: 5px;
							-webkit-border-radius: 5px;
							
						}
								#menu-main-nav li:hover > ul li a:hover {
									background: none;
								}
								#menu-main-nav ul li:hover > ul {
									left: 200px !important;
									top: 0px;
									margin-left: 0px;
								}
								
								#menu-main-nav ul li a {
									font-family: 'BebasNeueRegular';
									font-size: 22px;
									line-height: 26px;
									float: none;
									padding: 0;
									margin: 0;
									margin-bottom: 10px;
									text-transform: none;
									color: #000;
									text-shadow: none;
									text-shadow: 0px 1px #d8c372;
								}
										#menu-main-nav ul li a:hover {
											color: #b82606;
										}
										
								#menu-main-nav li ul li {
									float: none;
								}
										#menu-main-nav li:hover ul li {
											float: none;
										}



ul#nav_large {
	position: absolute;
	top: 141px;
	width: 970px;
	list-style: none;
	z-index: 400;
}

		ul#nav_large li {
			display: inline;
		}
		
				ul#nav_large li a {
					display: block;
					float: right;
					height: 70px;
					margin-left: 18px;
					text-indent: -8000px;
				}
				
				ul#nav_large li.selected a {
					background-position: bottom left;
				}
				
						a.products {
							background-image: url(https://www467.pair.com/hammock/nufletch.com/images/button_nav_products.png);
							width: 177px;
							background-position: top left;
						}
						
						a.products:hover {
							background-position: bottom left;
						}
						
						a.product_guide {
							background-image: url(https://www467.pair.com/hammock/nufletch.com/images/button_nav_product_guide.png);
							width: 265px;
							background-position: top left;
						}
						
						a.product_guide:hover {
							background-position: bottom left;
						}
						
						a.buy_now {
							background-image: url(https://www467.pair.com/hammock/nufletch.com/images/button_nav_buy_now.png);
							width: 156px;
							background-position: top left;
						}
						
						a.buy_now:hover {
							background-position: bottom left;
						}
						
						a.gallery {
							background-image: url(https://www467.pair.com/hammock/nufletch.com/images/button_nav_gallery.png);
							width: 145px;
							background-position: top left;
						}
						
						a.gallery:hover {
							background-position: bottom left;
						}
						
						a.technology {
							background-image: url(https://www467.pair.com/hammock/nufletch.com/images/button_nav_techtalk.png);
							width: 175px;
							background-position: top left;
						}
						
						a.technology:hover {
							background-position: bottom left;
						}
						
						a.support {
							background-image: url(https://www467.pair.com/hammock/nufletch.com/images/button_nav_support.png);
							width: 157px;
							background-position: top left;
						}
						
						a.support:hover {
							background-position: bottom left;
						}
						
/* ------------------------------------------------------------------------------------- SUB NAVIGATION ITEMS */

#top_right_box {
	position: absolute;
	top: 0px;
	width: 970px;
	background-image: url(../images/graphic_smallnav_bg.gif);
	background-position: right -66px;
	background-repeat: no-repeat;
	height: 127px;
}

ul#nav_medium {
	position: absolute;
	width: 945px;
	top: 13px;
	list-style: none;
	font-size: 21px;
	display: none;
}

		/*ul#nav_medium li {
			display: inline;
		}
				
				ul#nav_medium li.selected a {
					background-image: url(../images/graphic_smallnav_underline.gif);
					background-position: bottom left;
					background-repeat: repeat-x;
					color: #d24609;
				}
				
				ul#nav_medium li a {
					display: block;
					padding-bottom: 8px;
					float: right;
					color: #ebb238;
					text-decoration: none;
					margin-left: 23px;
				}
				
				ul#nav_medium li a:hover {
					background-image: url(../images/graphic_smallnav_underline.gif);
					background-position: bottom left;
					background-repeat: repeat-x;
					color: #d24609;
				}*/

ul#nav_small {
	width: 945px;
	position: absolute;
	top: 45px;
	list-style: none;
	text-align: right;
	display: none;
}

		/*ul#nav_small li {
			display: inline;
			margin-left: 15px;
		}
		
				ul#nav_small li.selected a {
					color: #f37d01;
					border-bottom: 1px #c2b89d dashed;
				}
				
				ul#nav_small li a {
					color: #c2b89d;
					font-family: Arial Narrow, Helvetica, Arial, sans-serif;
					font-size: 15px;
					text-decoration: none;
					font-style: normal;
				}
				
				ul#nav_small li a:hover {
					color: #f37d01;
					border-bottom: 1px #c2b89d dashed;
				}	*/			
/* --------------------------------------------------------------------------------------------------------- LOGO */

#logo {
	position: absolute;
	top: 7px;
	float:left;
	display:block;
	width: 377px;
	height: 153px;
	margin-left:-10px;
	background-image: url(https://www467.pair.com/hammock/nufletch.com/images/graphic_logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -8000px;
	z-index:300;
}

/* ----------------------------------------------------------------------------------------------------------- GOOGLE SEARCH */
form#cse-search-box {
	position: absolute;
	top: 9px;
	margin-left: 420px;
	z-index: 250;
}

		input#top_input {
			font-size: 11px;
			line-height: 15px;
			width: 150px;
			height: 21px;
			color: #97835a;
			float: left;
			background-color: #080703;
			border: 1px #362f0d solid;
			margin-top: 6px;
			padding: 1px 5px;
		}

		form#cse-search-box button {
			background: url(../images/button_search.png) 0 0 no-repeat;
			height: 39px;
			width: 75px;
			margin: 5px 0 0 10px;
			border: none;
			float: left;
		}
		
		form#cse-search-box button span {
			display: none;
		}
		
		form#cse-search-box button:hover {background-position: bottom left;}
		
form#newsletter_signup {
	position: absolute;
	top: 0px;
	margin-top: -3px;
	padding-left: 695px;
	z-index: 200;
}

		form#newsletter_signup input#top_input {
			margin-top: 18px;
		}

		form#newsletter_signup button {
			background: url(../images/button_signup.png) 0 0 no-repeat;
			height: 45px;
			width: 85px;
			margin: 8px 0 0 10px;
			border: none;
			float: left;
		}
		
		form#newsletter_signup button span {
			display: none;
		}
		
		form#newsletter_signup button:hover {background-position: bottom left;}
		
/* ------------------------------------------------------------------------------------------------- FOOTER */

#footer {
	background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_footer_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 20px;
	font-size: .9em;
	line-height: 1.4em;
}

		#footer h4 {
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/h4_footer.png);
		}
		
		#footer hr {
			margin-top: 0px;
		}
		
		#footer ul {
			width: 205px;
			float: left;
			margin-right: 20px;
			list-style: none;
		}
		
				#footer ul li {
					padding: 0 0 3px 0;
					background-image: none;
					border-bottom: 1px #c2b89d dashed;
					margin-bottom: 3px;
				}
				
				#footer a {
					font-style: normal;
				}
				
				#footer span a {
					font-family: helvetica, arial, sans;
					color: #d2c3a8;
					font-size: 1em;
				}
				
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- STAFF */

div.staff_member {
	margin-bottom: 1em;
}

		div.staff_member img {
			float: left;
			width:200px;
			padding: 8px;
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_footer_bg.jpg);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		div.staff_member h5 {
			margin-left: 236px;
		}
		
		div.staff_member p {
			margin-left: 236px;
		}
		
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- NEWS */

div.news_results {
	margin-bottom: 1em;
}

		div.news_results img {
			float: left;
			width:200px;
			padding: 8px;
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_footer_bg.jpg);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		div.news_results h5 {
			margin-left: 236px;
		}
		
		div.news_results p {
			margin-left: 236px;
		}
		
		div.news_results label {
			display:block;
			margin-left: 236px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			color: #ebb238;
			font-size: .9em;
			margin-top: 5px;
		}
		
/*div.news_details {
}*/

		div.news_details div.img_container {
			width: 216px;
			float: right;
		}
		
		div.news_details img {
			float: right;
			width:200px;
			padding: 8px;
			background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_footer_bg.jpg);
			background-repeat: no-repeat;
			background-position: top left;
			margin: 0 0 10px 15px;
		}
		
		div.news_details label {
			display:block;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			color: #ebb238;
			font-size: .9em;
			margin-top: 5px;
		}


/* --------------------------------------------------------------------------------------------------------------------------------------------- PRESS RELEASES */

div.press_release {
	margin-bottom: 1em;
	padding: 15px;
	background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_footer_bg.jpg);
	background-repeat: repeat;
	background-position: top left;
}

		div.press_release h5 a {
			color: #f88001;
			font-weight: normal;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			font-style: normal;
		}
		
		div.press_release h5 a:hover {
			color: #d24609;
		}
		
		div.press_release label {
			display:block;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			color: #ebb238;
			font-size: .9em;
			margin-top: 5px;
		}
		
		div.press_release div.document_download {
			float: right;
			margin-left: 10px;
		}
		
				div.press_release div.document_download a {
					font-style: normal;
					color: #d24609;
				}
				
				div.press_release div.document_download a:hover {
					color: #f88001;
				}


/* ------------------------------------------------------------------------------------------------- DEER LOGO */

div.deer_logo {
	background-image: url(https://www467.pair.com/hammock/nufletch.com/images/graphic_logo_deerhead.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 1em 0;
	width: 250px;
	height: 160px;
}

#left_main #footer div.deer_logo {
	display: none;
}

#left_main_large #footer div.deer_logo {
	width: 205px;
	float: left;
	margin: 0;
	margin-left: 20px;
}

/* -------------------------------------------------------------------------------------------------------------- TABLE STYLE */

table.table {
	margin: 1em 0;
	border-left: 1px #9a8766 dashed;
	border-top: 1px #9a8766 dashed;
}

		table.table tr td {
			text-align: center;
			border-bottom: 1px #9a8766 dashed;
			border-right: 1px #9a8766 dashed;
		}
		
		table.table tr.top {
			background-color: #0b0905;
			font-size: 1.1em;
			line-height: 1.3em;
		}
		
		table.table tr.alt {
			background-color: #1d1c10;
		}
		
		table.table tr {
			border: none;
		}
		
/* -------------------------------------------------------------------------------------------------------------- MESSAGE BOARD */

#hottags {
	float: right;
	width: 200px;
	margin-left: 20px;
}

#discussions {
	float:left;
	width: 710px;
}

div.forum h5 {
	margin-bottom: 1em;	
}

label input, label textarea {
	width: 700px;
	color: #554018;
	padding: 3px;
	font-size: 16px;
	line-height: 20px;
}

img.attachment_image {
	display: block;
	height: 75px;
	background-image: url(https://www467.pair.com/hammock/nufletch.com/images/layout_footer_bg.jpg);
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul#yourtaglist {
	list-style: none;
}

ul#yourtaglist li {
	display: inline;
	margin-right: 10px;
	margin-left: 0;
	padding-left: 0;
	background-image: none;
}

/* ---------------------------------------- ARROW PURCHASE FORM */

select.arrow_dropdown {
	width: 200px;
	font-size: 14px;
	line-height: 18px;
}

input.arrow_input {
	width: 40px;
	font-size: 14px;
	line-height: 18px;
}

#arrow_form p {
	float: left;
	width: 200px;
	margin-right: 20px;
}


ul#arrow_detail {
	margin: 0;
	padding: 0;
	width: 926px;
	margin: 20px 0;
}
		ul#arrow_detail li {
			float: left;
			margin-right: 25px;
		}
		ul#arrow_detail li:first-child {
			padding-left: 0;
			background: none;
		}
				ul#arrow_detail li h6 {
					display: inline;
					color: #d24609;
					font-weight: normal;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 1.3em;
					line-height: 1.1em;
				}
				
a.twitter {
	display: block;
	width: 217px;
	height: 62px;
	background: url(https://www467.pair.com/hammock/nufletch.com/images/graphic_social_twitter.png) no-repeat top left;
	text-indent: -9000px;
}

a.facebook {
	display: block;
	width: 217px;
	height: 62px;
	background: url(https://www467.pair.com/hammock/nufletch.com/images/graphic_social_facebook.png) no-repeat top left;
	text-indent: -9000px;
}



















@font-face {
    font-family: 'BebasNeueRegular';
    src: url('font_files/BebasNeue-webfont.eot');
    src: url('font_files/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('font_files/BebasNeue-webfont.woff') format('woff'),
         url('font_files/BebasNeue-webfont.ttf') format('truetype'),
         url('font_files/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
