body{
	background-color: #000;
	color: #fff;
	background-image:url(http://www.amazingplanet.sk/media/grf/body_bg-tile.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a{
	color:#ED1C24;
	text-decoration: underline;
}
a:hover{
	text-decoration:none;
}
img{
	border: 0px;
}
p {
	margin: 0 0 1em;
}
h1{
	color:#ED1C24;
	font-size:30px;
	font-weight: normal;
	margin: 15px 0;
	background-color: transparent;
	background-position: 0 4px;
	background-repeat: no-repeat;
	height: 30px;
}
h1.author { background-image: url(http://www.amazingplanet.sk/media/grf/title_bg-author.jpg); }
h1.topphoto { background-image: url(http://www.amazingplanet.sk/media/grf/title_bg-topphoto.jpg); }
h1.gallery { background-image: url(http://www.amazingplanet.sk/media/grf/title_bg-gallery.jpg); }
h1.products { background-image: url(http://www.amazingplanet.sk/media/grf/title_bg-products.jpg); }
h1.pricelist { background-image: url(http://www.amazingplanet.sk/media/grf/title_bg-pricelist.jpg); }
h1.exhibitions { background-image: url(http://www.amazingplanet.sk/media/grf/title_bg-exhibitions.jpg); }
h1.news { background-image: url(http://www.amazingplanet.sk/media/grf/title_bg-news.jpg); }
h1.contact { background-image: url(http://www.amazingplanet.sk/media/grf/title_bg-contact.jpg); }
	h1 span {
		display: block;
		float: left;
		color: #fff;
		margin: 0 0 0 10px;
		padding: 0 5px;
		background-color: #000;
		font-family: "Times New Roman", serif;
		font-size: 18px;
		text-transform: uppercase;
	}
h2{
	margin: 5px 0 10px 0;
	/*color:#ED1C24;*/
	/*font-size:22px;*/
	/*font-weight: bold;*/
	/*color:#e8b95c;*/
	font-size:14px;
	font-weight: bold;
}
h3{
	margin: 0 5px;
	margin: 10px 0 10px 0;
	color:#ED1C24;
	font-size:13px;
	font-weight: bold;
}
ul,li{
	/*margin: 0px;*/
	/*padding: 0px;*/
}
input,
textarea {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
input.w400,
textarea.w400 { width: 400px; }
input.w200,
textarea.w200 { width: 200px; }


.center {
	text-align:center;
}
.text-align-center { text-align: center; }
.text-align-left { text-align: left; }
.text-align-right { text-align: right; }

.ta-left { text-align: left; }
.ta-center { text-align: center; }
.ta-right { text-align: right; }

.tc-yellow { color: #fecb65; }
.tc-red { color: #d15353; }
.tc-orange { color: #ce5252; }

.fl-left { float: left !important; }
.fl-right { float: right !important; }

.cf-left { clear: left; height: 1px !important; font-size: 1px !important; overflow: hidden; }
.cf-right { clear: right; height: 1px !important; font-size: 1px !important; overflow: hidden; }
.cf-both { clear: both; height: 1px !important; font-size: 1px !important; overflow: hidden; }

.cf-gray { clear: both; height: 1px !important; font-size: 1px !important; overflow: hidden; border-bottom: 1px #191919 solid; width: 98%; margin: 0 auto; }

.d-none { display: none; }

.red { color: red; }


#container {
	width: 820px;
	margin-left: auto;
	margin-right:auto;
}
#container-i {
	width: 800px;
	margin: 10px;
	min-height: 500px;
}
#header {
	height: 100px;
	position: relative;
}
	#header .top {
		height: 4px;
		width: 980px;
	}
	#header .logo {
		position: absolute;
		left: 10px;
		top: 27px;
	}
	#header .brat {
	height: 90px;
	width: 200px;
	position: absolute;
	left: 780px;
	top: 5px;
	font-size: 11px;
}


#menu_main {
	height:29px;
}
	.menu_main_inline{
		display: block;
		float: left;
	}

	#menu_main .main_menu_left{
		float: left;
		height:20px;
		margin-left:10px;
		padding-top:1px;
	}
		#menu_main .main_menu_left a{
			color:#FFFFFF;
			display:block;
			float:left;
			font-size:14px;
			font-weight:bold;
			height:20px;
			padding-top:5px;
			text-decoration:none;
		}
			#menu_main .main_menu_left a:hover{
				font-size: 14px;
				font-weight: bold;
				color: #FFFFFF;
				text-decoration: none;
				/*padding-top: -3px;*/
				}
				
			#menu_main .main_menu_left a.active{
				font-size: 14px;
				font-weight: bold;
				color: #FFFFFF;
				text-decoration: none;
				/*padding-top: -3px;*/
				}

	#menu_main .main_menu_right{
		margin-top: 5px;
		float: right;
		margin-right: 20px;
	}
		#menu_main .main_menu_right a{
			font-size: 14px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
		}

		.menu_main_marggin{
			margin-right: 20px;
			margin-left: 8px;
			margin-top: 0px;
		}


#content {
	margin: 10px;
	position: relative;
}
	#content-i {
	}
	#content-i-loading {
		position: absolute;
		left: 384px;
		top: 0;
		width: 32px;
		height: 32px;
	}
	
#footer {
	height: 116px;
	width: 980px;
	clear: both;
	position: relative;
}
	#footer-i {
		color: #646464;
		padding: 10px 20px;
}


.gallery .item {
	width: 128px;
	height: 128px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px gray solid;
	float: left;
	margin: 13px;
	background: #000 url(http://www.amazingplanet.sk/media/grf/gallery_item_bg.gif) -130px -130px no-repeat;
}
.gallery .item:hover {
	width: 130px;
	height: 130px;
	border: 0 !important;
	background-position: 0 0 !important;
}
	.gallery .item * {
		vertical-align: middle;
	}
	.gallery .item span {
		display: inline-block;
		height: 125px;
		/*width: 1px;*/
	}
		.gallery .item img {
			margin: 0 auto;
			max-width: 124px;
			max-height: 124px;
			overflow: hidden;
		}

.gallery-image {
}
	.gallery-image h3 {
		font-family: verdana;
		font-size: 12px;color: white;
	}
	.gallery-image .toolbar {
		font-family: verdana;
		font-size: 11px;
		color: white;
		margin-top: 10px;
	}
		.gallery-image .toolbar a {
			color: white;
			text-decoration: none;
		}

.exhibitions-overview .item {
	margin-bottom: 10px;
}
	.exhibitions-overview .item .img {
		display: block;
		float: left;
		width: 285px;
	}
	.exhibitions-overview .item .content {
		display: block;
		float: left;
		width: 480px;
	}

.news .item {
	margin-bottom: 5px;
}
	.news .item .date {
		display: block;
		float: left;
		width: 80px;
	}
	.news .item .content {
		display: block;
		float: left;
		width: 680px;
	}

.article-body {
	
}
	.article-body a {
		color: #fff;
		font-size: 11px;
	}
	
	
.submenu {
	margin-bottom: 10px;
}
	.submenu a {
		display: block;
		float: left;
		text-decoration: none;
		border: 1px #000 solid;
		outline: 0;
	}
	.submenu a:hover { text-decoration:none; }
	
	.submenu-exhibitions a.current {
		background: url("http://www.amazingplanet.sk/media/grf/submenu_exhibitions_bg-current.png") top center no-repeat;
	}
	.submenu-products a.current {
		background: url("http://www.amazingplanet.sk/media/grf/submenu_products_bg-current.png") top center no-repeat;
	}
		.submenu a span {
			color: #fff;
			margin-top: 10px;
			display: block;
			border: 1px #000 solid;
			background: #000;
			padding: 2px;
			margin-right: 5px;
		}
		.submenu-exhibitions a.current span {
			border: 1px #846794 solid;
			background: #3a2d41;
		}
		.submenu-products a.current span {
			border: 1px #a45e68 solid;
			background: #48292d;
		}
		.submenu a.disabled-step1 span {
			color: #999;
		}
		.submenu a.disabled-step2 span {
			color: #777;
		}
		.submenu a.disabled-step3 span {
			color: #444;
		}
		
		
		
.paging {
	margin-bottom: 10px;
}
	.paging a {
		color: #fff;
		text-decoration: none;
	}
	.paging a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	
.gallery-tags {
	color: #fecb65;
	margin-bottom: 10px;
}
	.gallery-tags a {
		color: #fecb65;	
	}