/*------------------------------------------------------------------------
# "Hot Hotel" Joomla template - January, 2012
# Copyright (C) 2012 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: 'Times New Roman', sans-serif;
	font-size:13px;
}

.logo {
	text-align:center;
	margin:0;
	height:200px;
}

.logo_pad {
	padding:17px 0 0 0;
}

.main_container_wrap, .main_container_edge {
	/**background:url(../images/content_bg_edge.png) bottom repeat-x;**/
}

.main_container {
	margin:0 auto;
	overflow:hidden;
	line-height:16px;
	min-height:850px;
}

#topmenu {
	background:url(../images/topmenu_bg.png) top center no-repeat;
	height:60px;	
}

#topmenu_pad {
	padding-top:5px;
}

.advert_wrap {
	height:auto;
	padding:0 0 0 10px;
}

.advert_wrap2 {
	padding:0 20px;
}

.advert_content .module_padding {
	background:url(../images/slider_bg.png) 17px 370px  no-repeat;
}

.user59_content {
	padding:30px 0 45px 0;
}

.main_area {
	padding:0 30px;
}

.article_pad {
	line-height:18px;
	padding:0 15px;
}

.content_wrap, .content_wrap_noleft, .content_wrap_noright, .content_wrap_noleft_noright {
	float:left;
}

.content_pad {
	padding-top:5px;
}

.column_left {
	float:left;
	margin:30px 30px 0 0;
}

.column_right {
	float:right;
	margin:30px 0 0 30px;
}

.footer_wrap {
	padding:30px 0 45px 0;
	background:#000;
}

.module_padding {
	margin:0;
	padding:0 30px;
	float:left;
}

.advert_content .module_padding {
    padding:20px 0 40px 20px;
}

.user59_content div.module_padding:first-child {
	background:url(../images/module_shadow_left.png) right no-repeat;
}

.user59_content div.lastmodule {
	background:url(../images/module_shadow_right.png) left no-repeat;
}

.lastmodule {
	margin:0;
	padding:0 30px;
}

.module_user1 {
	padding:15px 0;
}

.module_user2 {
	padding-bottom:15px;
}

.copyright_area_wrap {
	background:#000;
	min-height:140px;
}

.copyright_area {
	margin:0 auto;
	font-size:12px;
}

.copyright_area a {
	color:#b0b0b0 !important;
}

.bottom_area {
	width:40%;
	float:left;
	text-align:left;
}

.bottom_area_pad {
	padding-left:20px;
}

.footer_area {
	width:60%;
	float:left;
	text-align:right;
}

.footer_area_pad {
	padding-right:20px;
}

.clr {
	clear:both;
}