/**
* RESET
*/
a img { border: 0; }
form, p, div, span, body, html, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
table { border-spacing: 0; }
:focus {-moz-outline-style: none;}
ul { list-style-type: disc; margin: 2px 0 2px 15px; padding: 0; }
ul li { list-style-type: disc; padding: 0; }
ol { list-style-type: decimal; margin: 2px 0 2px 25px; #margin: 2px 0 2px 27px; padding: 0; }
ol li { list-style-type: decimal; padding: 0; }

/**
* STANDARD SELECTORS
*/
html
{
	height: 100%;
}
body
{
	background: #c0c0c0;
	color: #393939;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a 
{
	color: #393939;
	text-decoration: none;
}
h1,
h2
{
	color: #FFFFFF;
	line-height: 22px;
	font-size: 22px;
	text-transform: uppercase;
}
h3
{
	font-size: 11px;
}
h4
{
	margin: 0px 0px 6px 0px;
	font-size: 13px;

}
h5
{
	margin: 8px 0px 7px 0px;
	font-size: 12px;
}

/**
* STRUCTURE
*/
#bgimage
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
#bgimage img
{
	width: 100%;
}
#canvas
{
	position: relative;
	margin: auto;
	width: 846px;
	z-index: 200;
}
#left
{
	float: left;
	width: 126px;
	overflow: hidden;
}
#right
{
	position: relative;
	float: right;
	width: 711px;
}
#right .box
{
	height: 385px;
}
.box
{
	background: #FFFFFF;
	padding: 13px;
	overflow: hidden;
}
.box .header
{
	padding: 4px 0px 0px 9px;
	height: 27px;
	overflow: hidden;
}
.mac .box .header
{
	padding: 5px 0px 0px 9px;
	height: 26px;
}


/**
* COMMON CLASSES
*/
.clear
{
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
.hr
{
	background: #FFFFFF url(../image/layout/bg.hr.gif) repeat-x;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

/**
* HEADER
*/
#header
{
	position: relative;
	margin: 0px 0px 16px 0px;
	width: 100%;
	height: 79px;
	overflow: hidden;
}
#header .logo_advance_spirit
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#header .co_logos
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#header .co_logos .logo
{
	float: right;
	margin: 0px 0px 0px 10px;
}

/**
* MENU
*/
#left #menu
{
	width: 125px;
	overflow: hidden;
}
#left #menu ul
{
	margin: 0;
	padding: 0;
	width: 100%;
}
#left #menu ul li
{
	margin: 0px 0px 4px 0px;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 24px;
	overflow: hidden;
}
#left #menu ul li a
{
	display: block;
	background: #000000;
	padding: 3px 0px 0px 0px;
	width: 100%;
	height: 20px;
	color: #FFFFFF;
	text-align: right;
	text-indent: 10px;
	text-transform: uppercase;
}

/**
* FOOTER
*/
#footer
{
	float: right;
	margin: 13px 0px 20px 0px;
	width: 711px;
	overflow: hidden;
}
#footer .box
{
	height: 144px;
}
#footer .box .hr
{
	margin: 8px 0px 12px 0px;
}

/* Advance Spirit */
#footer .advance_spirit
{
	float: left;
	width: 412px;
}
#footer .advance_spirit .header
{
	background: #03afff;
}
#footer .advance_spirit h4
{
	color: #03afff;
}
#footer .advance_spirit .link
{
	margin: 16px 0px 0px 0px;
	font-weight: bold;
}
#footer .advance_spirit .link a
{
	color: #03afff;
}

/* Contact */
#footer .contact
{
	float: right;
	width: 234px;
}
#footer .contact .header
{
	background: #bc178b;
}
#footer .contact h3
{
	color: #bc178b;
}
#footer .contact .employee
{
	margin: 1px 0px 0px 0px;
}
#footer .contact .employee_left
{
	float: left;
	width: 111px;
}
#footer .contact .employee_right
{
	float: right;
	width: 111px;
}
#footer .contact .employee .hr
{
	margin: 6px 0px 5px 0px;
}

/**
* LIGHTBOX
*/
#lightbox
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 711px;
}
#lightbox .close
{
	position: absolute;
	top: 0px;
	right: -24px;
	background: #000000 url(../image/layout/btn.close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
