/* global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0;}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
legend { display: none;; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ul { 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: ''; }
a { text-decoration: none; }
strong { font-weight: bold; }
em { font-style: italic; }
* a { position: relative; }
a img { border: none; }
* { outline: none; }
form { display: inline; }


/* defaults */
@font-face {
	font-family: 'RotisSerifProRegular';
	src: url('src/rotisserifpro-regular-webfont.eot');
	src: local('☺'), url('src/rotisserifpro-regular-webfont.woff') format('woff'),
					 url('src/rotisserifpro-regular-webfont.ttf') format('truetype'),
					 url('src/rotisserifpro-regular-webfont.svg#webfontHkxMcbEe') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body {
	height: 100%;
}


body {
    background: #fff;
    color: #000;
	font-family: 'RotisSerifProRegular', 'Times New Roman', Times, serif;
	font-size-adjust: 0.46;
    font-size: 100.01%;
}


a, a:active, a:link, a:visited { color: #5c5c5c; }
a:hover { text-decoration:underline; }


.enter {
	background:transparent url('img/btn_enter.gif') no-repeat right top;
	display: inline-block;
	height: 16px;
	line-height:16px;
	padding:0 25px;
	margin-top: 30px;
	margin-left: -25px;
	font-size: 12px;
	color: #000;
	cursor: pointer;
}


a.enter:focus,
a.enter:hover {
	padding-left: 30px;
	text-decoration: none;
}


h1 { display: none; }


p {
	margin-bottom: 12px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
}


address { font-size: 10px; }


/* layout */			
#wrapper {
	background: transparent url('img/bg_wrapper.gif') repeat-y left top;
	width: 700px;
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	overflow: hidden !important;
}

#wrapper_bottom {
	background: #329dd4 url('img/bg_wrapper_bottom.jpg') repeat-x left bottom;
	width: 510px;
	height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}


#logo {
	width: 160px;
	height: 34px;
	position: absolute;
	top: 40px;
	right: 0;
	background: transparent url('img/logo_mailconsult.png') no-repeat left top;
}
	

#content {
	position:relative;
	width: 510px;
	min-height:600px;
	padding:140px 25px 0;
	z-index:10;
}


#content p {
	margin-right:50px;
	line-height:18px;
}
	

address {
	width: 160px;
	position: absolute;
	top: 140px;
	right: 0px;
}

address p {
	font-size:12px;
	color:#000;
	margin-bottom:14px;
}

address p.address {line-height:14px;}
address p.numbers {line-height:16px;}
	
span.item {
	display:inline-block;
	width:16px;
}