@charset "utf-8";
/* CSS Document */

a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: underline;}

a.aNone:link {color: #ffffff; text-decoration: none;}
a.aNone:visited {color: #ffffff; text-decoration: none;}
a.aNone:active {color: #ffffff; text-decoration: none;}
a.aNone:hover {color: #ffffff; text-decoration: none;}

a.aBlue:link {color: #006cb7; text-decoration: none;}
a.aBlue:visited {color: #006cb7; text-decoration: none;}
a.aBlue:active {color: #006cb7; text-decoration: underline;}
a.aBlue:hover {color: #006cb7; text-decoration: underline;}

a.aLink:link {color: #ffffff; text-decoration: none; font-weight: bold;}
a.aLink:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
a.aLink:link#current {color: #A9D427; text-decoration: underline; font-weight: bold;}
a.aLink:visited#current {color: #A9D427; text-decoration: underline; font-weight: bold;}
a.aLink:active {color: #A9D427; text-decoration: underline; font-weight: bold;}
a.aLink:hover {color: #A9D427; text-decoration: underline; font-weight: bold;}

a.aSmall:link {color: #A9D427; text-decoration: none; font-style: italic; font-size: 13px;}
a.aSmall:visited {color: #A9D427; text-decoration: none; font-style: italic; font-size: 13px;}
a.aSmall:active {color: #A9D427; text-decoration: underline; font-style: italic; font-size: 13px;}
a.aSmall:hover {color: #A9D427; text-decoration: underline; font-style: italic; font-size: 13px;}

a.aWatch:link {color: #ffffff; font-weight: bold; text-decoration: none;}
a.aWatch:visited {color: #ffffff; font-weight: bold; text-decoration: none;}
a.aWatch:active {color: #ffffff; font-weight: bold; text-decoration: underline;}
a.aWatch:hover {color: #ffffff; font-weight: bold; text-decoration: underline;}

a.aRequest:link { background-repeat: no-repeat;	padding: 1px 151px 15px 1px; vertical-align: top;}
a.aRequest:visited { background-repeat: no-repeat; padding: 1px 151px 15px 1px; vertical-align: top;}
a.aRequest:active { background-position: 0px -36px; }
a.aRequest:hover { background-position: 0px -36px; }



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	background: url(../Images/Design/Page_bg.jpg) no-repeat;
	background-position: center top;
	background-color: #828282;
}

div.dBox {
	margin-left: 50px;
	margin-right: 50px;
	padding: 5px;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
}

div.dLine {
	width: 90%;
	height: 1;
	border-bottom: solid 1px #888;
	margin: 0 0 10px 0;
}

div.dImageLeft {
	float: left; 
	position: relative; 
	margin-right: 20px;
	margin-bottom: 10px;
}
div.dImageRight, div.dWatch, div.dVideo {
	float: right; 
	position: relative; 
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
}
div.dWatch {
	width: 110px;
	height: 28px;
	background-image:url(../Images/Button_watch.gif);
	background-repeat: no-repeat;
	padding: 6px 0 0 0;
	text-align:center;
}
div.dVideo {
	margin-right: 10px;
	margin-left: 10px;
}

div.dShowPopup {
	display:block;
	left:100px;
	position:absolute;
	border: solid 1px #666;
	background-color: #171717;
	padding: 8px;
	width: 280px;
}
div.dHidePopup {
	display:none;
	position:absolute;
}

h1 {
	font-size: 24px;
	margin:0;
	margin-bottom: 6px;
}
h1.Caption {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	margin:0;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	margin:0;
	margin-bottom: 4px;
}
h4 {
	font-weight: bold;
	margin:0;
	margin-bottom: 3px;
}	

img {
	border: 0;
}

img.iBorder {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
img.iBorderBig {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
img.iBorderFullBig {
	border: 2px solid #ccc;
}

img.iBox {
	border: 2px solid #999;
	margin-top: 8px;
}

img.iHover {
	opacity: .55;
	filter: alpha(opacity = 55);
	margin-right: 5px;
}
img.iHover:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}
img.iHoverBorder {
	opacity: .55;
	filter: alpha(opacity = 55);
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	margin-right: 5px;
}
img.iHoverBorder:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

input {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #999;
	background-color:#ddd;
	padding: 2;
}

form {
	padding: 0;
}

.iSend {
	background-image: url(../Images/Btn_send2.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 60px;
	height: 24px;
	border: 0;
	padding: 0;
	margin: 0 0 0 2px;
	vertical-align: top;
}

li.liArrow {
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

.liBig li {
	padding-bottom: 7px;
}

ul.ulArrow {
	list-style-image: url(../Images/Arrow.gif);
	padding: 0;
	margin: 0;
	margin-left: 20px;
	padding-left: 20px;
}

p {
	margin: 0;
	line-height: 18px;
	font-size: 15px;
}

p.pPanel {
	padding-bottom: 10px;
}

p.pQuote {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 20px;
	font-size: 14px;
	padding-left: 60px;
}

td {
	text-align: left;
	vertical-align: top;
}

td.tdPanel {
	width: 275px;
	height: 260px;
	background-image: url(../Images/Panel.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

td.tdShow {
	text-align: center;
	padding: 0 4px 5px 16px;
}

td.tdText {
	background: url(../Images/Bg_grey.jpg) no-repeat top left;
	padding: 10px;
}

td.tdBorderTop {
	border-top: solid 1px #cccccc;
}
td.tdBorderBottom {
	border-bottom: solid 1px #cccccc;
}
td.tdBorderTB {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
td.tdBorderTBBG {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background: url(../Images/Bg_music.jpg) no-repeat top left;
}

td.tdGrey {
	background-color: #333333;
}

.Grey {
	color: #cccccc;
}
.White {
	color: #ffffff;
}
.Green {
	color: #A9D427;
}
.Blue {
	color: #14489F;
}

.Large {
	font-size: 17px;
}
.Medium {
	font-size: 14px;
}
.Small {
	font-size: 13px;
}



/*==========================================================================
**  Horizontal menu system code below here
**==========================================================================*/
#menu {
	width: 100%;
	float: left;
	padding-left: 95px;
	padding-top: 32px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a {
	font-size: 15px;
	font-weight: bold;
	color: #006cb7;
	display: block;
	border: 0;
	margin: 0;
	padding: 0px 19px 0px 24px;
	text-decoration: none;
}

#menu a:hover {
/*	color: #C6252C;  */
	color: #50B62F;
}

#menu a:link#current, #menu a:visited#current {
	color: #50B62F;
}


#menu li {
	position: relative;
	text-align: center;
}

#menu ul ul {
	position: absolute;
	z-index: 1000;
	width: 170px;
	left: 0px;
	padding-top: 6px;
}

#menu ul ul li {
	text-align: left;
	border-top: 1px solid #bbb;
	text-indent: 5px;
	z-index: 1000;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	background: #ddd;
	width: 170px;	
}

#menu ul ul li a {
	font-weight: normal;
	font-size: 15px;
	z-index: 1000;
	padding: 3px 10px 3px 10px;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul ul li {}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}




.infobox {
	position:relative;
}
.infobox img {
	position:relative;
	z-index:1;
	opacity: .65;
	filter: alpha(opacity = 65);
}
.infobox .iVideo, .infobox .iShow {
	display:none;
	z-index:2;
}
.infobox:hover .iVideo, .infobox:hover .iShow {
	display:block;
    position:absolute;
    z-index:2;
    left:1px;
    top:1px;
}

.iVideo, .iShow {
	background-color: #111;
	color: #ffffff;
	opacity: .9;
	filter: alpha(opacity = 90);
	padding: 10px 5px 10px 5px;
}

.iVideo {
    width:130px;
	height: 58px;
}
.iShow {
    width:203px;
	height: 98px;
}

