/* CSS Document */
body{
    background:#000;
    /*width:12000px;*/
    width:100%;/*xuyi: new value*/
    position:absolute;
    top:0px;
    left:0px; 
    bottom:0px;
}
.section{
    margin:0px;
    bottom:0px;
    width:630px;
    float:left;
    height:100%;
	overflow:hidden;
}

.section2{ 
    bottom:0px;  
	margin-top:0px;
    width:630px;
    float:left;
    height:100%;  
	overflow:hidden;
} 

.section ul{
    list-style:none;
    margin:20px 0px 0px 550px;
}

.box-round-contact {
  -webkit-border-radius: 8px 8px 8px 8px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 8px 8px 8px 8px; /* FF1-3.6 */
          border-radius: 8px 8px 8px 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 5px #333333; /* Saf3.0+, Chrome */
     -moz-box-shadow: 0px 0px 5px #333333; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 5px #333333; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
		  background-color: #333333;
}

#talk-to-us-page current {
	background: #333333;
	font-family: DINMedium, Verdana, Arial, sans-serif;
}

.testing {
	border-left: 1px solid #FFF;
	-webkit-border-radius: 18px 0 0 18px;
	   -moz-border-radius: 18px 0 0 18px;
			border-radius: 18px 0 0 18px;
}