/*Reset Information */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol,  li, fieldset, form, 
legend,  caption, tfoot, thead, {

    margin : 0;
    padding : 0;
    border : 0;
    outline : 0;
    font-weight : inherit;
    font-style : inherit;
    font-size : 100%;
    font-family : inherit;
    vertical-align : baseline;
}

:focus{
    outline : 0;
}

body{
    line-height : 1;
    color : black;
    background : white;
}

ol{
    list-style : none;
}

table{
    border-spacing : 0;
    margin : 0 0 0 0px;
}

caption, th, td{
    text-align : left;
    font-weight : normal;
}

blockquote:before, blockquote:after, q:before, q:after{
    content : "";
}

blockquote, q{
    quotes : "" "";
}


/* 
 Budapest 2009
 Design by Simon cross
*/

/* Main Body */

body {
	background:#262261 url(../images/bg_purple-04.png) repeat-x;
	--background:#EEE;
	font-family: Helvetica;
	font-size:14px;
	color: #FFFFFF;
}


/* Headers */
#header{
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	width:980px;
	height:220px;
	--background:url(../images/Budapest2009-03.png) no-repeat transparent;
	--background:url(../images/curved_header-14.png) no-repeat transparent;
	background:url(../images/Budapest-header.png) no-repeat transparent;
	max-width:980px;
	--border:1px solid gray;
}

#header h2{
    color:#FFF;
	margin:110px 0px 0px 120px;
}

h1, h2 , h3{
	color: #000000;
	margin: 0px;
}

h1{	
	padding: 20px 0px 0px 0px;
	font-size:18px;
	float:left;
	margin:20px 0px 0px 20px;	
}

h2{
	font-family:Tahoma;
	font-weight:Bold;
	color:#333;
	font-size:15px;
	margin:15px 15px 0px 15px;
	padding:5px 0px 0px 5px;
}

h3{
	color:#666;
	font-family:Helvetica;
	font-size:13px;
	margin:0px 15px 0px 15px;
	font-weight:normal;
	padding:5px 0px 0px 5px;
}

h6{
	font-size: 10px;
	margin:10px 0px -14px 0px;
	color: #999;
	font-weight: normal;
	text-align: left;
}



/* Paragraphs */

p{
	margin:10px 10px 0px 20px;
	color: #444444;
	--text-align:justfiy;
}

a{
	cursor:hand;
	text-decoration:underline;
	color:#27ABC8;
}

a:hover{
	color:#37ABC8;
}

li{
	margin:5px 30px 0px 0px;
	color:#333333;
}

/* Image */

#container{
	background-color:#dbdcdd;
}
/*Menu */
#menu {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:1010px;
	height:30px;
	--background: #FFF100 url(../images/menu-06.png) repeat-x;
	--background:#000;
	background: url(../images/menu_bg-19.png) repeat-x;
	font-family: Arial;
	--border:1px solid blue;
		
}

#menu ul, #mainlevel_days ul{
	margin:0px 30px 0px 0px;	
	padding-left:0px;
	list-style-type: none;
	line-height:normal;	
}

#menu li, #mainlevel_days li{
	float:left;
	margin:0px 0px 0px 0px;
	color:#FFFFFF;
	height:25px;
	list-style-type: none;

}

#menu a{
	display:block;
	float:left;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#111;
	padding:8px 16px 0px 15px;
	height:22px;
	--background:#F7941E url(../images/menu-06.png) repeat-x;
}

#menu a:hover {
	--background:#262261;
	background: url(../images/menu-21.png) repeat-x;
	color:#000;
}

#menu a#active_menu-nav{
	background:#262261;
	color:#FFF;
}

/*Shaded border around page*/



#wrap{
	width:981px;
	margin:0px auto;
	padding:0px;
	background:#FFF;
	
}

/* Page */
#page{
	width:981px;
	margin: 0px auto;
	padding:0px 0px 0px 0px;	
	color:#dbdcdd;
	background:#FFF;
	overflow:hidden;
}

strong{
	font-weight:bold;
}

td.text3{
	float:left;
}

/* Footer */
#footer_new{
	margin:0px auto;
	width: 981px;
	height:100px;
	background:#000 url(../images/footer-11.png) no-repeat;
	text-align : center;
	font-size: 10px;
	font-weight:normal;
	color:#FFF;
	clear:both;
	padding-top:5px;
	--border:1px solid white;
}
#footer_new p{
	font-style:normal;
	color:#FFF;
}

#footer_new img{
	border:none;
	text-align:center;
	margin:0px auto 0px 200px;
}

#footer_new a{
	color:#DDD;
}

#tickertape{
	padding:200px 0px 0px 50px;
}

#tickertape input{
	color:#FFF;
	background:transparent;
	border:0px;
}

#footer{
	margin:0;
	clear:both;
}



/* Equal height column divs */
.clear{clear:both;}
