﻿/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}
/** Normal Css **/
#container {

}
#spot_bg {
	width: 100%;
	background-image: url('images/spot_tilebg.jpg');
	background-repeat: repeat-x;
}
#spot {
	width: 1034px;
	height: 310px;
	background-image: url('images/spot_bg.jpg');
	margin: 0px auto;
}
#language {
	position: relative;
	width: 158px;
	height: 40px;
	z-index: 1;
	left: 850px;
	top: 15px;
	line-height:40px;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:white;
	text-align:center;
}
#language a {
	color:white;
	text-decoration:none;
}
#flashspot {
	background-color: black;
	position: relative;
	width: 600px;
	height: 200px;
	z-index: 2;
	left: 48px;
	top: 64px;
	float:left;
}
#flashspot_r
{
    background-color: black;

	width: 341px;
	height: 200px;
	z-index: 2;
	float:right;
	margin-top:64px;
	
    }
#navbar_bg {
	background-image: url('images/navbar.jpg');
	height: 47px;
	width: 100%;
}
#navbar {
	width: 941px;
	height: 47px;
	margin: 0px auto;
}
#navbar ul {
	width:600px;
	line-height: 47px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: black;
	float:left;
}
#navbar ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
#navbar ul li a:link, #navbar ul li a:visited {
	text-decoration: none;
	color: black;
	font-size:12px !important;
}
#navbar ul li a:hover {
	color: white;
}
#searchbox {
	width:200px;
	float:right;
	
	
	padding-top:10px;
}
#content_bg {
	background-image: url('images/content_bg.png');
	background-repeat: repeat-x;
	background-color: #B4B6B6;
	width:100%;
	padding-top:5px;
}
#content {
	margin: 0px auto;
	width: 941px;
}
#left_block {
	width: 197px;
	margin-right: 3px;
	float: left;
}
#middle_block {
	width: 537px;
	margin-right: 3px;
	float:left;
}
#right_block {
	width: 197px;
	float: left;
	margin-top:0px;
}
.menuheader {
	background-image: url('images/block_headerbg.png');
	width: 177px;
	height: 37px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: black;
	overflow: hidden;
	line-height: 37px;
	padding-left:20px;
}
.menuheader img {
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:5px;
}
.menucontent {
	width: 100%;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: black;
	margin-bottom: 5px;
	background-color:#7A7A78; 
	padding-top:5px;
}

.menucontent ul {
	width: 175px;
	padding-left: 20px;
	list-style-image: url('images/arrow.jpg');
	list-style-position:inside;

}
.menucontent ul li a:link, .menucontent ul li a:visited {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: white;
	line-height:20px;
	text-decoration:none;
}
.menucontent ul li a:hover {
	color:black;
}
.midheader {
	background-image: url('images/middle_long.png');
	height:37px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: black;
	overflow: hidden;
	line-height: 37px;
	padding-left:20px;
}
.midcontent {
	background-color:#DCDEDD;
	padding:5px;
	height:100%;
	min-height:250px;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
}
#footer_bg {
	width:100%;
	background-color:black;
}
#footer {
	width:941px;
	margin:0px auto;
	min-height:50px;
}
#copyright {
	width:500px;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#333;
	float:left;
	margin-top:15px;
}
#omedya a {
	width:300px;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	text-decoration:none;
	float:right;
	text-align:right;
	margin-top:15px;
	color:#333;
}
#flashspot_r a
{
font-family:Tahoma, Geneva, sans-serif !important;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

