/*
File Name: style_cf.css
*/

/* body */
	body {
		background:#fff/*#12768f*/;
		color:#696969;
	}

/* layouts */
	/* containers */
	#con{
		background: #ffffff;
	}

	#con0{
		background: #fff url(../images/1/home_page_background_01.png) top repeat-x;
	}

	#con0_sub{
		background: #fff url(../images/1/sub_page_background_01.png) top repeat-x;
	}

	#con01{
		background: transparent url(../images/1/home_page_background_02.jpg) center top no-repeat;
	}

	#con01_sub{
		background: transparent url(../images/1/sub_page_background_02.jpg) center top no-repeat;
	}

	/* header */
	#header{
		background:#fff;
	}

/* header links & slogan */
	.top_links{
		color:#bdcccf;
	}

	.top_links a{
		color:#bdcccf;
	}

	.top_links a:hover{
		color:#1f7e95;
	}

	.top_slogan, .top_slogan h4, .top_slogan h4 a, .top_slogan h4 a:hover{
		color:#1f7e95;
	}

/* slider area */
	#slider_con{
		background: transparent url(../images/1/slider_background.png) bottom no-repeat;	
	}

	.slide{
		background: transparent url(../images/1/slider_background.png) bottom no-repeat;	
	}

	/* sliding texts on main page slider */
	/* slider title text */
	.sliding_text_text{
		color:#868A8A;
	}

	/* slider title title*/
	.sliding_text_text h1{
		color:#12768f;
	}

	/* slider text link */
	.sliding_text_text  h1 a{
		color:#12768f;
	}

	.sliding_text_text  h1 a:hover{
		color:#18A3C5;
	}

	/* slider title 2*/
	.sliding_text_text h2{
		color:#32a9c7;
	}

	/* slider title 2 link */
	.sliding_text_text  h2 a{
		color:#32a9c7;
	}

	/* slider numbers*/

	/* active number style*/
	#numbers  li a { 
		background: #d4e6eb;	
	}

	#numbers  li a.activeSlide { 
		background: #B7D6DF;	
	}

	.border{
		border:1px solid #E6F0F2;
	}
	

/* page navigation */
	 #sub_nav{
		color:#478898;/*#80b6c3;*/
	 }
	#sub_nav  a{	
		color:#478898;
	}

	#sub_nav a:hover{
		color:#80b6c3
	}

/* sub page header  */
	#sub_page_header .right h2{
		color:#80b6c3;
	}

/* sub page */
	.sub_page{
		background:url(../images/1/sub_background.png) 689px 0  repeat-y;
	}

	.sub_page.clean{
		background:transparent;
	}


/* sub navigation */

	#sub_menu  li, .middle ul  li{	
		border-bottom:1px solid #E8F0F4;
	}

	#sub_menu  li a, .middle  li a{	
		color:#80b6c3;
		background:transparent url(../images/1/arrow.png)  left no-repeat;
	}

	#sub_menu  li a:hover, .middle  li a:hover{
		color:#478898;
		background:none;
	}

/* boxes  */
	/* home page left side boxes  */
	.magnifier{
		background:url(../images/1/magnifier.png) center no-repeat;
	}
	
	.product_image {
		background:url(../images/1/p_detail.png) center no-repeat;
	}

	.product{
		/*border-left:1px solid #E8F0F4;*/
		
	}

	.play{
		background:url(../images/1/play.png) center no-repeat;
	}
	
	.box .image{
		border:1px solid #D7D7D7 /*#D1DADF*/;
	}
	
	.box.middle .image{
		border-top:1px solid #E8F0F4;
		border-bottom:1px solid #E8F0F4;
	}
	
	.price{
		color:#80b6c3;
	}

	.box .textarea h2{
		/*color:#cbcbcb;*/
		color:#1F7E95;
	}
	
	.box .textarea h2 a{
		/*color:#cbcbcb;*/
		color:#1F7E95;
	}
	
	.box .textarea h2 a:hover{
		/*color:#1f7e95;*/
		color:#A5C9D3;
	}
	
	.box .textarea{
		color:#909090;
	}
	
/* product detail */
	.image{
		/*border:1px solid #E8F0F4;*/
		border:1px solid #E8F0F4;
		box-shadow: 1px 4px 14px #DFDFDF;
		-webkit-box-shadow: 1px 4px 14px #DFDFDF;
		-moz-box-shadow: 1px 4px 14px #DFDFDF;
	}
	
	#product_detail_right h2{
		color:#1f7e95;
	}
	
/* Products detail tabs */
	.product_tabs li{
		color:#80b6c3;
		border-left:1px solid #E6F0F2;
		border-top:1px solid #E6F0F2;
		border-right:1px solid #E6F0F2;
	}

	.product_tabs li.active, .product_tabs li:hover{
		border:1px solid #E6F0F2;
		color:#80b6c3;
		background:#E6F0F2;
	}

	#tabs #content{
		border:1px solid #E6F0F2;
	}

/* read more button  */
	a.read_more{
		color:#86B1BF;
		background:#e7f1f4 url(../images/1/arrow.png) 94% 10px no-repeat;
	}

	a.read_more:hover{
		color:#86B1BF;
		background:#DEEBEF url(../images/1/arrow_on.png) 94% 10px no-repeat;
	}

/*contact form validation*/
	#validate_form	label{
			color:#12768f;
		}

	#validate_form	label.error {
			color: red;
			border: 0px solid red;
		}

	#validate_form	.error{
			color: red;
			border: 1px solid red;
		}

/*	Forms */
	input, select, textarea{
		color:#696969;
		/*border:1px solid #E8F0F4;*/
		border:1px solid #B6C1CB;
		background-color:#FAFDFE;
	}
	input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus{
		border:1px solid #12768f;
	}

	.button{
		background:#ffffff url(../images/botao.png) no-repeat;
		/*background:#12768f*/
		color:#696969;
		width:110px;
		border-style:none;
		
	}

	.button:hover, .button:focus {
		/*background:#e7f1f4;*/

		border-style:none;
		background:#ffffff url(../images/botaoHover.png) no-repeat;	
	}

/* blog */
 	.blog_box .dateandcategories{
		color:#478898;
		border-top:1px solid #E8F0F4;
		border-bottom:1px solid #E8F0F4;
	}

	.blog_box .aligncenter.post_image{
		border-bottom:1px solid #E8F0F4;
		border-top:0px;
	}

	.line{
		border-bottom:1px solid #E8F0F4;
	}


	/* footer */

	#subLogos{
		
		background:#ffffff url(../images/bgLogo.jpg) center bottom no-repeat;
		height:70px;
		width:100%;
		margin-bottom:30px;
		margin-top:40px;
	}
	#Logos{
		clear:both;
		width:950px;
		margin:0 auto;
		text-align:center;
	}

	#listMarcas li
	{
		height:34px;
		display: inline;
		list-style-type: none;
		padding-right: 0px;
		padding-left: 0px;
		margin-left:-2px;
	}
	#listMarcas{
		margin:0px;
	}


	#backFooter{
		width:100%;
		background-color:#12768F;
		background:#12768F url(../images/1/footer.png) center top no-repeat;
	}
	#subFooter{
		width:100%;
		background:#0A2F41 url(../images/footer_subbg.png) center top repeat-x;
		height:48px;
		color:#376A77;
		clear:both;
		display:block;
		width:auto;
		margin: 0 auto 0 auto;
		padding-left:10px;
		padding-top:2px;
		font-size:11px;
	}
#subFooter a{ 
	color:#376A77;
	text-decoration:none;
}
#subFooter a:hover{ 
	color:#478898;
	text-decoration:none;
}

	#subFooterContent{
		clear:both;
		display:block;
		width:960px;
		margin: 0 auto 0 auto;
		padding-left:10px;
		padding-top:10px;
		font-size:11px;
	}

	#footer{

		color:#A4C6D2;
	}

	#footer .list ul li, #footer .social_icons{
		border-bottom:1px solid #1486A3;
	}

	#footer .list ul li a{
		color:#A4C6D2;
	}

	#footer .list ul li a:hover {
		color:#B7D3DD;
		background: #0a586c;
	}

	#footer h4{
		color:#d7e7ec;
		background-color: transparent;
		border-bottom:1px solid #1486A3;
	}

/* links */
	a{
		color:#478898;
	}

	a:hover{
		color:#376A77
	}

/* headings*/
	h1,h2{ 
		color:/*#00B6EC;*/ /*#0061AB;*/#478898;
	}

	h3,h4 { 
		color:#a5c9d3;
	}

	h5{
		color:#478898;
	}
	h6{

	}

/* images and alignments */
	img.aligncenter{
		border:0px solid #E8F0F4;
	}

	img.alignleft{
		border:0px solid #E8F0F4;
	}

	img.alignright{
		border:0px solid #E8F0F4;
	}

	/* Lists */
	/* content list */
	 .content ul , .content ol  {	
		border-top:1px solid #EBEBEB;
	}

	 .content li{
		border-bottom:1px solid #EBEBEB;
	}

/* tables */
	table{
		border:1px solid #ededed;
	}

	table caption strong{
		color: #478898;
	}

	table caption{
		background-color: transparent;
		border-bottom:1px solid #ededed;
		color: #478898;
	}

	table th {
		background: transparent url(../images/1/sub_back.png) top center repeat-x;	
		background-color: #a5c9d3;
		border-bottom:1px solid #ededed;
		color: #478898;
	}

	table td {
		background:#fff;
		border-left:1px solid #ededed;
		border-bottom:1px solid #ededed;
	}

/* text elements */
	blockquote {
		background:transparent url(../images/1/blockquote.png) left top no-repeat;
		color:#A0A0A0;
	}

