/* 

Queen Hotel - CSS File

*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 10, 2012 11:44:10 PM America/New_York */



@font-face {
    font-family: 'ItaliannoRegular';
    src: url('../fonts/Italianno-Regular-OTF-webfont.eot');
    src: url('../fonts/Italianno-Regular-OTF-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Italianno-Regular-OTF-webfont.woff') format('woff'),
         url('../fonts/Italianno-Regular-OTF-webfont.ttf') format('truetype'),
         url('../fonts/Italianno-Regular-OTF-webfont.svg#ItaliannoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*** GLOBAL  ***/
body {
	 font-family: Century Gothic,AppleGothic,sans-serif;
	font-size:13px;
	margin:0 auto;
	padding:0;
	line-height:20px;
	text-align:justify;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#ede9e2;
	background-color:#ede9e2;
}



/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2 {margin-bottom:20px;}
h3, h4, h5, h6{margin-bottom:15px;}
h1 {font-size:38px; line-height:30px;}
h2 {font-size:22px; line-height:28px;}
h3 {font-size:30px; line-height:23px;}
h4 {font-size:22px; line-height:20px;}
h5{font-size:18px; line-height:18px;}
h6 {font-size:13px; line-height:18px;}
h1, h2, h3, h4, h5, h6{
	font-weight:bolder;
	 font-family: Century Gothic,AppleGothic,sans-serif;
}
.pagetitle{font-size:22px; margin-bottom:20px;}


/* links */
a, a:visited {text-decoration:none; font-weight:normal; }
a:hover{text-decoration:underline;}
a img{border:none}


/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
	
blockquote {
    background-image: url("../images/quote.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: both;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    margin: 0 0 20px 0;
    padding: 0 10px 0 50px;
}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px; font-size:16px; line-height:20px}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #cfcfcf;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#outer-container{width:100%; /* background:url(../images/line-top.png) repeat-x top; */}
.container{
	width:1050px;
	margin:0px auto;
	padding:0 0 0 0;
}

#wrapper-header{
	/* position:relative; */
	/* background: url(../images/pt888.png); */
	background-attachment: fixed;
}
#wrapper-content{position:relative; /* background:url(../images/pt888.png); */}
#wrapper-footer{
	position:relative;
	border-top: 1px solid #aca18e;
	border-bottom: 1px solid #aca18e;
	background-color: #d5c6b1;
	background-image: url(../images/pattern33.png);
}
#footer{ border:3px solid #fff; border-top:1px; border-bottom:0px; margin:0px 35px; margin-top:-1px; position:relative;}
#after-footer{background:url(../images/pattern3.png); padding-bottom:20px; margin-top:-1px; position:relative;}

#content{clear:both; padding:0; margin:0px 35px; border:3px solid #fff; border-top:0px; background:#fff; }
#main{padding:25px 16px 45px 16px; clear:both; border:1px solid #e3d6c0; border-top:0px; background:#fafaf9; margin-bottom:5px;}

#content.innerpage{margin:4px 0 0 0}
#content.innerpage #main{padding:30px 40px 40px 40px;}

#maincontent.full{ width:940px;}

#maincontent{width:690px; float:left}
#maincontent.positionright{float:right; padding:0 0 0 30px}
#maincontent.positionleft{ float:left; padding:0 30px 0 0;}

#sidebar{width:220px; padding-left:0px; margin-top:5px; float:left;}




/* HEADER */
#header{ /* background:url(../images/light.png) center no-repeat; */}

/* Logo */
#logo{
	clear:both;
	width:250px;
	height:90px;
	margin-top: 0px;
	margin-left:600px;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	float:left;
}
#logo a img{ float:left; width: 284px !important;}
.logo-l{background:url(../images/logo-icon-l.png) no-repeat; width:84px; height:29px; float:left; margin-right:25px; margin-top:21px;}
.logo-r{background:url(../images/logo-icon-r.png) no-repeat; width:84px; height:29px; float:left; margin-left:20px; margin-top:21px;}

/* TOP MENU */
#nav-container{
	background:#fafaf9;
	border:3px solid #fff;
	padding:0px;
	margin:0px 35px;
	border-bottom:0px;
}
#nav-main{border:1px solid #e3d6c0; padding:5px 16px 0px 16px;	border-bottom:0px;}
#nav{
	position:relative;
	z-index:200;
	margin:0;
	padding:0px 0 0 0;
	width:1050px;
	height: 53px;
	margin-left:-55px;
	
	background-image: url(../images/bg-topnav4.png);
	background-repeat: no-repeat;
}

/* Nav Menu */
#topnav{
	margin:-5px 0px 0px 80px;
	padding-top: 3px;
	list-style-type:none;
	overflow:visible;
	position:relative;
	 font-family: Century Gothic,AppleGothic,sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	
	
}

#topnav li a.current:hover{ background:transparent!important; }
#topnav > li{ margin:0px 5px;}
#topnav > li:first-child{ margin-left:0px;}

.sf-menu a {
	text-decoration:none!important;
	display:		block;
	position:		relative;
	padding: 		10px 20px 10px 10px !important;
}




/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
	text-transform:none;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size: 14px;
	font-weight: bold;
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			27em; /* left offset of submenus need to match (see below) */
	
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0;
}

.sf-menu li li{margin:0px 0px;}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-10px;
	top:			2.8em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
	
}
.sf-menu ul li a{
	padding:8px 0px 8px 20px!important;
}

.sf-menu li ul {
	padding:0px;
}
.sf-menu a.sf-with-ul {
	padding-right: 	0px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}



.sf-menu ul{border:0px;}
.sf-menu li li {background:url(../images/sub-menu-line.gif) repeat-x left bottom;}
.sf-menu li li:last-child{ background:transparent}



/* SLIDER */
#slider-container {
    clear: both;
    position: relative;
	margin:0px 35px;
	background:#fafaf9;
	border:3px solid #fff;
	border-bottom:0px;
	border-top:0px;
	
}
#slider-main{
	padding:16px 16px 0px;
	border:1px solid #e3d6c0;
	border-bottom:0px;
	border-top:0px;
}

/* == Slider Gallery== */
#slider{position:relative; background:#e1d9cc; padding:16px;}
.jcarousel-container {
	overflow:hidden;
	width:742px;
	height:65px;
	margin:20px auto 0 auto;
	position: relative;
	clear:both;
	padding:0;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width:115px;
	margin-right:10px;
}


#feature_gallery {
	width:908px;
	padding:0;
	margin:0;
	overflow:hidden;
}
ul#feature_gallery_pager {
	display:block;
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
}
#feature_gallery ul.menu li a:hover {}
ul#feature_gallery_pager li a {
	overflow:hidden;
	width:107px;
	height:53px;
	float:left;
	display:block;
	padding:5px; 
	background: #c4beb3; 
	
}
ul#feature_gallery_pager li {}
#feature_gallery ul.menu a.activeSlide {
	background:#372a23;
}
#feature_gallery .bigimgs {
	width:908px;
	height:422px;
	margin:0;	
}
#feature_gallery .bigimg {
	width:908px;
	height:422px;
	
}

#feature_gallery img.change {
	width:908px;
}
#feature_gallery img.thumb {
	width:107px;
	height:53px;
}
.slidedesc{
	background: url(../images/bg-opacityblack.png);
	padding: 10px;
	width:888px;
	z-index:100;
	bottom:0px;
	position:absolute;
	margin:0 0 0 0;
	color:#fff;
	
}
.text{
	background: url(../images/bg-opacityblack.png);
	padding: 10px;
	width:808px;
	z-index:100;
	bottom:0px !important;
	position:absolute;
	margin:0 0 0 1px;
	color:#fff;
	
}

/* slide navi*/
#pager-container{text-align:right; font-size:11px; position:relative}
#pager-container a, #pager-container a:visited{padding:0; cursor:pointer; float: left; width: 35px; height:35px; display: block;  
text-indent:-9999px;}
#pager-container a:hover{text-decoration:none;}
#pager-container a#mycarousel-prev:hover{}
#pager-container a#mycarousel-next:hover{}
#pager-container a#mycarousel-prev{ background:url(../images/button-prevnext.png) no-repeat 0 0; position:absolute; left:19px; top:-53px; }
#pager-container a#mycarousel-next{  background:url(../images/button-prevnext.png) no-repeat -35px 0;  right:19px; top:-53px; position:absolute}



/* CONTENT */
.intro{
	 font-family: Century Gothic,AppleGothic,sans-serif;
	font-style:italic;
	font-size:18px;
	color:#900;
	text-align:center;
	line-height:28px;
}

/* form & button */
form{margin:0; padding:0;}

input[type="text"],
textarea, input[type="password"], select{
	border:solid 1px #ede9e2;
	font-size:12px;
	padding:8px 5px;
}

textarea:focus{outline:0;}

input[type="submit"],input[type="submit"]:hover{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px 15px;
	height:25px;
	color:#fff;
}
.button, .button:visited, .button:hover{height:25px;}
.button, .button:visited, input[type="submit"]{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	background:#6d5548;
	border:1px solid #cbcbcb;
	padding:0px 15px;
	line-height:18px;
	height:25px;
	color:#fff;
	cursor:pointer;
}
.button:hover, input[type="submit"]:hover{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	text-decoration:none;
}

a.more{
	width:109px;
	padding:3px 0px 5px 10px;
	display:block;
	color:#fff!important;
	 font-family: Century Gothic,AppleGothic,sans-serif;
	font-style:italic;
	font-size:14px;
	background-image: url(../images/bg-more3.png);
	background-repeat: no-repeat;
}
a.more:hover, a.more2:hover{ text-decoration:none;}

a.more2{ background:url(../images/bg-more2.png) no-repeat; width:196px;  padding:3px 0px 5px 10px;
display:block; color:#fff!important; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px;}



/*==== Separator ====*/

.separator {
	display:block;
	padding:15px 0;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:0px 0 10px 0;
	margin:0 0 30px 0;
	border-bottom:1px solid #ede9e2;
}


/* Dropcaps */
.dropcap1{
	text-shadow:1px 1px 0 #ede9e2;
	display:block;
	float:left;
	font-size:35px;
	line-height:35px;
	margin:2px 8px 0 0;
	color:#a24e40
}
.dropcap2{
	display: block;
	float:left;
	font-size:35px;
	line-height:45px;
	width: 47px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:left;
	text-align: center;
	margin:8px 15px 0 0;
	padding-top:3px;
	background:#a24e40; color:#fff;
}
.dropcap3{
	background:#a24e40; color:#fff;
	display:block;
	float:left;
	font-size:35px;
	line-height:40px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0
}

/* Highlight */
.highlight1{padding:2px 5px; background-color:#f7f7f7; border:solid 1px #ebebeb}	
.highlight2{padding:2px 5px; background-color:#ebebeb;  border:solid 1px #f7f7f7}

	

/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-family:'Ubuntu', Georgia, Arial;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/* Tabs */
.tabcontainer{margin:0;}
ul.tabs {
	margin: 0;
	padding: 0 0 2px 0;
	list-style: none;
	height: 25px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 15px;
	line-height:25px;
	height:26px;
	overflow: hidden;
	position: relative;
	font-size:12px;
	background:#f0ece8;
	border:solid 1px #ded1bb;
	border-width:1px 1px 0px 1px;

}



ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
	color:#666;
}

.tab-content {padding: 20px 0; }
	
ul.tabs li:hover{}
ul.tabs li.active{background:#e1dad2; border:solid 1px #bfb09e; border-bottom:0px;}
html ul.tabs li.active a{ color:#a24e40; }
#tab-body{padding:0 20px; border:solid 1px #bfb09e; background:#f3f0ed;}


/* jQuery Toggle */
#toggle{border: 0px;}
h2.trigger {
	padding: 3px 20px;
	margin: 0 0 10px 0;
	font-size:16px;
	border: 1px solid #bfb09e;
	border-width:1px 1px 1px 1px;
	background:#ece8e3;
	font-family:Arial, Helvetica, sans-serif;
	height:61px;

}
h2.trigger.img1{ background:url(../images/toggle1.png) no-repeat right #ece8e3; position:relative; }
h2.trigger.img2{
	position:relative;
	background-color: #ece8e3;
	background-image: url(../images/toggle2.png);
	background-repeat: no-repeat;
	background-position: right;
}
h2.trigger.img3{
	position:relative;
	background-color: #ece8e3;
	background-image: url(../images/toggle3.png);
	background-repeat: no-repeat;
	background-position: right;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	color:#8d6a57;
	background: url(../images/arrow-left.gif) no-repeat 0 21px;
	height:15px;
	padding:22px 0px 0px 28px;
	cursor:pointer;
	line-height:12px;
	
}
h2.active span{ background:url(../images/arrow-down.gif) no-repeat 0 20px; color:#a24e40; }
h2.trigger a:hover {color: #454545;}
h2.active { background:#e1dad2; margin-bottom:0px;}
h2.active.trigger.img1{ background:url(../images/toggle1.png) no-repeat right #e1dad2; position:relative; }
h2.active.trigger.img2{ background:url(../images/toggle2.png) no-repeat right #e1dad2; position:relative; }
h2.active.trigger.img3{ background:url(../images/toggle3.png) no-repeat right #e1dad2; position:relative; }
.toggle_container {
	margin: 0 0 10px 0;
	padding: 15px 25px;
	overflow: hidden;
	clear: both;
	border: 1px solid #ddd0b9;
	border-width:1px 1px 1px 1px;

}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;text-transform:uppercase; /*border-bottom: 1px solid #bfb09e;*/}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
/*border: 1px solid #bfb09e;*/
	border-bottom:0;
	text-align: left;
	/*margin: 0 -1px 24px 0;*/
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0px;
	background:#e1dad2;
}
tr td {
	border-bottom: 1px solid #bfb09e;
	padding: 0px;
	background:#f3f0ed;
}
tr.odd td {
	background:#f3f0ed;
}

/*== Bullet List ==*/
.bullet{
	margin:0 0 6px 0;
	padding:0;
	list-style-type:none;
}	
.bullet li{
	background: url(../images/arrow.png) no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 8px 20px;
	list-style-type:none;
}


/*==== Column ====*/
.one_half, .one_third, .two_third, 
.three_fourth, .one_fourth, .one_fifth, 
.two_fifth, .three_fifth, .four_fifth, 
.one_sixth, .five_sixth						{margin-right: 3.5%; margin-left:0; position:relative; float:left;}

.one_half									{ width:48%; }
.one_third									{ width:30.6666%;}
.one_fourth									{ width:22%; }
.one_fifth									{ width: 16.8%;}
.one_sixth 									{ width: 13.3333%;}

.two_third									{ width: 65.3332%;}
.two_fourth 								{ width: 48%;}
.two_fifth 									{ width: 37.6%;}
.two_sixth 									{ width: 30.6666%;}

.three_fourth								{ width:74%;}
.three_fifth 								{ width: 58.4%;}
.three_sixth 								{ width: 47.9998%;}

.four_fifth 								{ width: 79.2%;}
.four_sixth 								{ width: 65.3332%;}

.five_sixth 								{ width: 82.6665%;}
.firstcols									{ margin-left:0px !important; }
.last, .lastcols							{ margin-right:0px !important; clear:right; }



/* SIDEBAR */
.widget-title{
	font-size:22px;
	padding:0;
	margin-bottom:15px;

}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar .widget-container{margin-bottom:40px;}

#sidebar li li{
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0px 0 5px 0;
}

#sidebar li li a{ padding:3px 0px 0px 20px;  display:inline-block; background:url(../images/arrow-sidebar.gif) no-repeat 0px 12px; }
#sidebar li li a:hover, #sidebar li li a.active{text-decoration:none;  }

/* Search */
.bgsearch input{ background:#e1d9cc; border:0px; color:#8d6a57; width:200px; padding-left:15px;}

#sidebar .latestpost li{clear:left; margin-bottom:13px; padding-top:13px;}
#sidebar .latestpost li a, #sidebar .latestpost li a:hover{ color:#f75948; padding:0px; background:none;}
#sidebar .latestpost li a:hover{ text-decoration:underline}
#sidebar .latestpost .post-date{color:#bababa; font-size:11px; display:block}


#sidebar .download p{ margin-bottom:0px;}

#sidebar ul.sub-menu, #sidebar ul.children, #sidebar ul ul ul{margin:9px 0 0 15px; }
#sidebar ul.sub-menu li, #sidebar ul.children li, #sidebar ul ul ul li{margin-bottom:5px; padding-bottom:4px}
#sidebar ul.sub-menu li:last-child, #sidebar ul.children li:last-child, #sidebar ul ul ul li:last-child{padding-bottom:0px; margin-bottom:0; border-bottom:0; }

#sidebar .service h2{ font-family: Century Gothic,AppleGothic,sans-serif; font-size:22px;}
#sidebar .service li{ margin-bottom:20px;}
#sidebar .service h4{ background:url(../images/icons/icon-arrow.html) no-repeat; padding-left:35px; margin-bottom:10px;}


#sidebar .boxslideshow li{ display:block; border:0px; margin:0px; padding:0px;}
#sidebar .boxslideshow blockquote{ background:none; font-style:italic; padding:0px;  font-family: Century Gothic,AppleGothic,sans-serif; color:#74706a; font-size:13px;}
#sidebar .boxslideshow .testi-name{ text-align:right; display:block; border-top:1px solid #ede9e2; padding-top:15px;}

.nomargin{margin-right:0 !important;}



/* FOOTER */

#main-footer{padding:30px 17px 0px 17px; color:#8d6a57; background:#e1d9cc; border-top:1px solid #bcb4a7}
#main-footer .footcol1, #main-footer .footcol2, #main-footer .footcol3, #main-footer .footcol4{float:left; width:220px; margin-right:20px}
#main-footer .footcol4{margin-right:0px;}
#main-footer ul{list-style-type:none; margin:0; padding:0;}
#main-footer li.widget-container{list-style-type:none; margin:0 0 40px 0; padding:0; border:0px;}
#main-footer .widget-title{font-size:20px; padding:0;  margin-bottom:20px; text-align:left; background:none; color:#3d2e26}
#main-footer li li{ border-bottom:1px solid #c1b8aa; padding:0 0 5px 20px; margin:0 0 5px 0; background:url(../images/arrow.png) no-repeat 0px 8px;}

#main-footer li a{color:#8d6a57; padding:0px; margin:0px;}
#main-footer li a:hover{ text-decoration:none; color:#a24e40}


/*** AFTER FOOTER ***/

#copyright{
	font-size:12px;
	color:#d5c6b1;
	padding:21px 17px 21px 17px;
	border:3px solid #fff;
	border-top:0px;
	margin:0px 35px;
	background-color: #621605;
	background-image: url(../images/bg-copyright1.png);
	background-repeat: repeat-x;
}
#copyright a, #copyright a:visited{color:#8c8375;}
