/* @group General Styles */

body {
	font-size: 70%; /* 62.5% */
	font-family: Helvetica-Light, 'Helvetica Light', Helvetica, Arial, sans-serif;
	line-height: 160%;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.0em;
	margin: 0.6em 0 0.6em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.6em 0 0.6em 0;
}

h3 {
	font-size: 1.3em;
	margin: 0.5em 0 0.5em 0;
}

h4 {
	font-size: 1.2em;
	margin: 0.4em 0 0.4em 0;
}

h5 {
	font-size: 1.1em;
	margin: 0.3em 0 0.3em 0;
}

h6 {
	font-size: 1.0em;
	margin: 0.2em 0 0.2em 0;
}

p {
}

b, strong {
}

a:link, a:visited {
}

a:hover, a:active {
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */

/* @group Layout */

#containerOuter {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

#containerInner {
	@ 0;
	margin: 0;
}

.clearer {
	clear: both;
}

#page {
	width: 1024px;
	margin: 0 auto 0 auto;
}

#header {
	padding-top: 52px;
	background: url('images/noiseindustries.png') no-repeat center top;
}

#headerSeparator {
	height: 12px;
}

#title {
	display: none;
}

#content {
/*	padding: 16px 32px 16px 32px; */
/*	min-height: 400px; */
}

#sidebar {
}

#sidebarTable {
	display: none;
}

h3.sidebarHeader {
	margin-top: 0;
	margin-bottom: 8px;
}

#footer { 
	padding-top: 64px;
	padding-bottom: 0;
}

#footerSeparator {
	padding-bottom: 32px;
	height: 12px;
}

#footer p {
	text-align: center;
	font-size: 0.9em;
	padding: 12px 0 0 0;
	margin: 0 0 0 0;
	color: #707070;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Navigation Table */

#navigationTable {
	display: table;
	border: 0;
	padding: 0 0 8px 0;
	margin: 0 auto 0 auto;
	z-index: 1;
}

#navigationTable a {
	table-layout: fixed;
	display: block;
	color: transparent;
	width: 140px;
	height: 32px;
	padding: 0;
	margin: 60px 0 0 0;
	border: none;
}

#navigationTable #productsTableCell a {
	background: url('images/noiseindustries-products.png') no-repeat top center;
}

#navigationTable #productsTableCell a:hover {
	background: url('images/noiseindustries-products.png') no-repeat bottom center;
}

#navigationTable #storeTableCell a {
	background: url('images/noiseindustries-store.png') no-repeat top center;
}

#navigationTable #storeTableCell a:hover {
	background: url('images/noiseindustries-store.png') no-repeat bottom center;
}

#navigationTable #supportTableCell a {
	background: url('images/noiseindustries-support.png') no-repeat top center;
}

#navigationTable #supportTableCell a:hover {
	background: url('images/noiseindustries-support.png') no-repeat bottom center;
}

#navigationTable #companyTableCell a {
	background: url('images/noiseindustries-company.png') no-repeat top center;
}

#navigationTable #companyTableCell a:hover {
	background: url('images/noiseindustries-company.png') no-repeat bottom center;
}

#navigationTable #homeTableCell a {
	margin: 0;
	width: 180px;
	height: 80px;
	background: url('images/noiseindustries-home.png') no-repeat top center;
}

#navigationTable #homeTableCell a:hover {
	margin: 0;
	width: 180px;
	height: 80px;
	background: url('images/noiseindustries-home.png') no-repeat bottom center;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	padding: 0;
	text-align: center;
}

#breadcrumbcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0 24px 0 24px;
}

#breadcrumbcontainer li {
	display: inline;
	margin: 0 8px 0 0;
	padding: 2px 8px 2px 0;
	background: url('images/breadcrumb-separator.png') no-repeat right center;
}

#breadcrumbcontainer li:last-child {
	margin: 0;
	padding: 0;
	background: transparent;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navlogo a {
	color: transparent;
	background: transparent;
	display: none;
}

#navcontainer {
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style-type: none;
	margin: 22px 0 0 200px;
	padding: 0;
	width: 800px;
	position: absolute;
	z-index: 1;
}

#navcontainer li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navcontainer ul .toolbarItem {
	visibility: hidden;
	float: right;
	margin: 0 0 0 32px;
}

#navcontainer a {
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	width: 600px;
	margin: 120px 0 0 178px;
	z-index: 2;
}

#navcontainer ul ul li {
}

#navcontainer ul ul li .toolbarItem {
	visibility: hidden;
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	z-index: 3;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}



/* Main content area unordered list styles */
#content ul {
}

#content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {

}

ul.blog-tag-cloud li {
	display: inline;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}
/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
}

h1.blog-entry-title {
}


h1.blog-entry-title a {
}

.blog-entry-date {
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

p.blog-entry-tags {
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
}

.album-description {
}


.album-wrapper {
}

.thumbnail-wrap {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
}

.movie-page-description {
}

.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
}

.movie-frame {
	text-align: center;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

/* @group Push Buttons */

.blackButtonCenter {
	background: url('images/black-button-center.png') repeat-x left top;
}

.blackButtonRight {
	background: url('images/black-button-right.png') no-repeat left top;
}

.blackButtonLeft {
	background: url('images/black-button-left.png') no-repeat right top;
}

.grayButtonCenter {
	background: url('images/gray-button-center.png') repeat-x left top;
}

.grayButtonRight {
	background: url('images/gray-button-right.png') no-repeat left top;
}

.grayButtonLeft {
	background: url('images/gray-button-left.png') no-repeat right top;
}

.blueButtonCenter {
	background: url('images/blue-button-center.png') repeat-x left top;
}

.blueButtonRight {
	background: url('images/blue-button-right.png') no-repeat left top;
}

.blueButtonLeft {
	background: url('images/blue-button-left.png') no-repeat right top;
}

.orangeButtonCenter {
	background: url('images/orange-button-center.png') repeat-x left top;
}

.orangeButtonRight {
	background: url('images/orange-button-right.png') no-repeat left top;
}

.orangeButtonLeft {
	background: url('images/orange-button-left.png') no-repeat right top;
}

/* @end */

/* @group Custom Styles */

ul.links {
	list-style-type: none;
	padding: 0 0 0 5px;
	margin: 6px 0 6px 0;
}

li.links {
	font-size: 0.9em;
	display: inline;
	margin-right: 6px;
	padding-right: 10px;
	background: url('images/vertical-separator-15px.png') no-repeat right center;
}

li.links:last-child {
	padding-right: 0px;
	background: transparent;
}

a.shortcut {
	margin-left: 2px;
	padding-left: 16px;
	background: url('images/content/link.png') no-repeat left center;
}

.smaller {
	font-size: 0.9em;
}

.horizontal-separator-white-400x5 {
	width: 400px;
	height: 5px;
	margin: 0 auto 0 auto;
	background: url('images/horizontal-separator-white-400x5.png') no-repeat center center;
}

.horizontal-separator-white-800x5 {
	width: 800px;
	height: 5px;
	margin: 0 auto 0 auto;
	background: url('images/horizontal-separator-white-800x5.png') no-repeat center center;
}

.horizontal-separator-black-400x5 {
	width: 400px;
	height: 5px;
	margin: 0 auto 0 auto;
	background: url('images/horizontal-separator-black-400x5.png') no-repeat center center;
}

.horizontal-separator-black-800x5 {
	width: 800px;
	height: 5px;
	margin: 0 auto 0 auto;
	background: url('images/horizontal-separator-black-800x5.png') no-repeat center center;
}

/* @end */

/* @group General Styles */

em {
	color: white;
}

/* @end */

/* @group Layout */

#headerSeparator {
	background:  no-repeat center top;
}

#content {
	color: #999999;
	background: black;
}

#content a:link, #content a:visited {
	color: #2266aa;
	text-decoration: none;
}

#content a:hover, #content a:active {
	text-decoration: underline;
}

#content h1,  #content h2,  #content h3,  #content h4,  #content h5,  #content h6 {
	font-weight: normal;
	color: #ffffff;
}

#content b,  #content strong {
	font-weight: normal;
	color: #ffffff;
}

#footer {
/*	background: black;*/
}

#footerSeparator {
	background:  no-repeat center top;
}

#footer a:link, #footer a:visited {
	color: #2266aa;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: black;
}

/* @end */

/* @group General Styles */

body {
	color: #b0b0b0;
	background: black;
}
	
/* @end */

/* @group Layout */

#containerOuter {
	background: url('images/light.png') no-repeat center top;
}

#containerInner {
	background: url('images/gradient-bottom-black.png') repeat-x left bottom;
}

/* @end */


/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 32px;
}

h1.blog-entry-title {
	font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 4px;
}


h1.blog-entry-title a {
}

.blog-entry-date {
	margin: 0 0 8px 0;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-read-more {
}

.blog-entry-body {
	font-size: 0.9em;
	max-width: 640px;
}

.blog-entry-body ul {
	list-style-type: none;
	padding: 0;
	margin: 6px 0 6px 0;
}

.blog-entry-body li {
	display: inline;
	margin-right: 8px;
	padding-right: 9px;
	background: url('images/vertical-separator-15px.png') no-repeat right center;
}

.blog-entry-body li:last-child {
	padding-right: 0px;
	background: transparent;
}

.blog-entry-body li a:link {
}

.blog-entry-comments {
}

p.blog-entry-tags {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-top: 12px;
}

.blog-archive-link-enabled {
	padding: 2px 0 2px 20px;
	background: url('images/calendar.png') no-repeat left center;
}

.blog-archive-link-disabled {
	padding: 2px 0 2px 20px;
	background: url('images/calendar-disabled.png') no-repeat left center;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-top: 12px;
}

.blog-category-link-enabled {
	padding: 2px 0 2px 20px;
	background: url('content/link.png') no-repeat 2px center;
}

.blog-category-link-disabled {
	padding: 2px 0 2px 20px;
	background: url('images/link-disabled.png') no-repeat 2px center;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-top: 12px;
}

.blog-rss-link {
	padding: 4px 0 4px 20px;
	background: url('images/feed-icon-16x16.png') no-repeat left center;
}

.blog-comments-rss-link {
}

/* @end */


.stacks_div {
	position:		relative;
	display:		block;

}

.stacks_out {                                      
    position:		relative;                                       
    display:		block;                                      
    margin:			0;                                      
    border:			0;
    padding:		0;                                      
    margin-left:	auto;                                       
    margin-right:	auto;                                      
    overflow:		hidden;    
}


.stacks_in {                                   
    position:		relative;                                       
    display:		block;                                      
	margin:			0;                           
	padding:		0;                            
	border:			0;
	overflow:		visible;                                        
}


.stacks_in>p {
	margin-top: 0;
}  


.stacks_empty .stacks_in {
	display:		none;
}         
                              

.stacks_top {
	position:		relative;                                       
	display:		block;
	margin:			0;
	padding:		0;
	border:			0;                                      
	overflow:		hidden;    
}   
                                        

.centered_image {
	position: relative;
	display: block;
	text-align:center;
} 


.centered_image .imageStyle {
	position: relative;
	display: block;
	margin:0 auto;
}


.stacks_float_left {
	float:left;
	margin-right:20px;
}


.stacks_float_right {
	float:right;
	margin-left:20px;
}


.stacks_clearer {                                      
    position:		relative;                                       
    display:		block;                                      
	clear:			both;       
}


.stacks_clear_left {
    position:		relative;
    display:		block;
	clear:			left;
}


.stacks_clear_right {
    position:		relative;
    display:		block;
	clear:			right;
}

/* fs styles */

#footer { background-color: white; padding-top: 1em; }

.top-white {
	height:12px;
	background: url(images/top-white.png);
}

.bottom-white {
	height:12px;
	background: url(images/bottom-white.png);
}

.fs-outer {
	width: 100%;
	background-color: white;
}

.fs-inner {
	width: 700px;
	margin: 0 auto;
	padding-top: 1em;
	color: black;
}

.fs-inner h2,
.fs-inner h3,
.fs-inner h4 {
	color: black !important;
	font-weight: bold;
}

/* buttons */

/** small buttons **/

.store-section-order-contents .store-order-action-edit a {
    display: inline;
}

.store-action a:hover,
.store-action a:focus {
	text-decoration: none !important;
}

/*.store-order-action-more .store-action-title,
.store-order-action-coupon .store-action-title,
.store-order-item-action-delete .store-action-title,
.store-order-item-action-quantity .store-action-title,
.store-order-action-edit .store-action-title,
.store-order-action-order .store-action-title,
.store-product-detail-action-add .store-action-title,
.store-action-next .store-action-title,
.store-action-complete .store-action-title,
.store-product-detail-action-order .store-action-title */
.store-action-title {
    background: none !important;
    font-size: 12px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    color: white !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

/*.store-order-action-more .store-action-command,
.store-order-action-coupon .store-action-command,
.store-order-item-action-delete .store-action-command,
.store-order-item-action-quantity .store-action-command,
.store-order-action-edit .store-action-command,
.store-order-action-order .store-action-command,
.store-product-detail-action-add .store-action-command,
.store-action-next .store-action-command,
.store-action-complete .store-action-command,
.store-product-detail-action-order .store-action-command */
.store-action-command {
	border: none !important;
	background-color: #226081 !important;
	background-image: url(images/smbutton2.png);
	/*height: 24px !important;*/
	padding-top: 2px !important;
	padding-bottom: 4px !important;
	padding-left: 9px !important;
	padding-right: 9px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .4) !important;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .4) !important;
}

/** large buttons **/

.store-order-action-order .store-action-title,
.store-product-detail-action-add .store-action-title,
.store-action-next .store-action-title,
.store-action-complete .store-action-title,
.store-product-detail-action-order .store-action-title {
	
}

.store-order-action-order .store-action-command,
.store-product-detail-action-add .store-action-command,
.store-action-next .store-action-command,
.store-action-complete .store-action-command,
.store-product-detail-action-order .store-action-command {
	
}