﻿*{ margin: 0; padding: 0; }
body
{
    margin-left: 0px;
	margin-top: 0px;
    font-family: Arial;
    font-size: 10pt;
}

.bg_intro
{
    background-image: url('../images/default/background.png');
}
img
{
    border-style: none;
    border-width: 0px;
}
ul
{
    
}
li
{
    float:left ;
    list-style: none;
    display: inline;
}
p,div{margin:0;padding:0}
a
{
    color: #000000;
    text-decoration: none;
}
a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
    color: #333333;
    text-decoration: none;
}
a:active
{
	color: #000000;
	text-decoration: none;
}

/* layout */
#content { margin: 0 auto; width: 1024px; }

#header {
	margin: 0 0 0 0;
	height: 165px;
}
#mbody
{
    
}
#mbody .left
{
    float:left ;
    width:70px;
}
#mbody .mid
{
    float:left ;
    width:690px;
}
#mbody .right
{
    float:left;
    width:264px;
}
#dw .space1
{
    width: 7px;
}
#dw .space2
{
    width: 11px;
}
#dw .space3
{
    width:80px;
}
#dw .spaceline
{
    width:264px;
    height:14px;
}

#watchit
{
    padding:410px 0 0 350px ;
}

.noboder
{
    border: 1px solid #CCCCCC;
}


#footer { 
	clear: both; 
	background: #FFF;
}

.fclear
{
    height: 0px;
    clear: both;
}

/*************************** body content ***************************************/
.dfspace
{
    width: 100%;
    height: 20px;    
}
.space40
{
    width: 100%;
    height: 40px;    
}
.space140
{
    width: 100%;
    height: 140px;    
}

/***************************** contact content *************************************/

#mcontact
{
    
}
#mcontact ul li
{
    float:left ;
}
#mcontact .line
{
    height:20px;
    width:100%;
}
#mcontact ul li.col1
{
    height: 20px;
    width: 414px;
    text-align: right;
}
#mcontact ul li.col2
{
    height: 20px;
    width:6px;
}
#mcontact ul li.col3
{
    height: 20px;
    width:604px;
}

/****************************** input *************************************/
.txtbox
{
    border: 1px solid #000000;
}


