@charset "utf-8";
body {

	background: rgb(23, 23, 23);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FFFFFF;
}

A {
	text-decoration: none;
	color: white;
} 
A IMG {
	border: none;
}


.rootLayout #container {
	position:relative;
	left:50%;
	width: 1024px; height: 788px;
	
	background: #000000;

	background:url(../imgs/mainbackground.jpg);
	z-index: 100;
	margin-left:-512px;
	
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: 500;
}

.rootLayout #logoCenter {
	position:absolute;
	bottom: 50px; left:180px;
	z-index: 10;	
}

.rootLayout #homeMainLogo {
	position:absolute;
	bottom: 61px; left:291px;
	z-index: 10;
}

/*******************MENUBOARD*******************************/ 
.rootLayout #menuBoard {
	position:absolute;
	top: 102px; left: 112px;
	width: 173px;
		
	padding-top: 15px;
	border: 1px solid rgb(81, 81, 81);
	font-weight: bold;
	font-size: 9px;
	letter-spacing: 2px;	
}
.rootLayout #ghostMenuBoard {
	position:relative;
	width: 100%;
	left: -12px;
}
.rootLayout #menuBoard ul {
	list-style-image:url(../imgs/bluebullet.jpg);
	margin-top: 0px;
	margin-bottom: 3px;	
}
.rootLayout #menuBoard li {
	padding:0 0 11px 0;
	margin: 0;
}

/*******************LANGUAGEBOX*******************************/ 
#languageBox {
	position:absolute;
	top: 72px; left: 877px;
	z-index: 10;
}
#bottomLinks {
	font-size: 1.1em;
	position:absolute;
	bottom: 73px; left: 110px;
	z-index: 10;
}

/*******************CENTERBOX********************************/ 
#centerCat {
	position:absolute;
	top: 134px; left: 360px;
	width: 515px; height: 416px;
	border: 1px solid rgb(81, 81, 81);
	z-index: 10;
}
#centerLoading {
	position:absolute;
	visibility: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
#centerCycle {	
	visibility: hidden;
}
#centerContent {
	position:absolute;
	width:100%; height:401px;
	bottom: 0px;
}
.brandNameBox {
	position: absolute;
	width: 50%;	height: 100%;	
}
.brandNameListImg {
	position: absolute;
	height: 100%;	
}
#brandNameListCont1 {
	padding-left:70px;	
}
#brandNameListCont2 {
	left: 50%;
	padding-left:70px;
	
}

#centerContent ul {

	margin-top: 0px;
	margin-bottom: 3px;
	width: 100%;
}
#centerContent li {
	list-style: none;
    background: url(../imgs/bluebullet.jpg) 0 30% no-repeat;

	padding: 0 0 11px 12px;
	margin: 0;	
	color: rgb(139, 212, 248);
	width: 100%;
}
#centerContent A {
	color: rgb(170, 170, 170);
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
}

#brandNameList1 {
	margin-left: -5px;
	padding-top: 17px;
}
#brandNameList2 {
	margin-left: -5px;
	padding-top: 17px;
}

/*******************NAVG£LINKS********************************/ 
#navLinks {
	width:515px;
	position:absolute;
	bottom: 165px; left:360px;	
	z-index: 10;
	visibility: hidden;
}
#catName {
	width: 100%;
	text-align: center;
	margin-bottom: 8px;	
}
.brandNameDisplay {
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 11px;
} 
.nav {
	cursor:pointer;	
}
#navLinks .lnks {
	width: 100%;
	text-align: center;
}
#navLinks .sep {
	position: relative;
	margin-left: 13px;
	margin-right: 13px;
	padding-bottom: 13px;
	border: none;
}
#navReturn {
	position: absolute;
	bottom: 126px; left:735px;	
	z-index: 10;
	visibility: hidden;
}
    