@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(../images/bg-2.gif);
	background-repeat: repeat;
}
.doc {
	direction: ltr;
	margin: 0 auto;
	width: 80em;
	text-align: left;
}
 /* Header Start ... */
.header {
	background-image: url(../images/pars-ethylene-kish-banner-bg.jpg);
	background-repeat: repeat-x;
}
.banner {
	clear: right;
	float: left;
	margin-left: 1.5em;
}
.telephone {
	color: #999;
	float: right;
	text-align: right;
	background-image: url(../images/pars-ethylene-kish-telephone-icon.jpg);
	background-repeat: no-repeat;
	background-position: Center;
	height: 76px;
}
.telephone ul {
	list-style-type: none;
	font-size: .9em;
	padding-right: 1.5em;
	letter-spacing: .12em;
}
.telephone ul li {
	margin-left: 1.8em;
	margin-top: .4em;
}
.marquee {
	height: 1.8em;
	background-color:#3A3947;
}
.marquee p {
	margin: 0.3em;
	color: rgb(255,102,0);
}
.menu {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu ul li {
	background-image: url(../images/menu-divider.jpg);
	background-position:left;
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	display: block;
	color: #666;
}
.menu ul li a:link, .menu ul li a:visited{
	color: #FFF;
	display: block;
	height: 100%;
	text-decoration: none;
}
.menu ul li a:hover {
	color:#F60;
}
.menu ul li span {
	display: block;
	padding-top: .8em;
	padding-right: 1.5em;
	padding-left: 1.5em;
}
.path span {
	padding-right: 1.5em;
}
.path {
	background-color: #FFF;
	height: 1.2em;
	padding-top: 0.8em;
	padding-left: 1px;
}
.path a, .path a:active, .path a:visited {
	text-decoration: none;
	color: #333;
}
 .path a:hover {
	text-decoration: underline;
	padding-left: 1cm;
 }
/* ... Header Over */
/* Content Start ... */
.content {
	background-color: #FFF;
	padding: 0.8em;
	text-align: justify;
	padding-top: 0px;
	font-size: 12px;
}
.content h1 {
	color: #F60;
	font-size: 1.7em;
}
.content h2 {
	color: #F60;
	font-size: 1.6em;
}
.content h3 {
	color: #F60;
	font-size: 1.2em;
	text-align: left;
}
.content h4 {
	color: #F93;
	font-size: 1.1em;
}
.content h5 {
	color:#F63;
	font-size: 1.2em;
	padding-bottom: 0px;
	padding-left: 3px;
}
.content h6 {
	color:#09f;
	font-size: 1.1em;
}
.content img {
	border: solid 1px #E6E6E6;
	padding: 4px;
}
.inside-list {
	list-style-type: none;
}
.inside-list ul li{
	list-style-type: none;
	padding-right: 2em;
}
.inside-list ul li li{
	list-style-type: square;
	margin: 0;
	padding: 0;
}
.content a, .content a:active, .content a:visited {
	color: #333;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #F60;
}
/* ... Content Over */
/* Footer Start ... */
.footer {
	color: #FFF;
}
.links {
}
.copyright {
	text-align: center;
	font-size: x-small;
	color: #CCC;
}
.doc .content p strong {
	color: #000;
}
.doc .content .content strong abc {
	font-size: 9px;
}
.footertittr {
	font-size: 9px;
	color: #F60;
	text-decoration: underline;
	direction: ltr;
}
