/**
 * Generic elements.
 */
html{
    

    text-align:center;
}

img{
    border:none;
}
 
body {
  color: #000;
  background:url(images/body_background.jpg) top center no-repeat, url(images/html_background.jpg) left top repeat-x, url(images/body_background_bottom.png) top center repeat-y;  
  font: normal 81.3%/1.538em;
  font-family: Georgia, serif; 
  margin: 0 auto; 
}

table{
    width:100%;    
}

td{
    vertical-align:top;    
}

#header{	
	position:absolute;
	top:0px;    
    margin: 0 auto 0 -2px;
	z-index:0; 
}

#content{	
	padding-top:90px;		
    top: 0px;    
    margin: 0 auto;
    width:938px;
    
}

#first_box{	
	height:563px;
	padding-left:140px;	
	font-size:18px;	
}

.left_content{
	position:relative;
	width:320px;	
    margin: 0 auto;
    text-align:center;
}

.right_content{
	position:relative;
    text-align:center;
    top:0;
    margin: 0 auto;
	width:500px;    	  
    padding:0 15px;
    background:url(images/white_gradient.png) no-repeat;
    margin: 0 auto;
}

.content50percent{
	float:left;	
	width:420px;
	text-align:left;	
	text-align:justify;
	font-size:15px;
	line-height:22px;
}

.testimonials{
    background:url(images/testimonials_box.png);
    padding:15px;
    font-size: 12px;
    line-height: 16px;
    width:460px;
    text-align:justify;
    float:left;   
    -moz-box-shadow: 2px 2px 2px #bebebe;
    -webkit-box-shadow: 2px 2px 2px #bebebe;
    box-shadow: 2px 2px 2px #bebebe;   
    margin: 10px 0px 10px 6px;    
}

.name{
    font-size:11px;
}


div.testimonials span.testiImage{
    width:186px;
    text-align:left;
    float:left;
    margin: -1px;
    font-size: 11px;
    line-height: 12px;
}

#footer{
    background:#7f7f7f;
    color:#fff;
    width:100%;
    font-family:'Trebuchet MS';
    font-size:12px;
    text-align:center;
    height:40px;
    vertical-align:center;
	padding-top:10px;
    margin:0px;
    left:0px;
    position:absolute;
}

#gray_header
{
    background:#000000;
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */    
    width:100%;   
    height:57px;
    margin:0px;
    left:0px;
    position:absolute;
    z-index:99;
}

.left_order{
    background:url(images/leftBackground.png) top center repeat-x;
    margin-left: 15px;
    width:310px;
    padding:10px 15px;
    font-family:'Trebuchet MS';    
    color:#333;
}

.preview_text{
    letter-spacing:1px;
    text-align:center;
    color: white;
    text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

#social_icons{
	position:absolute;
	top:30px;
	left:15px;
}

#social_icons img{
	padding:0px 5px;
	border:none;
}

#social_icons a{
	border:none;
}

#footer a{
	color:#fff;
}

