* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	min-width: 1000px;
	background: #fff;
}

img, a img {
	border: 0;
	vertical-align: bottom;
}

.clr{clear: both;}

a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

a:hover{border:0}

table, body, tr, td, select, input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12pt;
}

h1{
	font: normal normal 2.8em/100% Georgia, "Times New Roman", Times, serif;
	color:#900;
	margin: 1em 0 0 1px;
}

h3{
	font: normal normal 1.6em/120% Georgia, "Times New Roman", Times, serif;
	color:#000;
	width: 42%;
	padding: 0.4em 4em 1.2em 4.2em;
	background: #fff;
	margin-top: -0.56em;
	position: relative;
	z-index: 1;
}

h2{
	font: normal normal 2em/100% Georgia, "Times New Roman", Times, serif;
	color:#000;
}

p{
	margin: 1em 0;
	line-height: 140%;
}

/*
 *	phone
 */

.underlayer{
	height: 40em;
	width: 100%;
}

.phone{
	float: right;
	width: 50%;
	margin-right: 4.2em;
	position: relative;
}

* html .phone{display: inline}

span.call{color: #666;}

span.code{
	padding: 0.2em 0.4em;
	color: #fff;
	background: #900;
}

.phone big{font-size: 2.2em;line-height: 120%;}

span.order{
	margin-left: 5.25em;
	color: #666;
	font-size: 0.8em;
	line-height: 240%;
}

span.order a{
	color: #666;
	border-bottom: 1px dashed #ccc;
}

span.order a:hover{border: 0;}


/*
 *	presentation
 */

.presentation{
	margin-top: 3.4em;
	font-size: 0.8em;
	float: right;
}

.presentation a{border-bottom-width:0}
.presentation span a{border-bottom-width:1px}

.presentation img{
	vertical-align: bottom;
	margin-right: 0.6em;
}

.presentation small{
	color: #999;
	font-size: 0.8em;
}

.presentation span{
	vertical-align: bottom;
	line-height: 180%;
}

/*
 *	container
 */

.container{
	position: absolute;
	top:50%;
	left: 50%;
	margin: -20em 0 0 -500px;
	width: 1000px;
}

.left{
	float: left;
	width: 45%;
	position: relative;
}

p.what{
	margin:0;
	text-align: center;
}

p.what a{
	color: #900;
	border-bottom: 1px dashed #ccc;
}

p.what a:hover{border: 0}

.right{margin-left: 50%;}

cite{
	right: 0;
	top: 120px;
	position: absolute;
	z-index: 10;
	background: #900;
	color: #fff;
	font-style: normal;
	font-size: 1.5em;
	padding: 0.2em 0.6em 0.3em 0.6em;
	line-height: 100%;
}

/*
 *	clouds
 */

#cloud1.show{display: block;}
#cloud2.show{display: block;}

#cloud1{
	display: none;
	padding: 20px 40px;
	width: 353px;
	height: 205px;
	background: transparent url(i/cloud.png) no-repeat top left;
	position: absolute;
	top: 6em;
	z-index:10;
	color: #fff;
	left: 50%;
	margin-left: -40px;
	font-size: 1.1em;
}

#cloud1 p.button{margin-top: 1.2em;}

#cloud1 input.button{
	color: #000;
	font-size: 0.9em;
	width: 120px;
	padding: 0.2em 0;
	margin-right: 50px;
}

#cloud1 p{	margin: 0.6em 0;
	clear: both;
	overflow: hidden;
}

* html #cloud1 p{	margin: 0.3em 0;	float: left;
	width: 100%;
}

#cloud1 label{
	float: left;
	display: block;
}

#cloud1 input{
	font-size: 1em;
	display: block;
	width: 160px;
	padding: 0.2em 5px;
	border:0;
	background: #fff;
	float: right;
}

#cloud1 a{
	color: #fff;
	text-decoration: underline;
	border:0;
	display: block;
	margin-left: 50%;
}

#cloud1 a:hover{text-decoration: none;}

#cloud1 .st{
	width: 31px;
	height: 16px;
	position: absolute;
	top: -16px;
	left: 40px;
	font-size: 0.6em;
	margin-left:8em;
	background: transparent url(i/st.png) no-repeat top left;
}

#cloud2{
	display: none;
	padding: 20px 30px;
	width: 373px;
	height: 215px;
	background: transparent url(i/cloud.png) no-repeat top left;
	position: absolute;
	bottom: 5.4em;
	z-index:10;
	color: #fff;
	left: 0;
	margin-left: 1em;
	font-size: 1.0 em;
	text-align: center;
}

#cloud2 p{width: 100%;margin-bottom:0}

#cloud2 h3{
	font: normal normal 1.4em/120% Georgia, "Times New Roman", Times, serif;
	color:#fff;
	width: 100%;
	padding: 0;
	background: transparent;
	margin-top: 1em;
	position: static;
}

#cloud2 .st{
	width: 31px;
	height: 16px;
	position: absolute;
	bottom: -6px;
	left: 40px;
	font-size: 0.6em;
	margin-left: 14.6em;
	background: transparent url(i/st.png) no-repeat bottom left;
}

#cloud2 a{
	color: #fff;
	font-size: 1.2em;
	text-decoration: underline;
	border:0;
	margin: 0 0.4em;
}

#cloud2 img{float: right}

#cloud2 a:hover{text-decoration: none}

/*
 *	footer
 */

.footer{
	font-size: 0.75em;
	margin-top: 3em;
	float: right;
	width: 50%;
	padding-left: 2em;
	text-indent: -1.2em;
}

