/***************************************************************************************
**** GLOBAL STYLES
***************************************************************************************/
body {margin:0;padding:0;}

body,div,td,tr,th,span,input,select,textarea,submit
{
	font-family : Verdana;
	font-size:11px;
}

a{text-decoration:none;}
a:hover{text-decoration:none;}
a:visited{text-decoration:none;}


/***************************************************************************************
**** CONTENT LAYOUT
***************************************************************************************/
.container
{
  text-align:center;
  margin:20px auto;
  width:955px;
  border:solid blue 0px;
}

.container h1
{
  font-family : Century Gothic;
  font-weight:normal;
}

.container  #logo
{
  padding-top:40px;
  width:500px;
}

/***************************************************************************************
**** COVER IMAGES LAYOUT
***************************************************************************************/
.cover
{
  padding-right:0px;
}

.cover_img
{
  margin-right:0px;
  float:left;
}

/***************************************************************************************
**** PAGE HEADER LAYOUT 
***************************************************************************************/

.header
{
  padding:0;
  padding-bottom:0px;
  margin:0;
  text-align:center;
  height:100px;
  background:#FFC420; /*FFC420;;*/ /*#003366;*/
}

.header a
{
text-decoration:none;
float:left;
background:White;
}

.header img
{
  padding:0;
  margin:0;
  float:left;
  border:0px;
}

.header_txt
{
  font-family : Century Gothic;
  color:#FECB00;
  font-family:Verdana;
  font-size:14pt;
  font-weight:bold;
  padding-top:15px;
}

#header_phone
{
  padding-top:1.5em;
  vertical-align:bottom;
}

#header_logo
{

}

/***************************************************************************************
****LEFT MENU LAYOUT
***************************************************************************************/

.left_menu
{
  float:left;
  width:314px;
}

.left_item
{
  background:Blue;
}

/***************************************************************************************
**** PAGE CONTENT
***************************************************************************************/

.content
{
	width:635px;
	float:right;
}

/***************************************************************************************
**** PAGE FOOTER LAYOUT 
***************************************************************************************/
.footer
{
	background:#003366;
	text-align:left;
	padding-left:10px;
	height:95px;
	font-family:Verdana;
}

#footer_phone
{
  vertical-align:middle;
}

.footer img
{
  padding-top:22.5px;
  float:right;
  width: 300px;
}

.footer a 
{
	text-decoration:none;
	color:#FECB00;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	float:left;
	padding-top:75px;
}
/***************************************************************************************
**** HOME
***************************************************************************************/
#home
{

}

/***************************************************************************************
**** SELLING - COMPANY PROFILE
***************************************************************************************/
.page_text
{
  margin-left:2em;
  margin-right:2em;
  margin-top:6em;
}
.page_text p
{
	text-align:justify;
	color:#003366;
	font-size:9.5pt;  
	line-height:17pt;
}
/***************************************************************************************
**** CONTACT
***************************************************************************************/

#contact
{
  margin-left:2em;
  margin-right:2em;
  padding-top:8.5em;
}

#contact td
{
text-align:left;
color:#003366;
font-size:9.5pt;  
line-height:14pt;
vertical-align:top;
}
/***************************************************************************************
**** LINE SPACE
***************************************************************************************/
.line_space
{
  border:solid #003366 5px;
  background:#FECB00;
  height:3px;
}

/***************************************************************************************
**** STAFF
***************************************************************************************/
#staff_link
{
  position:relative;
  top:38em;
  left:-2em;
  float:right;
}

#staff_link img
{
	width:86px;
	height:78px;
}

#staff_profile
{
font-family : Century Gothic;
   color:#003366;
   padding-top:7px;
}

#staff_profile img
{
  float:left;
  width:80px;
  height:100px;
  padding-right:20px;
}



