/*
color guide:
pink: #e22d85
light grey: #cccccc
almost white: #f0f0f0
dark grey: #666666


*/
@charset "utf-8";

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
	margin:0;
	padding:0;
	vertical-align:baseline
}

a, a:visited {
	color:#e22d85;
	text-decoration:none
}

a:hover {
	color:#e22d85;
}

body {
	background-color: #f0f0f0;
	color: #666;
	font-family: Helvetica Neue, Helvetica, Arial,  sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
}
img {
	border:0;
	vertical-align:bottom
}

p {
}



/* Containers */
#page {
	background:#fff;
	margin:50px auto 50px;
	width:960px;
	border: 1px solid #ccc;
	padding: 0;
}
/* Header */
#logo {
	display:inline;
	float:left;
	margin:20px;
}

/* Content */
#content {
	float: right;
	margin: 90px 20px 0 0 ;
	width: 220px;
	
}


/* Main*/
#main {
	clear:both;
	margin:0 auto 0;
	padding:12px 0;
	overflow:hidden;
	position:relative;
	width:891px; 
	min-height: 500px; /*
	background-color: #6600FF;*/
}
*+html #home #main {margin-bottom:-12px}
* html #home #main {margin-bottom:-12px}
* html #main {height:auto!important;height:500px; min-height: 500px; overflow:visible;}




/* Footer */
#footer {
	clear:both;
	color:#464646;
	font-size: /*.835em*/ 11px;
	margin:0 auto;
	padding: 0 0 0 20px;
	text-align:center;
	width:300px
}

#footer a {
	color:#e22d85;
}
#myGallery {
	float: left;
	position: relative;
	width:890px;
	height:590px;
	z-index:5;
	border-top: solid 1px #e7e7e7;
}
#myGallery .imageElement {
}
.jdGallery a {
	outline:0;
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}
.slideElement {
	background-repeat: no-repeat;
}
.jdGallery .slideElement {
	width: 100%;
	height: 100%;
}
.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
