﻿body, html, form
{
    /*background-image: url('images/pageBg.jpg');
    background-repeat: repeat-x;*/
    background-color: #B64423;
    height: 100%;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    margin: auto;
}

.shadowHolder
{
    position: relative;
    width: 790px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #B64423;
    background-image: url('Images/shadow.jpg');
    background-repeat: repeat-y;
}

.placeHolder
{
    position: relative;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    background-color: #B64423;
    background-image: url('Images/bg.jpg');
    background-repeat: no-repeat;
    height: 850px;
}

.headerPlaceholder
{
	width: 100%;
	height:120px;	
	cursor: pointer;
}

.menuPlaceholder
{
	width: 95%;
	margin: auto;
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-top: 3px;
}

.menuItem
{
	color: #cbcbcb;
	text-decoration: none;
	text-transform: lowercase;
}

.menuItem:hover
{
	color: #FFFFFF;
}

 .translucent 
 {
 	height: 550px;
 	width: 95%;
 	margin: auto;
 	background-color: #FFFFFF;
    opacity: 0.1;
    filter:alpha(opacity: 10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    z-index: 1;
    position: relative;
    border: 1px solid #000000;
    margin-top: 10px;
}


.full 
{
 	height: 530px;
 	margin: auto;
 	width: 90%;
 	margin-top: -540px;
 	color: #FFFFFF;
 	font-size: 20px;
 	font-weight: bold;
 	z-index: 10;
 	position: relative;
}

.headerLeft
{
	float: left;
}

.headerRight
{
	float: right;	
}

h1
{
	font-family: Arial;
	font-size: 26px;
	font-weight: normal;
	color: #fda829;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-family: Arial;
	font-size: 20px;
	color: #fda829;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 5px;
}

.searchButton
{
	background-image: url('images/buttonGo.png');
	background-repeat: no-repeat;	
	text-decoration: none;
}

.searchButton:hover
{
	background-image: url('images/buttonGoHover.png');
	background-repeat: no-repeat;	
	text-decoration: none;
}

.headerContainer
{
	display: table;	
	width: 100%;
}

.contentArea
{
	margin-top: 15px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #e8e8e8;	
}

.audioHolder
{
	width: 48%;
	border-top: 1px solid #b54422;
}

.audioEntry
{
	background-color: #000000;	
	border-left: 1px solid #b54422;
	border-right: 1px solid #b54422;
	border-bottom:1px solid #b54422;
	height: 30px;
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	background-image: url('images/audioFile.gif');	
}

.audioEntry:hover
{
	background-color: #474747;	
	border-left: 1px solid #b54422;
	border-right: 1px solid #b54422;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	background-image: url('images/audioFile2.gif');
}

.audioSlogan
{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

.audioEntryFlash
{
	background-color: #000000;	
	border: 1px solid #b54422;
	height: 52px;
	width: 326px;	
	margin-bottom: 4px;
}


ul
{
	padding: 0px;
	margin-left: 20px;
}

li
{
	font-size: 12px;
	padding: 0px;
	margin-left: 0px;
	line-height: 20px;
}

ul a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

ul a:hover
{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

.buttonSkin
{
	background-image: url('cms/images/buttonSkin.png');
	background-repeat: no-repeat;
	padding-left: 50px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
}

.buttonSkin:hover
{
	background-image: url('cms/images/buttonSkinHover.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

.buttonSkinBack
{
	background-image: url('images/buttonSkinBack.png');
	background-repeat: no-repeat;
	padding-left: 50px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
}

.buttonSkinBack:hover
{
	background-image: url('images/buttonSkinBackHover.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}


.rowStyle
{
	background-color: Black;
}

.rowStyle:hover
{
	background-color: #383838;
}

.rowStyleCell
{
	border: 1px solid #b54422;
	height: 25px;
	padding-left: 4px;
	font-weight: bold;
	cursor: pointer;
}

.error
{
	background-color: #FFFFFF;
	font-size: 16px;
	width: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.newContentArea
{
	width: 722px;
	display: table;
	margin: auto;
	margin-top: -10px;
}


/* New homepage css */

.newHomepage
{
	display: table;
	margin-top: 20px;
}

.homepageLeftContainer
{
	width: 429px;
	height: 542px;
	overflow: hidden;
	background-image: url('images/newhome_r1_c1.jpg');
	background-repeat: no-repeat;
	float: left;
	text-indent: -500em;
}


.homepageRightContainer
{
	width: 293px;
	height: 542px;
	overflow: hidden;
	float: right;
}

.homeRightTop
{
	width: 293px;
	height: 339px;
	background-image: url('images/newhome_r1_c2.jpg');
	background-repeat: no-repeat;
	display: table;
}

.homeRightBottom
{
	width: 293px;
	height: 203px;
	background-image: url('images/newhome_r2_c2.jpg');
	background-repeat: no-repeat;
	display: table;
	cursor: pointer;
}

.homepageDesc
{
	width: 370px;
	height: 130px;
	position: relative;
	top: 40px;
	left: 30px;
	color: Red;
	font-size: 40px;
	overflow: hidden;
}

.homepageDesc p
{
	font-size: 11px;
	font-weight: Normal;
	font-family: Arial;
	color: #FFFFFF;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}

.homepageDesc p a
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}


.homepageDesc p a:hover
{
	color: Orange;
}

.homepageDescBlock
{
	float: right;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.homepageSearchDesc
{
	width: 300px;
	height: 60px;
	position: relative;
	top: 115px;
	left: 110px;
	overflow: hidden;
}

.homepageSearchDesc p
{
	font-size: 11px;
	font-weight: Normal;
	font-family: Arial;
	color: #FFFFFF;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}

.homepageSearchBar
{
	background-image: url('images/newhome_bigsearch.png');
	background-repeat: no-repeat;
	width: 250px;
	height: 32px;
	overflow: hidden;
	position: relative;
	left: 110px;
	top: 120px;
}

.homepageSearchBarGo
{
    cursor:pointer;
    float:right;
    height:32px;
    width:32px;
}

.homepageSearchBarGo:hover
{
	background-image: url('images/newhome_bigsearch_go.png');
}

.homepage_bigSearch
{
	margin-left: 7px;
	margin-top: 6px;
	border: 0px none;
	height: 18px;
	width: 200px;
	background-color: #EDEDED;
	font-size: 12px;
	font-family: Arial;
	color: #333333;
	float: left;
}

.homeSmallSearch
{
	background-image: url('images/smallSearch.png');
	background-repeat: no-repeat;
	width: 212px;
	height: 33px;
	position: relative;
	top: 10px;
	left: 66px;
}

.homeSmallSearch_Go
{
	float: right;
	width: 36px;
	height: 33px;
	overflow: hidden;
	cursor: pointer;
}

.homeSmallSearch_Go:hover
{
	cursor: pointer;
	background-image: url('images/smallSearch_go.png');
	background-repeat: no-repeat;
}

.homepage_smallSearch
{
	margin-left: 7px;
	margin-top: 7px;
	border: 0px none;
	height: 15px;
	width: 160px;
	background-color: #EDEDED;
	font-size: 12px;
	font-family: Arial;
	color: #333333;
	float: left;
}

.homepageFeature
{
	width: 225px;
	height: 200px;
	position: relative;
	top: 90px;
	left: 45px;
	text-align: center;
	cursor: pointer;
}

.homepageFeature p
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.jingleCategory
{
	font-size: 15px !important;
	font-weight: bold !important;
}

.showAllCategories
{
	background-image: url('images/showallcats.png');
	background-repeat: no-repeat;
	width: 150px;
	height: 33px;
	float: right;
	text-indent: -1000em;
	margin-top: -12px;
	margin-right: 38px;
	cursor: pointer;
}

.jingleworldbg
{
	background-image: url('images/jingleworldbg.jpg');
	height: 541px;
	width: 722px;
	display: table;
	border: 1px solid #a7420b;
	margin-top: 15px;
}

.welcome
{
	position: absolute;
	width: 370px;
	height: 120px;
	left: 50px;
	margin-top: 75px;
	z-index: 100;
}

.welcome .blockage
{
	float: right;
	width: 60px;
	height: 60px;
}

.welcome p
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}

.welcome p a
{
	color: #FFFFFF;
	font-weight: bold;
}

.sound
{
	position: absolute;
	width: 220px;
	height: 20px;
	left: 240px;
	margin-top: 255px;
	z-index: 110;
}

.bigsearch
{
    height:31px;
    left:130px;
    margin-top:412px;
    position:absolute;
    width:249px;
    z-index:120;
}

.bigSearch_field
{
    background-color:#EDEDED;
    border:0 none;
    margin-left:2px;
    margin-top:6px;
    width:185px;
}

.bigSearch_go
{
	float: right;
	width: 50px;
	height: 30px;
	cursor: pointer;
}

.bigSamples
{
	position: absolute;
	width: 300px;
	height: 375px;
	left: 460px;
	margin-top: 55px;
	z-index: 120;
	cursor: pointer;
}

.topSearch
{
	position: absolute;
	width: 220px;
	height: 20px;
	left: 513px;
	margin-top: 18px;
	z-index: 120;
}

.topSearch .topSearch_go
{
	width: 45px;
	height: 30px;
	float: right;
	cursor: pointer;
}

.topSearch .topSearch_Field
{
	border: 0px none;	
	background-color: #ededed;
	width: 165px;
	height: 15px;
	margin-top: 1px;
}
