@charset "utf-8";
/* CSS Document */

* {
margin: 0 auto;
padding: 0;
}

body {
background-image: url(../images/body_bgr.jpg);
background-repeat: repeat-x;
background-position: top;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #434343;
}

a {
text-decoration: none;
}

#wrapper {
width: 951px;
background-color: #fff;
margin-top: 72px;
}

#header {
position:relative;
float:left;
width: 951px;
height: 139px;
background-image:url(../images/header_bgr.jpg);
background-position: top;
background-repeat: repeat-x;
font-size: 16px;
}

#logo {
position: relative;
float: left;
width: 147px;
}
#header_txt {
position:relative;
float: left;
padding-top: 37px;
}
#header_right {
position:relative;
float: right;
width: 15px;
}
#header_contact {
position: relative;
float: right;
padding-bottom: 0;
width: 351px;
height: 52px;
padding-top: 87px;
}

#phone_img {
position: relative;
float: left;
width: 15px;
}
#phone_num {
position: relative;
float: left;
width: 136px;
padding-left: 10px;
padding-top: 5px;
color: #666;
}
#email_img {
position:relative;
float: left;
width: 34px;
}
#email_txt {
position:relative;
float:right;
width: 156px;
color: #666;
padding-top: 5px;
}
#email_txt a {
color: #666;
}
/******CONTENT**********/
/** welcome ********/
#welcome {
clear:both;
position:relative;
float:left;
width: 951px;
}
.welcome_txt {
position: relative;
float: left;
width: 951px;
background-color: #fff;
}
.welcome_txt p {
padding-top: 13px;
font-size: 14px;
font-weight: bold;
padding-left: 26px;
padding-right: 30px;
}
/***** 3 pics 1st row *****/
#stands_1row {
position:relative;
float: left;
width: 925px;
text-align: center;
background-color: #fff;
padding-top: 31px;
padding-left: 26px;
padding-bottom: 12px;
}
#stands_1row img {
padding-right: 19px;
float: left;
}

/********* txt 2nd row *****/
#txt_2x1 {
position:relative;
float: left;
width: 638px;
background-color: #fff;
}
#txt_2x1 p {
padding-left: 26px;
}

#txt_2x2 {
position:relative;
float: left;
width: 313px;
background-color: #fff;
}

#txt_2x2 p {
padding-bottom: 33px;
}
 /********big box********/
 
 
#big_box {
position:relative;
float:left;
width:951px;
background-color: #fff;
} 
#box_left {
position:relative;
float:left;
width: 632px;
padding-top: 30px;
background-color: #fff;
}

#box_left img {
position: relative;
}

#box_right {
position:relative;
float: left;
width: 319px;
background-color: #fff;
padding-top: 30px;
}

#footer {
position:relative;
float: left; 
width: 951px;
clear: both; 
padding-top: 50px;
background-color: #fff;
}
#footer p {
padding-left: 25px;
}
#footer a {
color: #fff;
}