html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*end css reset*/
body
{
	font-family: Arial, Helvetica, sans-serif;
}
#div_main_container
{
	width: 871px;
	height:650px;
	background-image:url('../fix_image/bg.png');
	margin:auto;
}
#div_menu_holder
{
	width:430px;
	height:30px;
	margin:117px 0 0 65px;
	float:left;
}
#div_menu_holder > div
{
	color:#A6A8AB;
	font-size: 20px;
	float:left;
	margin-left:42px;
	cursor: pointer;
	margin-top:10px;
}
#home_btn
{
	margin-left: 0px !important;
}
.selected
{
	color:#326834 !important;
}
#text_holder
{
	float:left;
	width:728px;
	margin-top:52px;
	margin-left:64px;
	font-size: 14px;
	font-weight: 700;

}
#vision_txt, #mission_txt, #contact_txt
{
	display: none;
}
#contact_txt{
	line-height: 1.5em;
}
#div_sm_holder
{
	float:left;
	width: 170px;
	height:33px;
	overflow: hidden;
	margin:43px 0 0 62px;
}
#fb, #tw, #yt
{
	float:left;
	cursor: pointer;
}
#fb
{
	width:34px;
	height:33px;
	background-image: url('../fix_image/fb_btn.png');
}
#tw
{
	width: 34px;
	height: 33px;
	background-image: url('../fix_image/tw_btn.png');
	margin-left:10px;
}
#yt
{
	width: 82px;
	height:33px;
	background-image: url('../fix_image/yt_btn.png');
	margin-left:10px;

}
#div_sign_holder
{
	width: 450px;
	height:61px;
	float:left;
	margin:237px 0 0 106px;
	overflow: hidden;
}
#div_eng_sign
{
	width: 202px;
	height: 61px;
	background: url('../fix_image/sign_btn.png');
	float:left;
	cursor: pointer;
}
#div_ar_sign
{
	width: 202px;
	height: 61px;
	background: url('../fix_image/ar_sign_btn.png');
	float:left;
	margin-left:40px;
	cursor: pointer;
}
