/*
 *	@author: Mircea Zetea
 *	@company: IT Exchange
 *	@package: Casa Romantic
 *	@description: core css style file
*/
#main{
	width:980px;
	margin:0 auto 10px auto;
	font:12px Arial;
}
.clear{
	clear:both;
}
.noRightMargin{
	margin-right:0 !important;	
}
.strong, .strong a{
	font-weight:bold;
	font-size:13px;
}
#header{
	width:978px;
	height:248px;
	position:relative;
}
#headerImagesContainer{
	position:absolute;	
	width:980px;
	height:248px;
}
#headerImagesContainer img{
	position:absolute;	
	width:978px !important;
	height:100% !important;
}
.displayBanner{
	display:none;	
}
#logo{
	width:205px;
	height:248px;
	float:right;
	text-align:center;
	position:relative;
	z-index:1000;
}
#logo a{
	background:url(../slices/logo-1.png) no-repeat;
	width:206px;
	height:248px;
	display:block;
	text-decoration:none;
}
#languages{
	float:right;
	position:relative;
	right:-180px;
	color:#fff;
	font:bold 12px Arial;
	top:10px;	
	z-index:1100;
}
#languages a{
	text-decoration:none;
	color:#fff;	
	padding:0 3px;
}
#topMenu{
	width:978px;
	height:28px;
	text-align:center;
	overflow:hidden;
	font:13px Arial;
}
#topMenu a{
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	margin:0 3px;
	padding:0 5px;
	position:relative;
	top:7px;
}
#topMenu a img{
	border:none;
	position:relative;
	top:4px;
	visibility:hidden;
}
.starImg{
	display:block;
	float:left;
	width:19px;
	height:19px;		
	position:relative;
	top:-2px;
	left:-1px;
	visibility:hidden;
}
.currentStar{
	visibility:visible;
}
#topMenu a:hover > .starImg{
	visibility:visible;
}
#topMenu a.selected{
	height:20px;
	top:0px;
	padding-top:7px;
	padding-right:5px;
}
.firstSelected{
	position:relative;
	left:-5px;	
	_left:-10px;
}
.lastSelected{
	padding-right:10px !important;
	position:relative;
	right:-10px;
	_padding-right:9px !important;
}
#content{
	padding:20px;
	font-size:12px;
	line-height:1.5;
	position:relative;
}
#content h1{
	font:bold 18px Times New Roman;
	height:35px;
	padding-left:40px;
	padding-top:7px;
}
#content h1 a{
	text-decoration:none;
}
#content h1 a:hover{
	text-decoration:underline;
}
.rightInnerImage{
	float:right;
	padding:0 0 10px 10px;
}
.leftInnerImage{
	float:left;
	padding:0 10px 10px 0;
}
#footer{
	width:960;
	height:25px;
	font-size:11px;
	padding:10px 10px 0 10px;
}
#leftFooter{
	float:left;	
}
#rightFooter{
	float:right;
}
#footer a{
	text-decoration:none;
	padding:0 3px;
}
#footerGallery{
	height:95px;
	padding:10px 10px 0px 10px;
}
#footerGallery .galleryControls, 
.jcarousel-container, 
.jcarousel-container-horizontal, 
.jcarousel-container-horizontal{
	width:960px;
	height:100px;
}
.jcarousel-clip, 
.jcarousel-clip-horizontal, 
.thumbsContainer,
.jcarousel-clip-vertical{
	width:915px;
	height:94px;
	left:20px;
}
.controll, 
.jcarousel-prev, 
.jcarousel-next,
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal{
	width:19px;
	height:45px;
	text-decoration:none;
}
.galleryToLeft, .jcarousel-prev{
	left:0px;
	position:absolute;
	top:15px;
}
.galleryToRight, 
.jcarousel-next{
	right:0px;
	position:absolute;
	top:15px;
}
.thumb,
.jcarousel-item{
	width:92px;
	height:90px;
	text-align:center;
	font-size:10px;	
	margin:0px 5px;
	float:left;
}
.thumb a{
	text-decoration:none;	
}
.thumb img{
	height:64px !important;
}
#footerCopy{
	height:20px;
	font-size:11px;
	padding:7px 10px 0 10px;;
}
#siteBy{
	float:right;
	position:relative;
}
#siteBy a{
	text-decoration:none;
}
.column{
	float:left;
}
.submenu{
	position:absolute;
	min-width:150px;
	#width:150px;
	width:auto !important;
	text-align:left !important;
	display:none;
	z-index:1000;
}
.submenu a{
	display:block;
	float:none !important; 
	text-align:left !important;
	min-width:170px;
	#width:170px;
	width:auto !important;
	height:20px;
	margin-left:3px;
	padding-top:5px !important;
}
.submenu ul{
	padding:0px;
	margin:0px;
}
.submenu ul a{
	padding-left:20px !important;
	display:block;
}
#siteBy a:hover{
	text-decoration:underline;
}
.pager{
	text-align:center;
}
.pager a{
	font:bold 12px Arial;
	padding:3px 5px;
	text-decoration:none;
}
.pager a:hover{
	text-decoration:underline;
}
.pager .selected{
	text-decoration:underline;
}
.pager span{
	padding:3px 5px;
}
.commentForm label{
	font-weight:bold;
	width:100px;
	display:block;
	float:left;
}
.commentForm .input-wrapper{
	padding:5px 0px;
}
.commentForm .input-wrapper textarea{
	width:200px;
	height:100px;
	float:left;
}
.commentForm .input-wrapper input{
	width:200px;
	float:left;
}
.commentForm .button{
	width:400px;
	display:block;
}
.commentForm .button input{
	width:100px;
	margin:0px auto;
	float:none;
	display:block;
}
.commentForm .error{
	float:left;
	font-weight:bold;
	color:red;
	padding:0px 5px;
}
.leaveComment{
	font-weight:bold;
}
.commentForm .captcha{
	position:relative;
}
.commentForm .captcha img{
	display:block;
	float:none;
	padding-bottom:5px;
	padding-left:20px;
}
.commentForm .captcha input{
	display:block;
	float:none;
	width:159px;
	margin-left:120px;
}
.commentForm .captcha .error{
	position:absolute;
	top:5px;
	left:290px;
	width:auto;
}
.comments{
	padding-left:20px
}
.comments .comment{
	padding-left:20px;
}
.sitemap{
	padding-left:30px;
}
.sitemap ul{
	padding-left:10px;
}
.sitemap a{
	text-decoration:none;
}
.sitemap a:hover{
	text-decoration:underline;
}
.videoContainer{
	float:left;
	width:430px;
	padding-left:30px;
}
.videoContainer .gallleryName{
	display:block;
	font:bold 14px Arial;
	height:35px;
	margin:0 auto;
	padding-left:30px;
	position:relative;
	text-decoration:none;
	top:15px;
	text-align:center;
	color:#C71708
}
.subscribeFeed{
	position:absolute;
	right:10px;
	top:10px;
}
.subscribeFeed a{
	background:url(../slices/feed-icon.png) no-repeat;
	width:28px;
	height:28px;
	display:block;
}
#sendForm, .button input{
	cursor:pointer;
}

/*TODO: remove after deployment*/
#themeChanger{
	position:absolute;
	top:0px;
	left:0px;
	z-index:88888;
}
/*END TODO*/