@charset "utf-8";
body {
	background-color: #FFFFFF;
	line-height: 130%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	color: #2a3d49;
}
.flipV {
	filter: FlipV;
}
.flipH {
	filter: FlipH;
	width: 10px;
}
.repeatedVerLine {
	background-image: url(Images/Common/verLine.gif);
	background-repeat: repeat-x;
}
.repeatedHorLine {
	background-image: url(Images/Common/horLine.gif);
	background-repeat: repeat-y;
}
.BackGroundColorWhite {
	background-color: #FFFFFF;
}
.menuBottom {
	background-image: url(Images/Common/menuBottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.menuBottomLine {
	background-image: url(Images/Common/menuBottomLine.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 1px;	
}
.repeatedVerLine1pxRight {
	background-image: url(Images/Common/menuBottomLine.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.fontSize16
{
	font-size:16px;
}
.fontSize12
{
	font-size:12px;
}
.fontSize11
{
	font-size:11px;
}
.fontSize10
{
	font-size:10px;
}
.fontSize9
{
	font-size:9px;
}
.fontColorDarkRed
{
	color: #96381f;
}
.fontColorDarkBlue
{
	color: #536068;
}
.fontColorDarkGray
{
	color: #666666;
}
.fontColorWhite
{
	color: #FFFFFF;
}
.fontColorGreen
{
	color: #1d9282;
}
.fontColorRed
{
	color: #FF0000;
}
.fontBold {
	font-weight: bold;
}
.fontFarsiDefault
{
	font-family: Tahoma;
}
.lineSpacingMore
{
	line-height: 16px;
}
.lineSpacingSemiMore
{
	line-height: 14px;
}
.lineSpacing {
	line-height: 4px;
}
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}
.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

.PagerNormal {
	font: 9pt Verdana;
	color: #951919;
	border: solid 1px #778899;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
	background-color: #CCCCCC;
}
.PagerCurrent {
	font: 9pt Verdana;
	border: solid 1px #778899;
	padding: 1px 4px 1px 4px;
	background-color: #FFD700;
	direction: ltr;
}
.fontColorGold {
	color: Gold;
}
.linkDecoration {
	text-decoration: none;
}


#header{
	background: url(Images/Menu/new_background.png) repeat-x scroll;
	height:65px;
	position:absolute;
	z-index :100;
	top: 0px;
	left: 0px;
	width: 100%;
}

#header-content{
	margin: 0pt auto;
	width:766px;
	height:54px
}

#header-logo{
	float:left;
	width:300px;
	height:50px;
	margin-left:10px;
	margin-top:2px;
}

#header-navigation{
	float:right;
	width:300px;
	height:50px;
	margin-top:2px;
	text-align:right;
	padding-top:16px;
}

#navigation{
	height:60px;
}

.container{
	margin: 0pt auto;
	width:766px;
	
}

.pri-nav a{
	display:block;
	text-decoration:none;
	text-indent:-30000px;
	margin-top:-32px;
}

#home, #home div, 
#gilsonite, #gilsonite div, 
#specification , #specification div, 
#packship, #packship div, 
#gallery,  #gallery div,
#about,  #about div{
	height:80px;
	position:absolute;
	width:97px;
	float:left;
}

#home, #gilsonite, #specification, #packship, #gallery, #about{
	background-image: url(Images/Menu/nav.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	top:55px;
}

#home{
	background-position: 0px -25px;
	margin-left:10px;
}

#gilsonite{
	background-position: -98px -25px;
	margin-left:109px;
}

#specification{
	background-position: -196px -25px;
	margin-left:208px;
}

#packship{
	background-position: -294px -25px;
	margin-left:307px;
}

#gallery{
	background-position: -392px -25px;
	margin-left:406px;
}

#about{
	background-position: -490px -25px;
	margin-left:505px;
}

#home div, #gilsonite div, #specification div, #packship div, #gallery div, #about div {
	background-image: url(Images/Menu/white.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -60px;
}

.content{
	margin-top:50px;
}

#content-title{
	background: url(Images/common/top_border.gif) repeat-y scroll;
	height:25px;
	position:absolute;
	width:766px;
}
