
/* standard */

@import url("deslist.css");

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #00F;
}

a:hover {
	text-decoration: underline;
	color: #00F;
}

body {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 16px;
}

input {
	font-size: 11px;
}

select {
	font-size: 11px;
}

hr {
	margin: 20px 0;
	border: none;
	color: #999;
	background-color: #999;
	height: 1px;
	clear: both;
}

/* wrapper */

#wrapper {
	width: 760px;
}

/* top & bottom */

#top {
	width: 760px;
	font-size: 10px;
	text-align: center
}

#bot {
	width: 760px;
	background-color: #ffcc99;
	font-size: 10px;
	text-align: center
}

/* header */

#header {
	background-color: #ffcc99;
	height: 175px;
}

#hdr-bar {
	border-bottom: 3px solid #FFF;
}

#header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 10px 5px;
}

#header p {
	padding-left: 15px;
	padding-bottom: 5px;
}

#banner {
	margin-top: 7px;
}

/* container */

#container {
}

#container2 {
	padding: 5px;
	float: right;
	width: 535px;
}

/* content */

#content {
}

#title {
	margin-bottom: 15px;
}

#content .drpshdw {
	background: url('../img/shadow.gif') no-repeat bottom right;
	clear: both;
	float: right;
	margin: 0 125px 15px 0;
	padding: 0;
	position: relative;
}

#content  .drpshdw img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

#content .drpshadw2 {
	background: url('../img/shadow.gif') no-repeat right bottom;
	float: right;
	margin: 10px 15px 10px 0;
	padding: 0;
	position: relative;
}

#content .drpshadw2 img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

#content .paragrph {
	clear: both;
	padding: 5px;
}

#content ul {
	margin: 10px 20px;
	padding: 0 15px;	
	color: #000;	
}

#iframe {
	width: 100%;
	height: 60px;
	border: 1px solid #009;
	text-align: center;
}

#content .bar {
	background-color: #f0d5a6;
	margin: 5px 0;
	padding: 2px;
	font-size: 11px;
}

/* side menu */

#sidebar {
	float: left;
	width: 200px;
}

.sidebar {
	padding: 0;
	margin: auto;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 10px 0;
}

.sidebar li ul {
	padding-bottom: 10px;
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	border-bottom: 1px #ffcc99 dashed;
	background: none;
}

.sidebar li h2 {
	height: 26px;
	background: #ffcc99;
	margin: 0 0 0 0;
	padding: 14px 15px 0px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006;
}

.sidebar a {
	color: #00F;
}

.sidebar a:hover {
	color: #F00;
}

/* breadcrumbs */

#breadcont {	
	border-bottom: 1px dotted #CCC;
	padding: 3px;
	margin-bottom: 20px;
}

.breadcrumbs {
	font-size: 10px;
}
.breadcrumbs li {
	display: inline;
}

.breadcrumbs li a {
	background: transparent url(../img/pointer01.gif) no-repeat center right;
	text-decoration: underline;
	padding-right: 20px; /*adjust bullet image padding*/
	color: #00F;
}

/* search box */

#b2c {
	padding: 5px;
	width: 190px;
	margin-bottom: 10px;
	color: #006;
	border: 1px solid #ffcc99;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#b2c p {
	line-height: 14px;
	padding: 5px 0;
}

/* classes */

.clearboth {
	clear: both;
	font-size: 1px;
	padding: 0;
	margin: 0px;
	height: 1px;
}

.aligncenter {
	text-align: center;
}

.font12 {
	font-size: 11px;
}

/* Pakapin */

#transit {
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #6DC5F3;
	background-color: #f0f0f0;
	text-align: center;
}

#testi {
	width: 100%;
	clear: both;
	padding: 10px 0;
	margin-top: 10px;
	height: 100px;
	border-top: 1px solid #00C;
	border-bottom: 1px solid #00C;
}

#testi img {
	float: left;
	margin-right: 15px;
}

#testi h3 {
	font-size: 15px;
}

#testi .p2 {
	margin-top: 20px;
	font-size: 12px;
}

#worldwide {
	background: bottom #cef6fe url(../gifs/background.gif) ;
	height: 95px;
	width: 620px;
}

#worldwide form {
	float: left;
	width: 350px;
	margin-left: 10px;
	text-align: center;
	font-size: 11px;
	padding: 20px 5px;
}

#srvics {
	width: 100%;
	color: #000;
	margin-top: 10px;
}

#srvics  .serv_box {
	width: 263px;
	float: left;
	background-color: #f3f5f6;
	margin: 2px;
	height: auto;
	font-size: 10px;
}

#srvics  .serv_box2 {
	width: 530px;
	float: left;
	background-color: #f3f5f6;
	margin: 2px;
	font-size: 10px;
	height: auto;
}

#htldrpdwn {
	margin: 15px 10px 25px  10px;
	padding: 10px;
	text-align: center;
	border: 1px dashed #c6d39e;
	color: #000;
}

#htldrpdwn p {
	padding: 0;
}
	

/* footer */

#footer {
	clear: both;
	position: relative;
	width: 535px;
	padding: 15px 0;
	text-align: center;
	border-top: 3px solid #ffcc99;


