﻿/* Default CSS properties */
body
{
    background-color    : White;
	color				: Black;
	font-family 		: Tahoma, Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	background-image    : url('/style/images/imgBackground.jpg');
}

img
{
	border				: 0px;
}

A:Link
{
	color				:	White;
	text-decoration		:	none;
}

A:Visited
{
	color				:	White;
	text-decoration		:	none;
}

A:Active
{
	color				:	White;
	text-decoration		:	none;
}

A:Hover
{
	color				:	#f5ee31;
	text-decoration		:	none;
}

/* Containers */
.pnlContainer
{
    position    		: absolute;
	overflow			: visible;
    left        		: 50%;
    width       		: 948px;
	margin-left 		: -474px;
	top					: 20px;
	height              : 800px;
	background-image    : url('/style/images/imgContentBackground.png');
	background-repeat   : repeat-y;
}

.pnlLogo
{
    position            : absolute;
    top                 : 5px;
    left                : 55px;
    z-index             : 10;
}

.pnlBottom
{
    position            : absolute;
    bottom              : -27px;
    left                : 0px;
    width               : 948px;
    z-index             : 1;
}

.pnlContent
{
    position            : absolute;
    top                 : 50px;
    left                : 50px;
    width               : 850px;
    line-height         : 25px;
}

.pnlReel
{
    position            : absolute;
    top                 : 150px;
    left                : 26px;
}

.pnlHorsesLogo
{
    position            : absolute;
    top                 : 225px;
    left                : 7px;
    z-index             : 10;
}

.pnlHeader
{
    position            : absolute;
    top                 : -27px;
}

.pnlSlogan
{
    position            : absolute;
    top                 : 75px;
    left                : 470px;
}

.pnlLanguages
{
    position            : absolute;
    right               : 35px;
    top                 : 15px;
}

.pnlHighlightBackground
{
    position            : absolute;
    left                : 379px;
    top                 : 330px;
}

.pnlCopyright
{
    position            : absolute;
    top                 : 5px;
    left                : 75px;
    color               : White;
}

.pnlStars
{
    position            : absolute;
    top                 : -120px;
    right               : -35px;
}

.pnlMenu
{
    position            : absolute;
    top                 : 360px;
    z-index             : 100;
    font-weight         : bold;
    font-size           : 14px;
    left                : 50px;
    letter-spacing      : 0.1em;
    color               : White;
}

.pnlCenterMenu
{
    position            : absolute;
    left                : 393px;
    top                 : 0px;
    width               : 240px;
    color               : #f5ee31;
    text-align          : center;
}

.pnlRightMenu
{
    position            : absolute;
    left                : 675px;
    top                 : 0px;
    width               : 250px;
}

.pnlContact
{
    position            : absolute;
    top                 : 425px;
    left                : 715px;
    color               : #d02a0e;
    font-size           : 11px;
    line-height         : 20px;
    z-index             : 20;
    letter-spacing      : 0.05em;
    font-weight         : bold;
}

.pnlActualContent
{
    position            : absolute;
    left                : 406px;
    top                 : 350px;
}

.pnlActualText
{
    padding-top         : 5px;
    text-align          : justify;
    width               : 200px;
    line-height         : 18px;
}

.pnlReadOn
{
    position            : absolute;
    left                : 125px;
    width               : 200px;
    color               : #ed1c24;
    font-weight         : bold;
}

.lblHeader
{
    color               : #ac2e26;
    font-weight         : bold;
    line-height         : 18px;
}

.lblBigHeader
{
    color               : #ac2e26;
    font-weight         : bold;
    line-height         : 18px;
    font-size           : 14px;
}

.pnlLeftContent
{
    position            : absolute;
    top                 : 375px;
    left                : 25px;
    width               : 325px;
    text-align          : justify;
    line-height         : 18px;
}

.pnlChinaSlogan
{
    position            : absolute;
    top                 : 675px;
    left                : 395px;
}

.pnlContactForm
{
    position            : absolute;
    top                 : 500px;
    left                : 15px;
}

.pnlContentText
{
    position            : absolute;
    top                 : 375px;
    width               : 330px;
    left                : 15px;
    text-align          : justify;
}

.txtRegular
{
    width               : 250px;
    border              : 1px solid #d02a0e;
}

.pnlReferenceContent
{
    position            : relative;
    padding-top         : 375px;
    width               : 700px;
    text-align          : justify;
    left                : 75px; 
    line-height         : 18px;  
}

.pnlReferenceTable
{
    position            : absolute;
    left                : 75px;
    z-index             : 10;
    line-height         : 18px;
    text-align          : justify;
    width               : 700px;
}

.pnlThumbs
{
    position            : absolute;
    top                 : 700px;
    left                : 600px;
}

.pnlHorsesThumbs
{
    position            : absolute;
    top                 : 700px;
    left                : 575px;
}

/* XFade2 */
.imageContainer
{
	height				: 100px;
	top					: 0px;
	left				: 0px;
	position			: absolute;
	z-index             : 8;
}

.imageContainer  img 
{
	display				: none;
	position			: absolute;
	top					: 0; 
	left				: 0;
}
