﻿*
{
	margin:0; 
	padding:0;
}

img
{ 
	border:0;
}

HTML
{
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4846;
	/*
	background-image: url(../Image/background_page.jpg);
	*/
	background-image: url(../Image/background_new.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #deedde;
}

body 
{
	margin: 0 0 0 0;
	background-image: url(../Image/background_shadow.png);
	background-position: center;
	background-repeat: repeat-y;
}

a
{
    color: #4b4846;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.allPage
{
    background-image: url(../Image/background_normal.gif);
	background-repeat: repeat-y;
	background-color: White;
	width:980px;
}

.headerDiv
{    
	height:85px;
}

.topMenuDiv
{
	height:28px;
	font-size: 12px;
	padding-top: 6px;
}

.topMenuDiv ul
{ 
    list-style-type: none; 
    list-style-image: none;
    width: 100%;
}

.topMenuDiv li
{
    display: inline;
    width: auto;
    height: 28px;
    background-image: url(../Image/pipe_div.gif);
    background-position: left;
    background-repeat: no-repeat;
    line-height: 28px;
    padding-left: 15px;
    margin-left: 15px;
}

.topMenuDiv li:first-child
{
    display: inline;
    width: auto;
    height: 28px;
    line-height: 28px;
    background-image: none;
    padding-right: 0px;
    margin-right: 0px;
}

.widePhotoDiv
{    
	height:300px;
	z-index:1;
}

.contentDiv
{
    
}

#Inside
{
	background-image: url(../Image/background_inside.gif);
	background-repeat: repeat-y;
}

#Inside .mainDiv
{   
	background-image: url(../Image/horizontal_line.gif); 
    background-position: top;
    background-repeat: no-repeat;    
}

#Inside .col_1
{
    width:634px; 
    float:left;
}

#Inside .col_2
{
	padding-top: 15px;
	padding-bottom: 15px;
    width:346px; 
    float:left;
}

#Inside .rigthDiv
{
    position: relative;
    left: 14px;
    width: 331px;
}

#HomePage .mainDiv
{    
	background-image: url(../Image/background_body.gif);
	background-repeat: repeat-y;
}

#HomePage .col_1
{
    width:281px; 
    float:left;
}

#HomePage .col_2
{
    width:365px; 
    float:left;
}

#HomePage .col_3
{
    width:334px; 
    float:left;
}

#HomePage .rigthDiv
{
    position: relative;
    top: -20px;
    width: 315px;
}

.TabHeader
{
    background-image: url(../Image/head_right_row.png);
    background-position: top left;
    background-repeat: no-repeat;
    height:41px;
}

.TabHeaderText
{
    font-weight: bold; 
    font-size: 19px; 
    text-align:left;
    position:relative;
    top:12px; 
    left:50px;
    z-index: 10;    
}

.TabBody
{
    background-image: url(../Image/background_right_row.gif);
    background-repeat: repeat-y;
}

.TabTail
{
    background-image: url(../Image/footer_right_row.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height:24px;
}

.footerDiv
{    
    background-image: url(../Image/horizontal_line.gif); 
    background-position: top;
    background-repeat: no-repeat;
	height:95px;
	padding-top:10px;
}

.clear
{
	clear:both;
}

.spaceLR-10
{
	margin-left:10px;
	margin-right:10px;
}

.spaceLR-5
{
	margin-left:5px;
	margin-right:5px;
}

.spaceL-5
{
	margin-left:5px;
}

.spaceL-10
{
	margin-left:10px;
}

.spaceL-20
{
	margin-left:20px;
}

.spaceL-40
{
	margin-left:40px;
}

.spaceR-10
{
	margin-right:10px;
}

.spaceR-5
{
	margin-right:5px;
}

.spaceR-20
{
	margin-right:20px;
}

.spaceT-5
{
	margin-top:5px;
}

.spaceB-5
{
	margin-bottom:5px;
}

.spaceT-10
{
	margin-top:10px;
}

.spaceB-10
{
	margin-bottom:10px;
}

.spaceB-15
{
	margin-bottom:15px;
}

.spaceT-20
{
	margin-top:20px;
}

.spaceT-40
{
	margin-top:40px;
}

.spaceB-20
{
	margin-bottom:20px;
}