
/*================================================
Css Document;
1.1. Reset the styles.
1.2	Layout	wrapper, page
2.0	Header
3.0 Content
3.1	 Welcome Block
3.2 Main content
3.3 Gr-block end
3.4 S-box begin
4. Footer

================================================*/

/*================================================
  1.1         Reset the styles.
================================================*/

html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: #000;
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font: 75% Arial, Helvetica, sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { font-family: Arial, Helvetica, sans-serif; }

div, dl, dt, dd, ul, ol, li, legend, input, button, textarea, p, blockquote, th, td {
	line-height: 1.4em;
	word-spacing: 0.04em
}

a, a:link, a:focus, a:hover, a:active { outline: none; text-decoration:none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { border: 0; }

input[type=radio], input[type=checkbox] {
	vertical-align: middle;
	margin: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del, ins { text-decoration: none; }

caption, th { text-align: left; }

h1, h2, h3, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	background-color:inherit;
}

sup { vertical-align: baseline; }

sub { vertical-align: baseline; }

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
	color:#F05729;
}

input:focus, textarea:focus { outline: none }
#audioplayer_1, #audioplayer_2, #audioplayer_3 {margin-top:10px;}



input {background-color:#000; border: 2px solid #434343!important;}
.alr {text-align:right;}


/*=======================================
	1.2		Layout	wrapper, page
==========================================*/
body {
	background: #1E1A1B;
	color: #fff;
}

a, a:link, a:visited {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

a:visited { text-decoration: none; }

a:hover, a:visited:hover {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

p { padding: 10px 0px 5px 0px; }

h1, h2, h3, h4, h5, h6 { color: #fff; }

h1 {
	font-size: 1.833em;
	font-weight: normal;
	line-height: 25px;
	padding-bottom: 5px;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: 3px;
}

h3 { font-size: 1.333em; }

h4{margin-top:25px; margin-bottom:0px;}

h5 {
	font-size: 1.333em;
	padding-bottom: 10px;
}

.inline { display: inline; }

#page {
	background:url(../img/bg/pageBG.png) repeat-x left top;
	margin:0px auto;
	min-width: 960px;
}

#header {
	height:97px;
	padding:21px 0px 0px 0px;
	overflow: hidden;
}

#wrapper {
	width: 890px;
	padding: 0px 10px 0px 10px;
	margin:0px auto;
	min-height: 100%;
}

#footer {
	position:relative;
	min-height: 195px;
	clear:both;
	padding:30px 0px 0px 0px;
	background:#1e1a1b;
}

#footer-inside {
	width: 910px;
	padding-left: 20px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

/*===================================
			2.0 header
=====================================*/


.logo {
	width:423px;
	height:56px;
	float:left;
	padding: 36px 0px 0px 0px;
}

.logo a, .logo a:hover, .logo:visited {
	background:url(../img/logo.png) no-repeat left top;
	padding: 56px 0 0 0;
	height: 0px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.menu {
	list-style:none;
	background:url(../img/bg/menuBG.png) no-repeat left top;
	height:74px;
	width:440px;
	float:right;
	padding: 5px 1px 5px 5px;
}

.menu li {
	float:left;
	margin:0px 3px 0px 0px;
}

.menu li a {
	background:url(../img/bg/menu-elBG.png) no-repeat left top;
	display:block;
	width:85px;
	height: 75px;
}

.menu li a:hover { background-position: left -76px; }

.menu .item-2 a:hover { background-position: left -152px; }

.menu li a span {
	text-indent:-9999px;
	display:block;
	width:85px;
	height: 75px;
	cursor: pointer;
}

.menu .item-1 a span { background:url(home.png) no-repeat left top; }

.menu .item-2 a span { background: url(search.png) no-repeat left top; }

.menu .item-3 a span { background: url(company.png) no-repeat left top; }

.menu .item-4 a span { background: url(licensing.png) no-repeat left top; }

.menu .item-5 a span { background: url(contact-us.png) no-repeat left top; }

/*==================================
			3.0 content
===================================*/

#content {
	overflow:hidden;
	padding:0px 0px 55px 0px;
}

/*==================================
 3.1	 Welcome Block
===================================*/
.welcome-block {
	background:url(../img/bg/center.png) no-repeat left top;
	width:878px;
	height: 299px;
	padding:11px 0px 0px 12px;
	float:left;
	overflow: hidden;
	margin: 0;
}

.welcome-block .wlc-img {
	width:549px;
	float: left;
	padding:0px 10px 0px 0px;
}

.welcome-block .wlc-text {
	background:url(../img/bg/cont1BG.png) no-repeat left top;
	width:255px;
	height: 237px;
	float:left;
	padding:25px 30px 25px 30px;
}

.wlc-text h1 {
	color:#faab46;
	font-size:19px;
	font-weight: bold;
	white-space: nowrap;
}

.wlc-text h1 span { color:#f05729; }

.wlc-text p a img { margin: 3px 0 0 0; }

.wlc-text h2 {
	font-size:13px;
	color:#FFF;
	line-height:19px;
	display:inline;
	padding: 0 4px 0 0;
	font-weight:bold;
}

.wlc-text p {
	color:#f05729;
	font-size: 13px;
	line-height:19px;
	display:inline;
}

a.button {
	background:url(../img/btn/read-more.png) no-repeat left top;
	width:75px;
	height:16px;
	display:block;
}

.position {
	float:right;
	margin:3px 12px 0px 0px;
}

.news {
	background:url(../img/btn/more-news.png) no-repeat left top;
	display:block;
	width:75px;
	height:16px;
	float:right;
}

/*=====================================
	    3.2 main content
=======================================*/
.main-content {
	padding: 12px 0 0 0!important;
	clear: both;
}

.gr-block {
	min-height: 342px;
	background:url(../img/box/box-bg2.png) repeat-y;
	padding:0px 0 0px 0;
	position: relative;
	margin-top: 0px;
}

.gr-block-1 {
	height: 320px;
	background:url(../img/box/box-bg1.png) no-repeat left top;
	position: absolute;
	top: -12px;
	width: 890px;
}

.gr-block-2 {
	background:url(../img/box/box-bg3.png) no-repeat left bottom;
	position: absolute;
	overflow:hidden;
	bottom: -19px;
	height: 19px;
	left: 0px;
	width: 890px;
}

.gr-content {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 0px 12px;
}

.gr-content a:hover { color:#fff; }

#home-blocks { position: absolute; }

/*=====================================
			3.3 gr-block end
=======================================*/
.gr-box-content {
	width: 280px;
	float: left;
}

.gr-box-content .top-bg {
	background:url(../img/box/tt-bg-1.png) no-repeat left bottom;
	height: 23px;
}

.center { margin: 0px 12px; }

.gr-box-content .box-bg {
	background:url(../img/box/tt-bg-rep.png) repeat-y left top;
	min-height: 266px;
}

.gr-box-content .gr-box {
	background:url(../img/box/tt-bg-grad.png) no-repeat left top;
	min-height: 300px;
	padding: 0px 22px 0px 22px;
	overflow: hidden;
}

.gr-box-content .bt-bg {
	background:url(../img/box/tt-bg-bt.png) no-repeat left bottom;
	height: 27px;
	clear: both;
}

.gr-box-content .gr-box p {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	line-height:17px;
	padding:0px 0px 0px 0px;
}

.latest-release {
	background:url(../content-img/latest-release.png) no-repeat left top;
	width:111px;
	height: 0px;
	padding:10px 0px 0px 0px;
	overflow:hidden;
}

.marlyn-music {
	background:url(../content-img/music-news.png) no-repeat left top;
	width:148px;
	height:0px;
	overflow:hidden;
	padding:10px 0px 0px 0px;
}

.music-search {
	background:url(../content-img/music-search.png) no-repeat left top;
	width:100px;
	height:0px;
	overflow:hidden;
	padding:10px 0px 0px 0px;
}

/*=====================================
			 3.4 s-box begin
=======================================*/

.s-box1 { background: url(../img/box/s-box3.png) repeat-y; }

.s-box2 {
	background:url(../img/box/s-box2.png) no-repeat left bottom;
	padding:0px 0px 26px 0px;
}

.s-box3 {
	background:url(../img/box/s-box1.png) no-repeat left top;
	min-height:291px;
}

.main-content {
	padding: 0px 0px 0px 0px;
	clear:both;
}

.topBG {
	background:url(../img/bg/borderBG1.png) no-repeat left top;
	padding: 29px 0px 0px 0px;
}

.bottomBG {
	background:url(../img/bg/borderBG2.png) no-repeat left bottom;
	padding: 0px 0px 31px 0px;
}

.contBG { background:url(../img/bg/contBG.png) repeat-y; }

.gradient {
	background:url(../img/bg/gradient.png) no-repeat left top;
	min-height:272px;
	padding:0px 0px 0px 12px;
	overflow:hidden;
}

.box {
	width:245px;
	min-height: 315px;
	float:left;
	padding:0px 17px 0px 17px;
	margin:0px 10px 0px 0px;
}

.box h2 {
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	text-align:left;
}

.box h2 span { color:#faab46; }

.element {
	background:url(../img/bg/element.png) no-repeat left top;
	width:11px;
	height:3px;
	display:block;
	margin:10px 0px 17px 0px;
}

.music { margin:10px 0px 26px 0px!important; }

.box h2 .color { color:#f05729; }

.cont-box {
	padding:9px 0px;
	min-height: 52px;
	overflow: hidden;
}

.cont-box span {
	font-size:11px;
	color:#f05729;
	font-weight:bold;
}

.cont-box a {
	font-size:13px;
	color:#FFF;
	line-height: 17px;
	text-decoration:none;
	font-weight:bold;
}

.cont-box a:hover {
	text-decoration:none;
	color:#F5A845;
}

.cont-box p {
	font-size:13px;
	color:#FFF;
	line-height: 17px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}

.border { border-top: 2px dotted #696b6d; }

.last { border-bottom: 2px dotted #696b6d; }

.album {
	width:55px;
	height:55px;
	float:left;
}

.data { float:right; }

.data span {
	float:right;
	padding:5px 0px 0px 0px;
}

.data h3 a {
	font-weight:bold;
	color:#faab46;
	line-height:17px;
	font-size:13px;
}

.data h3 {
	text-align: right;
}
/*=====================================
			4. footer
=======================================*/

.foot-logo {
	float:left;
	width:206px;
	padding: 5px 0 0 0;
}

.foot-menu {
	float:left;
	width:295px;
	padding:0px 0px 0px 19px;
}

.foot-menu p {
	font-weight:bold;
	font-size: 11px;
	color:#b0b3b5;
	padding: 0px 0px 0px 0px;
}

.foot-menu ul { list-style:none; }

.foot-menu ul li {
	float:left;	white-space: nowrap;
	padding:0px 7px 0px 0px;
	margin-right: 7px;
	background:url(../img/bg/foot-bg.gif) no-repeat right center;
}

.foot-menu ul li.last-item { background: none; }

.foot-menu ul li a {
	text-decoration:none;
	font-size:11px;
	color:#b0b3b5;
	line-height:19px;
}

.foot-menu ul li a:hover {
	text-decoration:none;
	color:#fff;
}

.brand {
	width: 380px;
	float:left;
}

.brand ul { list-style:none; }

.brand ul li {
	float:left;

	margin:0px 15px 0px 0px;
}
.algon {background:url(../img/bg/pattern.jpg); width:100%; height:auto;}