/* ----- basic --------------------------------------------------------------------------------------------------------------------------------- */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background:#EEEEEE;
	font-size:13px; color:#000000; line-height:180%;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:850px;
	margin:0px auto;
	background:#FACBA6;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 80px;
	//background:#FACBA6;
}
#header {
	height: 80px;
	//background-image: url("title.png");
	//background-repeat: no-repeat;
}

#header p{
    top: 30;
	left: 30;
	position: relative;
	font-size: 32;
	color: red;
	font-weight: bold;
	font-family: fantasy;
}
#header_img1{
	margin-top: 10;
	margin-left: 30;
}
#header_img2{
	float: right;
	margin-top: 10;
	margin-right: 20;
	//position: relative;
	//top: -30;
}
#menu {
	height: 45px;
	margin: 0 auto;
	//margin-left: 380;
	//border-top: 1px solid #FCC443;
	//border-bottom: 1px solid #FCC443;
	//background-color: #4E9ABE;
	
}

#footer {
	height: 30px;
	width: 850px;
	position: absolute;
	bottom: 0;
	background-color: #F7B17D;
	//background:#FCC443;
}

#footer p{
    text-align:right;
	margin-top:7px;
    margin-right:5px;
}

/* ----- reset --------------------------------------------------------------------------------------------------------------------------------- */
#menu ul{
	margin: 0; 
	padding: 0; 
	list-style: none;
}
#menu li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
	float: left;
	left: 30;
	position: relative;
}
#menu li a{
	display: block; 
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #81c2d3;
	padding-top: 5px;
	text-decoration: none;
	color: black;
	width: 135px;
	height: 50;
	margin: 1px 0px;
	text-align: center;
	font-size: 16px;
	font-family: -webkit-pictograph;
	font-weight: bold;
}
#menu li a:hover{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #F3D898;
}
#aboutus{
    border-right: 1px solid black;
}
#msg1 {
margin-top: 35;
font-family: -webkit-pictograph;
font-size: 16;
color: #03154D;
}

#msg2 {
	background-color: #F7B17D;
	//margin-bottom: 30;
	font-family: -webkit-pictograph;
	//font-weight: bold;
	//font-size: 15;
}
#msg2 table{
	//left: -60;
	//position: relative;
	margin-right: 100;
	padding-top: 10;
}
#msg2 table td{
	font-size: 18;
	font-weight: bold;
}
#mag2_1{
padding: 5;
padding-left: 35;
}
#mag2_2{
padding-left: 35;
}
#mag2_3{
padding-bottom: 20;
padding-left: 35;
}
#msg3 {
	background-color: #84A2CE;
	//margin-bottom: 30;
	font-family: -webkit-pictograph;
	font-size: 18;
	height: 30;
}
#msg3 span{
    //padding-top: 5;
	top: 5;
	position: relative;
}

.bxslider img {
    //height: 220;
	//width:auto;
	//max-width:300px;
	max-height: 250;
	border-style:none;
}
#carlist {
	border-collapse:collapse; 
	border:1px solid;
}
#carlist td {  
	border-top:1px solid;
	border-right:1px solid;
	border-left:1px solid;
}
#pagenation {
    //display: -moz-inline-box;
    //display: inline-block;
}
#pagenation ul{
    text-align: center;
}
#pagenation li{
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width:30px;
    //float:left;
    list-style-type: none;
}
#pagenation ul li a{
    background:#fff;
    color:#6ab99f;
    display:block;
    border-radius:3px;
    border:1px #ccc solid;
    text-decoration: none;
}
#pagenation ul li .active{
    background:#fff;
    color:#fff;
    display:block;
    border-radius:3px;
    border:1px #ccc solid;
    background-color:#6ab99f;
    pointer-events : none;
}

/*
#pagenation {
    display: -moz-inline-box;
    display: inline-block;
}
#pagenation ul{
    margin-right:auto;
    margin-left:auto;
    /* width:300px; 
       width:0px;*/
}
#pagenation li{
    display:block;
    width:30px;
    float:left;
    list-style-type: none;
    padding:6px 4px 6px 0;
    //margin:4px 12px 0 0;
}
#pagenation ul li a{
    background:#fff;
    color:#6ab99f;
    display:block;
    border-radius:3px;
    border:1px #ccc solid;
    text-decoration: none;
}
#pagenation ul li .active{
    background:#fff;
    color:#fff;
    display:block;
    border-radius:3px;
    border:1px #ccc solid;
    background-color:#6ab99f;
    pointer-events : none;
}
*/