body 
{
	margin:0px;
	padding:0px;
	font-family: Arial, Verdana;
	font-size:100%;
}

TD
{
	font-size:80%;
	line-height: 25px;
}

H1
{
	color:#0279AF;
	font-weight: bold;
	font-size:150%;
}

.maintable 
{
	height:100%;
	width:100%;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	vertical-align:top;
}

A, A:Active, A:Visited, .header TD
{
	color:#0279AF;
	text-decoration:none;
	font-weight:bold;
}

A:Hover
{
	text-decoration: underline;
}



/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' HEADER
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.header
{
	height:141px;
	background-color:#B7D0E8;
}

.logo
{
	padding-left:40px;
	padding-top:20px;
	z-index:103;
}

 .header TD
 {
 	font-weight:bold;
 }

.headerlogo
{
    margin-left:30px;
    margin-top:20px;
    z-index:102;
}

.headertitle
{
    position:absolute;
    right:50px;
    top:40px;
    z-index:101;
}

.headerimage
{
    position:absolute;
    right:0px;
    top:0px;
    z-index:100;
    
}

/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' MENU
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.menucurve
{
    position:absolute;
    left:245px;
    top:141px;    
}

.menu
{
	background-color:#B7D0E8;
	width:240px;
	padding-top:30px;
	vertical-align:top;
}

.menu .items
{
	color:white;
	font-weight:bold;
}

.items A, .items A:Visited, .items A:Active
{
	color:white;
}

.itemson A
{
    color:Black;
}

.menu .subitems
{
	color:white;
	font-weight:bold;
	font-size:85%;
	margin-left:23px;
}

.subitems, .subitems:Visited, .subitems:Active
{
	color:white;
}


/*.menuimage
{
    position:absolute;
    left:-16px;
    top:330px;   
    z-index:1;
}*/

.menuarrow
{
    margin-right:10px;
}

.imageright
{
    float:right;
    margin-left:20px;
    margin-bottom:20px;
}

.imagerighttb
{
    margin-left:20px;
}

.menulogos
{
    text-align:center;   
}

.lmmenu, .syntexmenu
{
    padding-left:15px;
    padding-bottom:8px;
    width:245px;
}

.lmmenu
{
    background-image:url(../images/lmlorrymenu.jpg);
    background-repeat:no-repeat;
}

.syntexmenu
{
    background-image:url(../images/synlorrymenu.jpg);
    background-repeat:no-repeat;  
}

/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' MAIN CONTENT
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

 .outer
{
	background-color:#D7D4CB; /*main bg*/
	background-image: url(../images/mainbg.png);
	background-repeat:repeat-x;
	vertical-align: top;
}

.content, .syncontent
{
    padding-top:40px;
	padding-left:40px;
	padding-right:40px;
	vertical-align: top;
    background-position: 0% 0px;
    background-repeat: no-repeat;
    background-image: url(../images/lmbglogo.png);
    
}

.syncontent
{
    background-position: 0% 0px;
    background-repeat: no-repeat;
    background-image: url(../images/synbglogo.png);
    
}
    
.content TD, .syncontent TD
{
	vertical-align: top;

}

.tbtextmain
{
    padding-right:50px;
    text-align:justify;
    line-height:25px;
}

.mainbgimage
{
    position:absolute;
    left:246px;
    top:141px;
    z-index:1;
}


.leftimage
{
    margin-right:150px;
}

/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' PRODUCTS
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.products
{
	margin-bottom:25px;
}

.products TH
{
	background-color:#310063;
	color:white;
	font-weight:bold;
	font-size:80%;
	text-align:left;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	
}

.products .label
{
	color:red;
	text-align:right;
	padding-right:10px;
}

.products TD
{
	background-color:#DEDEE6;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

.products .rightimage
{
	float:right;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
}

.products .leftimage
{
	float:left;
	margin-top:8px;
	margin-right:8px;
	margin-bottom:8px;
}

.products A, .products A:Active, .products A:Visited
{
	color:red;
	font-weight:bold;
	text-decoration:none;
}

.products A:Hover
{
	text-decoration:underline;
}

.categories
{
	float:left;
	margin:20px;
	width:150px;
} 






















