/*
File Name: style_cf.css
*/

/* body */
	body {
		background:#d2ccc2;
		color:#696969;
	}

/* layouts */
	/* containers */
	#con{
		background: #ffffff;
	}

	#con0{
		background: #fff url(../../images/4/home_page_background_01.png) top repeat-x;
	}

	#con0_sub{
		background: #fff url(../../images/4/sub_page_background_01.png) top repeat-x;
	}

	#con01{
		background: transparent url(../../images/4/home_page_background_02.png) center top no-repeat;
	}

	#con01_sub{
		background: transparent url(../../images/4/sub_page_background_02.png) center top no-repeat;
	}

	/* header */
	#header{
		background:#fff;
	}

/* header links & slogan */
	.top_links{
		color:#A49D91;
	}

	.top_links a{
		color:#A49D91;
	}

	.top_links a:hover{
		color:#f9920c;
	}

	.top_slogan, .top_slogan h4, .top_slogan h4 a, .top_slogan h4 a:hover{
		color:#8A8273;
	}

/* slider area */
	#slider_con{
		background: transparent url(../../images/4/slider_background.png) bottom no-repeat;	
	}

	.slide{
		background: transparent url(../../images/4/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:#A49D91;
	}

	/* slider text link */
	.sliding_text_text  h1 a{
		color:#A49D91;
	}

	.sliding_text_text  h1 a:hover{
		color:#bab5ac;
	}

	/* slider title 2*/
	.sliding_text_text h2{
		color:#f9920c;
	}

	/* slider title 2 link */
	.sliding_text_text  h2 a{
		color:#f9920c;
	}

	/* slider numbers*/

	/* active number style*/
	#numbers  li a { 
		background: #D8D5CF;	
	}

	#numbers  li a.activeSlide { 
		background: #bab5ac;	
	}

	.border{
		border:1px solid #f0ebe4;
	}
	

/* page navigation */
	 #sub_nav{
		color:#A1A1A1;
	 }
	#sub_nav  a{	
		color:#6F6F6F;
	}

	#sub_nav a:hover{
		color:#A1A1A1
	}

/* sub page header  */
	#sub_page_header .right h2{
		color:#A1A1A1;
	}

/* sub page */
	.sub_page{
		background:url(../../images/4/sub_background.png) 689px 0  repeat-y;
	}

	.sub_page.clean{
		background:transparent;
	}


/* sub navigation */
	#sub_menu  li, .middle ul  li{	
		border-left:0px solid #f0ebe4;
		border-bottom:1px solid #f0ebe4;
	}

	#sub_menu  li a, .middle  li a{	
		color:#A49D91;
		background:transparent url(../../images/4/arrow.png)  left no-repeat;
	}

	#sub_menu  li a:hover, .middle  li a:hover{
		color:#f9920c;
		background:transparent;
		background:url(../../images/4/sq.png);
		background-position: left;	
		background-repeat: no-repeat;	
	}


/* boxes  */
	/* home page left side boxes  */
	.magnifier{
		background:url(../../images/4/magnifier.png) center no-repeat;
	}
	
	.product_image {
		background:url(../../images/4/p_detail.png) center no-repeat;
	}

	.product{
		border-left:1px solid #f0ebe4;
	}

	.play{
		background:url(../../images/4/play.png) center no-repeat;
	}
	
	.box .image{
		border:1px solid #f0ebe4;
	}
	
	.box .image.product_image{
		border-top:1px solid #f0ebe4;
		border-bottom:1px solid #f0ebe4;
	}
	
	.box.middle .image{
		border-top:1px solid #f0ebe4;
		border-bottom:1px solid #f0ebe4;
	}
	
	.price{
		color:#A1A1A1;
	}

	.box .textarea h2{
		color:#adaaa6;
	}
	
	.box .textarea h2 a{
		color:#A49D91;
	}
	
	.box .textarea h2 a:hover{
		color:#f9920c;
	}
	
	.box .textarea{
		color:#909090;
	}
	
/* product detail */
	.image{
		border:1px solid #f0ebe4;
	}
	
	#product_detail_right h2{
		color:#adaaa6;
	}
	
/* Products detail tabs */
	.product_tabs li{
		color:#A1A1A1;
		border-left:1px solid #f0ebe4;
		border-top:1px solid #f0ebe4;
		border-right:1px solid #f0ebe4;
	}

	.product_tabs li.active, .product_tabs li:hover{
		border:1px solid #f0ebe4;
		color:#A1A1A1;
		background:#f0ebe4;
	}

	#tabs #content{
		border:1px solid #f0ebe4;
	}

/* read more button  */
	a.read_more{
		color:#B59A77;
		background:#f0ebe4 url(../../images/4/arrow.png) 94% 10px no-repeat;
	}

	a.read_more:hover{
		color:#AE926A;
		background:#E0DDD6 url(../../images/4/arrow_on.png) 94% 10px no-repeat;
	}

/*contact form validation*/
	#validate_form	label{
			color:#A2A4A3;
		}

	#validate_form	label.error {
			color: red;
			border: 0px solid red;
		}

	#validate_form	.error{
			color: red;
			border: 1px solid red;
		}

/*	Forms */
	input, select, textarea{
		color:#757575;
		border:1px solid #f0ebe4;
	}

	.button{
		background:#ec3d00;
		color:#fff;
	}

	.button:hover{
		background:#f9920c;
		color:#fff;
	}

/* blog */
 	.blog_box h2 a{
		color:#A49D91;
	}

 	.blog_box h2 a:hover{
		color:#f9920c;
	}

 	.blog_box .dateandcategories{
		color:#6F6F6F;
		border-top:1px solid #f0ebe4;
		border-bottom:1px solid #f0ebe4;
	}

	.blog_box .aligncenter.post_image{
		border-bottom:1px solid #f0ebe4;
		border-top:0px;
	}

	.line{
		border-bottom:1px solid #f0ebe4;
	}

/* paging*/
	 /* paging active*/
	#paging ul li.active a{
		background:#f0ebe4;
		color:#ABACAD;
		border:1px solid #f0ebe4;
	}

	 /* paging link*/
	#paging ul li a{
		border:1px solid #f0ebe4;
		color:#adaaa6;
	}

	 /* paging mouseover*/
	#paging ul li a:hover{
		border:1px solid #f0ebe4;
		background:#f0ebe4;
		color:#ABACAD;
	}

/* footer */
	#footer{
		color:#887B64;
	}

	#footer .list ul li, #footer .social_icons{
		border-bottom:1px solid #c0bbb4;
	}

	#footer .list ul li a{
		color:#887B64;
	}

	#footer .list ul li a:hover {
		color:#887B64;
		background: #D6D2CD;
	}

	#footer h4{
		color:#887B64;
 		border-bottom:1px solid #c0bbb4;
	}

/* links */
	a{
		color:#98958F;
	}

	a:hover{
		color:#f9920c
	}

/* headings*/
	h1,h2{ 
		color:#A49D91;
	}

	h3,h4,h5,h6 { 
		color:#f9920c;
	}

/* images and alignments */
	img.aligncenter{
		border:1px solid #f0ebe4;
	}

	img.alignleft{
		border:1px solid #f0ebe4;
	}

	img.alignright{
		border:1px solid #f0ebe4;
	}

	/* Lists */
	/* content list */
	 .content ul , .content ol  {	
		border-top:1px solid #f0ebe4;
	}

	 .content li{
		border-bottom:1px solid #f0ebe4;
	}

/* tables */
	table{
		border:1px solid #ededed;
	}

	table caption strong{
		color: #6F6F6F;
	}

	table caption{
		background-color: transparent;
		border-bottom:1px solid #ededed;
		color: #6F6F6F;
	}

	table th {
		background: transparent url(../../images/4/sub_back.png) top center repeat-x;	
		background-color: #f0ebe4;
		border-bottom:1px solid #ededed;
		color: #3D6129;
	}

	table td {
		background:#fff;
		border-left:1px solid #ededed;
		border-bottom:1px solid #ededed;
	}

/* text elements */
	blockquote {
		background:transparent url(../../images/4/blockquote.png) left top no-repeat;
		color:#A0A0A0;
	}
