
/* ******************************************************************************************************************** */
/* ALL SITE HTML ELEMENTS 																								*/
/* ******************************************************************************************************************** */

body
{
	background-color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: top;
}

div
{ 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10.5pt;
	font-weight: normal;
	color: #FFF;
}

input
{ 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

form
{
	display: inline;	
}

/* ******************************************************************************************************************** */
/* ALL SITE BASE CONTAINER LAYERS 																						*/
/* ******************************************************************************************************************** */

#rootContainer
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
}

#headerLogoLayerContainer
{
	width: 1000px;
	height: 113px;
	font-size: 1pt;
	background-image: url(/images/headerLogoLayerBackground.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#headerMenuLayerContainer
{
	width: 1000px;
	height: 36px;
	background-image: url(/images/headerMenuLayerBackground.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#headerSortLayerContainer
{
	width: 1000px;
	height: 21px;
	background-image: url(/images/headerSortLayerBackground.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 9.5pt;
	color: #F781A5;
	padding-top: 4px;
}

#headerSortLayerContainer .left {
	float: left;
	font-size: 9.5pt;
	color: #FFFFFF;
}

#headerSortLayerContainer .right {
	float: right;
	margin-right: 25px;
	position: relative;
	z-index: 101;

}

#headerSortLayerContainer .right img {
	position: relative;
	top: 3px;
}

#headerBottomLayerContainer
{
	width: 1000px;
	height: 7px;
	font-size: 1pt;
	background-image: url(/images/headerBottomLayerBackground.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

/* ******************************************************************************************************************** */
/* HEADER LOGO CONTAINER ELEMENTS: LOGO AND 700 * 100 PIXEL BANNER														*/
/* ******************************************************************************************************************** */

#headerLogoLayerMarginTop
{
	width: 1000px;
	height: 6px;
	font-size: 1pt;
}

#headerLogoLayerLeftContent
{
	width: 224px;
	height: 100px;
	text-align: left;
	padding-left: 26px;
	float: left;
}

#headerLogoLayerRightContent
{
	width: 720px;
	height: 100px;
	text-align: right;
	padding-right: 30px;
	float: left;
}

#headerLogoLayerMarginBottom
{
	width: 1000px;
	height: 1px;
	font-size: 0.5pt;
	clear: both;
}

/* ******************************************************************************************************************** */
/* HEADER MENU LAYER BASE ELEMENTS 																						*/
/* ******************************************************************************************************************** */

#headerMenuLayerMarginTop
{
	width: 1000px;
	height: 6px;
	font-size: 0.5pt;
}

#headerMenuLayerMenuContent
{
	width: 630px;
	text-align: left;
	padding-left: 30px;
	float: left;
	font-weight: bold;
}

#headerMenuLayerSearchContent
{
	width: 310px;
	_width: 360px;
	text-align: right;
	padding-right: 20px;
	float: left;
}

#headerMenuLayerMarginBottom
{
	width: 1000px;
	height: 1px;
	font-size: 0.5pt;
	clear: both;
}

/* ******************************************************************************************************************** */
/* HEADER MENU ELEMENTS: LAYER AND ROOT MENU 																			*/
/* ******************************************************************************************************************** */

.menuElementLayers
{
	float: left;
	margin-top: 2px;
}

.menuLinesLayers
{
	float: left;
	margin: 0;
	padding: 0;
}

a.menuLink
{
	color: #FFF;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
a.menuLink:hover
{
	color: #FF66CC;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
		
/* ******************************************************************************************************************** */
/* HEADER MENU SEARCH INPUT ELEMENTS 		 																			*/
/* ******************************************************************************************************************** */		
			
.headerInputContainer
{
	float: right;
}

.headerButtonMargin
{
	width: 8px;
	float: right;
	font-size: 0.5pt;
}

.inputElementSearch
{
	background-color: #460020; 
	border: solid 1px #8D0A31;
	color: #FFDDEC;
}

/* ******************************************************************************************************************** */
/* HEADER SORT LAYER LINK ELEMENTS 			 																			*/
/* ******************************************************************************************************************** */		
	
a.menuSort
{
	color: #F781A5;
	font-weight: normal;
	font-size: 9.5pt;
	text-decoration: none;
}
a.menuSort:hover
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 9.5pt;
	text-decoration: none;
}
	
/* ******************************************************************************************************************** */
/* ALL CONTENT ELEMENTS BASE LAYERS: HEADER MIDDLE AND BOTTOM  															*/
/* ******************************************************************************************************************** */		
	
.contentContainerHeaderLayer
{
	width: 970px;
	_width: 1000px;
	height: 26px;
	_height: 36px;
	background-image: url(/images/contentTopHeaderBackground.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 30px;
}

.contentContainerNotextHeaderLayer
{
	width: 1000px;
	height: 17px;
	background-image: url(/images/contentTopNoheadBackground.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-size: 0.5pt;
}

.contentContainerMiddleLayer
{
	width: 1000px;
	height: auto;
	background-image: url(/images/contentTopMiddleBackground.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	text-align: center;
}

.contentContainerBottomleLayer
{
	width: 1000px;
	height: 17px;
	background-image: url(/images/contentTopBottomBackground.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
	
/* ******************************************************************************************************************** */
/* TOP THOMB AND VIDEO CONTAINER BASE LAYERS														*/
/* ******************************************************************************************************************** */

.contentMidleThumbContainer
{
	width: 958px;
	height: auto;
	margin: 0 auto 0 auto;
}
		
.topThumbContainerLeft
{
	width: 640px;
	height: auto;
	text-align: left;
	float: left; 
}

.topThumbContainerRight
{
	width: 318px;
	height: auto;
	text-align: center;
	float: left;
}

.topThumbContainerVideoRight
{
	width: 318px;
	height: auto;
	float: left;
	text-align: right;
}

.topThumbContainerOver
{
	width: 958px;
	height: 1px;
	font-size: 0.5pt;
	clear: both;
}

/* ******************************************************************************************************************** */
/* TOP THOMB AND VIDEO CONTAINER LEFT VIDEO LAYER ELEMENTS 																*/
/* ******************************************************************************************************************** */

.topThunbVideoContainer
{
	width: 640px;
	height: 480px;
}

.topThumbVideoMarginLayer
{
	width: 640px;
	height: 8px;
	font-size: 0.5pt;
}

.topThumbVideoDownloadLayer
{
	width: 640px;
	height: auto;
	text-align: center;
}

a.downloadLink
{
	color: #999999;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
a.downloadLink:hover
{
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

/* ******************************************************************************************************************** */
/* TOP THOMB AND VIDEO CONTAINER RIGHT VIDEO LAYER ELEMENTS 															*/
/* ******************************************************************************************************************** */

.topThumbRightVideoBannerMargin
{
	width: 300px;
	height: 8px;
	font-size: 0.5pt;
}

.topThumbRightVideoBannerLayer
{
	width: 300px;
	height: 250px;
	margin-left: 17px;
}

/* ******************************************************************************************************************** */
/* TOP THOMB AND VIDEO CONTAINER RIGHT LAYER: 300 * 250 BANNERS 														*/
/* ******************************************************************************************************************** */

.topThumbRightMargin_1_Layer
{
	width: 318px;
	height: 16px;
	font-size: 0.5pt;
}

.topThumbRightMargin_2_Layer
{
	width: 318px;
	height: 16px;
	font-size: 0.5pt;
}

.topThumbRightMargin_3_Layer
{
	width: 318px;
	height: 7px;
	font-size: 0.5pt;
}

.topThumbRightHRLayer
{
	width: 300px;
	height: 1px;
	border-top: solid 1px #562D3A;
	font-size: 0.5pt;
	margin-right: 17px;
}

.topThumbRightTopTextLayer
{
	width: 300px;
	height: auto;
	margin-right: 17px;
	font-size: 9pt;
	font-weight: bold;
}

.topThumbRightBannerLayer
{
	width: 300px;
	height: 250px;
	margin-right: 17px;
}

.topThumbRightBottomTextLayer
{
	width: 300px;
	height: auto;
	margin-right: 17px;
	font-size: 9pt;
	font-weight: normal;
}

a.bottLink
{
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
a.bottLink:hover
{
	color: #F781A5;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

/* ******************************************************************************************************************** */
/* TOP THOMB AND VIDEO CONTAINER LEFT LAYER: 6 THUMB IMAGE LIST  														*/
/* ******************************************************************************************************************** */

.topThumbLeftContentsOverLayer
{
	width: 640px;
	height: 1px;
	font-size: 0.5pt;
	clear: both;
}

.topThumbLeftContentsHorisMargin
{
	width: 640px;
	height: 13px;
	font-size: 0.5pt;
}

/* ******************************************************************************************************************** */
/* THUMB IMAGE CONTAINER LAYER AND ALL ELEMENTS 																		*/
/* ******************************************************************************************************************** */
			
.thumbContainerCubeLayer
{
	width: 174px;
	height: auto;
	float: left;
}

.thumbImageContainerLayer
{
	width: 174px;
	height: 125px;
	text-align: center;
	vertical-align: top;
}

.thumbImagePropertyes
{
	width: 160px;
	height: 120px;
	border: solid 1px #905C6B;
	position: relative;
}

.thumbImagePropertyes .preview {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.thumbImagePropertyes .pic {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.thumbImagePropertyes .pic img {
	border: 0;
}

.thumbTitleContainerLayer
{
	width: 162px;
	height: 33px;
	text-align: left;
	padding: 0 6px 0 6px;
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
}

a.titleLink
{
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a.titleLink:hover
{
	color: #F781A5;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.thumbTextsContainerLayer
{
	width: 162px;
	height: auto;
	text-align: left;
	padding: 0 6px 0 6px;
}

.thumbTextsLeftContainer
{
	width: 75px;
	height: auto;
	text-align: left;
	color: #CCCCCC;
	font-size: 8.5pt;
	float: left;
}

.thumbTextsRightContainer
{
	width: 75px;
	height: auto;
	text-align: right;
	color: #CCCCCC;
	font-size: 8.5pt;
	float: left;
}

.thumbTextsOverLayer
{
	width: 162px;
	height: 1px;
	font-size: 0.5pt;
}

/* ******************************************************************************************************************** */
/*  MIDDLE THUMB CONTAINER ELEMENTS 																					*/
/* ******************************************************************************************************************** */

.thumbContainerMarginLayer
{
	width: 22px;
	height: 125px;
	font-size: 0.5pt;
	float: left;
}
			
.thumbContentsOverLayer
{
	width: 934px;
	height: 1px;
	font-size: 0.5pt;
	clear: both;
}
	
.contentMidleThumbHorisMargin
{
	width: 934px;
	height: 13px;
	font-size: 0.5pt;
	margin: 0 auto 0 auto;
}
	
/* ******************************************************************************************************************** */
/*  NUMERIC LAYER ALL ELEMENTS 																							*/
/* ******************************************************************************************************************** */

.numericElementsBackgroundLayer
{
	width: 1000px;
	height: 30px;
	_height: 44px;
	background-image: url(/images/numericLayerBackground.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 14px;
	font-size: 10.5pt;
	font-weight: bold;
	color: #FFFFFF;
}

a.menuNumeric
{
	color: #FFFFFF;
	font-size: 10.5pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
a.menuNumeric:hover
{
	color: #F781A5;
	font-size: 10.5pt;
	font-weight: bold;
	text-decoration: underline;
}
	
/* ******************************************************************************************************************** */
/*  FOOTER LAYER ALL ELEMENTS 																							*/
/* ******************************************************************************************************************** */
	
.footerBannerTopMargin
{
	width: 1000px;
	height: 5px;
	font-size: 0.5pt;
}

.footerBannerElementsLayer
{
	width: 1000px;
	height: auto;
	text-align: center;
}

.footerElementsBackgroundLayer
{
	width: 940px;
	_width: 1000px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(/images/footerElementsBackground.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #905C6B;
	text-align: center;
	padding-top: 18px;
	_padding-top: 8px;
}
		
a.menuFooter
{
	color: #905C6B;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
a.menuFooter:hover
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

/* ******************************************************************************************************************** */
/*  END STYLE 				 																							*/
/* ******************************************************************************************************************** */

#flvPlayerEmbed, #PseudoFlvPlayerProg {
    position: absolute;
    z-index: 101;
}

#bg {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000000;
    display: none;
    z-index: 90;
}

.campaign {
    position: relative;
    z-index: 101;
}

.lights {
    float: left;
    font-size: 9.5pt;
    color: #F781A5;
    cursor: pointer;
}

.addthis_button {
    margin-left: 10px;
}

.amung {
    margin-top: 10px;
}

.topThumbVideoDownloadLayer a {
	color: #ffffff;
	text-decoration: none;
}