/* Yahoo UI CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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{font-style:normal;font-weight:normal;}ol,ul{list-style: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;}


html, body {
	background: #f0e9cd;
	font:0.9em/145% sans-serif;
}

#wrap {
	height: 1100px;
	width: 100%;
	position: relative;
}

#redline {
	background: #ffffff url('../images/background.jpg') no-repeat;
	width: 900px;
	height: 1100px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 125px;
	left: 120px;
}

/* Menu */
#menu {
	position: absolute;
	top: 315px;
	left: 120px;
	font-size: 1.2em
}

#menu li {
	padding: 5px 0px 10px 25px;
	background: url('../images/menu.gif') no-repeat center left;
	widtH: 145px;
}

#menu a, #menu a:hover, #menu a:active, #menu a:visited {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}

/* Content */
#content {
	position: absolute;
	/*border: 1px solid red;*/
	top: 315px;
	left: 300px;
	height: 420px;
	width: 490px;
	
}

#footer {
	position: absolute;
	bottom: 70px;
	left: 300px;
	text-align: center;
	width: 490px;
}

/* Standart html tags */
h1, h2, h3, h4, h5, h6, p {
	padding: 5px 0 5px 0;
}

h1 {
	font-size: 1.8em;
	color: #06679e;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #06679e;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #06679e;
}

h4, h5, h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #06679e;
}

a, a:visited, a:hover, a:active {
	color: #06679e;
	text-decoration: none;
}

/* tabs */
#tabs {
	margin-top: 10px;
}

.tab {
	height: 300px;
	overflow: auto;
}

#heading {
	padding-bottom: 10px;
}

#splash {
	position: absolute;
	bottom: 0;
	right: 0;
/*	display: none;*/
}

#content table {
		border-collapse:collapse;
		background:#EFF4FB url(/images/gradient2.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		color: #333;
		width: 100%;
}

#content td, th {
		padding:5px;
}

#content caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

#content table a {
		color:#950000;
		text-decoration:none;
}

#content table a:link {}

#content table a:visited {
		font-weight:normal;
}

#content table a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

#content thead th, tfoot th, tfoot td {
		background:#333 url('/images/gradient.gif') repeat-x;
		color:#fff
}

#content tfoot td {
		text-align:right
}

#content tfoot a {
	color: #ffffff;
	font-weight: bold;
}

/* =body
----------------------------------------------- */

#content tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

#content tbody th {
		white-space: nowrap;
}

#content tbody th a {
		color:#333;
}

.odd {}

tbody tr:hover {
		background:#fafafa
}

strong {
	font-weight: bolder;
}


#slideshow {
	position: aboslute;
	top: 120px;
	left: 380px;
}

#slideshow img {
	border: 5px solid #C3D9FF;
}


#content table#lame {
                background: none;
                color:#000;
                border: none;
}

#content #lame td, #content #lame th, #content #lame tr {
		border: none;
}
