﻿@charset "utf-8";
/* CSS Document */

/* reset */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* style goes here */
body {
	behavior: url("../css/csshover3.htc"); 
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
#intro_container{
	position:absolute;
	top:50%;
	left:50%;
}
#intro_home {
	position:absolute;
	width: 1000px;
	height: 630px;
	background-image:url(../images/totem_intro.jpg);
	background-repeat:no-repeat;
	margin: auto auto;
	left:-500px;
	top:-315px;

}
#intro_home a{
	color:#9c9191;
	text-decoration:none;
}
#totemText{
	position:absolute;
	margin-left:320px;
	margin-top:225px;
	font-size:14px;
	color:#7e7e7e;
	width:360px;
	height:300px;
	direction:rtl;
	text-align:justify;
	line-height:18px;
}
#totemText h1{
	font-size:15px;
	color:#ccc;
}
#flash1{

}
#flashTotemArch{
	position:absolute;
	width:240px;
	height:450px;
	margin: 0px;
	padding: 0px;
	top:74px;
	left:30px;
}
#flashTotemPresent{
	position:absolute;
	width:240px;
	height:450px;
	margin: 0px;
	padding: 0px;
	top:74px;
	left:730px;
}
#alternative_content{
	width:240px;
	height:450px;
	overflow:hidden;
}
#alternative_content1{
	width:240px;
	height:450px;
	overflow:hidden;
}
#left_arrow{
	width: 205px;
	height: 75px;
	position:absolute;
	top:443px;
	left:290px;
}
#right_arrow{
	width: 205px;
	height: 75px;
	position:absolute;
	top:443px;
	left:510px;
	background-color:#000000;
}
#right_arrow img{
	float:right;
}
#in_left1{
	position:absolute;
	top:0px;
	left:32px;
	color:#cccccc;
	font-size:18px;
	font-weight:bold;
}
#in_left2{
	position:absolute;
	top:35px;
	left:32px;
	color:#9c9191;
	font-size:12px;
	line-height:16px;
}
#in_right1{
	position:absolute;
	top:0px;
	right:32px;
	color:#cccccc;
	font-size:18px;
	font-weight:bold;
	direction:rtl;
}
#in_right2{
	position:absolute;
	top:35px;
	right:32px;
	color:#9c9191;
	font-size:12px;
	line-height:16px;
	direction:rtl;
	width:160px;
}
/*-----------------------------------------------*/
/* footer home */
/*-----------------------------------------------*/

#footer{
	position:absolute;
	top:555px;
	padding-top:5px;
	width:940px;
	overflow:hidden;
	font-size:12px;
	text-align:center;
	direction:rtl;
	color:#666666;
	margin-bottom:25px;
}
#footer a{
	color:#666666;
}
#footer img{
	position:relative;
	top:4px;
}


#footer p{
	padding-top:0px;
	margin-top:0px;
}
