@charset "utf-8";
html
{
    margin:0px;
    padding:0px;
    height:100%;
}
body
{
    margin:0px;
    padding:0px;
	color: #666666;
	background: #fff;
	font:normal 12px Arial, Helvetica, sans-serif;    
	min-height:100%;
}
img
{
    border-style:none;
}
p
{
    line-height:22px;
    padding:0px;
    margin:15px 0px;
}
/********** header **********/
.head
{
    background:url(../img/head-bg.png) repeat-x;
    height:81px;
    border-bottom:1px solid #1D1D1D;
}
.main-width
{
    width:1070px;
    margin:0px auto;
}
.main-width-min
{
    min-width:1070px;
}
.head .content
{
    height:100%;
}
.head a.logo
{
    width:226px;
    height:78px;
    background:url(../img/logo.png);
    display:inline-block;
    margin:0px;
}
.head .right-menu
{
    float:right;
    margin:25px 5px 0px 0px;    
}
.head .right-menu a
{
    cursor:pointer;
    font-size:13px;
    color:#A1A1A1;
    text-decoration:none;    
    display:inline-block;
}
.head .right-menu a span
{
    padding:0px 15px 2px 15px;
    background:none;
    height:29px;
    line-height:29px;
    display:inline-block;
}
.head .right-menu a.active,
.head .right-menu a:hover 
{ 
    background:url(../img/select-l.png) no-repeat left top;
    color:#fff;
}
.head .right-menu a.active span,
.head .right-menu a:hover span
{
    background: url(../img/select-r.png) no-repeat right top;
}
.foot
{
    clear:both;
    background:#F7F7F7;
    border-top:1px solid #EAEAEA;
    height:80px;
    color:#747474;
    margin-top:80px;
}
.foot .content-wrapper
{
    margin: 0 auto;
    max-width:1310px;
    position:relative;
}
.foot .main-width
{
    padding:24px 0px 0px 0px;
    line-height:13px;
}
.foot .main-width a
{
    text-decoration:none;
    color:#747474;
}
.foot .right-text
{
    float:right;
    font-weight:bold;
    clear:left;
    color:#000;
    padding:15px 0 0;
}
.main .bg-left
{
    background: url(../img/bg-left.png) repeat-x;
    border-bottom:1px solid #E5E5E5;
    position:relative;
}
.main .bg-right
{
    background: url(../img/bg-right.png) repeat-x;
    height:100%;
    border-bottom:1px solid #E5E5E5;
    position:absolute;
    width:50%;
    right:0px;
    top:0px;
    float:right;
}
.main .bg-left .main-width
{
    background: url(../img/bg-img.jpg) no-repeat;
    position:relative;
    z-index:1000;
}

.gradientFix
{
    background: url(../img/bg-img.png) no-repeat !important;
}

.main #content
{
    padding:20px 80px 50px 26px;
    
}
.main #content h2
{
    font-size:23px;
    font-weight:normal;
    margin:0px 0px 25px 0px;
    color:#343434;
}
.main #content .right-text
{
    float:right;
    padding:0px 0px 50px 0px; 
    min-width:250px;
    width:250px;
}
.main #content .right-text h2
{
    margin:0px 0px 25px 0px;
}
.bliss-button
{
    text-decoration:none;
    color:#717171;
    width:250px;
    height:42px;
    text-indent:-3000px;
    overflow:hidden;
    background: url(../img/services-button.gif) no-repeat;
    text-align:center;
    display:inline-block;
    font-size:14px;
    margin:50px 0px 0px 0px;
    float:right;
}
a.mail
{
    color:#9E2739;
}
.twitter-bottom
{
    position:absolute;
    right: 10px;
	display: block;
	height:82px;
	width:110px;
	margin-right:0;
	margin-top:-59px;
	float:right;
	text-align:center;
	background: url(../img/twitter_bird_big.png) no-repeat 0 0;
	z-index: 999;
}

