/*------------------------------------------------------------------------
# "Hot Chameleon" Joomla template - May, 2011
# Copyright (C) 2011 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

.wrapper1 {
	margin:0 auto;
}

.header {
	height:122px;
	margin:0 auto;
}

.logo {
	height:122px;
	width:50%;
	float:left;
	text-align:left;
}

.logo_pad {
	padding-top:50px;
}

.header_menu {
	float:left;
	padding-top:10px;
	overflow:hidden;
	text-align:right;
	width:50%;
}
	
#topmenu {
	background:url(../images/content_bg2.png);
	height:40px;

}

#topmenu_pad {
	padding:0px;
}

.path {
	height:30px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}

.path_pad {
	padding-left:15px;
}

.gallery {
	background:url(../images/content_bg.png);
	-moz-box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;
	box-shadow: 0px 0px 30px #000;
	height:100%;
}

.main_area {
	padding:30px 0 0 0;
	line-height:16px;
}

#content_wrap {
	float:left;
	-moz-box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;
	box-shadow: 0px 0px 30px #000;
}

.content_pad {
	padding:30px 15px;
}

#column_left,
#column_right {
	float:left;
}

#column_left > .moduletable,
#column_right > .moduletable {
	margin:0 0 15px 0;
	padding:0;
}

.upper {
	padding:15px 0;
	line-height:16px;
	background: url(../images/content_bg.png);
}

.bottom {
	padding:15px 0;
	line-height:16px;
	background: url(../images/content_bg2.png);
	margin-bottom:15px;
}

.modulerow {
}

.featured_bg .modulerow {
	border:none;
}

.topPanelModules .modulerow {
	border:none;
}

#c1,#c2,#c3,#c4,#c5,#c6,#c7,#c8 {
	padding-top:4px;
}

.module_padding {
	padding:4px;
	margin-right:12px;
	float:left;
}

.last {
	margin-right:0;
}

#c1.last, #c2.last, #c3.last, #c4.last, #c5.last, #c6.last, #c7.last, #c8.last {
	margin-right:0;	
}

.inset_pad {
	padding-bottom:15px	
}

.toolbar_pad {
	padding-top:15px	
}

.footer_wrap {
	padding:15px 0;
	line-height:16px;
	background: url(../images/content_bg.png);
}

.footer_wrap2 {
	background-image:url(../images/footer2_bg_top.png);
	background-repeat:repeat-x;
	padding-top:30px;
}

.footer_wrap2_bottom {
	background-image:url(../images/footer2_bg_bottom.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:30px;
}

.footer_wrap3 {
	padding:30px 0;
}

.footer, .footer2, .footer3, .footer4 {
	margin:0 auto;
}

.footer3 {
	line-height:16px;
}

.footer4 {
	padding:15px 0 30px 0;
}

.footer_copyright1, .footer_copyright2 {
	width:50%;
	float:left;
	font-size:11px;
}

.footer_copyright1 ul.menu li a:link, .footer_copyright1 ul.menu li a:visited,
.footer_copyright2 ul.menu li a:link, .footer_copyright2 ul.menu li a:visited {
	font-size:11px;
	padding:0;
}

.footer_copyright2 {
	text-align:right;
}

.footer_copyright2 p {
	margin: 0;
}

.clr {
	clear:both;
}

#autohidebacktotop {
	position:fixed;
	bottom:5px;
	right:5px;
}