/* CSS Document */

* {
padding:0;
margin:0;
}

body {
width:1200px;
height:auto;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
margin:0 auto;
padding:0;
background-image:url(/application/images/layout/bg.jpg);
background-repeat:repeat-x;
font-size:11.4px;
}


#top {
width:1200px;
height:93px;
}

#top .left {
width:247px;
height:93px;
overflow:hidden;
float:left;
}

#top .center {
width:810px;
height:93px;
float:left;
}
#top .center ul {
margin-top:53px;
margin-left:12px;
padding-left:0;
list-style: none;
}

#top .center ul li {
float:left;
}

#top .center ul li a {
display:block;
height:41px;
overflow:hidden;
float:left;
}

#top .center ul li a:hover img {
margin-top:-41px;
}

#top .center ul li a img {
border:0;
}

#top .right {
width:143px;
height:32px;
float:left;
background-image:url(/application/images/layout/top_right.jpg);
background-repeat:no-repeat;
margin-top:53px;
}

#shadow_left {
width:132px;
height:auto !important;
height:553px;
min-height:553px;
/*background-image:url(/application/images/layout/shadow_left.jpg);*/
background-repeat:repeat-y;
float:left;
}

#all {
width:972px;
height:auto;
float:left;
background-image:url(/application/images/layout/all_bg.jpg);
background-repeat:repeat-y;
}

#container {
width:970px;
height:auto !important;
height:555px;
min-height:555px;
border:1px solid #000;
background-image:url(/application/images/layout/container_bg.jpg);
background-repeat:no-repeat;
background-position:bottom;
}
.topcontent {
width:970px;
height:80px;
background-image:url(/application/images/layout/home_04.jpg);
background-repeat:no-repeat;
background-position:top;
}

#container .content {
margin-left:300px;
margin-bottom:25px;
margin-right:25px;
}

#container .bg_1 {
background:url(/application/images/layout/cont_title_bg_l.jpg) no-repeat;
width:5px;
height:29px;
margin-left:30px;
float:left;
}

#container .bg_2 {
background:url(/application/images/layout/cont_title_bg_r.jpg) no-repeat;
width:5px;
height:29px;
float:left;
}

#container .bg_3 {
background-color:#ca382b;
border-top:1px solid #680600;
font-size:15px;
font-weight:bold;
padding:5px 25px 0px 25px;
width:auto !important; 
min-width:55px;
float:left;
height:23px;
}

#container .content_txt {
padding:15px 25px 25px 25px;
text-align:justify;
background:url(/application/images/layout/bg_content.jpg) no-repeat bottom right #ca382b;
border:1px solid #680600;
clear:both;
}

#shadow_right {
width:96px;
height:auto !important;
height:553px;
min-height:553px;
/*background-image:url(/application/images/layout/shadow_right.jpg);*/
background-repeat:repeat-y;
float:left;
}

#shadow_container {
width:972px;
height:22px;
background-image:url(/application/images/layout/shadow_container.jpg);
background-repeat:no-repeat;
}

#foot_container {
width:972px;
height:129px;
background-color:#fff;
margin-bottom:-1px;
}

#foot_container .left {
width:330px;
height:99px;
background-image:url(/application/images/layout/technology.jpg);
background-repeat:no-repeat;
background-position:2px 20px;
background-color:#a71e26;
border:1px solid #000;
float:left;
padding-left:58px;
padding-top:27px;
padding-right:10px;
}

#foot_container .shadow_first {
width:9px;
height:128px;
background-image:url(/application/images/layout/container_foot_shadow_1.jpg);
float:left;
}

#foot_container .center {
width:301px;
height:99px;
background-image:url(/application/images/layout/basket.jpg);
background-repeat:no-repeat;
background-position:2px 20px;
background-color:#a71e26;
border:1px solid #000;
float:left;
padding-left:71px;
padding-top:27px;
padding-right:10px;
}

#foot_container .shadow_second {
width:9px;
height:128px;
background-image:url(/application/images/layout/container_foot_shadow_2.jpg);
float:left;
}

#foot_container .right {
width:142px;
height:49px;
background-image:url(/application/images/layout/handphone.jpg);
background-repeat:no-repeat;
background-position:2px 20px;
background-color:#a71e26;
border:1px solid #000;
float:left;
padding-left:26px;
padding-top:77px;
}

#foot {
width:970px;
height:52px;
background-image:url(/application/images/layout/foot_bg.jpg);

clear:both;
margin-left:132px;
}

.input_form {
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #000;
	font-size: 11px;
	opacity:0.9;
	font-family:arial;
}

.input_form:focus {
	/*background-color:#f4c9cb;*/
	border: 1px solid #cc5228;
	opacity:1;
}

ul {
padding-left:15px;
list-style:outside;
}
 
 
 h1 {
 font-size:16px;
 }
 
 h2 {
 font-size:14px;
 }
 
 p {
 padding-top:5px;
 padding-bottom:5px;
 }
 
  a {
 color:#fff;
 text-decoration:underline;
 }
 
 a:hover {
 text-decoration:none;
 } 
