/* CSS RESET */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*
html, body {
	line-height: 1;
	overflow: hidden;
}
*/
body {
	line-height: 1;
}
/*
ol, ul {
	list-style: none;
}
*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/* CSS RESET */

/* Layout Stylesheet */ 

body{
	margin: 0; padding:0;
	background: #cacacd; color: #cacacd;
	overflow: hidden;
}
#main{
	position: relative;
	top: -46px;
	left: -30px;
}
#top_banner{
	position: absolute;
	top: 0px;
	left: -400px;
	/*
	width: 100%;
	*/
	width: 2222px;
	height: 80px;
	border: 0px solid #cacacd;
	background-image: url(../images/top_banner.png);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#bottom_banner{
	position: absolute;
/*	top: 416px;*/
	top: 415px;
	left: -400px;
	/*
	width: 100%;
	*/
	width: 2222px;
/*	height: 152px;*/
	height: 139px;
	border: 0px solid #cacacd;
	background-image: url(../images/bottom_banner.png);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	z-index: 2;
}
#boxfooter{
	position: absolute;
	top: 2px;
	left: 800px;
	width: 547px;
	height: 15px;
	border: 0px solid #cacacd;
	margin: 0;
	padding: 0;
	z-index: 3;
}
#boxcopyright{
	position: absolute;
	top: 50px;
	left: 850px;
	width: 547px;
	height: 15px;
	border: 0px solid #cacacd;
	margin: 0;
	padding: 0;
	z-index: 3;
}
#logo_acer{
	position: relative;
	top: 47px;
	left: 500px;
	width: 105px;
	height: 27px;
	border: 0px solid #cacacd;
	background-image: url(../images/logo_acer.png);
	margin: 0;
	padding: 0;
	z-index: 7;
}
#logo_aspireone{
	position: relative;
	top: 36px;
	left: 1250px;
	width: 172px;
	height: 13px;
	border: 0px solid #cacacd;
	background-image: url(../images/logo_aspireone.png);
	margin: 0;
	padding: 0;
	z-index: 7;
}

#toolbar{
	position: relative;
	top: -7px;
	left: 0px;
	list-style: none;
	width: 319px;
	height: 35px;
	/*background: url(../images/menu.png) no-repeat;*/
	margin: 0;
	padding: 0;
	z-index: 4;
}
#toolbar span {
	display: none;
	position: absolute;
}

#toolbar a {
	display: block;
	text-indent: -900%;
	position: absolute;
	/*outline: none;*/
}
#toolbar a:hover {
	background-position: left bottom;
}
#toolbar a:hover span {
	display: block;
}

/* Toolbar Style */
#toolbar .style {
	width: 40px;
	height: 19px;
	background: url(../images/menu_style_off.png) no-repeat;
	left: 19px;
	top: 9px;
}
#toolbar .styleon {
	width: 40px;
	height: 19px;
	background: url(../images/menu_style_on.png) no-repeat;
	left: 19px;
	top: 8px;
}

#toolbar .style span {
	width: 40px;
	height: 19px;
	background: url(../images/menu_style_on.png) no-repeat;
	left: 0px;
	top: -1px;
}
/* Toolbar Feeling */
#toolbar .feeling {
	width: 59px;
	height: 19px;
	background: url(../images/menu_feeling_off.png) no-repeat;
	left: 60px;
	top: 8px;
}
#toolbar .feelingon {
	width: 59px;
	height: 19px;
	background: url(../images/menu_feeling_on.png) no-repeat;
	left: 62px;
	top: 8px;
}
#toolbar .feeling span {
	width: 59px;
	height: 19px;
	background: url(../images/menu_feeling_on.png) no-repeat;
	left: 2px;
	top: 0px;
}
/* Toolbar Vision */
#toolbar .vision {
	width: 52px;
	height: 19px;
	background: url(../images/menu_vision_off.png) no-repeat;
	left: 112px;
	top: 8px;
}
#toolbar .visionon {
	width: 52px;
	height: 19px;
	background: url(../images/menu_vision_on.png) no-repeat;
	left: 114px;
	top: 8px;
}
#toolbar .vision span {
	width: 52px;
	height: 19px;
	background: url(../images/menu_vision_on.png) no-repeat;
	left: 2px;
	top: 0px;
}
/* Toolbar Experience */
#toolbar .experience {
	width: 79px;
	height: 19px;
	background: url(../images/menu_experience_off.png) no-repeat;
	left: 170px;
	top: 8px;
}
#toolbar .experienceon {
	width: 79px;
	height: 19px;
	background: url(../images/menu_experience_on.png) no-repeat;
	left: 172px;
	top: 8px;
}
#toolbar .experience span {
	width: 79px;
	height: 19px;
	background: url(../images/menu_experience_on.png) no-repeat;
	left: 2px;
	top: 0px;
}
/* Toolbar Power */
#toolbar .power {
	width: 55px;
	height: 19px;
	background: url(../images/menu_power_off.png) no-repeat;
	left: 249px;
	top: 8px;
}
#toolbar .poweron {
	width: 55px;
	height: 19px;
	background: url(../images/menu_power_on.png) no-repeat;
	left: 251px;
	top: 8px;
}
#toolbar .power span {
	width: 55px;
	height: 19px;
	background: url(../images/menu_power_on.png) no-repeat;
	left: 2px;
	top: 0px;
}


#middle_banner{
	position: absolute;
	top: 81px;
	left: 0px;
	width: 100%;
	height: 600px;
	border: 0px solid #cacacd;
	margin: 0;
	padding: 0;
	z-index: 2;
}
#boxup{
	position:relative;
	top: 0px;
	height:30%;
}
#box {
	position: relative;
	top: 0px;
	left: 0px;
	/*width: auto;*/
	z-index:4;
	width: 400px;
	height: 300px;
	margin: 10px;
	overflow:auto;
	line-height: 100%;
}


#box p.title{
	font-family:Arial, Helvetica, sans-serif;
/*	font:35px/90% Arial, Helvetica, sans-serif;*/
	font-size:35px;
	color:#666666;
	/*line-height: 2px;*/
	line-height: 90%;
	vertical-align:bottom;
}
#box p.subtitle{
	font-family:Arial, Helvetica, sans-serif;
/*	font:25px/90% Arial, Helvetica, sans-serif;*/
	font-size:25px;
	color:#333333;
/*	line-height: 2px;*/
	line-height: 90%;
	vertical-align:bottom;
}
#box p.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#848484;
	line-height: 100%;
	vertical-align:bottom;
}

#boxselectyourone{
	position: absolute;
	top: 30px;
	left: 484px;
	width: 547px;
	height: 335px;
	border: 0px solid #cacacd;
	margin: 0;
	padding: 0;
	z-index: 3;
}
#selectyourone{
	position: relative;
	top: -50px;
	left: 480px;
	list-style: none;
	width: 319px;
	height: 35px;
	/*background: url(../images/menu.png) no-repeat;*/
	margin: 0;
	padding: 0;
	z-index: 4;
}
#selectyourone span {
	display: none;
	position: absolute;
}

#selectyourone a {
	display: block;
	text-indent: -900%;
	position: absolute;
	cursor:pointer;
	/*outline: none;*/
}
#selectyourone a:hover {
	background-position: left bottom;
}
#selectyourone a:hover span {
	display: block;
}

#selectyourone .blue {
	width: 18px;
	height: 18px;
	background: url(../images/selectyourone_blue.png) no-repeat;
	left: 340px;
	top: 8px;
}
#selectyourone .blue span {
	width: 18px;
	height: 18px;
	background: url(../images/selectyourone_blue.png) no-repeat;
	left: 0px;
	top: 0px;
}
#selectyourone .white {
	width: 18px;
	height: 18px;
	background: url(../images/selectyourone_white.png) no-repeat;
	left: 360px;
	top: 8px;
}
#selectyourone .white span {
	width: 18px;
	height: 18px;
	background: url(../images/selectyourone_white.png) no-repeat;
	left: 0px;
	top: 0px;
}
#selectyourone .black {
	width: 18px;
	height: 18px;
	background: url(../images/selectyourone_black.png) no-repeat;
	left: 380px;
	top: 8px;
}
#selectyourone .black span {
	width: 18px;
	height: 18px;
	background: url(../images/selectyourone_black.png) no-repeat;
	left: 0px;
	top: 0px;
}
#selectyourone .red {
	width: 18px;
	height: 18px;
	background: url(../images/selectyourone_red.png) no-repeat;
	left: 400px;
	top: 8px;
}
#selectyourone .red span {
	width: 18px;
	height: 18px;
	background: url(../images/selectyourone_red.png) no-repeat;
	left: 0px;
	top: 0px;
}

#selectyourone .text {
	width: 31px;
	height: 32px;
	background: url(../images/selectyourone_text.png) no-repeat;
	left: 425px;
	top: 8px;
}
#selectyourone .text span {
	width: 31px;
	height: 32px;
	background: url(../images/selectyourone_text.png) no-repeat;
	left: 0px;
	top: 0px;
}

/* Buttons */
#buttons{
	position: relative;
	top: -20px;
	left: 50px;
	list-style: none;
	width: 319px;
	height: 35px;
	/*background: url(../images/menu.png) no-repeat;*/
	margin: 0;
	padding: 0;
	z-index: 5;
}
#buttons span {
	display: none;
	position: absolute;
}

#buttons a {
	display: block;
	text-indent: -900%;
	position: absolute;
	/*outline: none;*/
}
#buttons a:hover {
	background-position: left bottom;
}
#selectyourone a:hover span {
	display: block;
}

#buttons .home {
	width: 31px;
	height: 31px;
	background: url(../images/gohome.png) no-repeat;
	left: 120px;
	top: 8px;
}
#buttons .home span {
	width: 31px;
	height: 31px;
	background: url(../images/gohome.png) no-repeat;
	left: 0px;
	top: 0px;
}
#buttons .wheretobuy {
	width: 168px;
	height: 33px;
	background: url(../images/wheretobuy.png) no-repeat;
	left: 240px;
	top: 8px;
}
#buttons .wheretobuy span {
	width: 168px;
	height: 33px;
	background: url(../images/wheretobuy.png) no-repeat;
	left: 0px;
	top: 0px;
}
#buttons .register {
	width: 168px;
	height: 33px;
	background: url(../images/register.png) no-repeat;
	left: 400px;
	top: 8px;
}
#buttons .register span {
	width: 168px;
	height: 33px;
	background: url(../images/register.png) no-repeat;
	left: 0px;
	top: 0px;
}
