/* --- Common Selectors --- */

*
{
    margin: 0;
    padding: 0;
}
body
{
    padding: 0;
    margin: 0;
    font: 76% tahoma, verdana, sans-serif;
    background: #e0e0e0;
    color: #303030;
}
h1
{
    margin: 0 0 20px 0;
    font-size: 2.1em;
    font-weight: normal;
}

h2
{
    margin: 0 0 20px 0;
    font-size: 1.6em;
    font-weight: normal;
}

h3
{
    /* margin: 20px 0 10px 0; */
    font-size: 1.4em;
    font-weight: normal;
}

p
{
    margin: 0 0 15px 0;
    line-height: 1.5em;
    text-align: left;
}

/* --- Wrapper Element --- */

#idwrapper
{
    margin: 0 auto 15px auto;
    width: 760px;
    padding: 5px 20px 20px 20px;
    background: #ffffff;
}
/* --- Logo --- */

#idlogo
{
    margin: 15px 0 20px 0;
    /*background: url(images/logo.png) no-repeat 0 0;
    height: 42px;
    width: 223px;*/
        background: url(images/strlogo.png) no-repeat 0 0;
    height: 60px;
    width: 150px;
}

#idlogo h1 a
{
    color: #303030;
}

#idlogo h1 a:hover
{
    text-decoration: none;
}

/* --- Content Elements --- */

#idcontent
{
    clear: both;
    margin: 5px 0 20px 0;
    padding: 0;
}
#idcontent h3
{
    margin: 0;
    padding: 20px 0 7px 0;
}
#idcontent p
{
    margin: 0;
    padding: 5px 0 7px 0;
}
#idcontent ul
{
    list-style: none;
}
#idcontent ul li
{
    line-height: 1.5em;
    background: url(Images/listbullet.gif) no-repeat 0 5px;
    padding: 0 0 0 12px;
    margin: 0 0 0 24px;
}
#iddesc
{
    vertical-align: top;
    height: 200px;
    width: 760px;
    color: #fff;
    padding: 0;
    margin: 0;
    clear: both;
}

#iddesc p
{
    width: 290px;
    font-size: 1em;
    line-height: 1.3em;
    padding: 0 0 0 15px;
}

#iddesc h2
{
    width: 290px;
    padding: 18px 15px 0 15px;
    line-height: 1.25em;
    color: #fff;
}

#iddesc a
{
    color: #fff;
    text-decoration: underline;
}

.home 
{
    background: #505050 url(images/mainart-stars.png) top left no-repeat;
    height: 200px;
}
.about 
{
    background: #505050 url(images/mainart-dome.png) top left no-repeat;
    height: 200px;
}
.contact 
{
    background: #505050 url(images/mainart-phone3.png) top left no-repeat;
    height: 200px;
}
.services
{
    background: #505050 url(images/mainart-machine.png) top left no-repeat;
    height: 200px;
    
}
.job 
{
    background: #505050 url(images/mainart-people.png) top left no-repeat;
    height: 200px;
    
}
.links 
{
    background: #505050 url(images/mainart-lines.png) top left no-repeat;
    height: 200px;
    
}
.login 
{
    background: #505050 url(images/mainart-binary.png) top left no-repeat;
    height: 200px;
    
}

/* --- Navigation Elements --- */

#idtoptabs
{
    margin: 10px auto -13px auto;
    font-size: 0.8em;
    width: 760px;
}
#idtoptabs p
{
    text-align: right;
    color: #808080;
}
.toptab
{
    padding: 3px 5px 3px 5px;
    margin: 0 0 0 4px;
    text-decoration: none;
    background: #f0f0f0 url(images/corner2.gif) top right no-repeat;
    color: #808080;
    border-bottom: 1px solid #e0e0e0;
}
.toptab:hover
{
    background: #fafafa url(images/corner2.gif) top right no-repeat;
    border-bottom: 1px solid #eaeaea;
    color: #505050;
    text-decoration: none;
}
.activetoptab
{
    padding: 3px 5px 3px 5px;
    margin: 0 0 0 4px;
    color: #505050;
    text-decoration: none;
    background: #fff url(images/corner2.gif) top right no-repeat;
    border-bottom: 1px solid #ffffff;
}
.activetoptab:hover
{
    text-decoration: none;
    color: #fff;
}

#idnavitabs
{
    clear: both;
    margin: 0;
    padding: 0;
}

.navitab
{
    padding: 4px 8px 4px 8px;
    margin: 0 0 4px 0;
    text-decoration: none;
    letter-spacing: 1px;
    background: #e0e0e0 url(images/corner.gif) top right no-repeat;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

.navitab:hover
{
    text-decoration: none;
    background: #d0d0d0 url(images/corner.gif) top right no-repeat;
}

.activenavitab, .activenavitab:active
{
    padding: 4px 8px 5px 8px;
    color: #fff !important;
    margin: 0 0 5px 0;
    text-decoration: none;
    letter-spacing: 1px;
    background: #505050 url(images/corner.gif) top right no-repeat;
}
.activenavitab:hover
{
    text-decoration: none;
}

/* --- Sub - navigation Elements --- */

#idsub {
    clear: both;
    margin: 5px 0 -4px 0;
	width: 760px;
	height: 26px;
	background-color: #505050;
}
ul#idsubnav {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}
ul#idsubnav li {
	float: left;
	width: auto;
	font-size: 11px;
	padding: 0 18px;
	margin: 0;
	letter-spacing: .08em;
	color: #fff !important;
	border-right: 1px #777 solid;
}
ul#idsubnav li.a {
    padding: 10px;
	display: block;
	width: 120px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.subnavelement a
{
    color: #fff !important;  
}
    
/* --- Related Links Elements --- */

#relateditems
{
    float: right;
}
#relateditems .documents
{
    float: left;
}
#relateditems .links
{
    float: left;
}
#relateditems h4
{
    font-size: 10px;
    font-weight: bold;
    color: #555;
    margin: 0;
    padding: 0 24px 5px 12px;
}
#relateditems .panel
{
    font-size: 9px;
    margin: 0;
    padding: 2px 24px 5px 42px;
    background: url(Images/sidenavsub.gif) no-repeat 8px 0;
}

/* --- Page Rows --- */

.divrow1
{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.divrow2
{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.divrow3
{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.divrow4
{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* --- Anchor Elements --- */

a:link, a:visited
{
    color: #286ea0;
    text-decoration: none;
}
a:hover, a:active
{
    text-decoration: underline;
}

/* --- Footer Elements --- */

#idfooter
{
    clear: both;
    background: #fafafa;
    color: #808080;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
}
#idfooter .footer
{
    margin: 0px;
    padding: 0px;
}
#idfooter a
{
    color: #808080;
}

/* --- Hacks --- */

.clear
{
    clear: both;
}
.hide
{
    display: none;
}

/* Hide from IE5/Mac \*/
#html p
{
    height: 1%;
    margin-left: 0;
}
/* End hide from IE5/Mac */

/* Hide from IE5/Mac \*/
#footer
{
    height: 1%;
}
/* End hide from IE5/Mac */

/* Hide from IE5/Mac \*/
* html #footer
{
    height: 1%;
}
/* End hide from IE5/Mac */

/* --- Additional Elements --- */

.block
{
    background: #f0f0f0;
    padding: 15px 15px 3px 15px;
}

#sidebar
{
    width: 140px;
    float: right;
}

#sidebar p
{
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 0 0 12px 0;
}

.sidelink
{
    text-align: left;
    display: block;
    width: 120px;
    background: #f0f0f0 url(images/corner.gif) top right no-repeat;
    padding: 3px 4px 3px 8px;
    margin: 5px 10px 5px 0;
}

.sidelink:hover
{
    background: #e0e0e0 url(images/corner.gif) top right no-repeat;
    text-decoration: none;
}
.right
{
    text-align: right;
}

a img
{
    border: 0;
}

.photo
{
    padding: 5px;
    display: block;
    margin: 0 auto 15px auto;
    background-color: #f0f0f0;
}
hr 
{
    border: 0;
    width: 100%;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
}