﻿body 
{
    width:100%;
    height:100%;
    color:#444444;
    font-family:Verdana;
    font-size:12px;
    margin: 0;
    padding: 0; 
    background-image: url('../images/bg_top.jpg');
    background-repeat: repeat-x;
   
}


h1
{
    font-size:20px;
    color:#ff790c;
    font-weight:normal;
    margin-left: 10px;
}

h3
{
    font-size:12px; 
    color:#0070a2;
    font-weight:normal;
    
}




#banner_repeat
{
    background-image: url('../images/banner_repeat.jpg');
    background-repeat: repeat-x;
    width:855px;
    margin:44px;
    height:46px;
    min-width:855px;
    text-align:center;
    
}

#logo
{
     background-image: url('../images/logo.jpg');
     width:283px;
     min-width:283px;
     height:46px;
     float:left;
     margin:0px auto; 
}


.menuitem
{
    float:left;
    text-align:center;
    width:65px;
    height:31px;
    margin:15px;
    cursor:pointer;
}

.menuitem:hover
{
    color:#ff7200;
     width:65px;
    height:31px;
    cursor:pointer;
}
.menuitem_selected
{
    background-image: url('../images/selected_bg.jpg');
    float:left;
    text-align:center;
    width:65px;
    height:31px;
    margin:15px;
    color:#ff7200;
    cursor:pointer;
}

#centersplash
{
    background-image: url('../images/centralsplash.jpg');
    width:855px;
    height: 250px;
    margin:-30px;
}

#centersplash_hosted
{
    background-image: url('../images/hosted.jpg');
    width:855px;
    height: 267px;
    margin:-30px;
}

#centersplash_contactus
{
    background-image: url('../images/contactus.jpg');
    width:855px;
    height: 267px;
    margin:-30px;
}

#centersplash_exhibition
{
    background-image: url('../images/exhibition.jpg');
    width:855px;
    height: 267px;
    margin:-30px;
}

#centersplash_partners
{
    background-image: url('../images/partners.jpg');
    width:855px;
    height: 267px;
    margin:-30px;
}

#about
{
     background-image: url('../images/content_bg.jpg');
     background-repeat:no-repeat;
     width:855px;
     margin:30px -30px -30px -30px;
     
}

#about_bottom
{
     background-image: url('../images/content_bgb.jpg');
     background-repeat:no-repeat;
     width:855px;
     min-height: 107px;
  
     
}

#about_text
{
    width:815px;
    padding:0px 20px 0px 20px;
    text-align:left;
}

a 
{
    color: #444444;
    text-decoration:none;
}

a:visited
{
    
}

a:hover
{
    color:#ff7200;
    text-decoration:none;
}

.linkblue
{
	 color:#0070a2;
}
.content
{
	width:825px;
	min-width: 825px;
}

.pagetext
{
	text-align:left;
	width: 620px;
	min-width:620px;
	border: solid 1px #d0d0d0;
	padding: 5px 5px 5px 5px;
	float:right;
	    
}

.leftmenu
{
	width:175px;
	min-width: 175px;
	height:300px;
	float:left;
	background-color: white;
	border: solid 1px #d0d0d0;
	text-align:left;
    cursor: pointer;
    margin-left:0px;
}

.leftmenu_header
{
    background-image:url('../images/menuheader.jpg');
    background-repeat:repeat-x;
    height:30px;
    width:100%;
    padding: 5px 0px 0px 0px;
    text-indent:10px;
    font-weight:normal;
    font-size:14px;
}

th
{
    font-weight:normal;
}
td
{
    font-family:Verdana;
    font-size:10px;
    background-color:#f3f3f3;
    
}

.nocolor
{
    background-color:White;
}

.secondlevel
{
    text-indent:10px;
}

.thirdlevel
{
    text-indent:20px;
}