@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic&subset=latin-ext);
html,p,h1,h2,h3,body,span,b,div
{
margin:0;
padding:0;
}
*:focus  
{  
	outline: none;  
}
body
{
	margin:0;
	padding:0;
	font-size:0;	
	background-color:#f0f0f0;
	background:url('images/background_main.png');
	color:#8b8787;
	font-family:'Playfair Display', 'Georgia';
}
#top_hr
{
	position:relative;
	float:left;
	width:100%;
	height:4px;
	background-color:#dd0000;
}
.web_center
{
	position:relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:960px;
}
#top
{
	position:relative;
	float:left;
	width:960px;
	height:145px;
	z-index:2;
}
#logo_main
{
	position:absolute;
	left:25px;
	top:16px;
	width:173px;
	height:128px;
	background:url('images/logo_main.png');
}
#top_tools
{
	position:absolute;
	left:320px;
	top:7px;
	width:400px;
	height:40px;
}
#top_newsletter
{
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:30px;
	font-size:16px;
	color:#8b8787;
	font-style:italic;
	line-height:21px;
	
}
#top_newsletter_input
{
	position:absolute;
	left:85px;
	top:0;
	width:168px;
	height:14px;
	border:1px solid #cdcccc;
	padding:3px;
	font-size:13px;
	line-height:14px;
	color:#8b8787;
	font-family:'Playfair Display';
	background:transparent;
}
#top_newsletter_submit
{
	position:absolute;
	left:264px;
	top:0;
	width:78px;
	height:22px;
	padding:0 0 2px 0;
	border:0;
	font-size:13px;
	color:#FFFFFF;
	background-color:#cb8424;
	font-family:'Playfair Display';
	font-style:italic;
	cursor:pointer;
}
#top_newsletter_submit:hover
{
	background-color:#bebebe;
}
.n_info
{
	position:absolute;
	left:89px;
	top:28px;
	font-size:13px;
	color:#dd0000;
	display:none;
}
.n_f_info
{
	position:absolute;
	left:6px;
	top:133px;
	font-size:13px;
	color:#FFFFFF;
	display:none;
}
#top_tel
{
	position:absolute;
	top:0;
	left:360px;
	width:300px;
	height:30px;
	font-size:16px;
	color:#8b8787;
	font-style:italic;
	line-height:21px;
	background:url('images/top_tel.png');
	background-repeat:no-repeat;
	background-position:0 2px;
	padding:0 0 0 40px;
	
}
#top_fb
{
	position:absolute;
	top:-4px;
	left:526px;
	height:29px;
	width:150px;
	font-size:16px;
	color:#cb8424;
	font-style:italic;
	line-height:28px;
	text-decoration:none;
	
}
#top_fb:hover
{
	color:#cb8424;
}
#menu_all
{
	position:absolute;
	right:2px;
	top:116px;
	width:670px;
	height:27px;
	
}
#menu_all a
{
	position:relative;
	float:left;
	height:27px;
	color:#8b8787;
	font-size:19px;
	text-decoration:none;
}
#menu_all a:hover, #menu_all .active,#breadcrumb a:hover
{
	color:#cb8424;
}
.menu_spacer
{
	position:relative;
	float:left;
	width:40px;
	color:#8b8787;
	font-size:19px;
	text-align:center;
}
#breadcrumb
{
	position:relative;
	float:left;
	width:960px;
	height:20px;
	font-size:12px;
	color:#8B8787;
	margin:35px 0 0 0;
}
#breadcrumb a
{
	color:#8B8787;
	text-decoration:none;	
}
#content_index
{
	position:relative;
	float:left;
	width:960px;
	height:550px;
	margin:40px 0 0 0;
	padding:0;
}
#slider_frame
{
	position:relative;
	float:left;
	width:960px;
	height:550px;
	overflow:hidden;
}
#slider_lista
{
	position:relative;
	left:-960px;
	list-style-type: none;
	margin:0;
	padding: 0;
	width:9999px;
}
#slider_lista li
{
	position:relative;
	float:left;                              
	width:960px;
	height:550px;
	margin:0;
	padding:0;
}
#slider_nav_l
{
	position:absolute;
	left:-27px;
	top:235px;
	width:19px;
	height:81px;
	margin:0 0 0 0;
	background-image:url('images/slider_l.png');
	cursor:pointer;
	z-index:2;
}
#slider_nav_r
{
	position:absolute;
	left:968px;
	top:235px;
	width:19px;
	height:81px;
	margin:0 0 0 0;
	background-image:url('images/slider_r.png');
	cursor:pointer;
	z-index:2;
}
#slider_nav_l:hover,#slider_nav_r:hover
{
	background-position:0 81px;
}
#content
{	position:relative;
	float:left;
	width:960px;
}
#content_left
{	position:relative;
	float:left;
	width:678px;
}
#content_left h1
{
	font-size:20px;
	color:#8b8787;
	font-style:italic;
	font-weight:normal;
	margin:5px 0 0 15px;
}
#content_frame
{
	position:relative;
	float:left;
	width:648px;
	background:#FFFFFF;
	margin:6px 0 0 0;
	padding:15px 15px 15px 15px;
}
#content_text
{
	position:relative;
	float:left;
	width:648px;
	color:#8b8787;
	font-size:14px;
	line-height:25px;
}
#content_text a
{
	color:#cb8424;
	text-decoration:none;
}
#content_text a:hover
{
	color:#8b8787;
}
#content_right
{	position:relative;
	float:left;
	width:272px;
	margin:0 0 0 10px;
}
#content_right h2
{
	position:relative;
	float:left;
	width:272px;
	font-size:20px;
	color:#8b8787;
	font-weight:normal;
	font-style:italic;
	margin:5px 0 0 0;
	
	text-align:center;
}
#content_back
{
	position:absolute;
	top:-30px;
	right:0;
	width:110px;
}

#box_info,#box_order
{
	position:relative;
	float:left;
	width:272px;
	height:154px;
	background:url('images/box_info.jpg');
	cursor:pointer;
	margin:6px 0 0 0;
}
#box_order
{
	background:url('images/box_order.jpg');
}
#box_info p,#box_order p
{
	position:absolute;
	left:41px;
	top:93px;
	width:177px;
	height:33px;
	font-size:19px;
	line-height:32px;
	font-style:italic;
	background-color:#cb8424;
	color:#FFFFFF;
	padding:0 0 0 15px;
	background-image:url('images/arrow_2.png');
	background-position:156px 11px;
	background-repeat:no-repeat;
}
#box_info p:hover,#box_info:hover p,#box_order p:hover,#box_order:hover p
{
	background-color:#FFFFFF;
	color:#cb8424;
	background-position:156px -30px;
}
#content_gallery
{
	position:relative;
	float:left;
	width:650px;
	margin:0 0 0 0;
}
.gallery_img
{
	position:relative;
	float:left;
	width:94px;
	height:68px;
	margin:18px 18px 0 0;
	overflow:hidden;
}
.gallery_img_last
{
	margin:18px 0 0 -4px !important;
}
.gallery_img a
{
	position:absolute;
	left:0;
	top:0;
	width:94px;
	height:68px;
	background-image:url('images/gallery_mask.png');
	background-repeat:no-repeat;
}
.gallery_img a:hover
{
	background-position:0 100px;
}
#footer_hr
{
	position:relative;
	float:left;
	width:100%;
	height:270px;
	background-color:#dd7c00;
	margin:40px 0 0 0;
}
#footer_hr_1,#footer_hr_2
{
	position:absolute;
	top:30px;
	left:302px;
	width:1px;
	height:166px;
	background-color:#e7a24a;
}
#footer_hr_2
{
	left:574px;
}

#footer_hr h3
{
	position:absolute;
	top:0;
	left:0;
	color:#FFFFFF;
	font-size:21px;
	font-weight:normal;
	font-style:italic;
}
#footer_col_1
{
	position:absolute;
	top:29px;
	left:7px;
	width:323px;	
}
#footer_col_1 h3
{
	left:7px;
}
#footer_col_3 h3
{
	left:74px;
}
#footer_col_2
{
	position:absolute;
	top:29px;
	left:338px;
	width:220px;	
}
#footer_col_3
{
	position:absolute;
	top:29px;
	right:0;
	width:375px;	
}

#footer_col_2 h3
{
	left:7px;
}
#footer_col_2 p
{
	position:absolute;
	top:48px;
	left:7px;
	width:190px;	
	color:#FFFFFF;
	text-align:center;
	font-size:17px;
	line-height:26px;
}
#footer_links
{
	position:absolute;
	left:2px;
	top:40px;
}
#footer_links a
{
	position:relative;
	float:left;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	width:315px;
	text-align:center;	
	margin:0 0 0 30px;
}
#footer_links a:hover
{
	color:#efc48e;
}
.footer_links_spacer
{
	position:relative;
	float:left;
	width:315px;
	height:1px;
	background-color:#e7a24a;
	margin:4px 0 4px 30px;
}

#footer_newsletter_input
{
	position:absolute;
	left:5px;
	top:55px;
	width:225px;
	height:20px;
	border:1px solid #cdcccc;
	padding:3px;
	font-size:13px;
	line-height:20px;
	color:#8b8787;
	font-family:'Playfair Display';
	background:#f8f8f8;
}
#footer_newsletter_submit
{
	position:absolute;
	left:84px;
	top:100px;
	width:75px;
	height:27px;
	padding:0;
	border:0;
	font-size:13px;
	color:#8b8787;
	background-color:#FFFFFF;
	font-family:'Playfair Display';
	font-style:italic;
	text-align:center;
	cursor:pointer;
}
#footer_newsletter_submit:hover
{
	background-color:#efc48e;
}
#footer_text
{
	position:absolute;
	left:530px;
	top:225px;
	width:425px;
	height:27px;
	font-size:12px;
	color:#FFFFFF;	
}
#footer_text a
{
	color:#FFFFFF;
	text-decoration:none;
}
#footer_text a:hover
{
	color:#efc48e;
}
.n_f_info
{
	color:#FFFFFF;
}
#jwg
{
	position:absolute;
	right:0;
	top:-1px;
	width:109px;
	height:20px;
	background:url('images/jwg.png');
}
#jwg:hover
{
	background-position:0 20px;
}
#overlay
{
	position:fixed;
	top:0;
	left:0;
	background:#000000;
	width:100%;
	height:100%;
	z-index:10;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	display:none;
}
#o_info
{
	position:absolute;
	width:965px;
	height:578px;
	z-index:15;
	background:url('images/o_background.png');
	display:none;
}
#o_close
{
	position:absolute;
	left:871px;
	top:10px;
	color:#8b8787;
	font-size:13px;
	cursor:pointer;
}
#o_close:hover,#o_close:hover b
{
	color:#CB8424;
}
#o_info h2
{
	position:absolute;
	left:336px;
	top:30px;
	color:#8b8787;
	font-size:20px;
	font-weight:normal;
	font-style:italic;
}
#o_close b
{
	color:#CB8424;
	font-weight:normal;
}
.o_box_one
{
	position:absolute;
	width:264px;
	height:200px;
}
.o_box_one h3
{
	position:relative;
	float:left;
	width:264px;
	color:#8b8787;
	font-size:17px;
	font-weight:normal;
	margin:20px 0 0 0;
	text-align:center;
}
.o_box_hr
{
	position:relative;
	float:left;
	width:264px;
	height:1px;
	background-color:#01143a;
	margin:5px 0 0 0;
}
.o_box_text
{
	position:relative;
	float:left;
	width:264px;
	color:#8b8787;
	font-size:14px;
	margin:5px 0 0 0;
	font-style:italic;
}
#o_box_1
{
	left:55px;
	top:80px;
}
#o_box_2
{
	left:352px;
	top:80px;
}
#o_box_3
{
	left:648px;
	top:80px;
}
#o_box_4
{
	left:55px;
	top:325px;
}
#o_box_5
{
	left:352px;
	top:325px;
}
#o_box_6
{
	left:648px;
	top:325px;
}
