/* CSS Document */


#main
{
  width:780px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
}


/* main Buttons */
.button_css {	
	color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 600; 
	line-height: 2.5em; 
	background-color: #6A2C6B;
	text-align: center;
	text-decoration: none;
}
.button_css a{	
	color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 600;
	text-decoration: none;
}
.button_css:hover  {	
	text-decoration: none;
	background-color: #A6628E;
}
.button_css a:hover  {
	text-decoration: none;
	background-color: #A6628E;
}

/* top row, right column text*/
.topRight_css {
	color: #330066;	
	text-decoration:  none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.83em;
	background-color: #FFFFFF;
	text-align:	 right;
	margin-right: 40px;
	margin-top: 40px;
/*	font-weight: bold; */
}

/* footer */
.footer_css {
	color: #330066;	
	text-decoration:  none;
/*	font-size: small; */
	font-size: 0.7em;
	background-color: #FFFFFF;
	text-align:	 center ;
	font-family: Arial, Helvetica, sans-serif;
}

/* email */
.footerEmail_css {
	color: #330066;
	text-decoration:  none;
	font-family: Arial, Helvetica, sans-serif;
}
.footerEmail_css:hover {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* child pages title */
.lumitecTitle {
	font-weight:bold;
	font-size: 1.8em;
	color: #330066;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center
}

/* child pages body */
.lumitecBody {
	/*font-size: 1.0em;*/
	font-size: small;
	color: #330066;
	text-decoration:  none;
	font-family: Arial, Helvetica, sans-serif;
}

/* kag font */
.kagFont {
	/*font-size: 1.0em;*/
	font-size: x-large;
	font-weight:bold;
	/*color: #330066;*/
	color: #000000;
	text-decoration:  none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

/* table of customers */
.customersTable {
	background: #cccccc;
	border: thin solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;

}

/* main lumitec top logo */
.floatleft {
	float:left
}
/* top sitemap */
.floatright {
	float:right
}

/* laguages */
.languages {
	color: #999999;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.languages:hover  {	
	font-weight: bolder;
	font-size: small;

}

/* site map */
ul.sitemap {
	background-color:#CCCCCC;
	font-size:small;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}
li.sitemapV {
	list-style-image:url(../images/sitemapVerticalBar.PNG)
}
li.sitemapH {
	list-style-image:url(../images/sitemapHorizBar.PNG);
	list-style-position:inside;
}

.comingSoon {
font-family:Arial, Helvetica, sans-serif;
font-size:40px;
letter-spacing:3px;
text-align:center;
color:#999999;
}

.mail {
	width:35%;
	text-align:right;
}



















/* partner */
#product_body {
    clear: both;
}

#product_body a {
    color:#1a5397;
}

#product_body a:link {
    color:#1a5397;
}

#product_body a:visited {
    color:#1a5397;
}
#product_body a:hover {
    color:#6699CC;
}
#product_body p {
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    margin-bottom: 25px;
}

#product_detail {
    width: 490px;
    float: left;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    clear: left;
    margin-bottom: 10px;
}

#product_detail img {
    border: none;
    margin: 10px 0;
}

#product_detail h1 {
    width: 345px;
    float: left;
    font-weight: bold;
    font-size: 18px;
    font-family: Verdana, Tahoma, Arial;
    margin-bottom: 10px;
    color: #6C90C0;
}

#product_detail #non_product_h1 {
    width: 490px;
}


#product_detail p {
    margin-bottom: 10px;
}

.small_cell {
    width: 80px;
    vertical-align: top;
}

.partner {
    margin-bottom: 25px;
    border-bottom: 1px solid #cacaca;
}





