body
{
	margin: 0;
	font: normal 12px Arial;
	color: #666;
	background: url('../images/web/body.gif') 0 4px;
}

#main table
{
	border: none;
	font: normal 12px Arial;
}

#main table td, #main table th
{
	border-top: 1px solid #848484;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 2px;
}

#main thead
{
	color: #999999;
	font-weight: bold;
}


#main tbody
{
	color: #848484;
}

h1
{
	margin: -10px 0 0 0;
	padding: 0;
	font: bold 24px Arial;
	color: #000;
	z-index: 1;
	position:relative;
}

h2
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

a img
{
	border: none;
}

a
{
	text-decoration: underline;
	color: #666;
}

a:hover
{
	text-decoration: none;
	color: #009999;
}

.back
{
	margin-top: 10px;
}

a.more
{
	font-size: 11px;
}

p
{
	padding: 8px 0;
	margin: 0;
}

.clear
{
	clear: both;
}


.left
{
	background: #fff url('../images/web/left.gif') repeat-x top left;
	width: 60%;
	min-width: 632px;	
}

#site
{
	width: 100%;
	background-color: #fff;
}

#menu
{
	width: 554px;
	height: 70px;
	background: url('../images/web/menu.gif') no-repeat top right;
	float: right;
	padding-left: 76px;
}

#menu a
{
	text-transform: uppercase;
	background: url('../images/web/menuseparator.gif') no-repeat top right;
	color: #ffffff;
	font-weight: bold;
	margin-top: 26px;
	display: block;
	float: left;
	
	padding-right: 15px;
	padding-left: 12px;
	
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu a.last
{
	background: none;
}

#menu a.home
{
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 26px;
}

#flash
{
	width: 554px;
	
	height: 254px;
	background: #000 url('../images/web/flash.jpg') no-repeat top right;
	float: right;
}

#main
{
	background: url('../images/web/mainbg.gif') no-repeat top right;
	width: auto;
}

#main .subCont .subTitle
{
	padding-bottom: 18px;
}

#main .submenu a
{
	color: #009999;
	font-weight: normal;
}

#main .submenu a:hover
{
	/*
	color: #666666;
	*/
}

#main .subCont
{
	padding-top: 29px;
}

#main .subCont .submenu
{
	padding: 0 0 0 14px;
}

#main ul.submenu
{
	list-style-type: none;
	padding: 10px 0 0 0;
	margin: 0;
}

#main ul.bold a
{
	font-weight: bold;
}

#main ul.submenu li
{
	line-height: 22px;
	font-weight: bold;
}

#main a.selected
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#main .heigher
{
	height: 288px;
	float: left;
}

#main .holder
{
	float: left;
}

#main .content
{
	padding-top: 32px;
	width: 520px;
	padding-left: 35px;
	background: url('../images/web/main.gif') no-repeat top right;
	float: right;
}

#main .text
{
	padding-top: 19px;
	width: 478px;
	padding-left: 2px;
	text-align: justify;
	overflow: hidden;
}

/* right side */
.right
{
	width: 40%;
	background-color: #fff;
}

#block1
{
	background:  #009999 url('../images/web/block1topbg.gif') repeat-x top left;
	color: #fff;
}

#block1 .heigher
{
	height: 190px;
	width: 0;
	float: left;
}

#block1 .top
{
	background: url('../images/web/block1top.gif') no-repeat top left;
	position: relative;
	z-index: 1;
}

#block1 .content
{
	background: url('../images/web/block1bottom.gif') no-repeat bottom left;
	width: 334px;
	overflow: hidden;
	padding-left: 34px;
	padding-top: 33px;
	padding-bottom: 60px;
	font-size: 11px;
}

#block1 .bottom
{
	background: url('../images/web/block1bottombg.gif') repeat-x bottom left;
}

#siteTitle
{
	padding-top: 22px;
	padding-left: 35px;
	padding-bottom: 67px;
}

#block1 .text, #block2 .text
{
	margin-top: 22px;
	padding-left: 14px;
	font-size: 12px;
	margin-bottom: 19px;
}

#block1 .text a, #block2 .text a
{
	font-weight: bold;
	display: block;
	line-height: 23px;
}

#block1 a
{
	color: #fff;
}

#block2
{
	padding-top: 29px;
	padding-left: 36px;
	font-size: 11px;
	margin-bottom: 13px;
}

#block2 .text a
{
	/*
	color: #666;
	*/
	color: #009999;
}

#block2  a
{
	color: #666;
}

/* FOOTER */
#footer
{
	background: url('../images/web/footer.gif') repeat-x top left;
	color: #999;
	font-size: 11px;
}
.footerLeft
{
	background: url('../images/web/footerleft.gif') no-repeat bottom right;
	height: 119px;
	width: 60%;
}

#footer a
{
	color: #ccc;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer p
{
	margin: 0;
	padding: 0
}

.footerLeft .container
{
	width: 554px;
	padding-left: 76px;
	float: right;
}

.footerLeft .text
{
	padding-top: 50px;
	padding-left: 36px;
}

.footerRight
{
	background: url('../images/web/footerright.gif') no-repeat bottom left;
	height: 119px;
	width: 40%;
}

.solution
{
	padding-left: 200px;
	padding-top: 24px;
}

/* GALLERY */
.gallery
{
	margin-top: 20px;
}