@charset "UTF-8";

/* CSS Document */

a:link {color: #03F; text-decoration: none;}
a:visited {color: #03F; text-decoration: none;}
a:hover {color: #03F; text-decoration: none; padding-bottom: 1px; border-bottom: 1px dashed #03F;}
a:active {color: #03F; text-decoration: none;}

body {
	width: 800px;
	margin: 20px auto;
	font: 90%/150% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	background: #2F5578 url(../images/body-bg.gif) top left repeat-x fixed;
}


span, p, a, h1, h2, h3, h4, th, td, dt, dd, ol, ul {
	direction:rtl;
}

th, td {text-align: center;}

h1, h2, h3, h4 {font-family: Arial, Helvetica, sans-serif;}

h1 {	font-size: 200%;}
h2 {font-size: 160%;}
h3 {font-size: 140%;}
h4 {font-size: 120%;}

#Banner {
	height: 150px;
	margin-bottom: 15px;
	background: url(../images/persian-banner.gif) no-repeat;
}

#menu {
	height: 40px;
	margin: 10px auto;
}

.MenuButton {
	width: 200px;
	height: 24px;
	padding: 8px 0;
	float: right;
	text-align: center;
	background: url(../images/menu-bg.gif) no-repeat;

}
.MenuButton:hover {background: url(../images/menu-bg-rollover.gif) no-repeat;}
.MenuButton a:link {color: #FFF;}
.MenuButton a:visited {color: #FFF;}
.MenuButton a:hover {color: aqua; border-bottom: none;}
.MenuButton a:active {color: #FFF;}

#MainPagePhotos {
	width: 500px;
	height: 375px;
	margin: 10px auto 20px;
	background: url(../images/main-page-photos.gif) no-repeat;
}

#CollaborationsPhotos {
	width: 500px;
	height: 625px;
	margin: 10px auto 20px;
	background: url(../images/collaborations-photos.gif) no-repeat;
}

/* Sidebars */

#Sidebar {
	width: 195px;
	float: right;
	line-height: 100%;
	margin-bottom: 20px;
}

#SidebarTop {
	width: 179px;
	min-height: 455px;
	padding: 10px 8px 5px;
	color: #FFF;
	background: url(../images/sidebar-top-bg.gif) no-repeat;
}
#SidebarTop a:link {color: #94DAFC;}
#SidebarTop a:visited {color: #94DAFC;}
#SidebarTop a:hover {color: #94DAFC; text-decoration: none; padding-bottom: 2px; border-bottom: 1px dashed #94DAFC;}
#SidebarTop a:active {color: #94DAFC;}

#SidebarBottom {
	height: 10px;
	background: url(../images/sidebar-bottom-bg.gif) no-repeat;
}

/* Contents */

#Content {
	float: left;
	width: 595px;
	height: 100%;
	margin-bottom: 20px;
}

#ContentTop {
	height: 10px;
	background: url(../images/persian-content-top-bg.gif) no-repeat;
}

#ContentBody {
	width: 565px;
	min-height: 440px;
	padding: 10px 15px;
	background: #FFF url(../images/persian-content-bg.gif) no-repeat;
}

#ContentBottom {
	height: 10px;
	background: url(../images/persian-content-bottom-bg.gif) no-repeat;
}

#ProductsContent {
	width: 800px;
	min-height: 765px;
	background: url(../images/products-bg.gif) no-repeat;
}

#ProductsBody {
	padding: 20px 215px 20px 15px;
}

#ProductsBody #naft {
	padding-top: 50px;
	margin-bottom: 30px;
	background: url(../images/products-naft-bg.gif) top right no-repeat;
}

#ProductsBody #grees {
	padding-top: 50px;
	margin-bottom: 30px;
	background: url(../images/products-grees-bg.gif) top right no-repeat;
}

#ProductsBody #daryayi {
	padding-top: 50px;
	margin-bottom: 30px;
	background: url(../images/products-daryayi-bg.gif) top right no-repeat;
}

#ProductsBody h1, h2 {text-align: center;}

#ProductsContent li { margin-bottom: 5px;}

#ProductsBottom {
	height: 10px;
	margin-bottom: 20px;
	background: url(../images/products-bottom-bg.gif) no-repeat;
}

#Vista110Title {
	width: 500px;
	height: 250px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(../images/Vista-110-1.gif) no-repeat;
}

#Vista110BottomPics {
	width: 500px;
	height: 200px;
	margin: 30px auto 0;
	background: url(../images/Vista-110-2.gif) no-repeat;
}

#footnote {
	clear: both;
	width: 800px;
	direction: rtl;
}

#footnote a:link {font-family:Verdana, Arial, Helvetica, sans-serif; color: yellow; text-decoration: none;}
#footnote a:visited {font-family:Verdana, Arial, Helvetica, sans-serif; color: yellow; text-decoration: none;}
#footnote a:hover {font-family:Verdana, Arial, Helvetica, sans-serif; color: yellow; text-decoration: none; padding-bottom: 1px; border-bottom: 1px dashed yellow;}
#footnote a:active {font-family:Verdana, Arial, Helvetica, sans-serif; color: yellow; text-decoration: none;}


#FootnoteTop {
	background: url(../images/footnote-top-bg.gif) top left no-repeat;
	font-size: 80%;
	text-align: center;
	color: #FFF;
	padding-top: 8px;
}

#FootnoteBottom {
	height: 10px;
	background: url(../images/footnote-bottom-bg.gif) no-repeat;
}

.en {
	font-family: Verdana, Geneva, sans-serif;
	direction: ltr;
	text-align: left;
}

.en span, .en p, .en a, .en h1, .en h2, .en h3, .en h4, .en th, .en td, .en dt, .en dd, .en ol, .en ul {direction: ltr;}

.EnTable th, .EnTable td, .en {direction: ltr;}

sub, sup {font-size: smaller;}

