@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------*/
/* -------------------- RESET CSS ---------------------*/
/* ----------------------------------------------------*/

html
{
	background: #FFF;
	color: #000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img
{
	border: 0;
}
address,caption,cite,code,dfn,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}
del,ins
{
	text-decoration: none;
}
li
{
	list-style: none;
}
caption,th
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after
{
	content: '';
}
abbr,acronym
{
	border: 0;
	font-variant: normal;
}
sup
{
	vertical-align: baseline;
}
sub
{
	vertical-align: baseline;
}
legend
{
	color: #000;
}
input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,button,textarea,select
{
	font-size: 100%;
}

/* 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;}

/* ------------------- /RESET CSS ---------------------*/


/* ------------------------------------------------------*/
/* ------------------- TYPOGRAPGY CSS -------------------*/
/* ------------------------------------------------------*/
/*@font-face {
	font-family: 'Museo500';
	src: url('fonts/museo500-regular-webfont.eot');
	src: local('fonts/Museo500-Regular.otf'), url('fonts/Museo500-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}*/

/* ------------------ /TYPOGRAPGY CSS -------------------*/


/* ----------------------------------------------------*/
/* ------------------- ELEMENTS CSS -------------------*/
/* ----------------------------------------------------*/

html {
	height: 100%;
	background: #fff url('/image/bg.png') repeat-x;
}

body {
	font-family: 'Titillium Web', arial, helvetica, verdana, sans-serif;
	font-weight: 400;
	height: 100%;
}

*html body{
	height: 100%;
}

.clear {
	clear: both;
}

/* -- headings -- */
h1 {
	font-weight: 600;
	color: #4c4c4c;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	color: #999;
}

h2.form_title {
	font-size: 16px;
	color: #666;
	background: url("/image/form_title.png") 0 bottom no-repeat;
	padding-bottom: 3px;
}
h2.underline {
	font-size: 16px;
	color: #666;
	background: url("/image/h2_line.png") right bottom no-repeat;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin-bottom: 15px;
}

p.ref {
	font-style: italic;
}

/* -- links -- */
a, a:link {
	color: #333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline:none;
	text-decoration: underline;
}
a.see_more {
	background: url("/image/see_more_btn.png") 0 0 no-repeat;
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
}

a.expanded {
	background: url("/image/see_more_expanded_btn.png") 0 0 no-repeat;
}
a.go_back {
	padding-left: 20px;
	background: url("/image/go_back.png") 0 4px no-repeat;
	color: #666;
	font-size: 14px;
	position: absolute;
	right: 35px;
	bottom: 4px;
}
a.go_back:hover {
	text-decoration: none;
}


/* -- blockquotes -- */
blockquote {
}

input {
	border: none;
}

ul {
}

li {
}

/* ------------------ /ELEMENTS CSS -------------------*/


/* ----------------------------------------------------*/
/* -------------------- LAYOUT CSS --------------------*/
/* ----------------------------------------------------*/

#wrap {
	margin: 0 auto;
	width: 960px;
	padding: 0 20px;
	height: auto;
}

/* ----------------------------*/
/* ---------- HEADER ----------*/
/* ----------------------------*/
header {
	width: 960px;
	position: relative;
	height: 100px;
}

#logo {
	position: absolute;
	top: 18px;
	left: 12px;
}

#lang_nav {
	position: absolute;
	right: 0;
	top: 5px;
}

	#lang_nav li {
		float: left;
		margin: 0 5px;
		font-size: 12px;
		color: #999;
	}
	
	#lang_nav li.last {
		margin: 0;
	}
	
		#lang_nav li a,
		#lang_nav li a:link
		#lang_nav li a:visited {
			color: #666;
		}
		
		#lang_nav li a.selected {
			color: #999;
		}

.links_header {
	position: absolute;
	right: 0;
	top: 45px;
}

	.sn_links li {
		float: left;
		margin-left: 10px;
	}
	
		.sn_links li a,
		.sn_links li a:link,
		.sn_links li a:visited {
			display: block;
			width: 28px;
			height: 28px;
			text-indent: -9999px;
			background-image: url("/image/sn_links.png");
			background-repeat: no-repeat;
		}
		
		.sn_links li a.facebook {
			background-position: 0 0;
		}
		
		.sn_links li a.facebook:hover {
			background-position: 0 -28px;
		}

		.sn_links li a.twitter {
			background-position: -28px 0;
		}
		
		.sn_links li a.twitter:hover {
			background-position: -28px -28px;
		}

		.sn_links li a.linkedin {
			background-position: -56px 0;
		}
		
		.sn_links li a.linkedin:hover {
			background-position: -56px -28px;
		}

#search_form {
	position: absolute;
	left: 400px;
	width: 379px;
	height: 29px;
	top: 45px;
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	background: #fff;
}

	#search_input {
		width: 343px;
		float: left;
	}
	
		#search_input input {
			width: 323px;
			padding: 5px 10px;
			font-size: 14px;
			color: #808080;
			height: 14px;
		}
		
	#search_btn {
		width: 36px;
		height: 29px;
		float: left;
	}
	
		#search_btn input {
			background: url("/image/search_btn.png") 0 0 no-repeat;
			text-indent: -9999px;
			width: 36px;
			height: 29px;
			cursor: pointer;
		}

#main_nav {
	position: absolute;
	top: 40px;
	left: 0;
}


/* ---------- /Header ---------*/


/* -----------------------------*/
/* ---------- CONTENT ----------*/
/* -----------------------------*/

#slider_wrap{
	padding: 0px;
	margin: 20px 0 10px;
	min-height: 330px;
	width: 960px;
	float: left;
}

	#slider_wrap .bx-prev,
	#slider_wrap .bx-next {
		display: block;
		width: 16px;
		height: 27px;
		text-indent: -9999px;
		position: absolute;
		top: 150px;
		background-image: url("/image/bx_prev_next.png");
		background-repeat: no-repeat;
	}
	
	#slider_wrap .bx-prev {
		background-position: 0 0;
		left: -20px;
	}

	#slider_wrap .bx-prev:hover {
		background-position: 0 -27px;
	}

	#slider_wrap .bx-next {
		background-position: -16px 0;
		right: -20px;
	}

	#slider_wrap .bx-next:hover {
		background-position: -16px -27px;
	}
	
	#slider_wrap .bx-pager {
		position: absolute;
		right: 10px;
		bottom: 30px;
		background: #404040;
		padding: 4px 8px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
		#slider_wrap .bx-pager a {
			background: url("/image/bx_pager.png") 0 -10px no-repeat;
			width: 10px;
			height: 10px;
			display: block;
			text-indent: -9999px;
			float: left;
			margin: 0 3px;
		}
		
		#slider_wrap .bx-pager a.pager-active {
			background: url("/image/bx_pager.png") 0 0 no-repeat;
		}

#brands_nav {
	width: 960px;
	height: 160px;
	background: url("/image/brands_nav.png") 0 0 no-repeat;
	padding-left: 1px;
	margin: 1px 0 30px;
}

	#brands_nav li {
		float: left;
		width: 192px;
		height: 140px;
	}
	
	#brands_nav li:hover,
	#brands_nav li.selected {
		background-image: url("/image/brands_nav_li.png");
		background-position: -1px 0;
		background-repeat: no-repeat;
		background-color: #fff;
	}
	
		#brands_nav li a,
		#brands_nav li a:link,
		#brands_nav li a:visited {
			margin: 0 auto;
			display: block;
			width: 190px;
			height: 65px;
			background-image: url("/image/brands_logos.png");
			background-repeat: no-repeat;
			border-left: 1px solid #fff;
			border-right: 1px solid #e6e6e6;
			padding: 30px 0 25px;
			margin-top: 10px;
			text-indent: -9999px;
		}
		
		#brands_nav li a.last {
			border-right: none;
		}

		#brands_nav li a.bialetti {
			background-position: 0 0;
		}
		#brands_nav li a.bialetti:hover,
		#brands_nav li.selected a.bialetti {
			background-position: 0 -120px;
		}

		#brands_nav li a.krea {
			background-position: -190px 0;
		}
		#brands_nav li a.krea:hover,
		#brands_nav li.selected a.krea {
			background-position: -190px -120px;
		}

		#brands_nav li a.rondine {
			background-position: -380px 0;
		}
		#brands_nav li a.rondine:hover,
		#brands_nav li.selected a.rondine {
			background-position: -380px -120px;
		}

		#brands_nav li a.aeternum {
			background-position: -570px 0;
		}
		#brands_nav li a.aeternum:hover,
		#brands_nav li.selected a.aeternum {
			background-position: -570px -120px;
		}

		#brands_nav li a.girmi {
			background-position: -760px 0;
		}
		#brands_nav li a.girmi:hover,
		#brands_nav li.selected a.girmi {
			background-position: -760px -120px;
		}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: -1px;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	/*box-shadow: 2px 2px 6px rgba(0,0,0,.2);*/
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	/*background: #AABDE6;*/
}
.sf-menu ul ul li {
	/*background: #9AAEDB;*/
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/*background: #CFDEFF;*/
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
/*** MY STYLES ***/
#brands_nav ul {
	width: 386px !important;
	/*display: block;*/
	background: url("/image/brands_nav_sub.png") 0 bottom no-repeat;
	padding-bottom: 15px;
}

#brands_nav li li a,
#brands_nav li li a:link,
#brands_nav li li a:visited {
	text-indent: 0;
	background: none;
}

#brands_nav ul li {
	/*background: #AABDE6;*/
	float: left;
	width: 170px !important;
	border: none;
	padding: 0;
	margin: 0 10px;
	height: auto;
	font-size: 14px;
}

#brands_nav ul li:hover {
	background: none;
}

#brands_nav ul li a,
#brands_nav ul li a:link,
#brands_nav ul li a:visited {
	border: none;
	margin: 0;
	padding: 3px 0;
	color: #666;
	border-bottom: 1px solid #d9d9d9;
	width: auto;
	height: auto;
}

#brands_nav ul li a:hover {
	background: #f1f1f1;
}


#homepage_content {
	width: 950px;
	padding: 0 10px;
}

	#homepage_left {
		width: 540px;
		margin-right: 100px;
		float: left;
	}
	
	#homepage_right {
		width: 300px;
		float: left;
	}
	
		#homepage_right img {
			float: left;
			margin: 0;
		}
		
.page_info {
	width: 980px;
	height: 61px;
	background: url("/image/page_info.png") 0 0 no-repeat;
	margin-left: -10px;
	margin-bottom: 20px;
	float: left;
}

.page_info2 {
	width: 980px;
	height: 61px;
	background: url("/image/page_info2.png") 0 0 no-repeat;
	margin-left: -10px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}

	.page_info h1,
	.page_info2 h1 {
		font-size: 16px;
		color: #fff;
		margin: 0;
		font-weight: 400;
		line-height: 20px;
		padding: 5px 0 0 20px;
	}
	
#content {
	width: 940px;
	padding: 0 10px;
}

	#content .content_text_photo {
		max-width: 300px;
		float: left;
		margin: 0 20px 20px 0;
	}
	
	#content .content_left_col {
		width: 220px;
		float: left;
		margin-top: 20px;
		margin-right: 40px;
	}
	
		#content .content_left_col h1 {
			font-size: 24px;
			font-weight: 300;
			color: #333;
			line-height: 28px;
		}
	
	#content .content_right_col {
		width: 680px;
		margin-top: 20px;
		float: left;
	}
	
		#content .content_right_col .brand_item,
		#content .content_right_col .faq {
			width: 620px;
			float: left;
			margin-bottom: 20px;
			background: url("/image/brand_item.png") 0 bottom no-repeat;
		}
		
			#content .content_right_col .brand_item_left {
				width: 220px;
				float: left;
				margin-right: 20px;
			}
			
			#content .content_right_col .brand_item_right {
				width: 380px;
				float: left;
			}

	#category_list {
		width: 220px;
		float: left;
		margin-top: -51px;
		margin-right: 40px;
		padding-bottom: 5px;
		background-image: url("/image/category_list_line.png");
		background-position: 0px bottom;
		background-repeat: no-repeat;
		position: relative;
		z-index: 2;
	}
	
		#category_list li {
			width: 220px;
			font-size: 14px;
			
		}
		
			#category_list li a,
			#category_lsit li a:link,
			#category_list li a:visited {
				padding: 3px 0 3px 10px;
				display: block;
				color: #666;
				border-bottom: 1px solid #b1b1b1;
				height: auto;
			}
			#category_list li a:focus,
			#category_list li a:active {
				text-decoration: none;
			}
			
			#category_list li a:hover,
			#category_list li a.selected {
				background: #f1f1f1;
				text-decoration: none;
			}
			
				#category_list .category_submenu {
					padding-left: 10px;
					width: 210px;
					background: #f9f9f9;
				}
				
					#category_list .category_submenu li {
						width: 210px;
					}
					
	#content .product_list {
		width: 680px;
		float: left;
	}
	
		#content .product_item {
			float: left;
			margin: 0 25px 25px 0;
			width: 210px;
			height: 260px;
		}
		
		#content .product_list .third {
			margin: 0 0 25px 0;
		}
		
			#content .product_item .product_img_wrap {
				width: 210px;
				height: 205px;
				float: left;
				overflow: hidden;
				position: relative;
			}
			
				#content .product_item .product_img_wrap img {
					position: absolute;
					left: 0;
					right: 0;
					top: 0;
					bottom: 0;
					margin: auto;
					max-width: 210px;
					max-height: 200px;
				}
			
			#content .product_item .product_title {
				width: 190px;
				height: 35px;
				padding: 10px;
				float: left;
				position: relative;
			}
			
			#content .product_item .product_title:hover {
				background: #f1f1f1;
			}
			
				#content .product_item .product_title a:hover {
					text-decoration: none;
				}
			
				#content .product_item .product_title a.see_more {
					position: absolute;
					top: 0;
					right: 0;
				}
				
	#content .product_sheet {
		width: 680px;
		float: left;
	}
	
		#content .product_sheet_left {
			width: 360px;
			float: left;
			margin: 0 20px 20px 0;
		}
		
			#content .product_sheet_left .product_sheet_img_wrap {
				width: 360px;
				height: 380px;
				overflow: hidden;
				float: left;
				position: relative;
			}
			

				#content .product_sheet_left .product_sheet_img_wrap img {
					position: absolute;
					left: 0;
					right: 0;
					top: 0;
					bottom: 0;
					margin: auto;
					max-width: 360px;
					max-height: 370px;
				}

				#content .product_sheet_left .product_sheet_img_wrap .magn_glass_icon {
					position: absolute;
					top: 0;
					right: 0;
					left: auto;
					bottom: auto;
					z-index: 2;
					margin: 0;
				}

			#content .product_sheet_left .product_sheet_gallery {
				width: 360px;
				height: 70px;
				float: left;
			}
			
				#content .product_sheet_left .product_sheet_gallery li {
					float: left;
					margin: 0 10px;
					width: 65px;
					height: 70px;
					overflow: hidden;
					position: relative;
				}
				
					#content .product_sheet_left .product_sheet_gallery li img {
						position: absolute;
						left: 0;
						right: 0;
						top: 0;
						bottom: 0;
						margin: auto;
						max-width: 65px;
						max-height: 70px;
					}
					
		#content .product_sheet_right {
			float: left;
			width: 300px;
			margin-bottom: 20px;
		}
		
			#content .product_sheet_right .product_sheet_description {
				padding-top: 30px;
			}
			
				#content .product_sheet_right .product_sheet_description h1 {
					font-weight: 300;
				}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/image/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/image/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/image/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/image/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/image/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/image/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* ---------- jQuery alerts ----------*/
#popup_container {
	font-size: 14px;
	min-width: 200px; /* Dialog will be no smaller than this */
	max-width: 400px; /* Dialog will wrap after this width */
	background: #f3f1f1;
	border: solid 3px #fff;
	border /*\**/: solid 3px #999;
	*border: solid 3px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #666;
}

@media all and (min-width:0) {
    #popup_container { border: solid 3px #fff; }  /* IE9-IE10pp4 */
}


#popup_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #333;
	background: #f3f1f1;
	border: solid 1px #FFF;
	*background: none;
	*border: none;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_ok {
	padding: 5px 10px;
	background: #333;
	color: #fff;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
}

#popup_ok::-moz-focus-inner {
	outline: none;
	border: 0;
}

#popup_message {
	text-align: center;
	color: #666;
	line-height: 20px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
/* ---------- /jQuery alerts ----------*/


/* ---------- Form ----------*/
form.jquery_form {
	float: left;
}

	form.jquery_form .full_width {
		float: left;
		display: inline;
		margin-bottom: 5px;
	}
	
	.my_input {
		display: none !important;
	}

		form.jquery_form .full_width label {
			width: 100%;
			float: left;
			font-size: 14px;
			color: #666;
		}
	
		form.jquery_form .full_width input,
		form.jquery_form .full_width textarea {
			padding: 3px 5px;
			border-top: 1px solid #b1b1b1;
			border-left: 1px solid #b1b1b1;
			border-right: none;
			border-bottom: none;
			background: #f1f1f1;
			font-size: 14px;
			color: #666;
			resize: none;
		}

		form.jquery_form .full_width label.error {
			font-size: 11px;
			color: #f00;
		}
		
	form.jquery_form .btn {
		margin-left: 100px;
		padding: 3px 10px;
	}

	form.jquery_form .submit_btn {
		border: none;
		height: 30px;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		text-align: left;
		padding-left: 30px;
		cursor: pointer;
		margin-top: 5px;
	}

#contactForm,
#contactForm .full_width {
	width: 220px;
}

	#contactForm .full_width input,
	#contactForm .full_width textarea {
		width: 209px;
	}
	
	#contactForm .full_width textarea {
		height: 60px;
	}
	
	#contactForm .submit_btn {
		background: url("/image/submit_btn1.png") 0 0 no-repeat;
		width: 220px;
	}
	
#infoForm,
#infoForm .full_width {
	width: 300px;
}

	#infoForm .full_width .half_width {
		width: 140px;
		float: left;
	}

	#infoForm .full_width input,
	#infoForm .full_width textarea {
		width: 289px;
	}
	
	#infoForm .full_width .half_width input {
		width: 129px;
	}
	
	#infoForm .full_width textarea {
		height: 80px;
	}
	
	#infoForm .submit_btn {
		background: url("/image/submit_btn2.png") 0 0 no-repeat;
		width: 300px;
	}
/* ---------- /Content ---------*/


/* ------------------------------*/
/* ---------- SITEINFO ----------*/
/* ------------------------------*/
footer {
	width: 940px;
	min-height: 30px;
	margin: 40px auto 0;
	padding: 0 10px;
}

	#footer_main {
		width: 960px;
		min-height: 30px;
		background: url("/image/footer_main.png") 0 0 no-repeat;
		padding-bottom: 30px;
	}
	
	#footer_main_left {
		width: 800px;
		float: left;
	}
	
	#footer_main_right {
		width: 150px;
		float: left;
		padding-left: 10px;
	}
	
		#footer_main .footer_main_col {
			width: 140px;
			float: left;
			margin-right: 20px;
			margin-top: 35px;
		}
		
		#footer_main .last {
			margin-right: 0;
		}
		
			#footer_main .footer_list {
				
			}
			
				#footer_main .footer_list li {
					color: #666;
					font-size: 14px;
					line-height: 18px;
				}
				
			#footer_main .footer_main_col h2 {
				margin-bottom: 10px;
			}
		
			#footer_main .footer_main_col h2 a,
			#footer_main .footer_main_col h2 a:link,
			#footer_main .footer_main_col h2 a:visited {
				color: #999;
			}
				
			#footer_main .footer_main_col li a,
			#footer_main .footer_main_col li a:link,
			#footer_main .footer_main_col li a:visited {
				color: #666;
			}

			#footer_main .footer_main_col li a.see_all,
			#footer_main .footer_main_col li a.see_all:link,
			#footer_main .footer_main_col li a.see_all:visited {
				color: #333;
			}
			
	#footer_bottom {
		height: 50px;
	}


/* --------- /Siteinfo ----------*/

/* -------------------- /LAYOUT CSS ---------------------*/
