/*Basic Formating*/
html body
{
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-align: left;
    font-weight: normal;
    color: White;
    background: url(../Images/back.jpg);
}

#body
{
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
body img
{
    border: 0px;
    text-decoration: none;
}
/* Images border 0 */
img
{
    behavior: url(iepngfix.htc);
}
/* PNG support in IE6 see the file called iepngfix.htc */
.logo
{
 width: 110px;
    height: 110px;
    background: transparent url(../Images/logo.png);
  z-index: 1;
    margin-left: 2%;
    margin-top: -16px;
    position:absolute;
}

#wrapper
{
    width: 1030px;
    padding: 0px;
    margin: 0px auto 0px auto;
	margin-top:0px;
    height: 757px;
}

/* top 1*/
#wrappertop
{
    width: 1030px;
    height: 26px;
}

.lefttopcorner
{
   
    width: 20px;
    height: 26px;
    background: transparent url(../Images/left_top.jpg);
    float: left;
}
.toprepeate
{
   
    width: 990px;
    height: 26px;
    background: transparent url(../Images/top_most_repeate.jpg) repeat-x;
   float: left;

}
.righttopcorner
{
    width: 20px;
    height: 26px;
    background: transparent url(../Images/right_top.jpg);
    float: left;
}
/* top 2*/
#wrappertop2
{
    width: 1030px;
    height: 26px;
}

.lefttop
{
   
    width: 20px;
    height: 26px;
    background: transparent url(../Images/left_top_2.jpg);
    float: left;
}
.top2repeate
{
   
    width: 789px;
    height: 26px;
    background: transparent url(../Images/top_bar2_repeate.jpg) repeat-x;
   float: left;

}
.search
{
    width: 201px;
    height: 26px;
    background: transparent url(../Images/search.jpg);
    float: left;
}
.righttop
{
   
    width: 20px;
    height: 26px;
    background: transparent url(../Images/next_to_search.jpg);
    float: left;
}

/* left verticle */
.leftvert
{
   
    width: 20px;
    height: 683px;
    background: transparent url(../Images/left_big_vert.jpg);
    float: left;
}

/* under search bar */
.undersearch
{
   
    width: 990px;
    height: 19px;
    background: transparent url(../Images/under_search_repeate.jpg) repeat-x;
   float: left;

}
.undersearchleft
{
   
    width: 20px;
    height: 19px;
    background: transparent url(../Images/under_search_left.jpg);
   float: left;

}
.undersearchright
{
   
    width: 20px;
    height: 19px;
    background: transparent url(../Images/under_search_right.jpg);
   float: left;

}
/* right verticle */
.rightvert
{
   
    width: 20px;
    height: 683px;
    background: transparent url(../Images/right_big_vert.jpg);
    float: left;
}
/* gray color buttons */
#wrappergray
{
    width: 1030px;
    height: 33px;
	 float: left;
	  
	 
}
.grayleft
{
   
    width: 240px;
    height: 33px;
    background: transparent url(../Images/grayleft.jpg);
    float: left;
}

.graybright
{
   
    width: 215px;
    height: 33px;
    background: transparent url(../Images/graybright.jpg);
    float: right;
	margin-left:0px;
	margin-top:-33px;
}
/* end gray color buttons */

/* flash column */

#wrapperflash
{
    width: 1030px;
    height: 196px;
	float: left;
	  	 
}

.flashleft
{
   
    width: 20px;
    height: 196px;
    background: transparent url(../Images/left_flash.jpg);
    float: left;
}
.flash
{
   
    width: 990px;
    height: 196px;
    background: transparent url(../Images/flash.jpg);
    float: left;
}
.flashright
{
   
    width: 20px;
    height: 196px;
    background: transparent url(../Images/right_flash.jpg);
    float: left;
}

/* white bar */

#wrapperwhite
{
    width: 1030px;
    height: 10px;
	float: left;	  	 
}

.whiteleft
{
   
    width: 20px;
    height: 10px;
    background: transparent url(../Images/white_sps_left.jpg);
    float: left;
}
.whiterepeate
{
   
    width: 990px;
    height: 10px;
    background: transparent url(../Images/white_repeate.jpg);
    float: left;
}
.whiteright
{
   
    width: 20px;
    height: 10px;
    background: transparent url(../Images/white_right.jpg);
    float: left;
}

/* blue color buttons */

#wrapperblue
{
    width: 1030px;
    height: 32px;
	float: left;	  	 
}

.greenleft
{
   
    width: 20px;
    height: 32px;
    background: transparent url(../Images/green_left.jpg);
    float: left;
}
.greendate
{
   
    width: 314px;
    height: 32px;
    background: transparent url(../Images/green_date.gif);
    float: left;
}

.bluelast
{
   
    width:20px;
    height: 32px;
    background: transparent url(../Images/green_right.jpg);
    float: left;
	margin-left:600px;
}
/* content */
.content
{
   
    width: 1030px;
    height: 393px; /*470*/
    background: transparent url(../Images/content_repeate.jpg) repeat-y;
   float: left;

}
/* end content */

/* footer */
/* gray color buttons */
#wrapperfooter
{
    width: 1030px;
    height: 33px;
	float: left;
	  
	 
}
.footerleft
{
   
    width: 20px;
    height: 22px;
    background: transparent url(../Images/bottom_l_corner.jpg);
    float: left;
}

.footerrepeate
{
   
    width: 990px;
    height: 22px;
    background: transparent url(../Images/bottomhome.jpg);
    float: left;
}
.footerright
{
   
    width: 20px;
    height: 22px;
    background: transparent url(../Images/botton_r_corner.jpg);
    float: left;
}
/* end footer */
#wrapperbox
{
    width: 1030px;
    height: 110px;
	margin-top:12px;
	 
 }
.box1
{
	margin-left:28px;
	height:110px;
	width:182px;
	background: transparent url(../images/box1.jpg);
	margin-right:16px;
	float:left;
 }
.box2
{
	height:110px;
	width:182px;
	background: transparent url(../images/box2.jpg);
	margin-right:16px;
	float:left;
}
.box3
{
	height:110px;
	width:182px;
	background: transparent url(../images/box3.jpg);
	margin-right:16px;
	float:left;
}
.box4
{
	height:110px;
	width:182px;
	background: transparent url(../images/box4.jpg);
	margin-right:16px;
	float:left;
}
.box5
{
	height:110px;
	width:182px;
	background: transparent url(../images/box5.jpg);
	float:left;
}