@charset "utf-8";
/*/////////////////////////////////////////////////////////
 name:           common.css
 description:    structure and common elements
 container:      body(elementName#idName)
///////////////////////////////////////////////////////// */

/* init
============================================================*/

html, body {
    /*height: 100%;*/
}
body,div,p,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,table,th,td,hr,address,embed,object{
	margin:0;
	padding:0;
	}

body {
	font-size:80%;
	color:#9BAAB0;
	text-align:center;
	background-image : url("../images/common/bg.jpg");
	/*background: url("../images/common/bg.png") repeat-y;*/
	background-attachment: fixed;
	background-position:center 100%;  
	background-repeat: repeat-x; 
	/*background-repeat: repeat-y; */
	margin:0;
	padding:0;
	}

/* structure
============================================================*/

#container{
	width:800px;
	margin:0 auto;
	padding:0 8px;
	text-align:left;
	background: url("../images/common/bg.png") repeat-y;
	/*height:100%;*/ 
	}

#companyHeader{
	width:800px;
	height:15px;
	text-align:right;
	font-size:10px;
	}

#companyBottom{
	background: url(../images/common/bottomCompany.png);
	margin:0 5px 5px 0;
	width:775px;
	height:15px;
	text-align:right;
	padding:0 10px;
	/*bottom: 15px;
	position: fixed  ;*/
	}
#companyBottomCopyRight{
	margin:0;
	width:800px;
	height:15px;
	padding:0;
	/*bottom: 0;
	position: fixed;*/
	}
/* element reset
============================================================*/
.logoVar{
	clear:both;
	margin:0;
	}

.dotBar{
	padding:0;
	clear:both;
	margin:3px 0 3px 0 ;
	width:790px;
	height:5px;
	display:inline;
	}

hr{
	display:none;
	}

img{
	border:none;
	vertical-align:bottom;
	}

a {
	color:#acacac;
	text-decoration:none;
	}

a:hover {
    color:#f49a38;
	text-decoration:none;
	}


/* mouse link 
------------------------------------------------------------*/

/*This is how the text will look before mouse over. */
.linkUnderline{
/*color: #acacac;*/
}

/*This is how the text will look on mouse over. */
.linkUnderline:hover
{
/*color: #f49a38;*/
text-decoration:underline;
}


/* mouse link 
------------------------------------------------------------*/
.linkOrigUnderline{
	color: #f49a38;
	text-decoration:underline;
}

.linkOrigUnderline:hover
{
	color: #f49a38;	
	text-decoration:no;
}

.linkOrigUnderline:active
{
	color: #f49a38;	
	text-decoration:underline;
}

.linkOrigUnderline:visited
{
	color: #f49a38;	
	text-decoration:underline;
}