/*
Theme Name: Empire XHTML Template
Theme URI: <a href="http://www.themeprince.com">Theme Prince</a>
Description: XHTML Template by <a href="http://www.themeprince.com">Theme Prince</a>
Author: ThemePrince
Author URI: <a href="http://www.themeprince.com">Theme Prince</a>
Version: 1.1
*/

@import 'reset.css';


/* BASIC ELEMENT STYLINGS */

body,html {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	font-family: 'Sansation', Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #043264;
	width: 100%;
	height: 100%;
}



h1 {
	float: left;
	font-size: 20px;
	text-align: left;
	width: 100%;
	font-weight: bold;
	clear: left;
	margin-bottom: 0px;
	margin-top:15px;
}

h2 {
	clear: left;
	float: left;
	font-size: 18px;
	text-align: left;
	width: 100%;
	font-weight: normal;
	margin-bottom: 15px;
}

h3 {
	clear: left;
	font-weight: normal;
	float: left;
	font-size: 16px;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
}

h4 {
	clear: left;
	font-weight: normal;
	float: left;
	font-size: 15px;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
}

h5 {
	clear: left;
	font-weight: normal;
	float: left;
	font-size: 14px;
	text-align: left;
	width: 100%;
}

h6 {
	clear: left;
	float: left;
	font-size: 13px;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
}


a{
	color: #333333;
	font-weight: bold;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #0C84DE;
}


table {
	width: 100%;
}

td{
	padding: 4px;
	line-height: 20px;
}


.image, #content iframe {
	float: left;
	border: 1px solid #ddd;
	margin-right: 15px;
	padding: 4px;
	background-color: #fff;
}


blockquote{
	width: 90%;
	float: left;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	background-image: url('../images/quote.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#content blockquote p{
	margin: 0px;
	margin-bottom: 15px;
}


code {
	line-height: 20px;
	width: 570px;
	border: 1px solid #ccc;
	float: left;
	background-image: url('../images/code_bg.gif');
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	margin-top: 15px;
}

pre {
	line-height: 20px;
	width: 606px;
	border: 1px solid #ccc;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 40px;
	margin-top: 20px;

}


.autoresize{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.clear{
	clear: both;
}

/* COLUMNS */

.one_half {
	float: left;
	width: 280px;
	display: block;
	padding-right: 30px;
}
.one_half_last{
	padding-right: 0px;
	float: left;
	width: 280px;
	display: block;
}

.one_third {
	float: left;
	width: 176px;
	padding-right: 30px;
	display: block;
}

.one_third_last{
	float: left;
	width: 176px;
	display: block;
	padding-right: 0px;
}


.two_third {
	float: left;
	width: 382px;
	display: block;
	padding-right: 30px;
}

.two_third_last{
	float: left;
	width: 382px;
	display: block;
	padding-right: 0px;
}

/* FORM DESIGNS */
input,textarea{
	float: left;
	height: 21px;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: transparent;
	background-repeat: no-repeat;
	font-family: arial;
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-image: linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.37, rgb(255,255,255)),
		color-stop(0.69, rgb(255,255,255)),
		color-stop(0.85, rgb(245,245,245))
	);
}



/* TABLE */


.table table {
	font-size: 12px;
	clear: left;
	width: 100%;
	background-color: #94B8D5;
	background-position: 0px 30px;
	margin-bottom: 30px;
}

.table th {
	background-color: #94B8D5;
	height: 32px;
	vertical-align: middle;
	text-align: center;
}

.table thead{
	border: 2px solid #FFF;
}

.table tr {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #fff;
}

.table tbody {
	border: 2px solid #C0C0C0;

}

/*.table tr:hover {
	background-color: #fbf9f4;
}

.table td {
	height: 27px;
	vertical-align: middle;
	text-align: center;

}




/* TEXTS */

.dropcap {
	font-size: 38px;
	font-weight:  bold;
	float: left;
	margin-top: 10px;
	margin-right: 6px;
}


#content .alignright, .align_right {
	float: right;
}
blockquote.align_right, blockquote.align_left{
	width: 190px;
}

#content .alignleft, .align_left {
	float: left;
}

#content .align_center {
	margin-left:auto;
	margin-right:auto;
}

#content .justify{
	text-align: justify;
}


.read_more{
	color: #043264;
	font-weight: bold;
}



/* LISTS */


.list1 {
	float: left;
	margin-right: 30px;

}
.list1 li {
	list-style: disc;
	padding-left: 0px;
	margin: 0px;
}
.list2 {
	float: left;
	margin-right: 30px;
}
.list2 li {
	background-image: url('../images/list2-bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 0px;
}
.list3 {
	float: left;
	margin-right: 30px;
}
.list3 li {
	background-image: url('../images/list3-bullet.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 30px;
	padding-right: 10px;
}
.list4 {
	float: left;
	margin-right: 30px;
}
.list4 li {
	background-image: url('../images/list-bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	margin: 0px;
}


/* NUMBERED LIST */
.circle,#content .circle{
	-moz-border-radius: 36px;
    -webkit-border-radius: 36px;
	-khtml-border-radius: 36px;
	border-radius: 36px 36px 36px 36px;
	float: left;
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: block;
	margin-right: 8px;
	margin-top: 4px;
	background-color: #666;
}





/* VIDEO PLAYER */

.video_player{
	float: left;
	border: 1px solid #cfcfcf;
	background-color: #fff;
	padding: 4px;
}

object{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}



/* HORIZONTAL LINES*/

.hr {
	width: 100%;
	float: left;
	clear: left;
	height: 15px;
	background-image: url('../images/horizontal_ruler.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	margin-top: 20px;
}

.hr2{
	width: 100%;
	float: left;
	clear: left;
	height: 1px;
	background-image: url('../images/hr2.gif');
	background-position: top center;
	background-repeat: repeat-x;
	margin-bottom: 30px;
	margin-top: 15px;
}


/* VERTICAL SPACE */

.vspace {
	float: left;
	clear: left;
	width: 100%;
	height: 30px;
}




/* JAVASCRIPT FALLBACK */

#notification {
	float: left;
	left: 0px;
	top: 0px;
	height: 35px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 20;
	background-color: #fff1ba;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 35px;
	z-index: 100;
}



/* WARNING FOR IE7 OR LOWER */

#ie_warning{
	display: none;
	width: 100%;
	top: 350px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto;
	color: #333;
	font-size: 13px;
	position: fixed;
}



/*  MENU */

#responsive-menu,#responsive-menu-title{
	display: none;
}

#sidebar #sidebar-content #menu {
	margin: 0px auto;
	width: 100%;
	z-index: 30;
	margin-top: 60px;
	float: left;
}


#sidebar #sidebar-content #menu li {
	line-height: 32px;
	text-align: center;
	width: 100%;
	background-image: url('../images/menu_li.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: left;
	float: left;
	color: #999999;
}

#sidebar #sidebar-content #menu li a, #sidebar #sidebar-content #menu .current ul li a {
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #043264;
}

#sidebar #sidebar-content #menu li:hover{
	background-image: url('../images/menu_li_hover.png');
}

#sidebar #sidebar-content #menu li a:hover, #sidebar #sidebar-content #menu  .current a, #sidebar #sidebar-content #menu li ul li a:hover{
	color: #ffffff;
}

#sidebar #sidebar-content #menu li ul{
	display: none;
}

#sidebar #sidebar-content #menu li ul li{
	background-image: url('../images/menu_subli.png');
}

#sidebar #sidebar-content #menu li ul li a{
	font-size: 12px;
}
#sidebar #sidebar-content #menu li.current ul li a{
	font-size: 12px;
}
#sidebar #sidebar-content #menu li ul li.current a{
	color: #FFF;
}






/* NIVO SLIDER */

.slider-nivo-holder{
	float: left;
	width: 590px;
	height: 220px;
	background-image: url('../images/nivo-slider-bg.gif');
	background-repeat: no-repeat;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.slider-nivo-holder #nivo-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	left: 0px;
	top: 0px;
}

#slider-nivo{
	position: relative;
	float: left;
	width: 582px;
	height: 212px;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 98;
	margin-left: 4px;
	margin-top: 4px;
}

#slider-nivo img{
	width: 582px;
	height: 212px;
}




/* BACKGROUND SLIDER */


#bg_slider{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
	background-color: transparent;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

#bg_slider .bg_slider-img{
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}




/* SIDEBAR */

#logo {
	text-align: center;
	margin: 0px auto;
	width: 100%;
	padding-bottom: 56.25%;
	background-image: url('../images/sidebar-hsep.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: transparent;

}
#logo embed,
#logo object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
}


#wrapper{
	width: 980px;
	min-height: 100%;
	margin: 0px auto;
	z-index: 1;
	position: absolute;
	top: 0px;
    left: 50%;
	margin-left: -490px;
}



#sidebar{
	position: absolute;
	width: 328px;
	min-height: 100%;
	float: left;
	z-index: 11;
}

#sidebar-color{
	width: 306px;
	height: 100%;
	position: fixed;
	float: left;
	z-index: 12;
	background-color: #0086eb;
	margin-left: 13px;
}

#sidebar-border{
	width: 328px;
	height: 100%;
	position: fixed;
	float: left;
	z-index: 13;
	background-image: url('../images/sidebar-border.png');
	background-repeat: repeat-y;
	background-color: transparent;
	background-position: top center;
	margin-left: 2px;

}


#sidebar-light{
	width: 306px;
	height: 100%;
	position: fixed;
	float: left;
	z-index: 14;
	background-image: url('../images/sidebar-light.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 13px;
}


#sidebar-texture{
	width: 306px;
	height: 100%;
	position: fixed;
	float: left;
	z-index: 15;
	background-image: url('../images/sidebar-texture-carbon.png');
	background-repeat: repeat-y;
	margin-left: 13px;
}


#sidebar-content{
	position: absolute;
	z-index: 16;
	width: 246px;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
}



#sidebar-bottom{
	float: left;
	clear: left;
	width: 246px;
	position: relative;
	z-index: 17;
	margin-top: 100px;
}

#sidebar-bottom li {
	display: inline;
	margin-right: 4px;
	margin-left: 4px;
}

#copyright{
	float: left;
	clear: left;
	width: 246px;
	position: relative;
	z-index: 17;
	text-align: center;
	color: #999;
	margin: 0px;
}

#copyright a{
	color: #F1EDC2;
	font-weight: normal;
}
#copyright a:hover{
	color: #f2e9cd;
}



/* PAGE */

#page {
	position: absolute;
	right: 0px;
	width: 666px;
	min-height: 100%;
	float: right;
	background-color: transparent;
	z-index: 1;
	background-image: url('../images/page-bg.png');
	background-repeat: repeat-y;
	background-position: top right;
}


#content{
	float: right;
	width: 590px;
	margin-top: 10px;
	margin-right: 40px;
	text-align: left;
	min-height: 100%;
	padding-bottom: 60px;
}


#content p{
	clear: none;
	margin-bottom: 30px;
}

#content ol{
	clear: left;
	list-style-position: inside;
	list-style-type: decimal;
}

#content ol li{
	width: 100%;
}

#content .bullets{
	list-style-position: inside;
	list-style-type: square;
}




/* SINGLE POST */


#page #content .blog-post-info{
	float: left;
	width: 590px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 22px;
	line-height: 22px;
	margin-top: -15px;
	margin-bottom: -15px;
}

#page #content .blog-post-info img {
	vertical-align: middle;
	margin-top: -1px;
}

#page #content .full{
	width: 100%;
}


/* BLOG - SMALL THUMBS */

#blog-small {
	float: left;
}
#blog-small li {
	float: left;
	clear: left;
	width: 590px;
	margin: 0px;
	padding: 0px;
}

.blog-small-text h1 {
	font-size: 16px;
	margin-bottom: 5px;
}

.blog-small-text h1 a{
	font-weight: normal;
}


.blog-small-image {
	width: 163px;
	height: 128px;
	float: left;
	margin-right: 15px;
	padding-left: 6px;
	padding-top: 9px;
	background-image: url('../images/blog_small_pic.png');
}

.blog-small-image img {
	float: left;
	border: 0px;
	width: 146px;
	height: 113px;
}

.blog-small-text {
	float: left;
	width: 406px;
}

#page #content .blog-small-excerpt{
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}


#page #content .blog-small-sep {
	height: 29px;
	width: 585px;
	background-image: url('../images/blog_small_sep.png');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	margin-bottom: 30px;
}



.post_separator {
	margin-bottom: 30px;
	height: 25px;
	width: 100%;
	background-image: url('../images/hr2.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	float: left;
	clear: left;
}

.post_separator a {
	font-size: 11px;
	float: right;
	font-weight: normal;
}


#blog-small .blog-info{
	float: left;
	width: 406px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 11px;
}

#blog-small .blog-info img {
	margin-top: -1px;
	vertical-align: middle;
}




/* BLOG - MEDIUM THUMBS */


.blog-medium {
	float: left;
	width: 620px;
	clear: left;
	overflow: hidden;
}
.blog-medium li {
	float: left;
	width: 280px;
	padding: 0px;
	margin: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
}


.blog-medium-text h1 {
	font-size: 16px;
	margin-bottom: 0px;
}

.blog-medium-image {
	width: 276px;
	height: 141px;
	float: left;
	padding-left: 4px;
	padding-top: 4px;
	background-image: url('../images/blog_medium_pic.png');
}

.blog-medium-image img {
	float: left;
	border: 0px;
	width: 272px;
	height: 128px;
}

.blog-medium-text {
	float: left;
	clear: left;
	width: 280px;
}

#content .blog-medium  .blog-medium-excerpt{
	width: 280px;
	float: left;
	clear: left;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #043263;
}


#page #content .blog-medium .blog-info{
	float: left;
	width: 280px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
}

#content .blog-medium .blog-info img {
	margin-right: 4px;
	margin-left: 4px;
	vertical-align: middle;
	margin-top: -1px;
}







/* PORTFOLIO */


.pf_categories{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: -15px;
}
.pf_categories li {
	float: left;
	line-height: 24px;
}

.pf_categories li a {
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}

.pf_categories li a:hover {
	background-color: #ededed;
}

.pf_categories .active a{
	background-color: #ededed;
}





/* PORTFOLIO 3 COLS*/

.portfolio-3c {
	width: 620px;
	float: left;
	clear: left;
	overflow: hidden;
	margin-bottom: -30px;
}
.portfolio-3c li {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 176px;
}

.portfolio-3c li:nth-child(3n+1){
	clear: left;
}

.portfolio-3c .thumb{
	width: 172px;
	height: 140px;
	float: left;
	margin-bottom: 10px;
	background-image: url('../images/portfolio-3c-bg.png');
	padding-left: 4px;
	padding-top: 4px;
}

.portfolio-3c  img {
	float: left;
	width: 168px;
	height: 128px;
}

#content .portfolio-3c p {
	float: left;
	width: 176px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 0px;
}

#content .portfolio-3c h1 {
	width: 176px;
	font-size: 16px;
	float: left;
	margin-bottom: 0px;
	background-image: none;
	line-height: 20px;
	height: auto;
}



/* PORTFOLIO 2 COLS*/

.portfolio-2c {
	width: 620px;
	float: left;
	clear: left;
	overflow: hidden;
	margin-bottom: -30px;
}
.portfolio-2c li {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 280px;
}

.portfolio-2c .thumb{
	width: 276px;
	height: 141px;
	float: left;
	margin-bottom: 10px;
	background-image: url('../images/portfolio-2c-bg.png');
	padding-left: 4px;
	padding-top: 4px;
}

.portfolio-2c  img {
	float: left;
	width: 272px;
	height: 128px;
}

.portfolio-2c h1 {
	width: 280px;
	font-size: 16px;
	float: left;
	margin-bottom: 0px;
	background-image: none;
	line-height: 20px;
	height: auto;
}
#content .portfolio-2c p {
	float: left;
	width: 280px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 0px;
}




/* GALLERY */


.galleries {
	float: left;
	width: 620px;
}

.galleries li  {
	width: 172px;
	height: 140px;
	float: left;
	background-image: url('../images/portfolio-3c-bg.png');
	padding-left: 4px;
	padding-top: 4px;
	margin-right: 30px;
	margin-bottom: 25px;
}

.galleries li img {
	float: left;
	width: 168px;
	height: 128px;
}

.galleries li  h1 {
	width: 176px;
	font-size: 16px;
	float: left;
	margin-bottom: 0px;
	margin-top: 15px;
	background-image: none;
	line-height: 20px;
	height: auto;
}







/* ARCHIVES */

.archives {
	float: left;
	width: 100%;
	margin-top: -5px;
}

.archives li {
	clear: left;
	float: left;
	line-height: 30px;
	background-image: url('../images/widget_li_arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-left: 10px;
	width: 95%;
}

.archives li a {
	display: block;
}

/* FOOTER */

#footer_widget_area {
	width: 590px;
	margin: 0px auto;
	text-align: left;
}

#footer_widget_area #first{
	float: left;
	width: 176px;
	margin-right: 30px;
}

#footer_widget_area #second{
	float: left;
	width: 176px;
	margin-right: 30px;
}

#footer_widget_area #third{
	float: left;
	width: 176px;
	margin-right: 0px;
}

#footer_widget_area h3{
	margin-bottom: 30px;
	float: left;
}


/* ON PAGE CONTACT FORM */

.page_contact_form {
	float: left;
}

.page_contact_form  li {
	float: left;
	margin-bottom: 15px;
	width: 590px;
	clear: left;
}

.page_contact_form  input {
	height: 22px;
	width: 300px;
}

.page_contact_form  label {
	float: left;
	margin-left: 10px;
	line-height: 22px;
}

.page_contact_form  img {
	border: 1px solid #333;
	float: left;
	margin-left: 6px;
}

.page_contact_form  textarea {
	width: 590px;
	height: 130px;
	overflow: auto;
}

.page_contact_form #cf4 {
	width: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #ededed;
}

.page_contact_form .send_button {
	width: 120px;
	height: 25px;
	background-color: #000;
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	background-image: none;
}





/* IMAGES AND HOVERS */

.hidden {
	display: none;
}


.small_image {
	width: 163px;
	height: 128px;
	float: left;
	padding-left: 6px;
	padding-top: 9px;
	background-image: url('../images/blog_small_pic.png');
}
.small_image img,.small_image .preloader {
	border: 0px;
	width: 146px;
	height: 113px;
}

.medium_image {
	width: 276px;
	height: 141px;
	float: left;
	padding-left: 4px;
	padding-top: 4px;
	background-image: url('../images/blog_medium_pic.png');
}
.medium_image img,.medium_image .preloader {
	border: 0px;
	width: 272px;
	height: 128px;
}

.large_image {
	width: 586px;
	height: 188px;
	float: left;
	padding-left: 4px;
	padding-top: 4px;
	background-image: url('../images/blog_large_pic.png');
}
.large_image img,.large_image .preloader {
	border: 0px;
	width: 582px;
	height: 173px;
}



.imghover_small_blog {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 146px;
	height: 113px;
	display: block;
}



.imghover_medium_blog {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 272px;
	height: 128px;
	float: left;
	display: block;
}

.imghover_3c_pfolio {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 168px;
	height: 128px;
	float: left;
	display: block;
}

.imghover_2c_pfolio {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 272px;
	height: 128px;
	float: left;
	display: block;
}

.imghover_1c_pfolio {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 374px;
	height: 172px;
	float: left;
	display: block;
}

.imghover_gallery{
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 168px;
	height: 128px;
	float: left;
	display: block;
}


.imghover_small {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 146px;
	height: 113px;
	float: left;
	display: block;
}

.imghover_medium {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 272px;
	height: 128px;
	float: left;
	display: block;
}
.imghover_large {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 582px;
	height: 172px;
	float: left;
	display: block;
}


/* PURCHASE BUTTON */

#content .purchase_button p{
	margin: 0px;
	padding: 0px;
	margin-top: -4px;
}

.purchase_button{
	float: left;
	clear: left;
	width: 100%;
}

.purchase_button p{
	float: left;
	width: auto;
	max-width: 410px;
	margin-right: 30px;
	font-size: 16px;
	line-height: 24px;
}

.purchase_button a{
	float: right;
	white-space: nowrap;
	background-image: url('../images/button-light.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

.purchase_button a:hover{
	background-image: none;
}

.purchase_button-gold{
	background-color: #d4af74;
}
.purchase_button-black{
	background-color: #4c4c4c;
}
.purchase_button-white{
	background-color: #fff;
}
.purchase_button-grey{
	background-color: #999999;
}
.purchase_button-blue{
	background-color: #363d97;
}
.purchase_button-pink{
	background-color: #eb93e0;
}
.purchase_button-green{
	background-color: #2a873e;
}
.purchase_button-orange{
	background-color: #f6a13c;
}
.purchase_button-red{
	background-color: #ab1919;
}
.purchase_button-purple{
	background-color: #8719ab;
}






/* ICON LIST */

img.small_icon{
	float: left;
	margin-right: 15px;

}


/* BUTTONS */

.button-small,.button-medium,.button-large {
	float: left;
	white-space: nowrap;
	background-image: url('../images/button-light.png');
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
	background-color: #4c4c4c;
	text-align: center;
}

.button-small:hover,.button-medium:hover,.button-large:hover{
	background-image: none;
}


.button-small{
	width: 100px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 12px;
}
.button-small:hover{
	color: #fff;
}


.button-medium{
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: normal;
	font-size: 14px;
}
.button-medium:hover{
	color: #fff;
}

.button-large{
	margin-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: normal;
}
.button-large:hover{
	color: #fff;
}



/* TABS */

#tabs { float: left; clear: left; width: 98%; }
.ui-tabs { position: relative; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {  margin: 0; width: 100%; float: left; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
.widget-area .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0px; border-bottom: 0 !important; padding: 0; white-space: nowrap; width: 33%; text-align: center; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { padding-left: 10px; padding-right: 10px; line-height: 35px; text-decoration: none; font-size: 11px;  text-align: center; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin: 0px; padding: 0px; border-top: 3px solid #999; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; line-height: 30px; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0px; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs .ui-widget-content { float: left; }




/* TOGGLES */

.toggle{
	float: left;
	clear: left;
	margin-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url('../images/icon-plus.png');
	background-position: 0px 3px;
	color:#043264;

}
.togglem {
	float: left;
	clear: left;
	margin-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url('../images/icon-minus.png');
	background-position: 0px 3px;
	color:#043264;
}
.toggle_box {
	background-color:#fff;
	border: 1px solid #ddd;
	/* Rounder Corner */
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	overflow: hidden;
	width: 295px;
	clear: both;
	margin-bottom:10px;
}

.toggle_box .block {
	padding: 15px;
}




/* CAROUSEL (HORIZONTAL) */

#carousel { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
.viewport { float: left; width: 465px; height: 135px; overflow: hidden; position: relative; }
.buttons { background:url("../images/carousel-buttons.png") no-repeat scroll 0 0 transparent; display: block; margin: 50px 10px 0 0; background-position: 0 -38px; text-indent: -999em; float: left; width: 39px; height: 37px; overflow: hidden; position: relative; }
.next { background-position: 0 0; margin: 50px 0 0 10px; }
.disable { /*visibility: hidden;*/ }
.overview { list-style: none; position: absolute; width: 240px; left: 0 top: 0; }
.overview li{ float: left; margin: 0 30px 0 0; padding: 1px; height: 135px; width: 208px;}
.overview li img{ float: left; margin-right: 15px; width: 208px; height: 122px; border: 1px solid #ddd; padding: 4px; background-color: #fff;}

#carousel1 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel2 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel3 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel4 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel5 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel6 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel7 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel8 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel9 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel10 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel11 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel12 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel13 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel14 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel15 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel16 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel17 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel18 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel19 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel20 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel21 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel22 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel23 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel24 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel25 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel26 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel27 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel28 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel29 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }







/* IMAGE PRELOADER */

.preloader {
	background: url('../images/preloader.gif') center center no-repeat #fff;
	display: inline-block;
}



/* HOMEPAGE PRELOADER */

#hp_preloader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
}

/* Custom css Robert */
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.center{
	text-align: center;
}
.toggle_box_alberghi {
	background-color: none;
	border: 1px solid #043264;
	/* Rounder Corner */
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	overflow: hidden;
	width: 570px;
	clear: both;
	margin-bottom:10px;
}

#crossslide{
	width: 100%;
	min-height:100%;
	height:100%;
	margin:0px auto;
	position:fixed;
}
.box {

	background-color: #FFF;
}
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}

	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

#sidebar-top{
	position: absolute;
	z-index: 16;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 20px;

}
#sidebar-content{
	position: absolute;
	z-index: 16;
	width: 246px;
	float: left;
	margin-left: 40px;
	margin-top: 190px;
}

.imager, #content iframe {
	float: right;
	border: 1px solid #ddd;
	margin-left: 15px;
	padding: 4px;
	background-color: #fff;
}

.breadcrumb{
	color: #043264;
	font-weight: normal;
}
.ESCURSIONI {font-weight: bold; margin-bottom: 5px;}
.chenar {
	border: 2px solid #043264;
	/* Rounder Corner */
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	overflow: hidden;
	clear: both;}
.tit {text-align: center; font-weight: bold;}
.titc {color:#043264; text-transform: uppercase;}
sup{font-size:15px; ; position: relative; vertical-align: baseline;}
sup {
    top: 1em;
}
.italic {font-style: italic;}
