body {
	margin: 0;
	font-family: Verdana;
	font-size: 10px;
	background-color: #eeeded;
	background-image: url('bildes/bck.gif') repeat-x;
}
img{
	border:0px;
}
h1 {
	font-size: 14px;
	margin:10px 0px 5px 0px;
	padding:5px;
	background-color: #edeeee;
}
h2{
	color: #999999;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 10px 0px 0px 5px;
	font-size:12px;
	line-height: 18px;
}


a:link {
	color: #996600;
	text-decoration: none;
	border: #CC9900;
}
a:visited {
	color: #996600;
	text-decoration: none;
}
a:hover 	{
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#background {
	width: 100%;
	position: absolute;
	left:0;
	top:0;
	height:830px;
	background-image: url(bildes/bck.gif);
	z-index:-1;
}

#container {
	width: 995px;
	margin: 0px auto;
	background-image: url(bildes/foto_lines.gif);
}

#header {
	width: 973px;
	padding: auto;
	margin: auto;
}
#content {
	width: 973px;
	margin: auto;
	background-image: url(bildes/cont_bck.gif);
}
#footer {
	text-align: center;
	width: 973px;
	padding: auto;
	margin: auto;
	height: 41px;
}
/* MENU CSS */

	.left_cell{
		padding: 0px;
		margin:0px;
		clear:both;
		float: left;
		width: 210px;
		text-align: center;
	}
	/* IE fix */
	* html .left_cell 	{
		margin: 0 -3px 0 0;
	} 
	/* END IE fix */
	.right_cell{	
		padding: 0px;
		margin: 0px;
	}
	.empty{
		background-image: url(bildes/top1.gif); 
		height: 15px;
	}
	.logo{
		height: 100%;
		background-color: #505050;
		height: 80px;
	}
	.logocenterer{
		position: relative;
		z-index:1;
		top:6px;
	}
	.menucenterer{
		position: relative;
		top:33px;
	}
	.sakumlinkscenterer{
		position: relative;
		z-index:1;
		top:3px;
	}
	.submenucenterer{
		position: relative;
		top:3px;
	}
	.date{
		font-weight: bold;
		background-image: url(bildes/top2.gif); 
		text-align: right;
		font-size:9px;
		color: #FFF;
		height: 15px;
		padding: 0px 10px 0px 0px;
	}
	.menu{
		background-color: #666666;
		height: 80px;
		text-align: center;
	}
	.menu ul{
		display: inline;
		padding: 0px;
		margin:0px;
	}
	.menu ul li {
		padding: 0px 22px;
		margin: 0px -3px;
		border-left: 1px solid #fff;
		display: inline;
	}
	/* IE fix */
	* html .menu ul li {
		margin:0px;
	}
	/* END IE fix */
	.menu ul li.first {
		padding: 0px 22px 0px 0px;
		border-left: none;
		display: inline;
	}
	.menu ul li.last {
		padding: 0px 0px 0px 22px;
		display: inline;
	}
	.menu a {
		font-size: 12px;
		font-weight: bold;
		color: #ff9917;
		text-decoration: none;
	}
	.menu a:hover {
		text-decoration: underline;
	}
	.sakumlinks {
		background-color: #999999;
		text-align: center;
		height: 20px;
	}
	.sakumlinks ul, .sakumlinks li	{
		display: inline;
	}
	.sakumlinks a, .sakumlinks a:visited, .sakumlinks a:hover, .sakumlinks a:active {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.submenu {
		background-image: url(bildes/menu2.gif); 
		text-align: center;
		height: 20px;
	}
	.submenu ul{
		display: inline;
		margin: 0px;
		padding: 0px;
	}
	.submenu ul li 	{
		padding: 0px 10px;
		display: inline;
	}
	.submenu a {
		font-weight: bold;
	}
	.white {
		color: #fff;
	}
	.gray {
		color: gray;
	}
/* CONTENT CSS */
	.left_menu {
		width: 210px;
		z-index:1;
		padding:15px 10px 0 10px;
		float:left;
		position: absolute;
	}
	.banner_demo {
		padding-top: 10px;
		padding-left: 22px;
	}
	.left_menu_content {
		width: 188px;
		text-align: left;
		padding-top: 10px;
	}
	.content_header{
		background-image: url(bildes/bodyline.gif);
		height: 30px;
		position: relative;
		top: 7px;
		text-align: right;
		z-index:2;
	}
	.content_text{
		padding:15px 20px 20px 230px;
		background-image: url(bildes/cont_bck.gif); 
	}
	.legoman{
		float: right;
		margin-left: 10px;
	}	
/* FOOTER CSS */
	.footer_line{
		height: 23px;
		background-image: url(bildes/bodyline_DOWN.gif);
	}
	.copyright{
		float: left;
		margin:3px 0 0 31px;
	}
	.sublinks{
		margin:3px 0 0 0;
	}
	.emailing{
		float: right;
		margin:3px 2px 0 0;
	}
	.end_line {
		height: 3px;
		background-color: #999999;
	}
/* TABULAS CSS */
	.banner_table {
		border: 2px solid #000000;
		width:100%;
		font-size: 11px;
		margin:0px;
	}
	.banner_td{
		border: 1px dotted #999999;
		border-top: none;
		border-left: none;
		padding: 5px 10px;
		vertical-align: center;
	}
	.last {
		border-right: none;
	}
	.down {
		border-bottom: none;
	}
	.first_cell {
		border-bottom: 2px solid #999999;
		height: 18px;
		font-weight: bold;
		padding: 0px 10px;
	}
	.nosaukums a{
		font-weight:bold;
	}
	.apraksts{

	}
	.formats{
		
		text-align: center;
	}
	.izmers{
		
		text-align: center;
	}
	.ierobezojumi{
		
		text-align: center;
	}
	.rad_reizes{
		
		text-align: center;
	}
	.cpm{
		
		text-align: center;
	}
	.cena{
		width: 60px;
		text-align: center;
		background-color: #f4f3f3;
	}
	.light {
		font-weight: bold;
		background-color: white;
	}
	.dark {
		font-weight: bold;
		color: white;
		background-color: black;
	}
	.temp {
		font-size: 12px;
		font-weight: bold;
		color: #ff9917;
	}
	.temp2 {
		font-weight: bold;
		color: #996600;
	}
	.left_menu_content ul {
		padding: 0px;
	}
	.left_menu_content li {
		font-size: 12px;
		list-style: none;
		margin-left: 15px;
		padding-left: 0px;
		padding-bottom: 5px;
		text-transform: uppercase;
		list-style-image: url(bildes/bullet.gif);
	}
	.right {
		float: right;
	}
	.left {
		float: left;
	}
	.clear {
		clear: both;
	}
	.datumi {
		font-size: 12px;
		font-weight: bold;
		color: red;
	}
	.center {
		text-align: center;
	}
	.content_text ul {
		padding: 0px;
		margin: 0px;
	}
	.content_text li {
		font-size: 11px;
		padding-left: 10px;
		margin-left: 20px;
		padding-bottom: 10px;
	}
	.maksas {
		
		font-size: 12px;
		font-weight: bold;
	}
	.cena {
		font-size: 12px;
		font-weight: bold;
		color: red;
	}
	th {
		background-color: #fbd686;
		padding: 10px;
	}
	td {
		padding-left: 10px;
		padding-right: 10px;
	}
	.new {
		color: #8a5e00;
	}
	table {
		font-size: 12px;
	}
	.totop {
		float: right;
		padding-top: 17px;
		padding-right: 10px;
		font-weight: bold;
	}
	.center {
		text-align: center;
	}
	.nikon {
		float: right;
		padding: 30px 150px 0px 0px;
	}
	.epson {
		text-align: center;
		margin-top: 10px;
	}
	.news {
		float: right;
		width: 160px;
		background-color: #fff9df;
		border: 1px solid black;
		padding: 0px 10px;
	}
	h3 {
		padding: 0px;
		margin: 5px 0px;
		font-size: 12px;
	}
	.news li {
		list-style-type: none;
		padding: 5px;
		margin: 0px;
	}
	.red {
		color: red;
	}
	.banner {
		margin-bottom: 7px;
	}
	.content_text_tshirt {
		padding:15px 20px 20px 20px;
	}
	.content_text_tshirt ul{
		padding:0px;
		margin:0px;
	}
	.content_text_tshirt li{
		padding: 20px;
		margin: 0px;
		list-style-type: none;
		display: inline;
	}
	.thumbnails {
		text-align: center;
	}
	.thumbnails img{
		border: 3px green solid;
	}
	.participants li{
		padding: 2px 0;
		list-style-type: none;
	}
	.d_saraksts {
		padding: 10px;
		font-size: 12px;
		font-weight: bold;
		background-color: #fbd686;
		width: 250px;
		margin: 10px 0px 0px 0px;
	}
	.l_saraksts {
		background-color: #edeeee;
		width: 250px;
		padding: 10px;
	}
	.bigger {
		font-size: 14px;
		font-weight: bold;
		color: #333333;
	}