@charset "utf-8";
/* CSS Document */
body {
margin:0; padding:0; left:0; top:0;
background:#0F0F0F;
}
a {
	color: #40CBFF;
	text-decoration:none;
}
#container {
	margin:0 auto;
	left:0px;
	top:0px;
	width:950px;
	background: url(images/sofa-background.jpg) top left no-repeat;
	height:450px;
}

h1{
	font-family:Georgia, Helvetica, Sans-serif;
	font-size:36px;
	font-style:italic;
	color:white;
	font-weight:normal;
	padding:10px 0px 0 15px;
}
p{
	font-family:Georgia, Helvetica, Sans-serif;
	font-size:16px;
	font-style:italic;
	color:white;
	font-weight:normal;
	padding-left:10px;
	line-height:20px;
}
#upper {
	margin:0 auto;
	left:0px;
	top:0px;
	width:950px;
	height:50px;
	text-align:right;
}

#upper img{
right:0;
}	
.content {
	width:950px;
}
.left {
	width:450px;
	float:left;
}	
.right {
	width:490px;
	float:right;
	height:100px;
}
.right img{
/*	margin-top:300px;*/
/*	margin-left:30px;*/
	border:none;
}	

#footer{
	margin:0 auto;
	left:0px;
	top:0px;
	width:950px;
	height:auto;
	text-align:right;
	color:#FFFFFF;
	
}
#footer p{
	width:500px;
	float:right;
	font-size:14px;
	padding-top:3px;
	margin-top:3px;
	font-style:normal;
	margin-bottom:5px;
}
#footer h1{
	width:200px;
	float:left;
	font-size:12px;
	text-align:right;
	font-style:normal;
	padding:10px 0px;
	margin-bottom:5px;
}

#footer h1 a{
	text-decoration:none;
	color:#FF2227;

}
#footer h1 a img{
	padding-top:5px;
	margin-top:0px;
	border:none;	
}
div.hoverBtn {
	position:relative;
	float:left;
	margin-top:300px;
	margin-left:47px;
	background: transparent url(images/email.jpg) 0 0 no-repeat;
}

div.hoverBtn {
	position:relative;
	float:left;
	margin-top:300px;
	margin-left:47px;
	background: transparent url(images/email.jpg) 0 0 no-repeat;
}
* html div.hoverBtn {
	margin-left:24px;
	}
div.hoverBtn img {
	padding:0px 0px 5px 0px;
}	
div.hoverBtn a {
	position:relative;
	z-index:2;
	display:block;
	width:77px;
	height:62px;
	background:transparent none no-repeat 0 0 scroll;
}
* html div.hoverBtn a {
	width:77px;
}
* + html div.hoverBtn a {
	width:77px;
}
div.hoverBtn div {
	display:none;
	position:absolute;
	z-index:1;
	top:0px;
	background: transparent url(images/email-hover.jpg) 0 0 no-repeat;
}
.tooltip{
	margin-left:20px;
	width:202px;
	height:122px;
	margin-top:80px;
	background:url(images/white_arrow.png) 0 0 no-repeat;
	float:left;
	display:none;
	padding:5px;
}
.tooltip p{
	color:#121212;
	padding:10px;
	margin-left:10px;
}

.tooltip a{
	color:#0087F4;
}
* html .tooltip{
	margin-top:-200px;
	margin-left:20px;
	height:150px;
}
* html .tooltip p{
margin-top:20px;
}

* html img,
* html .png {
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
                this.src = "images/blank.gif") :
            '') :          
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
}
.mail {
		width:77px;
	height:62px;
	display:block;
	position:relative;
	float:left;
	margin-top:300px;
	margin-left:47px;
	background: transparent url(images/mail.jpg) 0 0 no-repeat;
}
img.ani{padding-left:22px;padding-top:7px}
