body {
	background: url('../images/bg.png') repeat;
}

#header {
	background: url('../images/header-1.jpg') 0px 0px no-repeat;
	height: 200px;
}

.maindiv {
	background-color: #ffffff;
	border-left: 1px solid #03223f;
	border-right: 1px solid #03223f;
}

a { 
	color: #454545; 
	text-decoration: none;
}

a.blue {
	color: #0000ff;
	text-decoration: none;
}

a.green {
	color: #00AA00; 
	text-decoration: none;
}

a:hover {
	color: #dd2721; 
	text-decoration: none;
}

h1 {
	clear: both;
	visibility: hidden;
}
h2 {
	margin:0;
	font-size:18px;
	background: url('../images/icon_star.png') 1px 5px no-repeat;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	padding:0px 0px 0px 20px;
}

h3 {
	margin:0;
	background: url('../images/circle.png') 0px 2px no-repeat;
	padding-left: 22px;
	font-size:13px;
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

.align-right {
	text-align: right;
}

/* MENU */
.topmenu {
	padding:5px 0;
	font-weight: bold;
	text-align: center;
}

.menuheader {
	padding: 10px 0 10px 15px;
	background: url('../images/background.png') no-repeat;
	font-weight: bold;
	color: #ffffff;
}

.footer {
	/* border-top: 1px dashed #ff0d0d; */
	background-color: #9BCDFF;
	padding:20px 0px;
	text-align:center;
}

/* Line */
.line1 {
	background-color: #0080ff;
	height: 10px;
}

.line2 {
	border-top: 1px dashed #ff0d0d;
}

.space {
	padding-top:10px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.padding {
	padding:10px 5px;
}

/* Box Border */
.boxborder {
	/*border:1px solid #c0c0c0;*/
	padding:3px;
}

.boxcontent {
	padding:10px 0 10px 3px;
}

/* UL, LI  */

ul {
	margin: 0;
}

li {
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	background: url('../images/bullet-yellow.png') no-repeat;
	padding-left: 22px;
}

li.content {
	padding-left: 22px;
}

li.yes {
	background: url('../images/icon_yes.png') 3px 3px no-repeat;
	padding: 2px 0px 2px 22px;
}

li.online {
	list-style-type: none;
	background: url('../images/icon_online.gif') 3px 5px no-repeat;
	padding: 3px 0px 3px 22px;
	border-bottom: 1px solid #c0c0c0;
}

li.blue {
	padding-left: 18px;
	background: url('../images/bullet-blue.png') no-repeat;
	color: #0080C0;
}

li.mobile {
	padding-left: 22px;
	background: url('../images/icon_mobile.png') no-repeat;
	color: #0080C0;
}

li.email {
	padding-left: 22px;
	background: url('../images/icon_email.png') no-repeat;
	color: #006B9F;
}

li.support {
	padding-left: 22px;
	background: url('../images/icon_support.png') 0px 3px no-repeat;
	color: #006B9F;
}

/* DIV */

div.padding {
	padding:10px 20px;
}

div.float-left {
	float: left;
}

.colhead {
	background-color: #004A95;
	border-bottom: 1px solid #c0c0c0;
	padding:10px 5px;
	text-align: center;
	color: #fff;
}

.row {
	border-bottom: 1px solid #c0c0c0;
	padding:5px 5px;
}

.row2 {
	background-color: #C1E0FF;
	border-bottom: 1px solid #c0c0c0;
	padding:5px 5px;
}

.hostspec {
	background-color: #7DBEFF;
	text-align: right;
	padding-right: 5px;
}

/* SPAN */

.red {
	color: #ff0000;
	font-weight: bold;
}

span.yes {
	background: url('../images/icon_yes.png') 3px 0px no-repeat;
	padding-left:20px;
}

span.no {
	background: url('../images/icon_no.png') 3px 0px no-repeat;
	padding-left:20px;
}

/* MSN ICON */
.msn {
	border-style: none;
	height: 16px;
	width: 16px;
}

/* Flag Icon */
li.th {
	background: url('http://static.sukson.com/img/flag/th.gif') 3px 3px no-repeat;
	padding-left:25px;
}

li.us {
	background: url('http://static.sukson.com/img/flag/us.gif') 3px 3px no-repeat;
	padding-left:25px;
}

.sidemenu { 
	padding:10px 5px;
	font-weight: bold; 
	color: #333333; 
	margin: 0px 0px 0px 0px; 
	background-color: #D9E9F9; 
	border: 1px solid #B6D5F3;
}	

.button {
	background-color: #D6D6D6; 
	color: #666666; 
	font-weight: bold; 
	border: 1px solid #CCCCCC; 
	margin-top: 5px; margin-bottom: 5px; 
	padding: 5px 7px 5px 7px;
}

td, th {
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

