/* 
 	Stylesheet: Default
	Project: AMA Sound
	Author: CMT Studio
	Last Update: March 2010
	
	Table of Contents:

						GLOBAL
						
						HEADER:
								Toolbar + Logo
								Navigation
							
						MAIN:
								Common
								Sidebar
								Pagination
								About: 
									News
									Team
									Studio
									Partners
								Portfolio
									Discography
									Demos
									Clients
									Testimonials
								FAQ
								Services
								Contact
							
						HOMEPAGE
								Common
								Intro
								Slider
								Latest news
								Testimonials
								Demo samples
								Latest client
								
						FOOTER
								Studio
								Articles + Partners
								Middle footer
								Bottom footer
								Credits
*/



/*** GLOBAL
--------------------------------------------------------------------------------------- */
body {
	background: url(../images/header-bg.gif) center top repeat-x;
	color: #4b4b4b;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	position: relative;
	z-index: 0; /* IE7 fix */
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif; font-weight: bold; }
h1 { color: #252525; font-size: 20px; }
h2 { color: #666; font-size: 14px; }
h3 { font-size: 13px; }
	h1 a { color: #3d3d3d; text-decoration: none; }
	h1 a:hover { color: #111; text-decoration: none; }

a { color: #aa1b1b; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: #252525; text-decoration: none; }

object {
	float: left;
	height: 16px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	width: 16px;	
}

input.text, textarea {
	border: 1px solid #c3c3c3;
	color: #918f8f;
	font-family: tahoma, sens-serif;
	font-size: 12px;
	background: -webkit-gradient(linear, left top, left 15, from(#fff), color-stop(4%, #e4e4e4), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #fff, #e4e4e4 1px, #fff 15px);  
}
	input.text:focus, textarea:focus {
		border-color: #918f8f;
	}
	input.text {
		height: 26px;
		line-height: 26px;
		padding: 0 10px;
	}
	textarea {
		padding: 10px 10px;
		height: 220px;
	}

a.primal, a.second, input.newsletter-submit, input.submit {
	border: none;
	display: inline-block;
	font-family: "Trebuchet MS";
	font-size: 12px;
	min-width: 80px;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	margin-right: 15px;
}	
	a.primal:hover, a.second:hover, input.newsletter-submit:hover, input.submit:hover {
		cursor: pointer;
		text-decoration: none;
	}
	a.primal:active, a.second:active, input.newsletter-submit:active, input.submit:active {
		position: relative;
		top: 1px;
	}
	
	a.primal, input.submit {
		background: #aa1b1b;
		color: #fff;
	}
		a.primal:hover, input.submit:hover {
			background: #3d3d3d;
		}
		
	a.second, input.newsletter-submit {
		background: #ebebeb;
		border: 1px solid #a7a7a7;
		color: #666666;
	}
		a.second:hover, input.newsletter-submit:hover {
			color: #4b4b4b;
			background: #fff;
		}
		
/* Horizontal separators */
hr {
	border: none;
	background: url(../images/hr.gif) repeat-x;
	clear: both;
	height: 10px;
	width: 100%; 
}

/* Grey bars */
strong.badge {
	background: #a7a7a7;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	min-width: 55px;
	padding: 0 5px;
	text-align: center;
}
	strong.wide {
		padding: 0 20px;
	}
/* Center layout */
header.global, div#main, div.footer-top, div.footer-middle, div.footer-bottom {
	margin: 0 auto; 
	width: 960px; 
}

/* Clear floats */
header.global:after, 
div#main:after, 
div.footer-top:after, 
div.footer-middle:after, 
div.footer-bottom:after, 
ul.global ul:after, 
nav.latest-test li:after, 
dl.featured-tool:after, 
ul.sitemap:after,
nav.pager:after,
.studio-thumbs li:after,
.col1:after, 
.col2:after, 
.col3:after, 
.col-main:after,
.col-alt:after,
ul.big-list li:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Main grid */
.col1, .col2, .col3, .col-main, .col-alt { float: left; margin-right: 30px; }

/* Column #1 */
.col1 { width: 300px; }

/* Column #2 */
.col2 { width: 330px; }

/* Column #3 */
.col3 { margin-right: 0; width: 270px; }

/* Main content - col1+col2 */
.col-main { width: 660px; position: relative; }

/* Alternative width, col2+col3 (for image slider, statistics, navigation) */
.col-alt { margin-right: 0; width: 630px; }
/*** END GLOBAL
--------------------------------------------------------------------------------------- */



/*** HEADER
--------------------------------------------------------------------------------------- */
/* Toolbar + Logo
--------------------------------------------------------------------------------------- */
header.global {
	height: 160px;
	position: relative;
}
header.global p {
	float: left;
}

.obscure, .obscure a {
	color: #4b4b4b;
	font-size: 10px;
	text-transform: uppercase;
}
	.obscure a {
		color: #918f8f;
	}
	.obscure a:hover, div.footer-bottom a:hover {
		color: #d2d2d2;
		text-decoration: none;

	}
	
p.language, p.stats {
	height: 28px;
	line-height: 28px;
}

a.logo {
	display: block;
	margin-top: 12px;
}
	a.logo {
		height: 107px;
		width: 225px;
	}
/* End Toolbar + Logo
--------------------------------------------------------------------------------------- */


/* Navigation
--------------------------------------------------------------------------------------- */
header.global nav h1 {
	color: #a1a1a1;
	font-size: 32px;
	position: relative;
	top: 18px;
}

ul.global-nav {
	/* outline: #060606 solid 1px; */
	border-top: 1px solid #686868;
	bottom: 1px;
	position: absolute;
	width: 630px;
}
	ul.global-nav li {
		background: #363636;
		float: left;
		height: 30px;
		line-height: 30px;
		position: relative;
		width: 105px;
		z-index: 1;
	}
		ul.global-nav li a {
			background: #3d3d3d;
			border: 1px solid #686868;
			border-bottom: none;
			border-left: 1px solid #1f1f1f;
			border-top: none;
			color: #dbdbdb;
			display: block;
			font-size: 11px;
			height: 30px;
			padding-left: 15px;
			text-transform: uppercase;
			width: 88px;
		}
			ul.global-nav a.parent {
				background: #3d3d3d url(../images/bullet-down.gif) no-repeat 90px;
			}
				ul.global-nav li a.parent:hover {
					background: #363636 url(../images/bullet-down.gif) no-repeat 90px;
				}
			
			ul.global-nav li a.homelink {
				border-left: 1px solid #686868;
			}
			ul.global-nav li a:hover {
				background: #363636;
				color: #fff;
				text-decoration: none;
			}
				
		/* Submenu items */
		ul.global-nav ul {
			border-bottom: 1px solid #686868;
			display: none;
		}
		ul.global-nav li:hover ul {
			display: block;
		}
			ul.global-nav ul li {
				float: none;
				outline: none;
				width: 104px;
			}
				ul.global-nav ul a {
					border: none;
					text-transform: none;
					width: 89px;
				}
					ul.global-nav ul a:hover {
						background: #363636;
						color: #fff;
					}
					ul.global-nav ul a:active {
						height: 29px;
						position: relative;
						top: 1px;						
					}

/* End Navigation
--------------------------------------------------------------------------------------- */
/*** END HEADER
--------------------------------------------------------------------------------------- */



/*** MAIN
--------------------------------------------------------------------------------------- */
/* Common
--------------------------------------------------------------------------------------- */
div#main h1 {
	margin-bottom: 30px;
}

hr.spaced {
	margin-top: 30px;
	margin-bottom: 20px;
}
	hr.no-top {
		margin-top: 0;
	}

.pale {
	color: #686868;
}

.margin-bottom {
	margin-bottom: 40px;
}
	.very-pale {
		color: #918f8f;
	}
a.go-top {
	background: url(../images/go-top.gif) bottom center no-repeat;
	display: block;
	float: right;
	margin-bottom: 1px;
	margin-top: 20px;
	height: 22px;
	width: 25px;
}
	a.go-top:active {
		position: relative;
		top: 1px;
	}
	
ul.big-list li {
	margin-bottom: 40px;
}
	ul.big-list img {
		border: 1px solid #918f8f;
		float: left;
		margin: 0 20px 10px 0;
	}
	ul.big-list strong {
		margin-top: 20px;
		margin-bottom: 20px;
	}

aside.tip {
	background: #fafad6 url(../images/tip.gif) 15px center no-repeat;
	border: 1px solid #beba56;
	color: #3d3d3d;
	margin: 20px 0;
	padding: 15px 30px 15px 50px;
}
aside.spaced {
	margin: 40px 0;
}

aside.error {
	background: #f1dfdf;
	border: 1px solid #f09b9b;
	color: #3d3d3d;
	margin: 0px 0 10px 0;
	padding: 5px 10px 5px 10px;
}

div.inner-page article ul, div.inner-page article ul ul {
	color: #686868;
	list-style: square;
	list-style-position: inside;
	margin-bottom: 30px;
	text-indent: 20px;
}
	div.inner-page article ul li {
		margin-bottom: 5px;
	}
	div.inner-page article ul ul {
		font-size: 11px;
		list-style: none;
		text-indent: 50px;
	}
div.inner-page small {
	color: #918f8f;
	display: block;
	font-size: 11px;
	padding-top: 10px;
}
/* End Common
--------------------------------------------------------------------------------------- */	


/* Sidebar
--------------------------------------------------------------------------------------- */
nav.subnav {
	text-transform: uppercase;
}
	aside.sidebar h2 {
		margin-bottom: 20px;
	}
	
	aside.sidebar li {
		background: url(../images/hr-list.gif) repeat-x bottom;
		height: 30px;
	}
		aside.sidebar li a {
			background: url(../images/bullet-right.png) no-repeat left;
			display: block;
			font-size: 11px;
			height: 25px;
			line-height: 25px;
			text-indent: 15px;
		}
			aside.sidebar li a:hover {
				color: #252525;
				text-decoration: none;
			}
	
	nav.contact-details li {
		background: none;
		color: #666;
		font-size: 11px;
		height: auto;
		list-style: square;
		list-style-position: inside;
		margin-bottom: 20px;
	}
		nav.contact-details dl, nav.contact-details dt {
			display: inline;
		}
		nav.contact-details dt {
			font-weight: bold;
		} 
		nav.contact-details dd {
			text-indent: 15px;
		}
			
nav.aux {
	margin-top: 60px;
}
/* End Sidebar
--------------------------------------------------------------------------------------- */

	
/* Pagination
--------------------------------------------------------------------------------------- */
nav.pager li, nav.pager a {
	color: #666;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

nav.pager li {
	float: left;
	margin: 20px 10px 20px 0px;
}
	nav.pager li.current {
		padding: 4px 5px;
	}
	nav.pager a {
		background: #ebebeb;
		border: 1px solid #c3c3c3;
		display: block;
		padding: 3px 12px;
	}
		nav.pager a:hover {
			background: #fff;
			border-color: #666;
			color: #3d3d3d;
			text-decoration: none;
		}
		nav.pager a:active {
			position: relative;
			top: 1px;
		}
		nav.pager a.current {
			background: none;
			border: none;
		}
/* End Pagination
--------------------------------------------------------------------------------------- */


/* About:News
--------------------------------------------------------------------------------------- */
article.news header strong, article.articles header strong {
	position: absolute;
}

div#main article.news h1, div#main article.articles h1 {
	line-height: 24px;
	margin-bottom: 10px;
	position: relative;
	text-indent: 80px;
	top: -3px;
}

article.news footer, article.articles footer {
	margin-top: 20px;
}

article.news img {
	border: 1px solid #d3d3d3;
	float: left;
	margin: 5px 20px 5px 0;
}
/* End About:News
--------------------------------------------------------------------------------------- */


/* About:Team
--------------------------------------------------------------------------------------- */
ul.team img {
	border: 1px solid #918f8f;
	float: left;
	padding: 5px;
}
/* End About:Team
--------------------------------------------------------------------------------------- */


/* About:Studio
--------------------------------------------------------------------------------------- */
ul.studio p {
	margin-top: 15px;
}
/* End About:Studio
--------------------------------------------------------------------------------------- */


/* About:Partners
--------------------------------------------------------------------------------------- */
ul.choose-banner li {
	background: url(../images/bullet-right.png) left no-repeat;
	display: block;
	text-indent: 15px;
}
/* End About:Partners
--------------------------------------------------------------------------------------- */


/* Portfolio:Discography
--------------------------------------------------------------------------------------- */
ul.disco strong.badge {
	position: absolute;
	bottom: -10px;
	left: 140px;
}
/* End Portfolio:Discography
--------------------------------------------------------------------------------------- */


/* Portfolio:Demos
--------------------------------------------------------------------------------------- */
ul.demos li {
	position: relative;
	margin-bottom: 30px;
}
	ul.demos h3 {
		text-indent: 10px;
	}
	ul.demos strong {
		margin-top: 10px;
	}
	ul.demos footer {
		position: absolute;
		right: 0;
		top: 0;
	}
		ul.demos a.primal {
			margin-right: 0;
			min-width: 30px;
		}
/* End Portfolio:Demos
--------------------------------------------------------------------------------------- */


/* Portfolio:Clients
--------------------------------------------------------------------------------------- */
ul.clients li, ul.testimonials li {
	position: relative;
}
	ul.clients footer, ul.testimonials footer {
		color: #918f8f;
		float: right;
		font-size: 11px;
		position: absolute;
		right: 0;
		top: 0;
	}
	ul.clients strong {
		margin-top: 10px;
	}

/* Insert sidebar country icons */
nav.clients {
	margin-bottom: 40px;
}

nav.clients li a {
	position: relative;
}
	nav.clients span, span.country {
		border: 1px solid #c3c3c3;
		height: 11px;
		position: absolute;
		right: 0;
		top: 7px;
		width: 16px;
	}
	span.country {
		display: inline-block;
		float: none;
		top: 4px;
		right: 40px;
	}
/* End Portfolio:Clients
--------------------------------------------------------------------------------------- */


/* Portfolio:Testimonials
--------------------------------------------------------------------------------------- */
ul.testimonials p {
	margin-top: 10px;
}

aside nav.send-test li {
	background: none;
	height: auto;
	margin-bottom: 20px;
}
	nav.send-test input.text, nav.send-test textarea {
		width: 90%;
	}
/* End Portfolio:Testimonials
--------------------------------------------------------------------------------------- */


/* FAQ
--------------------------------------------------------------------------------------- */
nav.inner-menu {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
	nav.inner-menu li {
		margin-bottom: 10px;
	}
	nav.inner-menu a {
		background: url(../images/bullet-right.png) left no-repeat;
		display: block;
		text-indent: 15px;
	}
		nav.inner-menu a:hover {
			color: #252525;
			text-decoration: none;
		}
div.inner-page article p,
div.inner-page section.contact p {
	margin-bottom: 20px;
	margin-top: 10px;
}
/* End FAQ
--------------------------------------------------------------------------------------- */


/* Services
--------------------------------------------------------------------------------------- */
div.services p.pale {
	margin-bottom: 30px;
}
div.services h2 {
	margin: 20px 0px 10px;
}
/* Services
--------------------------------------------------------------------------------------- */


/* Contact
--------------------------------------------------------------------------------------- */
span.mandatory {
	color: #aa1b1b;
}
form.contact li {
	margin-bottom: 20px;
	position: relative;
}
form.contact fieldset {
	margin-bottom: 30px;
}
form.contact label {
	cursor: pointer;
	display: inline-block;
	width: 140px;
}
	fieldset.slide h2 label {
		width: auto;
	}
form.contact input.text, form.contact textarea {
	width: 420px;
}
form.contact li.textarea label {
	position: relative;
	top: 3px;
	vertical-align: top;
}
	form.contact li.short textarea {
		height: 100px;
	}
form.contact h2 {
	display: inline-block;
	margin-bottom: 20px;
}
form ul.pushed {
	margin-left: 140px;
}
	form ul.pushed label {
		width: auto;
	}
	
	input#enter-new {
		display: inline;
		width: 300px;
	}
input.bot {
	display: none;
}
/* End Contact
--------------------------------------------------------------------------------------- */
/*** END MAIN
--------------------------------------------------------------------------------------- */



/*** HOMEPAGE
--------------------------------------------------------------------------------------- */
/* Common
--------------------------------------------------------------------------------------- */
div#main {
	margin-top: 30px;
}
.major {
	margin-bottom: 40px;
	position: relative;
}
	.major h1 {
		margin-top: 15px;
		margin-bottom: 0px;
	}

.major li {
	margin-bottom: 10px;
}
.major li a {
	color: #3d3d3d;
	padding-left: 2px;
}
	.major li a:hover {
		color: #000;
		text-decoration: none;
	}
/* End Common
--------------------------------------------------------------------------------------- */


/* Intro
--------------------------------------------------------------------------------------- */
section.intro {
	height: 200px;
	position: relative;
}
	section.intro h1 {
		color: #666666;
	}
	section.intro p {
		color: #918f8f;
		font-size: 11px;
	}
	section.intro footer {
		position: absolute;
		bottom: 0;
	}
/* End Intro
--------------------------------------------------------------------------------------- */


/* Slider
--------------------------------------------------------------------------------------- */
div#slider {
	background: url(../images/slider-bg.gif) repeat-x;
	height: 200px;
	overflow: hidden;
	position: relative;
	z-index: 0; /* IE7 fix */
}
	.ui-tabs-hide {
		display: none;
	}
	div#slider h2, div#slider p {
		color: #f5f5f5;
		line-height: 15px;
	}
	div#slider p {
		font-size: 11px;
		margin-top: 15px;
		width: 300px;
	}
	
	section.slide {
		float: left;
		height: 160px;
		margin-left: 30px;
		margin-top: 20px;
		position: relative;
		width: 560px;
	}
		section.slide a.slideimg {
			display: block;
			height: 150px;
			position: absolute;
			right: 0;
			top: 0;
			width: 240px;
		}
			section.slide a img {
				border: 5px solid white;
			}
			
		section.slide footer {
			position: absolute;
			bottom: 0;
		}
	
	nav#slide-switcher ul {
		float: right;
	}
		nav#slide-switcher li {
			float: left;
			height: 10px;
			margin: 10px 0 15px 10px;
			width: 10px;
		}
	
		nav#slide-switcher li {
			background: #918f8f;
			height: 10px;
			margin-bottom: 10px;
			width: 10px;
		}
			nav#slide-switcher li a {
				display: block;
				height: 10px;
				width: 10px;
			}
			nav#slide-switcher li:hover {
				background: #404040;
				outline: #252525 solid 1px;
			}
			nav#slide-switcher .ui-tabs-selected a {
				background: #fff;
				cursor: default;
				outline: #918f8f solid 1px;
			}
/* End Slider
--------------------------------------------------------------------------------------- */


/* Latest news
--------------------------------------------------------------------------------------- */
nav.latest-news {
	margin-bottom: 30px;
}

nav.latest-news a {
	color: #666;
	padding-left: 5px;
}

nav.latest-news li {
	margin-bottom: 15px;
}
/* End Latest news
--------------------------------------------------------------------------------------- */


/* Testimonials
--------------------------------------------------------------------------------------- */
nav.latest-test li {
	margin-bottom: 20px;
}

nav.latest-test p.text {
	background: url(../images/quotes.gif) no-repeat top left;
	color: #3d3d3d;
	text-indent: 30px;
}

nav.latest-test p {
	color: #918f8f;
	float: right;
	text-indent: 0;
}
/* End Testimonials
--------------------------------------------------------------------------------------- */


/* Demo samples
--------------------------------------------------------------------------------------- */
a.play {
	background: url(../images/control-play.gif) no-repeat;
	float: left;
	height: 16px;
	width: 16px;
}
	a.play:hover {
		background: url(../images/control-play-hover.gif) no-repeat;
	}
	
.latest-demos p.track {
	color: #3d3d3d;
	margin-left: 24px;
}
.latest-demos p.author {
	color: #918f8f;
}
/* End Demo samples
--------------------------------------------------------------------------------------- */


/* Latest client
--------------------------------------------------------------------------------------- */
.latest-client {
	margin-top: 32px;
}
	.latest-client footer {
		margin-top: 20px;
	}
	.latest-client dl {
		margin-bottom: 10px;
	}
	.latest-client dt {
		color: #3d3d3d;
	}
		.latest-client dt span, .latest-client dd {
			color: #918f8f;
		}
/* End Latest client
--------------------------------------------------------------------------------------- */
/*** END HOMEPAGE
--------------------------------------------------------------------------------------- */



/*** FOOTER
--------------------------------------------------------------------------------------- */
footer.global {
	background: url(../images/footer-bg.gif) repeat-x bottom center;
	height: 590px;
}
	footer.global h2 {
		margin-bottom: 20px;
		margin-top: 20px;
	}

div.footer-top {
	height: 285px;
	position: relative;
}
	
	div.footer-top a:hover {
		color: #252525;
		text-decoration: none;
	}
	div.footer-top a.second {
		bottom: 30px;
		margin-top: 10px;
		position: absolute;
	}
		div.footer-top a.second:active {
			bottom: 29px;
			position: absolute;
			top: auto;
		}
/* Studio
--------------------------------------------------------------------------------------- */
dl.featured-tool dt {
	float: left;
	padding-right: 10px;
}
dl.featured-tool dd {
	color: #918f8f;
	line-height: 18px;
	font-size: 11px;
}
dl.featured-tool img {
	height: 70px;
	width: 70px;
}

div.footer-top hr {
	background: url(../images/hr-list.gif) repeat-x;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
}

footer.global .studio-thumbs li {
	float: left;
	margin-right: 20px;
}

div.footer-top section.col1 p {
	clear: both;
}

nav.studio-thumbs img {
	height: 40px;
	width: 40px;
}
/* End Studio
--------------------------------------------------------------------------------------- */

/* Articles + Partners
--------------------------------------------------------------------------------------- */
nav.latest-articles li,
nav.latest-partners li {
	background: url(../images/hr-list.gif) repeat-x bottom;
	height: 30px;
}
nav.latest-articles li a, 
nav.latest-partners li a {
	background: url(../images/bullet-right.png) no-repeat left;
	color: #666;
	display: block;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	text-indent: 15px;
}	
/* End Articles + Partners
--------------------------------------------------------------------------------------- */


/* Middle footer
--------------------------------------------------------------------------------------- */
div.footer-middle {
	height: 120px;
}
	div.footer-middle .col1 {
		margin-top: 20px;
		position: relative;
	} 
	div.footer-middle .col2 {
		margin-top: 25px;
	} 
	span.partof {
		color: #4b4b4b;
		display: block;
		float: right;
		font-size: 11px;
		line-height: 80px;
		height: 80px;
		padding-right: 20px;
		text-transform: uppercase;
		vertical-align: middle;
	}	
	
	div.footer-middle form {
		padding-top: 10px;
	}
	input.newsletter-email {
		background: #303030;
		border: 1px solid #656565;
		color: #666;
		font-size: 11px;
		line-height: 24px;
		height: 24px;
		padding: 0 5px;
		width: 150px;
	}
	input.newsletter-submit {
		margin: 1px 0 0 5px;
		width: 95px;
	}
/* End Middle footer
--------------------------------------------------------------------------------------- */


/* Bottom footer
--------------------------------------------------------------------------------------- */
div.footer-bottom {
	height: 185px;
	position: relative;
}

div.footer-bottom nav {
	padding-top: 20px;
}

ul.sitemap li {
	float: left;
	width: 160px;
}
	ul.sitemap a {
		color: #918f8f;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
		ul.sitemap ul {
			margin-top: 10px; 
		}
			ul.sitemap ul a {
				color: #666;
				font-weight: normal;
			}

/* Credits */
div.footer-bottom p {
	bottom: 0;
	height: 32px;
	line-height: 32px;
	position: absolute;
}
	div.footer-bottom p.credits {
		right: 0;
	}
/* End Bottom footer
--------------------------------------------------------------------------------------- */
/*** END FOOTER
--------------------------------------------------------------------------------------- */
