/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:url("/images/body-bg.jpg") no-repeat center 5px #369edd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#1e1f20;
	padding-bottom:90px;
	border-top:5px solid #fff;
}


html { 
	min-width:970px;
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	position:relative;
	width:970px;
	overflow:hidden;
	font-size:.875em;
}

	/* Header */
	header {
		height:193px;
		position:relative;
	}
	
	/* Content */
	section#content {
		width:720px;
		float:left;
		text-align:justify;
		
	}
.test {
visibility:hidden;
}	
	
	/* Sidebar */
	aside {
		width:250px;
		float:left;
	}
			
	/* Footer */
	footer {
		height:60px;
		background:url("/images/footer-bg.gif") no-repeat left top;
		font-size:.786em;
		color:#5acdf9;
		text-transform:uppercase;
		float:left;
		width:970px;
	}
	.msie7 footer {background:url("/images/footer-bg.gif") no-repeat left top;
	width:970px;
	height:60px;
	font-size:.786em;
	color:#5acdf9;
	text-transform:uppercase;
	}
	




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}



/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.list li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	line-height:1.429em;
	padding:18px 0 21px 0;
	margin-bottom:20px;
	background:url("/images/divider.gif") repeat-x left bottom;
} 
.list li.last {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
}
	.list li img {
		float:left;
		margin:-18px 22px 0 0;
	}
	.list li a {
		font-weight:bold;
		color:#1e1f20;
	}

.list1 li {
	font-size:1.143em;
	padding-bottom:10px;
}
	.list1 li a {
		color:#000;
	}

.list2 {
	padding-bottom:7px;
}
	.list2 li {
		font-size:1.143em;
		padding:0 0 10px 11px;
		background:url("/images/marker1.gif") no-repeat left 5px;
	}	
		.list2 li a {
			color:#8eeeff;
		}
		.list2 li a:hover {
			color:#000;
			text-decoration:underline;
		}

.drop-list {
}
	.drop-list li {
		font-size:1.143em;
		line-height:1.2em;
		width:100%;
		height:34px;
		vertical-align:top;
		position:relative;
	}
	.drop-list li.submenu {
		z-index:2;
	}
	.drop-list.col-1 li.submenu {
		z-index:3;
	}
		.drop-list li a {
			color:#000;
			text-decoration:none;
			display:block;
			background-repeat:no-repeat;
			background-position:0 -34px;
			background-image:url("/images/drop-list-left.gif");
			cursor:pointer;
		}
		.drop-list li a:hover,
		.drop-list li.active a {
			background-position:0 0;
			color:#fff;
		}
			.drop-list li a span {
				display:block;
				padding:0 5px;
				background-repeat:no-repeat;
				background-position:right -34px;
				background-image:url("/images/drop-list-right.gif");
			}
			.drop-list li a:hover span,
			.drop-list li.active a span {
				background-position:right top;
			}
				.drop-list li a span span {
					background-color:#5acdf8;
					background-image:none;
					padding:6px 0 7px 17px;
				}
				.drop-list li a:hover span span,
				.drop-list li.active a span span {
					background-color:#004669;
				}
				.drop-list li a b {
					font-weight:normal;
					background-repeat:no-repeat;
					background-position:right -17px;
					background-image:url("/images/arrow-sprite.gif");
					padding-right:18px;
					display:inline-block;
				}
				.drop-list li a:hover b,
				.drop-list li.active a b {
					background-position:right 6px;
				}
	.drop-list li ul {
		position:absolute;
		right:-114px;
		top:0;
		width:210px;
		z-index:1;
		display:none;
	}
	.drop-list li ul.active {
		display:block;
	}
		.drop-list li ul li {
			background-color:#004669;
			font-size:1em;
			width:auto;
			padding-left:22px;
			height:26px;
		}
		.drop-list li ul li.top {
			height:10px;
			overflow:hidden;
			font-size:0;
			line-height:0;
			background:url("/images/drop-list-top.png") no-repeat left top;
			padding:0;
		}
		.drop-list li ul li.bot {
			height:12px;
			overflow:hidden;
			font-size:0;
			line-height:0;
			padding:0;
			background:url("/images/drop-list-bot.png") no-repeat left top;
		}
			.drop-list li ul li a {
				color:#fff;
				display:block;
				background:none;
				text-decoration:underline;
			}
			.drop-list li ul li a:hover {
				background:none;
				text-decoration:none;
			}

.news {
	margin-bottom:-10px;
}
	.news li {
		line-height:1.429em;
		position:relative;
		padding-bottom:45px;
		width:100%;
		overflow:hidden;
		vertical-align:top;
	}
		.news li span {
			width:61px;
			height:70px;
			display:block;
			position:absolute;
			left:0;
			top:0;
			text-align:center;
			background:url("/images/date-bg.gif") no-repeat left top;
			color:#8eeeff;
			font-size:1.429em;
			line-height:1.2em;
		}
			.news li span b {
				font-weight:normal;
				display:block;
				font-size:2em;
				line-height:1.1em;
				margin-bottom:-5px;
			}
		.news li strong {
			text-decoration:none;
			padding-left:74px;
			display:block;
			font-weight:normal;
			color:#8eeeff;
		}	
		.news li p {
			padding:30px 0 0 0;
			margin:0;
		}		
			.news li p a {
				color:#dfdfde;
				font-weight:bold;
			}
			.news li p a:hover {
				text-decoration:none;
			}
			
.types-list {
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
}
	.types-list li {
		width:192px;
		float:left;
		line-height:1.429em;
		margin-right:22px;
	}
	.types-list li.last {
		margin-right:0;
	}
		.types-list li h4 {
			margin-bottom:12px;
			padding-top:20px;
		}
		.types-list li a {
			color:#1e1f20;
			font-weight:bold;
		}

.faq-list {
	padding-bottom:15px;
}
	.faq-list li {
		line-height:1.429em;
		padding-bottom:15px;
		margin-bottom:15px;
		background:url("/images/divider.gif") repeat-x left bottom;
	}
	.faq-list li.last {
		background:none;
		padding:0;
		margin:0;
	}
		.faq-list li h4 {
			margin-bottom:15px;
		}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding:18px 0 74px 0;
	line-height:1.429em;
}
	.img-box img { 
		float:left; 
		margin:-18px 20px 0 0;
	}
	
.img-box1 {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
	.img-box1 img {
		float:left;
		margin-right:20px;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:25px;
	line-height:1.429em;
}
.p1 {
	margin-bottom:8px;
}
.p0 {
	margin:0;
}

dl {}
	dl dt {}
	dl dd {}
	
.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		
.bottom-indent {
	padding-bottom:90px;
}
.bottom-indent1 {
	margin-bottom:10px;
}

#testimonials {
	width:100%;
	overflow:hidden;
	font-size:1.143em;
	line-height:1.625em;
}
	#testimonials cite {
		font-style:normal;
		display:block;
		padding-bottom:5px;
	}
	#testimonials a {
		float:right;
	}
	
address {
	font-style:normal;
	line-height:1.429em;
	width:271px;
	float:left;
	text-align:right;
}
	address b {
		display:block;
		text-transform:uppercase;
		font-style:italic;
		text-align:left;
	}
	address p {
		text-align:left;
	}
	address span {
		float:left;
	}
	


/*----- txt, links, lines, titles -----*/
a {
	color:#8eeeff; 
	outline:none;
	border:0;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
	h1 a {
		display:block;
		width:272px;
		height:108px;
		background:url("/images/logo.png") no-repeat left top;
		position:absolute;
		left:41px;
		top:108px;
	}
h2 {
	font-size:2em;
	line-height:1.2em;
	font-weight:normal;
	font-style:italic;
	margin-bottom:18px;
	color:#fff;
}
h3 {
	
}
h4 {
	font-style:italic;
	font-size:1em;	
	line-height:1.429em;
	text-transform:uppercase;
	margin-bottom:20px;
}
h5 {
	font-size:150%;
	color:#7887A0;
	font-family:"Arial",Helvetica,sans-serif;
	line-height:17px;
	padding-bottom:10px;
	padding-top:10px;
	
}
h6 {
	font-size:14px;
	color:#389FFF;
	font-weight:700;
	font-family:"Arial",Helvetica,sans-serif;
	line-height:17px;
	padding-bottom:10px;
	padding-top:10px;
}


.txt1 {
}
.txt2 {
}

.link {
	color:#1e1f20;
	font-weight:bold;
}

.link1 { 
	display:block;
	float:right;
	line-height:1.2em;
	font-size:1.143em;
	background:url("/images/link1-right.gif") no-repeat right top; 
	color:#fff; 
	text-decoration:none;
	cursor:pointer;
}
	.link1 span {
		display:block;
		float:left;
		background:url("/images/link1-left.gif") no-repeat left top;
		padding:0 5px;
		height:32px;
		overflow:hidden;
	}
	.link1 span span { 
		padding:6px 12px;
		background:#004669;		 
	}
	.link1:hover span span { 
		text-decoration:underline;
	}
	
.link2 { 
	display:block;
	float:right;
	line-height:1.2em;
	font-size:1.143em;
	background:url("/images/link2-right.gif") no-repeat right top; 
	color:#373a3b; 
	text-decoration:none;
	cursor:pointer;
}
	.link2 span {
		display:block;
		float:left;
		background:url("/images/link2-left.gif") no-repeat left top;
		padding:0 5px;
		height:32px;
		overflow:hidden;
	}
	.link2 span span { 
		padding:6px 12px;
		background:#5acdf8;		 
	}
	.link2:hover span span { 
		text-decoration:underline;
	}
	

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url("/images/line-ver.gif"); 
	background-repeat:repeat-y;
	background-position:0 0;
	width:100%;
}


/*==================boxes====================*/
.box {
	width:248px;
	color:#dfdfde;
}
	.box .tail {
		background:url("/images/box-tail.gif") repeat-y left top;
		
	}
	.box .top {
		background:url("/images/box-top.jpg") repeat-x left top;
		width:100%;
	}
	.box .bot {
		background:url("/images/box-bot.gif") repeat-x left bottom;
		font-size:0;
		line-height:0;
		height:18px;
		overflow:hidden;
	}
	.box .inner { 
		padding:24px 15px 35px 25px;
	}
	.box h2 {
		color:#fffc00;
		font-size:2em;
		margin-bottom:42px;
	}
	.box .link {
		color:#dfdfde;
	}
	.box .list2 li a:hover {
		color:#dfdfde;
	}
	
.box1 {
	width:250px;
}
	.box1 .top {
		background:url(../images/box1-top.gif) repeat-x left top;
		height:66px;
		overflow:hidden;
	}
	.box1 .bot {
		background:url(../images/box1-bot.gif) repeat-x left bottom;
		height:14px;
		font-size:0;
		line-height:0;
		overflow:hidden;
	}
	.box1 .xcontent {
		background:url(../images/box1-tail.gif) repeat-y left top;
		width:100%;
	}
	.box1 .inner { 
		padding:27px 17px 22px 25px;
	}
	.box1 h2 {
		font-size:2em;
		margin-bottom:0;
		padding:18px 0 0 25px;
	}
	.box1 h2:first-letter {
		font-size:1.357em;
		line-height:1em;
	}



/*===== header =====*/
header nav {
	position:absolute;
	top:0;
	right:0;
}
	header nav ul li {
		float:left;
		padding-left:2px;
		font-size:.857em;
		line-height:2.9em;
	}
	header nav ul li a {
		color:#1e1f20;
		font-weight:bold;
		text-decoration:none;
		width:103px;
		height:39px;
		text-align:center;
		background:url("/images/button.png") no-repeat left top;
		display:block;
	}
	header nav ul li a:hover {
		background:url("/images/button2.png") no-repeat left top;
	}

/*===== content =====*/
#content .inside {
	padding:25px 55px 0 33px;
}
#content .indent {
	padding-bottom:74px;
}
#content.extra {
	width:auto;
}
	#content.extra .inside {
		padding:25px 0 0 33px;
	}

/*===== Sidebar =====*/
aside {}

/*===== footer =====*/
footer .inside {
	padding:22px 34px 0 34px;
}
footer span {
	color:#fff;
	float:left;
}
footer a {
	color:#5acdf9;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
footer ul {
	float:right;
}
	footer ul li {
		float:left;
		line-height:1.2em;
		border-right:1px solid #5acdf9;
		padding-right:9px;
		margin-right:9px;
	}
	footer ul li.last {	
		border:0;
		padding:0;
		margin:0;
	}
		footer ul li a:hover,
		footer ul li.current a {
			color:#fff;
			text-decoration:none;
		}


/*----- forms -----*/

#booking-form .rowElem {
	height:36px;
}
#booking-form input {
	width:175px;
}
#booking-form .link1,
#booking-form .link2 {
	margin-top:10px;
} 
#booking-form .link2 {
	margin-left:2px;
}

/*----------------------*/

#contacts-form {
	width:205px;
}
	#contacts-form .rowElem { 
		height:36px;
	}
	#contacts-form .txt_area {
		width:205px;
		height:328px;
		background:url(../images/textarea-bg.gif) no-repeat left top;
		margin-bottom:15px;
	}
	#contacts-form input {
		width:175px;
	}
	#contacts-form textarea { 
		width:190px; 
		height:318px; 
		overflow:auto;
		color:#373a3b;
		font-size:12px;	
		background:none;
		border:0; 
		padding:8px 0 2px 12px; 
	}
	#contacts-form .link2 {
		margin-left:2px;
	}

/*==========================================*/
  
/* login */   
#login {
	position:absolute;
	right:53px;
	top:167px;
	color:#373a3b;
	font-size:.857em;
	background:url(../images/login-left.png) no-repeat left top;
}
	#login span {
		display:block;
		float:left;
		padding:0 11px;
		background:url(../images/login-right.png) no-repeat right top;
	}
		#login span span {
			background:#fff;
			padding:8px 9px 7px 9px;
		} 
	#login a {
		color:#373a3b;
		text-decoration:none;
	}
	#login a:hover {
		text-decoration:underline;
	}
	
/* faded slider */
#faded { 
	width:970px;
	height:418px;
	background:#FF0000;
	position:absolute;
	left:0;
	bottom:60px;
	display:none;
}
	#faded ul { 
		list-style:none; 
		padding:0; 
		margin:0;
	}
		#faded ul.slide li {
			position:relative;
			height:390px;
		}
			#faded ul.slide li .banner {
				width:324px;
				height:390px;
				background:url(../images/banner-bg.png) no-repeat left top;
				position:absolute;
				left:0;
				top:0;
				color:#fff;
				overflow:hidden;
			}
				#faded ul.slide li .banner .inner {
					padding:72px 33px 0 30px;
				} 
				#faded ul.slide li .banner p b {
					font-style:italic;
					text-transform:uppercase;
					display:block;
					padding-top:20px;
				}
				#faded ul.slide li .banner a {
					display:block;
					float:left;
					color:#1e1f20;
					font-size:.857em;
					line-height:1.2em;
					cursor:pointer;
					text-decoration:none;
					background:url(../images/button-left.png) no-repeat left top;
				}
					#faded ul.slide li .banner a span {
						display:block;
						float:left;
						padding:0 11px;
						background:url(../images/button-right.png) no-repeat right top;
					}
						#faded ul.slide li .banner a b {
							background-color:#fffc00;
							display:block;
							float:left;
							padding:8px 13px 9px 13px;
						}
						#faded ul.slide li .banner a:hover b {
							text-decoration:underline;
						}
ul.pagination { 
	list-style:none; 
	padding:0; 
	margin:0;
	position:absolute;
	left:411px;
	bottom:-20px;
}
	ul.pagination li {
		float:left;
		margin-right:6px;
	}
		ul.pagination li a {
			display:block;
			width:19px;
			height:19px;
			background-repeat:no-repeat;
			background-position:0 0;
			background-image:url(../images/thumbs.gif);
		}
		ul.pagination li.current a,
		ul.pagination li a:hover {
			background-position:-25px 0;
		}
		
/* accordion */
	.accordion dt	{
		cursor:pointer;
		font-size:1.143em;
		line-height:1.625em;
		color:#dfdfde;
		text-decoration:underline;
	}
	.accordion dd {
		display:none;
		overflow:hidden; /*important for accordeon*/
	}
	.accordion dd.dis_block {
		display:block;
	}
			.accordion dd ul li {
				font-size:1.143em;
				line-height:1.625em;
				width:100%;
				overflow:hidden;
				vertical-align:top;
			}
				.accordion dd ul li a {
					color:#8eeeff;
					background:url(../images/marker.gif) no-repeat left 10px;
					padding-left:11px;
					display:block;
				}
				
/* custom forms */

/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background: #fff url(../images/input_text_left.gif) no-repeat left top;
	height: 31px;
	padding: 0px;
	float:left;
	width:205px !important;
}

.jqTransformInputInner {
	background: transparent url(../images/input_text_right.gif) no-repeat top right;
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	height: 31px;
	margin:0px 0px 0px 0;
	overflow:hidden;
}

.jqTransformInputInner div input {
	font-size:12px;
	line-height:1.4em;
	vertical-align: top;
	color:#373a3b;	
	border: none;
	padding: 8px 0px 0 14px;
	margin: 0px;
	background:transparent;
	float:left;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 8px 0 2px 14px;
	margin: 0 -20px 0 0;
}
* html .jqTransformInputWrapper {
	width:205px !important;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 8px 0 2px 14px;
}


.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	margin:0 0 0 2px;
}
.jqTransformSafari .jqTransformInputInner div input {
	position: absolute;
	top: -3px;
	left: -2px;
	height: 31px; 
}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width:77px !important;
	position:relative;
	height: 31px;
	background: url(../images/select_left.gif) no-repeat top left #fff;
	float:left;
	color:#373a3b;
}
	.style1 .jqTransformSelectWrapper {
		width:59px !important;
		margin:0 2px;
	}
		.style1 .jqTransformSelectWrapper ul {
			width:59px !important;
		}
	.style2 .jqTransformSelectWrapper {
		width:65px !important;
	}
		.style2 .jqTransformSelectWrapper ul {
			width:65px !important;
		}
	.style3 .jqTransformSelectWrapper {
		width:205px !important;
	}
		.style3 .jqTransformSelectWrapper ul {
			width:205px !important;
		}
.jqTransformSelectWrapper div span {
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 31px;
	line-height: 15px;
	padding: 8px 0 0 9px;
	overflow: hidden;
	cursor:pointer;
	/*border: 1px solid #CCCCCC;*/
	/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 25px;
	height: 31px;
	background: url(../images/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 32px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index:10;
	width:77px !important;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 6px 9px;
	text-decoration: none;
	color:#373a3b;
	background-color: #FFF;
	font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #8eeeff;
	color:#373a3b;
}

.jqTransformSelectWrapper ul a:hover, 
.jqTransformSelectWrapper ul a.selected:hover {
	background:#004669;
	color: #fff;
}

/*  IE6 */
* html .jqTransformSelectWrapper {
	width:76px !important;
}
* html .style1 .jqTransformSelectWrapper {
	width:60px !important;
}
* html .style2 .jqTransformSelectWrapper {
	width:64px !important;
}
* html .style3 .jqTransformSelectWrapper {
	width:204px !important;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}


/* -- gallery begin --*/
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 647px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
	display:none;
}
div.nav-controls {
	width:277px;
	position:absolute;
	right:0;
	bottom:0;
	font-size:1.143em;
}
div.nav-controls a.prev {
	background:url(../images/prev.gif) no-repeat left top;
	width:80px;
	height:32px;
	color:#fff;
	display:block;
	float:left;
	line-height:1.9em;
	padding:0;
	text-align:center;
	text-decoration:none;
	position:relative;
	z-index:11;
}
	div.nav-controls a.prev:hover {
		text-decoration:underline;
	}
div.nav-controls a.next {
	background:url(../images/next.gif) no-repeat left top;
	width:71px;
	height:32px;
	color:#fff;
	display:block;
	float:right;
	line-height:1.9em;
	padding:0;
	text-align:center;
	text-decoration:none;
	position:relative;
	z-index:11;
}
	div.nav-controls a.next:hover {
		text-decoration:underline;
	}

div.slideshow-container {
	position: relative;
	height: 441px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image:url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 621px;
	height: 441px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 621px;
	height: 441px;
}

div.slideshow a.advance-link {
	display: block;
	width: 621px;
	height: 441px; /* This should be set to be at least the height of the largest image in the slideshow */
	padding:0;
	margin:0;
}
	div.slideshow a.advance-link img {
		padding:0;
		margin:0;
		display:block;
		position:absolute;
		top:0;
		left:0;
	}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height:122px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 621px;
	top: 0;
	left: 0;
}
div.caption {
	padding:32px 0 0 0;
}
	div.caption h4 {
		margin-bottom:12px;
	}
	div.image-title strong {
		color:#ffeaa8;
	}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	position:relative;
	height:441px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	width:290px;
	height:341px;
	overflow:hidden;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
	padding:0 0 17px 13px;
	vertical-align:top;
}

a.thumb:focus {
	outline: none;
}

div.pagination {
	z-index:100;
	position:absolute;
	right:0;
	bottom:-5px;
	text-align:center;
	width:268px;
	height:32px;
	font-size:.929em;
	line-height:1.3em;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	font-weight:bold;
	color:#dfdfde;
	width:19px;
	height:19px;
	display:inline-block;
	margin:0 3px;
	background-repeat:no-repeat;
	background-position:-25px 0;
	background-image:url(../images/pagination-sprite.gif);
}
div.pagination a:hover {
	text-decoration: none;
	color:#000;
	background-position:0 0;
}
div.pagination span.current {
	color:#000;
	background-position:0 0;
}
div.pagination span.ellipsis {
	border: none;
}

/* -- gallery end --*/


	
span.homeproduto {

    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 312px;
    margin-bottom: 11px;
    margin-left: 6px;
    margin-top: 5px;
    width: 190px;
}



	



span.nomeproduto a:hover{
color:#FF0000;
}

.homeprodutoimg {
    display: block;
    height: 185px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
}

.homeprodutoimg img {
    border-radius: 5px 5px 5px 5px;
    height: 180px;
    width: 180px;
}

.nomeprecodesconto {
    color: red;
    float: left;
    font-size: 0.9em;
    line-height: 8px;
    margin: 6px 0;
    width: 190px;
}
 
.nomepreco {
    color: #0066FF;
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 197px;
}

	 
span.bodyprice {
    float: left;
    margin-top: 6px;
    width: 190px;
}

span.nomecomprar {
    float: left;
    margin-top: 6px;
    width: 197px;
}
span.nomecomprar img {
border-radius:5px;
}	
	

span:hover.nomecomprar {
opacity:0.85;
}

.produtos {
float:left; 
width:300px; 
height:auto;
background-image: url("../images/bg_prod.png");
 }
#content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    margin: 25px 0 20px;
    width: 970px;
}
 
.msie7 #content{
margin-top:165px;
}
 
.BoxPrevia {
    border: 1px dashed #999999;
    border-radius: 5px 5px 5px 5px;
    float: left;
    font-size: 12px;
    height: 375px;
    margin: 25px 0 20px 20px;
    padding: 8px;
    width: 200px;
}

.title_previas {
    color: #777777;
    font-family: arial;
    font-size: 18px;
    font-weight: 700;
    line-height: 5px;
    padding-left: 20px;
    padding-top: 20px;
    width: 970px;
}

span.TitlePrevia a{
color: #6E6E6E;
text-decoration:none;}

span.TitlePrevia a:hover{
color:#369EDD;}

.Previa {
margin-bottom: 5px;
padding-top: 10px;
height: 35px;

}
.ChamadaPrevia {
height: 15px;
}
span.preco {
float: right;
font-size: 24px;
margin-top: 24px;
}
span.vermais{
width:auto;
float:left;
margin-top:27px;
}
span.vermais a{
color:#6E6E6E;
text-decoration:none;
}

span.vermais a:hover{

color:#369EDD;}

.redes{


float:right;
margin-top:140px;}

.logo{
float:left;}

span.face{
margin-left:5px;}

span.face img:hover{
opacity:0.65;}

.BoxPrevia img:hover {
    border: 1px  #369EDD;
    opacity: 0.62;
}

.copy {
float: left;
margin-top: 23px;
margin-left: 10px;
}

.menu {
float: left;
margin-left: 120px;
margin-top: 23px;
}

.msie7 .menu{}

.logofooter {
float: right;
margin-right: 10px;
margin-top: 12px;
}

#conteudo{
background:#00CCFF;
width:970px;
height:1000px;
margin-top:210px;
}

.parceiros {
float:left;
width:950px;
height:auto;
text-align:justify;
padding:10px;
}
.box_parceiros {
float:left;
width:227px;
height:200px;
background-color:#EEF4FB;
margin:5px;
border-radius:5px;
}

.empresa {
float:left;
width:950px;
height:auto;
text-align:justify;
padding:10px;
margin-top:10px;

}

.empresa img{
border-radius:5px;
}

#google {
float: right;
margin-top: 70px;
margin-right: 10px;
}

#contato {
width: 525px;
margin: 20px 10px;
float:left;
}
#contato > p {
line-height: 22px;
font-size: 12px;
margin: 0 50px 5px 0;
color: #969696;
}

#fale-conosco,
	#trabalhe-conosco {
				width:435px;
				padding:25px 45px;
				background:#eef4fb;
				display:inline-block;
				border-radius:5px;
		}
	#fale-conosco > div,
	#trabalhe-conosco > div {
				margin:0 0 15px 0;
      			position:relative;
		}
	#fale-conosco > div label,
	#trabalhe-conosco > div label {
				width:70px;
				line-height:32px;
				margin:0 5px 0 0;
				font-size:12px;
				color:#898989;
				text-align:right;
				display:inline-block;
		}
	#fale-conosco > div input,
	#trabalhe-conosco > div input {
				width:332px;
     			height:16px;
				padding:7px 10px;
				line-height:16px;
				border:#dee1e4 1px solid;
				font-size:12px;
				font-family:"trebuchet ms";
				color:#898989;
				border-radius:5px;
		}
	#fale-conosco > div div:first-child,
	#trabalhe-conosco > div div:first-child {
				width:275px;
				display:inline-block;
				position:relative;
		}
	#fale-conosco > div div:first-child input,
	#trabalhe-conosco > div div:first-child input {
				width:170px;
		}
	#fale-conosco > div div:first-child + div,
	#trabalhe-conosco > div div:first-child + div {
				width:155px;
				display:inline-block;
				position:relative;
		}
	#fale-conosco > div div:first-child + div label,
	#trabalhe-conosco > div div:first-child + div label {
				width:50px;
		}
	#fale-conosco > div div:first-child + div input,
	#trabalhe-conosco > div div:first-child + div input {
				width:72px;
		}
	#fale-conosco > div div:first-child + div select,
	#trabalhe-conosco > div div:first-child + div select {
			   width:92px;
			   height:30px;
			   padding:7px 10px;
		       line-height:16px;
	   		   border:#dee1e4 1px solid;
			   font-size:12px;
			   font-family:"trebuchet ms";
			   color:#898989;
			   border-radius:5px;
	}
	#fale-conosco > div textarea,
	#trabalhe-conosco > div textarea {
			width:332px;
			height:184px;
			padding:7px 10px;
			line-height:16px;
			border:#dee1e4 1px solid;
	    	font-size:12px;
			font-family:"trebuchet ms";
			color:#898989;
			overflow:auto;
			border-radius:5px;
	}
span.content_empresa {
    color: #777777;
    font-family: arial;
    height: auto;
    width: 490px;
	text-align:justify;
}
span.img_empresa {
    float: left;
    height: auto;
    padding: 0 10px 8px 0;
    width: 236px;
}

.botaozao {
margin-right: 5px;
float: right;
}
.test {
visibility:hidden;
}


span.homeproduto {

    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 312px;
    margin-bottom: 11px;
    margin-left: 6px;
    margin-top: 5px;
    width: 190px;
}

span.nomeproduto2 a:hover{
color:#FF0000;
}

.homeprodutoimg2 {
    display: block;
    height: 185px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
}

.homeprodutoimg2 img {
    border-radius: 5px 5px 5px 5px;
    height: 180px;
    width: 180px;
}

.nomeprecodesconto2 {
    color: red;
    float: left;
    font-size: 0.9em;
    line-height: 8px;
    margin: 6px 0;
    width: 190px;
}
 
.nomepreco2 {
    color: #0066FF;
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 197px;
}

	 
span.bodyprice2 {
    float: left;
    margin-top: 6px;
    width: 190px;
}

span.nomecomprar2 {
    float: left;
    margin-top: 6px;
    width: 197px;
}
span.nomecomprar2 img {
border-radius:5px;
}	
	

span:hover.nomecomprar2 {
opacity:0.85;
}

.produtos2 {
float:left; 
width:300px; 
height:auto;
background-image: url("../images/bg_prod.png");
 }

 
.BoxPrevia2 {
border: 1px dashed #999;
border-radius: 5px 5px 5px 5px;
float: left;
font-size: 12px;
margin: 25px 0 20px 20px;
padding: 8px;
width: 910px;
}

span.imageproduto2 {
float:right;
}


span.imageproduto {
height:292px;
}

span.box_contato_interna_produto {
float: right;
height: 180px;
width: 192px;
}

span.box_contato_interna_produto img {
padding-left:10px;
}

.right_interna {
float:right;
width:200px;
}
.title_previas2 {
    color: #777777;
    font-family: arial;
    font-size: 18px;
    font-weight: 700;
    line-height: 5px;
    padding-left: 20px;
    padding-top: 20px;
    width: 970px;
}

span.TitlePrevia2 a{
color: #7887A0;
text-decoration:none;}

span.TitlePrevia2 a:hover{
color:#369EDD;}

.Previa2 {
margin-bottom: 21px;
padding-top: 10px;
font-size:175%;
}
.content_produto {
margin-bottom: 5px;
line-height: 150%;
width: 670px;
text-align: justify;
}
span.preco2 {
float: right;
font-size: 24px;
margin-top: 24px;
width: 200px;
text-align: center;
margin-bottom: 15px;
}
span.vermais2{
width:auto;
float:left;
margin-top:27px;
}
span.vermais2 a{
color:#6E6E6E;
text-decoration:none;
}

span.vermais2 a:hover{

color:#369EDD;}
.teste {
visibility:hidden;
}

.formzinho{
padding-top: 11px;
width: 194px;
height: 130px;
background: #EEF4FB;
margin-top: 10px;
border-radius: 5px;
margin-bottom: 5px;
}

.formzinho > label{
color: #898989;
display: inline-block;
font-size: 12px;
line-height: 32px;
margin: 0 5px 3px 0;
text-align: right;
width: 50px;
}

.formzinho > input {
    border: 1px solid #DEE1E4;
    border-radius: 5px 5px 5px 5px;
    color: #898989;
    font-family: "trebuchet ms";
    font-size: 12px;
    height: 10px;
    line-height: 16px;
    padding: 7px 10px;
    width: 100px;
	margin-top:2px;
	line-height: 16px;
    padding: 7px 10px;


}

input.botox{
width: 86px;
height: 31px;
margin-left: 15px;
margin-top: 13px;
cursor: pointer;
}

input.botox:hover{
opacity:0.85;
}


