/* <![CDATA[ */

/* Background & Text: #EFAB00 */
/* Header: #FABB00 */

@import url(reset.css);

/* --------------------------------------------------------------------------------------------------------------------------------- global */

html,body {
	height: 100%;
}
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	text-align: center;
    background: #CCC url(/images/basic/bg.gif) repeat-x;
} 
img { 
  	border: none;
} 
a, a:link, a:visited, a:focus, a:active { 
	color: #FFF; 
}
a:hover{ 
	color: #000; 
}
p { 
	margin: 0 20px;
	line-height: 1.4em;
}

/* --------------------------------------------------------------------------------------------------------------------------------- grid */

#container { 
	text-align: left; 
	margin: 0 auto; 
	width: 820px; 
	font: normal 0.95em / 1.6em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	min-height: 100%;
	height: 100%;
}
#left, #right { 
	width: 398px; 
	min-height: 100%;
	height: 100%;
	background: #0087C1 url("/images/basic/logo_left.gif") no-repeat 125px 20px;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#right { 
	background: #BCCC02 url("/images/basic/logo_right.gif") no-repeat 125px 21px;
	margin-left: 20px;
}
div.container_fader { 
	width: 398px; 
	height: 160px;
	margin: 110px 0 40px 0;
	overflow: hidden;
}

/* --------------------------------------------------------------------------------------------------------------------------------- content */

a.headline {  
	font-size: 2.6em; 
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 20px 30px 20px;
	display: inline-block;
}
a.headline span { 
	font-size: 0.75em; 
	line-height: 1.2em;
}
a.headline:hover {  
	color: #FFF;
	text-decoration: underline;
}
a.sub { 
	display: block;
	margin: 20px 0;
	padding-left: 15px;
	background: url("/images/basic/quarter_off.gif") no-repeat left 5px;
}
a.sub:hover { 
	background: url("/images/basic/quarter_on.gif") no-repeat left 5px;
}
div.container_fader ul { 
	display: block;
	list-style: none;
	width: 100%;
	height: 160px;
}
div.container_fader ul li, div.container_fader ul li a { 
	display: block;
	width: 100%;
	height: 160px;
}

/* --------------------------------------------------------------------------------------------------------------------------------- tooltip */

.custom_tip .tip {
	width: 200px;
	text-align: center; 
	z-index: 9999; 
	color: #EEE;
	font-size: 0.95em;
	line-height: 1.4em;
	position: relative;
}
.custom_tip .tip-title {
	margin: 0;
	padding: 15px 10px 0px;
	font-weight: bold;
	background: url("/images/basic/balloon.png") top left no-repeat !important;
	background: url("/images/basic/balloon.gif") top left no-repeat;
}
.custom_tip .tip-text {
	margin: 0;
	padding: 0 10px 14px;
	color: #EEE;
	background: url("/images/basic/balloon.png") bottom left no-repeat !important;
	background: url("/images/basic/balloon.gif") bottom left no-repeat;
}

/* ]]> */
