﻿body 
{
	margin:0px;
	font:normal 11px/18px tahoma;
	background:#fff url(images/bg.gif) top left repeat-x;

}
a
{
	color:#397092;
	font-family:Tahoma;
}
#header
{

	margin:0px auto;
	height:90px;
	width:1000px;
	
}

#headerseparator
{
	height:0px;
	background-color:#ff9900;
}
.topNav
{
    height:20px;
    margin:5px 0px 8px 30px;
   
    }
#mainwrapper
{
	width:1000px;
	margin:0px auto;
}
#main
{
	color: #666666;
	background:#fff url(images/homeImage.jpg) top center no-repeat;
	padding:30px;
	padding-top:200px;
	margin:0px auto;
	border:solid 1px white;
	    
	
}
#title
{
	margin-left: 30px;
	padding-top:20px;
	font-weight: bold;
	font-size: 2.5em;
	color: #FFFFFF;
	font-family: Tahoma,Helvetica;
}
#title a
{
	color: #FFFFFF;
	text-decoration:none;
}
#subtitle
{
	margin-top: 0px;
	margin-left: 100px;
	color: #c5c5c5;
	font-size: 1.3em;
	font-family: Tahoma,Helvetica;


}
#loginbox
{
	padding:40px;
}
#loginboxwrapper
{
	background:url(images/login.png);
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:0px;
	height:225px;
	width:240px;
}
#leftbox
{
	float:left;
	margin:15px;
}
th
{
    vertical-align:top;
}
td
{
    vertical-align:top;
}
h1
{
	display:none;
	color: #666666;
	font-size: 1em;
	font-family: Tahoma;
	margin-bottom: 3px;
	border-bottom: solid 1px gainsboro;
	padding: 2px;
}

h2 {
	color: #259ce8;
	font-size: 1.25em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h3 {
	color: #996600;
	font-size: 1.0em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}


img { border: 0px; }
hr { color: #ccc; height: 1px; }
table { font-size: 100%; }
.codeblock 
{
	color: #73880A; 
	font: 100% "Courier New", Courier, monospace; 
	padding:20px;
	margin:20px;
	border-left:1px solid #666666; 
}
form { margin: 0px; padding: 0px; }
input, select 
{
    font-size: 9pt;
    font-family: 'Lucida Sans';
    border:1px solid #c5c5c5;
    
    }
textarea
{
    font-size: 9pt;
    font-family: 'Lucida Sans';
    border:1px solid #c5c5c5;
}


#footer {
	
	display:block;
	background:url(images/footer.gif) no-repeat center top;
	clear:both;
	height:60px;
	bottom:0;
	margin-top:30px;
}

.pagesummary
{
	font-size: 0.9em;
	color: #000000;
	bottom: 0;
	font-style: italic;
	font-family: arial;
	margin-bottom:15px;
}

.lastupdated
{
	font-size: 0.8em;
	color: dimgray;
	padding-top: 1em;
	bottom: 0;
	border-top: 1px solid whitesmoke;
	margin-top: 20px;
	font-style: italic;
	font-family: arial;
	font-weight: bold;
}
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.headlinks
{
    /*display:none;*/
	color:gray;
	font-size:11px;
	
}


/* Amriar styles */
/* home page table content */
.homePageContent {font:normal 11px/18px Tahoma; width:765px; float:left;}
.homePageContent td{padding-right:15px;width:33%;}

.homePageContent h1, .homeNews h1, .contTemp h1
{
    display:block;
    border:none;
    font:normal 18px Verdana;
    color:#ff7800; 
    padding-bottom:4px;
    }
    
.homePageContent h2, .homeNews h2
{
    font:bold 11px Tahoma;
    padding:0px;
    margin:10px 0px;
    }

.homePageContent ul
{
        padding:0px; padding-top:10px;
        margin:0px;
        margin-left:14px;
        list-style-type:square;
        
    }
    
.homePageContent ul li
{
    padding:3px 0px;
    
    }
.homePageContent ul li a,.homePageContent ul li a:visited
    {font:normal 11px Tahoma;
    text-decoration:none;
    color:#666666;}
    .homePageContent ul li a:hover
    {
        color:Orange;
        }
    
.homePageContent .img01, .homePageContent .img02,.homePageContent .img03{height:82px;  background: center left no-repeat;}

.homePageContent .img01{background-image:url(images/home_aboutUs.jpg);}
.homePageContent .img02{background-image:url(images/home_industries.jpg);}
.homePageContent .img03{background-image:url(images/home_services.jpg);}

/* home news table */

.homeNews{ float:right; width:170px;}
.homeNews .content
{
    background:url(images/News_bg.gif) top center;
    background-repeat:no-repeat;
    padding:10px;
    height:297px;
    }
    
.homeNews .content p
{
    font:normal 11px/18px Tahoma;
    color:#666666;
    padding:0px;
    padding-bottom:8px;
    margin:0px;
    border-bottom:solid 1px #eaeaea;
    }
    
    
/* contetn template styles */
.contTemp {}
.contTemp h1{border-bottom:solid 1px #eaeaea; margin-bottom:15px; padding-bottom:5px;}
