/* GLOBAL RESET */

html,body,p,blockquote,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: separate;
	border-spacing: 0px;
}
textarea {
  overflow: auto;
  border: none;
  resize: none;
}
/* @group Selection colors */

::selection {
	color: #FFFFFF;
	background: #a30c12;


/* Safari */
}

::-moz-selection {
	color: #FFFFFF;
	background: #a30c12;


/*Firefox */
}

/* @

end */
a:active{
	 outline: none;
}
a
{
  outline: none;
}
:focus
{
	outline: none;
  -moz-outline-style: none;
}
*:active {
	outline: 0;
}

a,a:active,a:visited {
	color: #900;
}

a:hover {
	color: #0090a6;
}

body {
	background: #fff url(/themes/site_themes/bni_main/halftone.png) repeat-x;
	font: 100.1% "Lucida Grande", Verdana, sans-serif;
	color: #000;
}

#clientSection {
	position: absolute;
	top: 0;
	right: 25px;
	list-style: none;
	text-align: right;
}

#clientSection li {
	text-transform: lowercase;
	font-size: .66em;
	padding: 3px 0 0;
}

#clientSection li a {
	color: #fff;
	text-decoration: none;
}

#clientSection ul {
	list-style: none;
	padding: 8px 0 0;
}

#clientSection li li {
	text-transform: uppercase;
	font-size: .63em;
	padding: 2px 0;
}

#clientSection li li a {
	color: #555;
}

#clientSection li li a:hover {
	color: #0090a6;
}

.subnav {
	display: none;
}

/* @group Topnav */

#topNav {
	background: url(/themes/site_themes/bni_main/topnavbg.png) no-repeat left top;
	width: 720px;
	height: 65px;
	padding: 4px 0 0 35px;
	z-index: 100;
}

#topNav li {
	list-style: none;
	display: inline;
}

#topNav li a {
	display: block;
	float: left;
	height: 26px;
	text-indent: -9009em;
}

#topNav li#homeBtn a, #topNav li#homeBtn a:visited {
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat 0 0;
	width: 68px;
}

#topNav li#homeBtn a:hover, #topNav li#homeBtn a:active {
	background-position: 0 -26px;
}

#topNav li#workBtn a, #topNav li#workBtn a:visited {
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat -68px 0;
	width: 68px;
}

#topNav li#workBtn a:hover, #topNav li#workBtn a:active {
	background-position: -68px -26px;
}

#topNav li#aboutBtn a, #topNav li#aboutBtn a:visited {
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat -136px 0;
	width: 68px;
}

#topNav li#aboutBtn a:hover, #topNav li#aboutBtn a:active {
	background-position: -136px -26px;
}

#topNav li#articlesBtn a, #topNav li#articlesBtn a:visited {
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat -204px 0;
	width: 68px;
}

#topNav li#articlesBtn a:hover, #topNav li#articlesBtn a:active {
	background-position: -204px -26px;
}

#topNav li#casestudiesBtn a, #topNav li#casestudiesBtn a:visited {
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat -272px 0;
	width: 108px;
}

#topNav li#casestudiesBtn a:hover, #topNav li#casestudiesBtn a:active {
	background-position: -272px -26px;
}

#topNav li#servicesBtn a, #topNav li#servicesBtn a:visited {
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat -380px 0;
	width: 74px;
}

#topNav li#servicesBtn a:hover, #topNav li#servicesBtn a:active {
	background-position: -380px -26px;
}

#topNav li#productsBtn a, #topNav li#productsBtn a:visited {
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat -454px 0;
	width: 76px;
}

#topNav li#productsBtn a:hover, #topNav li#productsBtn a:active {
	background-position: -454px -26px;
}

#topNav li#contactBtn a, #topNav li#contactBtn a:visited {
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat -530px 0;
	width: 68px;
}

#topNav li#contactBtn a:hover, #topNav li#contactBtn a:active {
	background-position: -530px -26px;
}

#topNav li ul {
	background: transparent;
	color: #000;
	top: 51px;
	position: absolute;
	z-index: 100;
	border-left: 3px solid #2379a4;
	height: 2.8em;
	width: 500px;
}

#topNav li#workBtn ul {
	left: 120px;
}

#topNav li#articlesBtn ul {
	left: 181px;
}

#topNav li#casestudiesBtn ul {
	left: 250px;
}

#topNav li#servicesBtn ul {
	left: 435px;
}

#topNav li#productsBtn ul {
	left: 357px;
}

#topNav li ul li {
	display: block;
	float: left;
	background: transparent url(/themes/site_themes/bni_main/topSubNavbg.jpg) no-repeat right center;
	padding: 0 4px 0 3px;
	font-size: 1em;
}

#topNav li ul li.last {
	background: none;
}

#topNav li ul li a, #topNav li ul li a:visited {
	text-indent: 0;
	display: inline;
	color: #900;
	text-decoration: none;
	padding: 5px;
	height: auto;
	width: auto !important;
	background: none !important;
}

#topNav li ul li a:hover, #topNav li ul li a:active {
	color: #0c93d2;
}

#topNav ul ul {
	border-left: 3px solid #838383;
	margin: 0;
	top: 2.5em;
	font-size: 1em;
}

#topNav li#workBtn ul ul {
	margin-left: 15px;
	left: auto;
}

#topNav ul ul li a, #topNav ul ul li a:visited {
	color: #838383;
}

#topNav ul ul li a:hover, #topNav ul ul li a:active {
	color: #900;
}

/* @end */
#balloon{
	width: 365px;
	height: 290px;
	text-indent: -9009em;
	background: transparent url(/site/balloon_rotator.php) no-repeat left top;
	position: absolute;
	z-index: -1;
	top: -65px;
	right: -95px;
}
#balloon_bg{
	width: 365px;
	height: 290px;
	position: absolute;
	top: 15px;
	right: -65px;
	z-index: -2;
	background: url(/site/rotator.php) no-repeat;
}
#balloon_cart{
	width: 365px;
	height: 290px;
	text-indent: -9009em;
	background: transparent url(/themes/site_themes/bni_main/fanks_bubble.png) no-repeat left top;
	position: absolute;
	z-index: -1;
	top: -65px;
	right: -95px;
}
#balloon_bg_cart{
	width: 365px;
	height: 84px;
	position: absolute;
	top: 15px;
	right: -65px;
	z-index: -2;
	background: url(/site/rotator.php) no-repeat;
}
#cart_contents{
	clear: both;
	margin: 0;
	padding: 0;
	width: 584px;
}
.cart_header{
	height: 24px;
	background:url(/themes/site_themes/bni_main/cart_table_header.gif) repeat-x;
	color: #ffffff;
	font-size: 12px;
	line-height:24px;
}
.cart_column_1{
	width:175px;
	padding: 0 5px 0 10px;
	display:block;
	float: left;
}
.cart_column_2{
	width:220px;
	padding: 0 5px 0 0;
	display:block;
	float: left;
}
.cart_column_3{
	width:112px;
	padding: 0 5px 0 0;
	display:block;
	float: left;
}
.cart_column_3 .quantity_box{
	width: 35px;
	height: 18px;
	margin-right:4px;
	border:1px solid #898989;
	text-align: center;
}
.cart_column_4{
	width:42px;
	padding: 0 10px 0 0;
	display:block;
	float: left;
}
.cart_entry{
	clear: both;
	font-size: 10px;
	border-bottom:1px solid #c4c4c4;
	padding: 8px 0;
}

.cart_shadowbox_top{
	height: 14px;
	background: url(/themes/site_themes/bni_main/cart_shadowbox_top.gif) no-repeat;
}
.cart_shadowbox_middle{
	background: url(/themes/site_themes/bni_main/cart_shadowbox_middle.gif) repeat-y;
}
.cart_shadowbox_bottom{
	height: 14px;
	background: url(/themes/site_themes/bni_main/cart_shadowbox_bottom.gif) no-repeat;
}

.cart_middle_register{
	width:300px;
	margin:0 auto;
}
.cart_continue_bttns{
	margin: 0 0 20px 0;
}
.cart_bttn{
	display:block;
	float:right;
}
.cart_totals{
	padding: 10px 10px 0 10px;
	color: #990000;
	text-align:right;
}
h2, h3, h4, h5, h6 {
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2, h3 {
	font-size: 1.19em;
}

h3 {
	background: #fff url(/themes/site_themes/bni_main/h3shadow.jpg) no-repeat left bottom;
	padding: 0 0 14px 3px;
}

h4, h5, h6 {
	color: #340902;
	font-size: .88em;
	padding: 0 0 14px;

}

p, ul li {
	font-size: .63em;
}

.subHead {
	color: #000;
	font-size: .75em;
	padding-top: 4px;
}

.headline {
	color: #900;
	font-size: .69em;
	padding-top: 6px;
}

/* @group Slideshow */

#slideshow {
	margin: 0 0 15px;
	position: relative;
	background: #fff url(/themes/site_themes/bni_main/homeslideshowbg.jpg) no-repeat;
	padding: 12px 0 0 13px;
	height: 178px;
	width: 265px;
}

#slideshow .prev, #slideshow .next {
	position: absolute;
	top: 80px;
	display: block;
	text-indent: -9009em;
	width: 22px;
	height: 37px;
	z-index: 100;
	outline: 0;
}

#slideshow .prev {
	left: 0;
	background: transparent url(/themes/site_themes/bni_main/prevArrow.png) no-repeat left center;
}

#slideshow .next {
	right: 0;
	background: transparent url(/themes/site_themes/bni_main/nextArrow.png) no-repeat left center;
}

#slideshow div {
	display:none;
}

#slideshow #ssOutput {
	color: #959595;
	margin: 10px 0 0;
	display: block;
	font-size: .63em;
}

/* @end */
.entry{
	width: 253px;
}
.entry form{
	margin:0;
	padding:0;
}
.entry form .hiddenFields{
	display:none;
}

.entry p,.entry_portfolio_page p {
	padding-bottom: 15px;
	text-align: justify;
}
.entry .contribution_description{
	clear:both;
}
.entry p.headline{
	padding-bottom: 4px;
	clear:none;
}

.entry p.headlineDate, .entry_portfolio_page p.headlineDate{
	color: #666;
	font-size: .63em;
	padding: 0 0 5px;
	margin: -5px 0 0;
}

/* @group Comments */

.comments {
	color: #900;
	text-align: right;
}

#rightCol .comments {
	text-align: left;
	margin: 10px 0;
}

.comments span {
	float: left;
}

.comments span .commentCount {
	float: none;
	font-weight: bold;
	padding: 0 0 0 2px;
}

.comments span .addComment img {
	vertical-align: -6px;
}

.comments strong {
	color: #000;
}

.comments a, .comments a:visited {
	color: #900;
	text-decoration: none;
}

.comments a:hover, .comments a:active {
	text-decoration: underline;
}

.comment_row {
	margin-bottom: 10px;
}

/* @group Comment Entries */

.comments_paragraph {
	
}

#comment_section {
	padding-bottom: 12px;
	clear: both;
	text-align: left;
}

.user_comment {
	background-color: #fbfbfb;
	padding: 10px 15px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

.comment_pink {
	background-color: #e4d2cc;
	padding: 5px 15px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
}

.comment_blue {
	background-color: #c9d9e1;
	padding: 5px 15px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
}

.comment_green {
	background-color: #d4dfc2;
	padding: 5px 15px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
}

.comment_name {
	font-size: 12px;
	font-weight: bold;
}

.comment_nested {
	margin: 10px 20px 0 20px;
}

.user_comment_nested {
	background-color: #ffffff;
	padding: 10px 15px 20px 15px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
}

#comment_section blockquote {
	font-style: italic;
	margin: 10px 20px;
	color: #636363;
}

.comments_add_block {
	text-align: left;
	border-top: 1px solid #e4ccd4;
	font-size: 10px;
}

.comment_read_more {
	float: right;
	vertical-align: -2px;
}

.comments_add_block a {
	color: #900;
}

/* @end */

/* @end */

/* @group Testimonials */

blockquote {
	color: #2780a2;
}

blockquote .bqTop, blockquote .bqBot {
	height: 22px;
	background: #FFF url(/themes/site_themes/bni_main/sprite.png) no-repeat 0px -79px;
	padding: 0;
	margin-left: -13px;
	line-height: 0;
	font-size: 0;
}

blockquote .bqBot {
	background-position: 0px -101px;
}

blockquote p {
	font-size: 1.25em;
	margin-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}

.quoteCite {
	color: #555;
	font-size: .88em;
}

.quoteCite em {
	font-style: normal;
	color: #7d7d7d;
}

.quoteCite span {
	display: block;
	margin: 0 0 0 15px;
	color: #888;
	font-size: .63em;
}

#testimonials {
	width: 265px;
}

/* @end */

/* @group Joblist */

.jobList {
	list-style: none;
	margin: 0 20px 15px;
}

.jobList li {
	padding: 3px 0;
	color: #340902;
	text-align: left;
	overflow: hidden;
}

.jobList li span a, .jobList li span a:visited {
	color: #340902;
	display: inline;
	float: none;
	height: auto;
	text-decoration: none;
	width: auto;
}

.jobList li span a:hover, .jobList li span a:active {
	text-decoration: underline;
}

.jobList li span {
	float: left;
}

.jobList li a {
	text-decoration: none;
	display: block;
	width: 45px;
	height: 11px;
	float: right;
}

.jobList li .codeBtn {
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat -190px -96px;
}

.jobList li .codeBtn:hover, .jobList li .codeBtn:active {
	background-position: -190px -107px;
}

.jobList li .codessBtn {
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat -145px -96px;
}

.jobList li .codessBtn:hover, .jobList li .codessBtn:active {
	background-position: -145px -107px;
}

.jobList li .htmlBtn {
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat -280px -96px;
}

.jobList li .htmlBtn:hover, .jobList li .htmlBtn:active {
	background-position: -280px -107px;
}

.jobList li .htmlssBtn {
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat -235px -96px;
}

.jobList li .htmlssBtn:hover, .jobList li .htmlssBtn:active {
	background-position: -235px -107px;
}

.jobList li a em {
	visibility: hidden;
}

/* @end */

/* @group Links */

.linkList li {
	list-style: none;
	margin: 3px 0;
}

.linkList li a, .linkList li a:visited {
	color: #900;
}

.linkList li a:hover, .linkList li a:active {
	text-decoration: none;
}

/* @end */

/* @group Products */

.subHead_shadowed {
	background: #fff url(/themes/site_themes/bni_main/h3shadow.jpg) no-repeat left bottom;
	padding: 0 0 18px 3px;
}

.product_thumbnail, .about_thumbnail {
	width: 70px;
	height: 70px;
	float: left;
	background: #fff url('/themes/site_themes/bni_main/miniGallerybg.jpg') no-repeat center center;
	padding: 10px 0 0 10px;;
}
.product_no_image {
	width: 70px;
	height: 70px;
	float: left;
	padding: 10px 0 0 10px;
}
.download_icon{
	width:20px;
	height:20px;
	float:right;
}
.about_us_entry{
margin:20px 0 0 0;
}
.about_us_header .headline{
padding:6px 0 0 0;
margin:0 0 18px 0;
}
.about_us_entry p{
margin:8px 0 0 0;
}
.about_us_header{
position:relative;
margin-left:-8px;
}
.about_icons{
position:absolute;
width:174px;
right:0;
bottom:7px;
}
.about_icon_left{
float:left;
margin:0 6px 0 0;
border:none;
}
.about_icon_right{
float:right;
margin:0 0 0 6px;
border:none;
}
.clear{
clear:both;
}
.products_overview p{
	color: #666;
	font-size: 11px;
	line-height: 17px;
	padding-bottom: 14px;

}
.instructions_content{
	border-top: 1px solid #e0b2b2;
	color: #6a4b45;
	padding-bottom: 4px;
}
.instructions_content p{
	color: #6a4b45;
	padding-bottom:12px;
}
.instructions_content h5{
	color: #900;
	padding:0;
}
.instructions_title{
	font-size: 16px;
}
.products_page a{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.products_page ul li{
	list-style: none;
	padding-bottom: 5px;
}
.products_page{
	padding: 60px 0 0;
	margin: 0 0 0 350px;
}
.seller_badge{
	z-index: 10;
	position: absolute;
	right: -55px;
	top: 20px;
}
.products_buttons{
	z-index: 11;
	position: absolute;
	bottom: 0px;
	left: 15px;
}

.products_screenshot {
	margin: 0 0 20px;
	background: #fff url(/themes/site_themes/bni_main/homeslideshowbg.jpg) no-repeat;
	padding: 12px 0 12px 13px;
	width: 275px;
}


.sale_price{
	font-size:16px;
	float:left;
	margin:12px 5px 0 0;
}
/* @end */

/* @group select box */
.js ul.newList {
	left: -9999px;
}

ul.newList * {
	margin: 0;
	padding: 0;
}

ul.newList {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
	width: 253px;
	
	background: #eaecec;
	position: absolute;
	top: 22px;
	left: 0;
	overflow: auto;
	z-index: 9999;
	font-size: 15px;
}

.newListSelected {
	width: 247px;
	color: #900;
	height: 19px;
	padding: 6px 0 0 6px;
	margin-bottom: 12px;
	float: left;
	background: url(/themes/site_themes/bni_main/select-bg.png) no-repeat;
}

.newListSelected span {
	width: 247px;
	display: block;
}

ul.newList li {
	padding: 3px 8px;
}

.selectedTxt {
	width: 258px;
	overflow: hidden;
	height: 16px;
	padding: 0 23px 0 0;
}

.hiLite {
	background: #216b92!important;
	color: #fff!important;
}

.newListHover {
	background: #ccc!important;
	color: #000!important;
	cursor: default;
}

.newListSelHover, .newListSelFocus {
	background-position: 0 -25px;
	cursor: default;
}

.newListOptionTitle {
	font-weight: bold;
}

.newListOptionTitle ul {
	margin: 3px 0 0;
}

.newListOptionTitle li {
	font-weight: normal;
	border-left: 1px solid #ccc;
}


/* @end */

/* @group contact us */

#contact_us_submit{
	float: right;
}


/* @end */

#intro p {
	font-size: .66em;
}

.articleList {
	color: #900;
	list-style: none;
	font-weight: bold;
}

.articleList li {
	padding: 2px 0;
}

.articleList li a, .articleList li a:visited {
	text-decoration: none;
	color: #000;
}

.articleList li a:hover, .articleList li a:active {
	text-decoration: underline;
}

#topBar {
	background: #2780a2 url(/themes/site_themes/bni_main/topbarbg.jpg) repeat-x left top;
	height: 21px;
}

#wrapper {
	width: 615px;
	position: relative;
	margin: 0 auto;
}

#leftCol,#leftCol_portfolio_page {
	width: 253px;
	float: left;
	margin: 40px 80px 30px 0;
}
#leftCol_portfolio_page{
	margin-bottom: 0px;
}
#leftCol_cart{
	width:330px;
	float: left;
	margin: 40px 80px 0 0;
	height: 59px;
}
#rightCol {
	padding: 250px 0 0;
	margin: 0 0 0 333px;
}
#instructions_body{
	clear:both;
	
}
#miniGallery, #hotTopicLinks, #categoryLinks, #interestLinks, .icon_boxes, .contentblock,#intro, #articleList, #newsletter_dropdown,#testimonials,.entry {
	margin: 0 0 30px;
}
.contentblock_portfolio_page{
	margin-bottom: 15px;
}

#miniGallery ul, .icon_boxes ul {
	overflow: hidden;
}

#miniGallery ul li, .icon_boxes ul li {
	list-style: none;
	width: 70px;
	height: 70px;
	float: left;
	background: #fff url('/themes/site_themes/bni_main/miniGallerybg.jpg') no-repeat center center;
	padding: 10px 0 0 10px;
}

/*
#enewsBtn a {
	display: block;
	width: 260px;
	height: 65px;
	background: #fff url(/themes/site_themes/bni_main/sprite.png) no-repeat -145px -118px;
	text-indent: -9009em;
	float: left;
	margin-left: 0;
	margin-right: 0;
}*/

#interestLinks p {
	margin: 2px 0 10px;
}

/* @group Articles */

#right_col_articles,#article_graphics{
	padding: 0;
	margin: 0 0 0 350px;
}

#article_graphics {
	margin: 0 0 0 333px;
	margin-bottom: 30px;
}

.fig {
	display: none;
}

.callout_image {
	width: 228px;
	padding-left: 26px;
}

.callout_top {
	background: url(/images/bn_top_background.gif) repeat-y;
	height: 14px;
	width: 268px;
}

.callout_bottom {
	background: url(/images/bn_bottom_background.gif) repeat-y;
	height: 14px;
	width: 268px;
}

.callout_mid {
	margin: 0;
	padding: 0;
	width: 268px;
	background: url(/images/bn_img_background.gif) repeat-y;
}

.callout_text {
	margin-top: 8px;
	margin-left: 22px;
	margin-right: 12px;
	text-align: left;
	margin-bottom: 12px;
	color: #900;
}

.callout_graphic {
	margin-left: -15px;
}

.red_callout {
	margin-top: 12px;
	width: 47px;
	position: absolute;
	z-index: 12;
	float: left;
}

.callout_button {
	vertical-align: -3px;
}

.right_column_divider {
	float: right;
	text-align: left;
	margin-top: 20px;
	margin-left: 22px;
	margin-right: 12px;
	width: 310px;
	border-top: 1px solid #e4ccd4;
}

.right_column_divider ul {
	width: 292px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	text-align: left;
	margin-right: 2px;
}

.right_column_divider a {
	color: #660000;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.right_column_divider a:visited {
	color: #959595;
	text-decoration: none;
}

.right_column_divider li {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

.right_column_divider h3 {
	text-transform: uppercase;
	color: #000;
}

.more_articles {
	width: 81px;
	height: 81px;
	background: url(/images/more_articles_icon.png);
	float: left;
}

#more_article_group {
	width: 335px;
	margin-left: -11px;
}

#back_to_articles {
	
}

/* @end */

/* @group Bottom Navigation */

#footer {
	clear: both;
	text-align: center;
	margin-top: 50px;
	text-transform: uppercase;
	padding-bottom: 12px;
}

#footer ul li a, #footer ul li a:hover,#footer ul li a:visited {
	color: #900;
}

#footer ul {
	list-style: none;
	padding: 8px 0 0;
	display: inline;
}

#footer ul li {
	list-style: none;
	display: inline;
	border-right: 1px solid gray;
	padding-right: 8px;
	padding-left: 8px;
}

#footer ul li.last {
	border-right: none;
}

/* @end */

/* @group Portfolio Page */
#nav_categories{
	list-style-type: none;
}
#nav_categories li a{
	text-decoration: none;
}
#portfolio_articles {
	padding: 0;
	width: 253px;
	margin: 0 0 0 333px;
	padding-top: 45px;
}

#portfolio_articles p {
	font-size: 12px;
	color: #666;
	text-align: justify;
	line-height: 17px;
	padding: 0 0 15px 0;
}

.portfolio_landing_block {
	margin-left: 20px;
	margin-top: 30px;
}
#slide_numbers{
	width: 586px;
	clear: both;
}
.screenshot_description {
	background: #fff url(/themes/site_themes/bni_main/hr.png) no-repeat;
	width: 586px;
	clear: both;
	margin-top: 5px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: .63em;
}

#portfolio_thumbnail {
	margin: 0 0 20px;
	background: #fff url(/themes/site_themes/bni_main/homeslideshowbg.jpg) no-repeat;
	padding: 12px 0 0 13px;
	width: 275px;
}

#portfolio_thumbnail #ssOutput {
	color: #959595;
	margin: 10px 0 0;
	display: block;
	font-size: .63em;
}
#portfolio_thumbnail .product_photo_caption {
	color: #959595;
	margin: 10px 20px 0 0;
	display: block;
	font-size: .63em;
	text-align: right;
}
.ss_positioner {
	position: relative;
	margin-left: -13px;
}

/* @group Big Slideshow */

.pager_content a {
	text-decoration: none;
	font-size: 19px;
	color: #666;
}
.pager_content{
	float: left;
	width: 11px;
	height: 15px;
	margin-right: 15px;
	margin-bottom: 4px;
}
.pager_content a.activeSlide{
		color: #900;
}
.pager_content a{
	display: block;
	float: left;
	text-indent: -9009em;
}
.pagers{
	width: 11px;
	height: 15px;
}
#pager_1{
	background: url(/themes/site_themes/bni_main/sprite.png) no-repeat 0 -152px;
}
#pager_1.activeSlide{
	background-position: 0 -168px;
}
#pager_2{
	background: url(/themes/site_themes/bni_main/sprite.png) no-repeat -25px -152px;
}
#pager_2.activeSlide{
	background-position: -25px -168px;
}
#pager_3{
	background: url(/themes/site_themes/bni_main/sprite.png) no-repeat -51px -152px;
}
#pager_3.activeSlide{
	background-position: -51px -168px;
}
#pager_4{
	background: url(/themes/site_themes/bni_main/sprite.png) no-repeat -75px -152px;
}
#pager_4.activeSlide{
	background-position: -75px -168px;
}
#pager_5{
	background: url(/themes/site_themes/bni_main/sprite.png) no-repeat -101px -152px;
}
#pager_5.activeSlide{
	background-position: -101px -168px;
}
#pager_6{
	background: url(/themes/site_themes/bni_main/sprite.png) no-repeat -126px -152px;
}
#pager_6.activeSlide{
	background-position: -126px -168px;
}
#pager_7{
	background: url(/themes/site_themes/bni_main/sprite.png) no-repeat -151px -152px;
}
#pager_7.activeSlide{
	background-position: -151px -168px;
}
#pager_8{
	background: url(/themes/site_themes/bni_main/sprite.png) no-repeat -178px -152px;
}
#pager_8.activeSlide{
	background-position: -178px -168px;
}
#pager_9{
	background: url(/themes/site_themes/bni_main/sprite.png) no-repeat -202px -152px;
}
#pager_9.activeSlide{
	background-position: -202px -168px;
}

#portfolio_screenshots {
	clear: both;
	position: relative;
	height: 419px;
	width: 600px;
	background: url(/themes/site_themes/bni_main/big_slideshow_dropshadow.png) no-repeat;
	padding-top: 11px;
	padding-left: 11px;
}

#portfolio_screenshots .prev, #portfolio_screenshots .next {
	position: absolute;
	top: 160px;
	display: block;
	text-indent: -9009em;
	width: 22px;
	height: 37px;
	z-index: 100;
	outline: 0;
}

#portfolio_screenshots .prev {
	left: 0;
	background: transparent url(/themes/site_themes/bni_main/prevArrow.png) no-repeat left center;
}

#portfolio_screenshots .next {
	right: 0;
	background: transparent url(/themes/site_themes/bni_main/nextArrow.png) no-repeat left center;
}

/* @end *

/

/* @end */

/* @group Enewsletter & Forms */

#enews_form {
	display: none;
}


/* @group My Group */
.call_us_form{
	display: none;
	padding-top: 15px;
}
.call_us_form H3{
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.19em;
}


/* @end */
#newsletter_dropdown {
	width: 265px;
}

input.newsletter_input {
	width: 253px;
	height: 21px;
	margin: 0;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 6px;
	padding: 2px;
	border-style: none;
	background: url(/themes/site_themes/bni_main/form_bg_required.jpg) no-repeat;
}

input.comments_input {
	width: 253px;
	height: 21px;
	margin: 0;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 6px;
	padding: 2px;
	border-style: none;
	background: url(/themes/site_themes/bni_main/form_bg_required.jpg) no-repeat;
}

textarea.comments_textarea {
	width: 253px;
	height: 70px;
	margin-top: 6px;
	margin-bottom: 10px;
	border: none;
	padding-left: 4px;
	padding-top: 4px;
	background: url(/themes/site_themes/bni_main/textarea_bg.png) no-repeat scroll left top;
}

.notify_me_of_comments {
	padding-bottom: 6px;
}

/* @end */