							/* Whitetail CSS Document */

/********************* Global Links **********************/

*{
margin:0px;
padding:0px;
}

body{
background:url(../images/bodybg.jpg) left top repeat;
font:normal 11px Tahoma;
color:#000000;
}

img, div, input{
behavior: url("../iepngfix.htc");
}

img{
border:0px;
}

a{
text-decoration:none;
color:#000000;
}

li{
list-style:none;
}

#pagecontainer{
width:900px;
margin:auto;
}

/***************************** Header Part Layout *******************/

.headerpart{
height:290px;
background:url(../images/topbg.jpg) left top no-repeat;
}



.headerpart h1{
padding:74px 0px 0px 66px;
width:157px;
height:80px;
float:left;
}

.headerpart h2{
padding:10px 0px 0px 120px;
width:545px;
height:28px;
float:left;
}

.headerpart h3{
width:464px;
height:60px;
clear:both;
padding:30px 0px 0px 17px;
}

.headerpart h4{
width:867px;
height:44px;
clear:both;
margin:0px 0px 0px 17px;
}

/************************* Menu Part Layaout *******************/

.menu{
height:44px;
background:url(../images/menu_md.gif) left top repeat-x;
}

.menu ul{
margin:0px;
padding-left:205px;
}

.menu li{
float:left;
margin-top:7px;
padding-right:35px;
height:28px;
}

.home a{
width:67px;
height:28px;
display:block;
background:url(../images/home.gif) left top no-repeat;
}

.home a:hover{
background:url(../images/home_hover.gif) left top no-repeat;
}

.home_active a{
width:67px;
height:28px;
display:block;
background:url(../images/home_hover.gif) left top no-repeat;
}

.faq a{
width:46px;
height:28px;
display:block;
background:url(../images/faq.gif) left top no-repeat;
}

.faq a:hover{
background:url(../images/faq_hover.gif) left top no-repeat;
}

.faq_active a{
width:46px;
height:28px;
display:block;
background:url(../images/faq_hover.gif) left top no-repeat;
}

.gua a{
width:122px;
height:28px;
display:block;
background:url(../images/gua.gif) left top no-repeat;
}

.gua a:hover{
background:url(../images/gua_hover.gif) left top no-repeat;
}

.gua_active a{
width:122px;
height:28px;
display:block;
background:url(../images/gua_hover.gif) left top no-repeat;
}

.order a{
width:71px;
height:28px;
display:block;
background:url(../images/order.gif) left top no-repeat;
}

.order a:hover{
background:url(../images/order_hover.gif) left top no-repeat;
}

.order_active a{
width:71px;
height:28px;
display:block;
background:url(../images/order_hover.gif) left top no-repeat;
}

/*************************** Center Part Layout *****************/

.centerpart{
background:#ffffff;
height:600px;
}

/************************** Footer Part Layout *****************/

.footerpart{
background:#6a843b;
height:25px;
font:normal 15px "Trebuchet MS";
color:#ffffff;
}

p.righttxt{
line-height:25px;
float:left;
padding-left:10px;
}

p.sitetxt{
line-height:25px;
float:right;
padding-right:5px;
}

/************************ END **********************************/