@font-face {
    font-family: "Futuran";
    src: url(Futuran.ttf) format("truetype");
}

@font-face {
    font-family: "BENGUIAN";
    src: url(BENGUIAN.ttf) format("truetype");
}

* 
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Futuran";
	font-size: 12px;
}

a img
{
	border: none;
}

.clear
{
	clear: both;
}

#wrapper
{
	margin: 0 auto ;
	width: 1024px;
	background: url(../images/bg.jpg) no-repeat center top fixed;
}

#header
{
	background: url(../images/header-bg.png) repeat-x;
}

#logo
{
	float: left;
	width: 365px;
	margin-top: 57px;
	margin-left: 63px;
}

#menu
{
	width: 587px;
	margin-top: 68px;
	height: 43px;
	float: right;
	font: normal 14px verdana;
	display: block;
}

#menu ul
{
	float: left;
}

#menu ul li
{
	float: left;
	display: block;
}

#menu ul li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 14px 17px 14px 16px;
}

#menu ul li:hover>a
{
	background: #58B235;
}

#menu ul li:hover>ul
{
	visibility: visible;
}

#menu ul ul
{
	position: absolute;
	visibility: hidden;
	padding-top: 1px;
	width: 200px;
	z-index: 999;
	background: #fff;
}

#menu ul ul li
{
	display: block;
	float: none;
	border-bottom: solid 1px #fff;
	width: 200px;
	font-size: 12px;
}

#menu ul ul li a
{
	position: relative;
	padding: 5px 10px;
	color: #fff;
	background: #58B235;
}

#flash
{
	padding: 10px 20px;
	width: 984px;
	height: 326px;
}

#flash img
{
	border: solid 1px #91A0DB;
}

#content
{
	padding: 10px;
}

#welcome
{
	width: 238px;
	height: 325px;
	background: url(../images/globe.png) no-repeat center;
	float: left;
	text-align: center;
}

#welcome-head
{
	padding: 20px 0;
	font-size: 30px;
}

#welcome-body h1
{
	font-family: "BENGUIAN";
	font-size: 72px;
}

#welcome-tag
{
	font-size: 16px;
	padding: 10px 0;
	color: #777879;
}

div.box
{
	width: 233px;
	height: 325px;
	background: url(../images/box_1.png) no-repeat;
	float: left;
	margin-right: 22px;
}

div.box h1
{
	padding: 15px 15px;
	color: #2A3D8C;
	font-size: 22px;
}

div.box p
{
	padding: 10px 15px 0 15px;
	text-align: justify;
	line-height: 1.9em;
	font-size: 14px;
	color: #2A3D8C;
}

div.box p a
{
	color: #60B63F;
}

div.box ul
{
	list-style-type: none;
	padding: 10px 0;
}

div.box li
{
}

div.box ul a
{
	text-decoration: none;
	color: #2A3D8C;
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	text-shadow: 2px 2px #fff;
}

div.box ul a:hover
{
	color: #60B63F;
}

div.box .text
{
	padding: 2px;
	margin: 5px 0 10px 0;
	width: 190px;
	font-size: 12px;
	font-family: "Futuran";
	color: #2A3D8C;
}

div.box .textarea
{
	height: 50px;
}

div.box .submit
{
	margin: 10px 5px;
	background: url(../images/submit_button.png);
	width: 67px;
	height: 22px;
	border: none;
}

div.box .reset
{
	margin: 10px 5px;
	background: url(../images/reset_button.png);
	width: 67px;
	height: 22px;
	border: none;
}

#portfolio
{
	width: 984px;
	height: 232px;
	background: url(../images/box_2.png) no-repeat;
	margin: 20px auto;
}

#portfolio h1
{
	padding: 15px 15px;
	color: #2A3D8C;
	font-size: 22px;
}

#portfolio img
{
	margin: 0 20px;
}

#footer
{
	margin-top: 10px;
	padding: 0 0 0 7px;
	height: 104px;
	color: #fff;
	background: url(../images/footer-bg.jpg) repeat-x;
	font-size: 11px;
}

#footer a
{
	text-decoration: none;
	color: #fff;
	padding: 0 7px;
}

#footer a:hover
{
	text-decoration: underline;
}

#footerleft
{
	float: left;
	width: 650px;
}

#footerleft ul
{
	float: left;
	list-style-type: none;
	width: 150px;
	margin-top: 7px;
}

#footerleft ul li
{
	padding: 2px 0;
}

#footerright
{
	float: right;
	width: 305px;
	text-align: left;
	padding: 10px 10px 10px 0;
	background: url(../images/crystals.png) top right no-repeat;
	font-size: 13px;
}

#footerright p
{
	font-size: 16px;
	float: left;
}

#footerright img
{
	float: left;
	padding: 0 5px;
}