/* reset styles */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas,details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
	
head {
	display:none;
}
body {
	text-align:center; 
	margin:0;
	padding:0;
	background: url('page-bkg.png') center  repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#444244;
}
div {
	display:block;
}

input[type=text], select,input[type=checkbox],input[type=submit] { 
	border: 1px solid #39C;
}

sup { 
	font-size:60%;
	line-height: 20px;
	vertical-align:super;
}
sub { 
	font-size:60%;
	line-height: 20px;
	vertical-align:sub;
}



/** =============================================================== */

#page { 
	width: 1024px;
	margin:0px auto;
	text-align:center;
	display:block;
}
#page-inner { 
	border-top: 6px solid #444244;
	margin:2px 8px 2px 8px;
	text-align:left;
	display:block;
	background-color:white;
}

.ulmenu {
    display:flex;
    background-color:black;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    list-style: none;

    
}

.limenu {
    flex-grow: 1;
    flex-basis: 0;
    border:none;
    color:white;
    padding:2px;
    text-align:center;

}

.limenu a {
    margin:auto;
    text-decoration: none;
    color:white;
}

.limenu:hover {
    color:#FCAD1A;
    background-color:#2EB349;
}

.mainbloc {

padding:4px 0px 0px 0px;
}  

#footer { 
	clear:both;
	margin:4px 0 0 0;
	text-align:center;
	display:block;
	background: #444244;
	color:white;
}
#banner { 
	height:236px;
	background: url('gestiloc-banner.png') no-repeat;
	background-position: 0 1px;
	margin:0 0 1px 0;
}
#banner:hover {
	cursor:pointer;
}
#lang-selector {
	float:right;
}
#lang-selector ul {
	margin-top:0px;
}
#lang-selector li {
	list-style-type:none;
	margin-top:10px;
	margin-right:10px;
	float:left;
}

#lang-selector a {
	font-size:80%;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#444244;
}

#lang-selector a:hover {
	color:white;
}

#lang-selector li.active a {
	color:white;
}

#menuold { 
	background-color: #444244;
	height:30px;
	overflow:hidden;
	margin-bottom: 2px;
}

#menuold ul { 
	margin:0;
	margin-left:-1px;
}

#menuold li { 
	float:left;
	list-style-type:none;
	display:block;
}
#menuold a { 
	display:block;
	width:251px;
	height:30px;
	border-left:1px solid white;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	
}
#menuold a:hover { 
	color:white;
	background-color:#bdc8ba;
	border-right:1px solid #bdc8ba;
	width:250px;
}
/** =============================================================== */
.right { float:right; }
.left { float:left; }
.clear { clear:both; }

.column-one-third {
	display:block; 
	width:33%;
}
.column-two-third {
	display:block; 
	width:66%;
}
.cell1x {
	width:252px;
	margin:0;
}
.cell1x1 {
	width:252px;
	height:122px;
	margin:0 3px 4px 3px;
	
}
.cell1x2 {
	width:252px;
	height:248px;
	margin:0 3px 4px 3px;
}
.cell1x3 {
	width:224px;
	height:374px;
	margin:0 3px 4px 3px;
}
.cell2x {
	width:490px;
	
	margin:0;
	
}
.cell2x1 {
	width:454px;
	height:122px;
	margin:0 3px 4px 3px;
	
}
.cell2x2 {
	width:454px;
	height:248px;
	margin:0 3px 4px 3px;
}
.cell2x3 {
	width:454px;
	height:374px;
	margin:0 3px 4px 3px;
}
.cell3x {
	width:684px;
	margin:0 3px 4px 3px;
}
.cell4x1 {
	width:914px;
	height:122px;
	margin:0 3px 4px 3px;
}

.blue1 { background-color:#0838ae; }
.blue2 { background-color:#2482f4; }
.blue3 { background-color:#80aef1; }
.blue4 { background-color:#7480f8; }
.blue5 { background-color:#d9e7f6; }
.black { background-color:#000000; }
.white { background-color:#ffffff; }
.olive { background-color:#bdc8ba; color:#444244; }
.darkgray { background-color:#444244; }

/* =================================================================== */
#properties { 
	overflow:hidden;
}
.text {
	padding:0 20px 0 20px;	
} 
.text h2 {
	display:block;
	padding:10px 10px 10px 10px;
	font-size:110%;
	font-weight:bold;
}
.text p {
	display:block;
	padding:0;
	font-size:100%;
	text-align:justify;
	line-height:125%;
}
.text quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:150%;
	padding:20px 5px 25px 5px;
	display:block;
	line-height:140%;
}
.text ul { 
	padding: 5px 0 5px 20px;
}
.text li { 
	margin: 3px 0 3px 10px;
	font-size:100%;
}
.inset { 
	padding: 10px 0px 5px 10px;
	
}
.inset h1 { 
	color:#bdc8ba;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
}
.inset p { 
	background-color:#bdc8ba;
	padding:10px;
	font-size:90%;
	height:80px;
}
.inset img { 
	float:left;
	margin:-10px 10px 0 -10px;
}

.content { 

}

.content h1 {
	display:block;
	padding:15px 10px 15px 30px;
	background:#0d3391 url('bullet-big.png') left no-repeat;
	background-position: 10px;
	color:white;
	font-size:160%;
	font-weight:bold;
	margin-bottom:30px;
}

.content h2 {
	display:block;
	padding:10px 10px 10px 20px;
	color:#0d3391;
	font-size:150%;
	font-style:italic;
	font-weight:bold;
}

.content h3 {
	display:block;
	text-align:center;
	padding:10px 10px 10px 20px;
	color:#0d3391;
	font-size:120%;
	font-style:italic;
	font-weight:bold;
}

.content p {
	display:block;
	padding:10px 20px 20px 70px;
	font-size:110%;
	line-height:170%;
}
.content li { 
	padding-left:5px;
	padding-bottom:5px;
	margin-left:140px;
}

.sponsors h1 {
	display:block;
	padding:5px 3px 5px 5px;
	background-color:#444244;
	color:white;
	font-size:140%;
	text-transform:uppercase;
	text-align:center;
}

.sponsors ul {
	padding:2px 0 5px 0;
}

.sponsors li {
	list-style-type:none;
	text-align:center;
	padding:4px 0 0 0;
	font-size:90%;
}


.infotext {
	text-align:left;
	overflow:auto;
	max-height:600px;
}

#contact-form {
	
	color:white;
	margin: 0 20px 0 0;
}

#contact-form h1{
	font-size:120%;
	color:white;
	padding:5px 0 0 0;
}

#contact-form h2{
	font-size: 100%;
	color:white;
	padding:8px 0 0 0;
}

#contact-form h3{
	font-size: 80%;
	color:white;
	padding:0px 0 0 0;
}

#contact-form .field {
	text-align:left;
	clear:both;
	padding-top:15px;
}

#contact-form .field label {
	float:left;
	display:block;
	width:140px;
	padding-right:10px;	
	text-align:right;
	background-color:#444244;
	color:white;
	font-weight:bold;
	font-size:90%;
	height:20px;
	text-transform:uppercase;
}

#contact-form .gmap {
	width:238px;
	height:180px;
	margin-top:20px;
	margin-bottom:0;
}

#contact-form .field input {
	float:left;
	width:316px;
	color:#444244;
	border:1px solid #444244;
	padding:3px 5px 2px 5px;
}

#contact-form .field textarea {
	float:left;
	width:320px;
	height:240px;
	resize: none;
	color:#444244;
	border:1px solid #444244;
}


.property-item { 
	text-align:left;
	overflow:hidden;
} 


.property-item .description { 
	display:block;
	float:left;
	width:176px;
	height:255px;
	color:white;
	text-align:left;
	padding:6px;
	font-size:100%;
	font-weight:normal;
	margin-bottom:2px;
	line-height:125%;
} 

.property-item .address { 
	text-align:center;
	width:176px;
	height:147px;
	float:left;
	padding:2px 0 0 0;
	font-size:95%;
	line-height:110%;
	font-weight:bold;
	
	color:#444244;
	margin-bottom:4px;
	position:relative;
} 

.property-item .gmap { 
	width:186px;
	height:149px;
	margin:0;
} 
.property-item .detail { 
	color:#444244;
	padding:0px 4px 2px 4px;
	font-size:100%;
} 
.property-item .actions { 
	background-color:#444244;
	height:26px;
	width:534px;
	position:absolute;
	bottom:14px;
	left:0px;
} 
.property-item .actions li { 
	display:block;
	float:right;
	
} 
.property-item .actions a { 
	display:block;
	width:25px;
	height:24px;
	color:white;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:0%;
	margin:1px 1px 1px 0;
	background-position:center center;
} 
.property-item .actions a.print { 
	background: white url(/assets/images/print.png) no-repeat;
} 
.property-item .actions a.friend { 
	background:white url(/assets/images/tellafriend.png) no-repeat;
} 
.property-item table.list { 
	width:100%;
}
.property-item table.list td { 
	padding:0px 0 1px 0;
	font-size:90%;
	vertical-align:central;
}
.property-item td.value { 
	text-align:right;
}

.property-item .summary { 
	height:120px;
	position:relative;
	text-align:right;
	color:#444244;
	font-weight:bold;
	padding:6px;
} 
.property-item .summary h1 {
	color:white;
	font-size:140%;
	border-bottom:4px solid white;
	margin:0 -6px 0 -6px;
	padding:0 6px 6px 6px;
	text-transform:uppercase;
} 
.property-item .actions .energy {
	display:block;
	float:left;
	width:240px;
	height:23px;
	margin: 2px 0 0 2px;
}
.property-item .summary .price {
	position:absolute;
	bottom: 6px;
	right:10px;
} 
.property-item .summary .price .big{ 
	font-size:200%;
	line-height:120%;
	
} 


.slides-container { 
	display:block;
	width: 609px;
    height: 420px;
	float:right;
	margin-bottom:4px;
}

.slides {
    padding: 0;
    width: 609px;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 609px;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;
	font-family:Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6,
input#img-6:checked ~ .nav-dots label#img-dot-7,
input#img-6:checked ~ .nav-dots label#img-dot-8,
input#img-6:checked ~ .nav-dots label#img-dot-9,
input#img-6:checked ~ .nav-dots label#img-dot-10,
input#img-6:checked ~ .nav-dots label#img-dot-11,
input#img-6:checked ~ .nav-dots label#img-dot-12,
input#img-6:checked ~ .nav-dots label#img-dot-13,
input#img-6:checked ~ .nav-dots label#img-dot-14 {
	background: rgba(255, 255, 255, 0.8);
}



#property-search {
	margin-top:4px;	
}
 
#property-search .tabs a, #quick-search .tabs a  {
	-moz-box-shadow: 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow: 0px 1px 0px 0px #bee2f9;
	box-shadow: 0px 0px 0px 0px #bee2f9;

	background-color:#c1d8e6;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #9bbeeb;
	border-bottom:none;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	width:69px;
	text-decoration:none;
	text-align:center;
}
#property-search .tabs a:hover, #quick-search .tabs a:hover {
	background-color:#72b4f2;
	color:#ffffff;
}
#property-search .tabs a.active, #quick-search .tabs a.active {
	background-color:#72b4f2;
	color:#ffffff;
	position:relative;
	top:1px;
}
#quick-search .tab-panel { 
	display:block;
	width:212px;
	height:340px;
	padding:6px;
	background-color:#72b4f2;
	position:absolute;
}
#property-search .tab-panel { 
	background-color:#72b4f2;
	display:block;
	width:672px;
	height:242px;
	padding:6px;
	position:absolute;
}

#quick-search label { 
	display:block;
	width:155px;
	height:14px;
	color:white;
	font-size:11px;
	font-weight:bold;
	float:left;
	padding:4px 0 2px 4px;
}

#property-search label {
	color: white;
	padding:0;
	font-weight:bold;
	display:block;
	width:140px;
	height:18px;
	float:left;
	clear:none;
	padding-top:2px;
}

#property-search .field { 
	clear: none;
	border:1px solid white;
	padding:4px;
	margin: 0 2px 4px 2px;
	
}

#property-search .field label.head { 
	background-color:white;
	color:#0099CC;
	width:100%;
	margin: -4px -4px 4px -4px;
	padding:3px 4px 4px 4px;
}

#property-search .field ul {
	margin:-12px 0 0 0;
	padding:0;
}
#property-search .field li {
	color: white;
	padding:0px 0px 0px 0px;
	margin:0;
	font-weight:bold;
	list-style-type:none;
	display:block;
	width:200px;
	float:left;
}
#quick-search input { 
	float:right;
}

#property-search .field li input {
	float:left;
}
#property-search .field li label {
	width:180px;
	padding:0;
}

#quick-search input[type=submit] { 
	font-weight:bold;
	color:white;
	background-color:#0838ae;
	text-transform:uppercase;
	padding:8px 12px 8px 12px;
	position:absolute;
	top:310px;
	right:8px;
}

#property-search input[type=submit] { 
	font-weight:bold;
	color:white;
	background-color:#0838ae;
	text-transform:uppercase;
	padding:8px 12px 8px 12px;
	position:absolute;
	bottom:4px;
	right:4px;
}

#quick-search .slider, #property-search .slider {
	-moz-box-shadow:inset 0px -1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px -1px 0px 0px #dcecfb;
	box-shadow:inset 0px -1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c9cfd6), color-stop(1, #e0f0ff) );
	background:-moz-linear-gradient( center top, #c9cfd6 5%, #e0f0ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9cfd6', endColorstr='#e0f0ff');
	background-color:#c9cfd6;
	-webkit-border-top-left-radius:13px;
	-moz-border-radius-topleft:13px;
	border-top-left-radius:13px;
	-webkit-border-top-right-radius:13px;
	-moz-border-radius-topright:13px;
	border-top-right-radius:13px;
	-webkit-border-bottom-right-radius:13px;
	-moz-border-radius-bottomright:13px;
	border-bottom-right-radius:13px;
	-webkit-border-bottom-left-radius:13px;
	-moz-border-radius-bottomleft:13px;
	border-bottom-left-radius:13px;
	text-indent:0;
	border:1px solid #5097de;
	display:inline-block;
	color:#357fb3;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:6px;
	line-height:6px;
	width:200px;
	text-decoration:none;
	text-align:center;
	margin-top:6px;
	margin-bottom:4px;
}
#quick-search .slider .knob, #property-search .slider .knob {
	background-color:#ffffff;
	-webkit-border-top-left-radius:13px;
	-moz-border-radius-topleft:13px;
	border-top-left-radius:13px;
	-webkit-border-top-right-radius:13px;
	-moz-border-radius-topright:13px;
	border-top-right-radius:13px;
	-webkit-border-bottom-right-radius:13px;
	-moz-border-radius-bottomright:13px;
	border-bottom-right-radius:13px;
	-webkit-border-bottom-left-radius:13px;
	-moz-border-radius-bottomleft:13px;
	border-bottom-left-radius:13px;
	text-indent:0;
	border:3px solid #0838ae;
	display:inline-block;
	color:#357fb3;
	font-family:Arial;
	height:8px;
	width:8px;
	margin-top:-4px;
	margin-left:-95%;
}

#property-list { 
	display:block;
	width:510px;
	height:472px;
	overflow:hidden;
	
}

#property-list .navigator label{ 
	display:block;
	width:434px;
	height:24px;
	float:left;
	padding: 4px 0 0 8px;
	color:white;
	font-weight:bold;
	background-color:#bdc8ba;
}

#property-list .navigator a{ 
	display:block;
	width:28px;
	height:24px;
	padding-top:4px;
	float:left;
	margin-left:2px;
	background-color:#bdc8ba;
	text-decoration:none;
	text-align:center;
}
#property-list .navigator a.prev,  #property-list .navigator a.next{
	color:white;
	font-weight:bold;
	font-size:16px;
	padding:4px 0 -4px 0;
	
}
#property-list .sheets {
	display:block;
	height:480px;
	width: 3000px;
	overflow:hidden;
	position:relative;
}

#property-list .sheets>ul{
	display:block;
	height:470px;
	position:absolute;
	left:0;
	top:0;
}


#property-list .sheet {
	width:510px;
	height:480px;
	display:block;
	float:left;
	
}

#property-list .property-thumb { 
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #dfe5f0) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #dfe5f0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dfe5f0');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#333333;
	height:205px;
	width:149px;
	text-align:center;
	float:left;
	margin:4px;
	font-size:90%;
	font-weight:bold;
	padding:4px;
    cursor:pointer;
}



#property-list .property-thumb .picture {
	display:block;
	width:130px;
	height:120px;
	background-color:#f9f9f9;
	background-repeat:no-repeat;
	background-position:center center;
	margin:6px 4px 6px 6px;
}
#property-list .property-thumb .address {
	display:block;
	width:150px;
	height:45px;
}
#property-list .property-thumb .address a {
	text-decoration:none;
	color:#666666;
}

#property-list .property-thumb span.price { 
	text-align:right;
	display:block;
	width:150px;
	height:40px;
	font-size:160%;
	line-height: 65%;
	bottom: 6px;
	right:6px;
	color:black
}

#property-list .property-thumb span.price sub { 
	font-size:60%;
	color:#666666;
	line-height: 65%;
	vertical-align:baseline;
}

.gestion-teaser { 
	background-color:#bdc8ba;
	text-align:center;
	padding: 0 0 10px 0;
	cursor:pointer;
	width:250px;
} 

.gestion-teaser:hover { 
	background-color:white;
	text-align:center;
	padding: 0 0 10px 0;
	cursor:pointer;
} 

.gestion-teaser h1{ 
	color:#444244;
	margin: 0;
	padding:5px 0 10px 5px;
	font-size:150%;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
} 
.gestion-teaser quote { 
	margin:20px 0 20px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:120%;
	display:block;
} 

.gestion-teaser li { 
	list-style-type:none;
	padding:10px 0 0px 0px;
	
} 
.gestimmo { 
	background-color:#017800;
	color:white;
	text-align:center;
	padding:5px 0 5px 0;
	position:relative;
	margin: 0;
	cursor:pointer;
	width:246px;
}
.gestimmo h1 { 
	color:white;
	margin: 0;
	padding:0;
	
	font-size:180%;
	font-weight:bold;
	text-transform:uppercase;
}
.gestimmo ul { 
	padding:10px 0 10px 0;
	
}
.gestimmo li { 
	list-style-type:none;
	font-size:90%;
	padding: 4px 0;
}
.contact { 
	text-align:center;
	padding: 10px 0px 10px 0;
}

.sales { 
	text-align:center;
	padding: 0 0 10px 0;
}

.sales ul { 
	margin:0;
	padding:0;
	width:254px;
	height:32px;
	overflow:hidden;
	display:block;
}
.sales li { 
	float:left;
	list-style-type:none;
	margin-right:2px;
}
.sales a { 
	float:left;
	display:block;
	width:125px;
	text-align:center;
	text-decoration:none;
	background-color:#444244;
	color:#bdc8ba;
	font-weight:bold;
	padding:7px 0 6px 0;
}
.sales a:hover { 
	color:#444244;
	background-color:#bdc8ba;
}


.sales quote { 
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-style:italic;
	margin-top:10px;
	display:block;
}

.contact a {
	background-color:#444244;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:240px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}
.contacxt a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #442444), color-stop(1, #918c91) );
	background:-moz-linear-gradient( center top, #442444 5%, #918c91 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#442444', endColorstr='#918c91');
	background-color:#442444;
}
#footer { 
	height:20px;
	padding:6px;
	color:white;
}
#footer .copyright { 
	float:left;
	width:320px;
	text-align:left;
}
#footer .motto { 
	float:left;
	width:320px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:120%;
}
#footer .legal { 
	float:right;
}
#footer .legal a { 
	color:white;
	text-decoration:none;
	font-weight:bold;
}

.fc-tbx *{
	position: relative;
	z-Index: 10000;
}

.fc-tbx table{
	margin: 0 0 0 0; 
}

.fc-tbx .tl{
	background: url('img/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('img/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('img/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('img/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('img/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('img/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('img/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('img/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('img/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('img/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, sans-serif;
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('img/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}

#tellafriend { 
	position:absolute;
	width:480px;
	height:290px;
	border:2px solid #444244;
	background-color:white;
	left:220px;
	top:220px;
	z-index:200;
	display:none;
}
#tellafriend h1 { 
	background-color:#444244;
	color:white;
}


#tellafriend .field { 
	margin-bottom:5px;
	clear:both;
}


#tellafriend .field label {
	float:left;
	display:block;
	width:140px;
	padding-right:10px;	
	text-align:right;
	background-color:#444244;
	color:white;
	font-weight:bold;
	font-size:90%;
	height:22px;
	text-transform:uppercase;
}

#tellafriend .field input {
	float:left;
	width:316px;
	color:#444244;
	border:1px solid #444244;
	padding:3px 5px 2px 5px;
	margin-bottom:5px;
}

#tellafriend .field textarea {
	float:left;
	width:320px;
	height:140px;
	resize: none;
	color:#444244;
	border:1px solid #444244;
}
#tellafriend div.actions { 
	width:440px;
	text-align:right;
	position: absolute;
	bottom:5px;
	right:5px;
	background:none;
}

/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}