/* naming should be all lower cases */

/*____________________________________________________________________
    - GENERAL LAYOUT                                                */
body
{
    margin: 0;
    padding: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.75em;
	color:#62646f;
}

div
{
	border: 0px solid black;
}


#wrapper
{
	width: 955px;
	margin: 0 auto;
}

#top
{
	padding: 10px 0px;
}

#topmenu
{
	float: right;
	width: 150px;
	height: 81px;	
}

#topmenu img
{
	padding: 8px 0px;
}

#mainmenu
{
	text-align: right;
	background: url(../imgs/bg-menu.jpg) no-repeat top left;
}



/*___________________________________________________________________
    - FOOTER SECTION                                               */

#footer 
{
	color:#888a96;	
	font-size: 0.95em;
	border-top:#cccccc 1px solid;	
	margin-top: 15px;	
}
	
.foot-title {color:#000; font-size:1.4em;}


#footer a, #footer a:visited {color:#62646f;}
#footer a:hover {color:#000;}

#bottommenu
{
	padding-top: 10px;	
	font-size: 0.95em;
}

#bottommenu ul
{
	padding: 0;
	margin: 0;
}

#bottommenu li
{
	float: left;
	width: 150px;
	list-style-image: none;
	list-style-type: none; 
	padding: 3px 0px;
	margin: 0;	
	border: 0px solid;
}

#bottommenu li a
{
	text-decoration: none;
}

#menucorporate
{
	float: left;
	width: 315px;
	height: 75px;	
}

#menuaerospace
{
	float: left;
	width: 315px;
	height: 110px;	
}

#menutelecom
{
	float: right;
	width: 315px;
	height: 110px;	
	
}

#bottomfooter
{
	text-align: center;
	padding: 30px 0px 10px 0px;	
}

/*____________________________________________________________________
    - HOME PAGE SECTION                                                     */

#main
{
	padding-top: 10px;
	
}

#aerospace
{
	width: 457px;	
	height: 254px;
	background: url(../imgs/aerospace-bg.jpg) no-repeat top;
	float: left;
	border: 0px solid #000;
	padding: 7px;	
	color: #000;
	font-size: 0.95em;
}
#aerospace ul
{
	padding-left: 20px;
}

#spectrum
{
	width: 457px;	
	height: 254px;
	background: url(../imgs/spectrum-bg.jpg) no-repeat top;
	float: right;
	padding: 7px;
	color: #000;
	font-size: 0.95em;
}

#spectrum ul
{
	padding-left: 20px;
}

#spectrum ul li
{
	width: 218px;
	float: left;
}

#content
{
	padding-top: 10px;
}

#homecontent
{
	float: left;	
	width: 645px;
	padding-right: 20px;
	text-align: justify;	
}

#homecontent h1
{
	text-align: left; 
}

/*____________________________________________________________________
    - CERTIFIED SECTION                                                     */

#certified
{
	background: url(../imgs/cert-bg.jpg) no-repeat top;
	height: 105px;
	padding: 0px 10px 0px 15px;
	margin-bottom: 10px;
	position: relative;	
}



#certified div
{
	float: left;	
	width: 545px;	
	border: 0px solid;
	text-align: justify;
	color: #000;	
	margin-left: 245px;
	padding: 12px 0;
}

#certified div p
{
	margin: 0;
	padding: 0;
}

.CertifiedImage
{		
	position: absolute;
	left: 15px;
	bottom: 15px;	
	float: left;
}

.CertifiedLogo
{
	float: left;
	padding-left: 10px;
	padding-top: 22px;
}



/*____________________________________________________________________
    - HTML TAGS                                                     */
h1, h2, h3 {color:#000; font-weight:normal; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}

h1 {font-size:1.4em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}

a, a:visited {color:#000;}
a:hover {color:#a30008;}

ul { list-style-image:url(../imgs/bullet.gif); }

.textbox {
    border:#cccccc 1px solid; 
    background-color:#f2f2f2;
    padding:2px 0 2px 3px;
    color:#888888;
}

.dropdown {
    border:#cccccc 1px solid; 
    background-color:#f2f2f2;    
    color:#888888;
}

.button {
	border:#2c2c31 1px solid;
	background:url(../imgs/bg-btn.jpg) center repeat-x;
	color:#fff;
	font-weight:normal;
}

b, strong {color:#000;}

/*____________________________________________________________________
    - CONTACT US                                         */

.GoogleMapDiv
{
	float: left;
	margin: 15px 20px 10px 10px;
}

/*____________________________________________________________________
    - Customer and Partners                                         */
.CustomerTable a
{	
	text-decoration: none;
	color: #b30000;
	margin-top: 0.5em;
	font-weight: bold;
}

.CustomerTable ul
{
	margin: 0 0 12px 0;
}




