/* LOCALHOST VERSIE!!!! */

.sitecontent {
	position: absolute;
	top: 160px;
	height: 433px;
	overflow: auto;
	overflow-vertical: hidden;
	padding-bottom: 12px;
	padding-top: 0px;
	scrollbar-arrow-color: #FFF;
	scrollbar-face-color: #CFCFCF;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
}

#galMenu {
	scrollbar-arrow-color: #FFF;
	scrollbar-face-color: #636263;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
}

.bigImage {
	position: relative;
}

/* Sub menu */
.subcat {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.subcatSelected {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.subcatDiv {
	margin-bottom:5px;
}

.subMenuItems {
	margin-left: 21px;
	margin-top: 12px;
}


/*
Projects
*/

.projectImage {
	width: 442px;
	height: 247px;
	border: 1px #FFF solid;
	margin-top: 12px;
}

.projectContent {
	display: none;
	position: absolute;
	top: 271px;
	width: 370px;
	left: 12px;
	text-align: left;
}

.projectItemText {
	position: relative;
	left: 0px;
	width: 400px;
	font-size: 11px;
	color: #FFF;
	overflow: hidden;
}

.projectPic {
	margin-top: 12px;
	cursor:pointer !important; cursor:hand;
}

.projectTitle {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #AAA;
	margin-left: -5px;
	margin-bottom: 5px;
}

/* big items*/

.bigItem {
	height: 86px;
	margin-top: 12px;
}

.bigItemText {
	position: relative;
	left: 172px;
	width: 450px;
	font-size: 11px;
	color: #FFF;
	overflow: hidden;
}

/* home */

.homeItem {
	margin: 12px;
}

#funiture {
	position: absolute;
	display: none;
}

#brands {
	position: absolute;
	display: none;
}

#home {
	position: absolute;
}

#projects {
	display: none;
	position: absolute;
}

.homeItemText {
	position: relative;
	width: 260px;
	font-size: 11px;
	color: #FFF;
	overflow: hidden;
}

/* BLA */

.newsLogo {
	position: absolute;
	left: 12px;
	border: 1px #FFF solid;
}

.tdHead {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	background-color: #E90268;
}

.tdrow {
	font-family: Verdana;
	font-size: 12px;
	color: #464646;
	line-height: 17px;
}

.tdrow2 {
	font-family: Verdana;
	font-size: 12px;
	color: #464646;
	line-height: 17px;
}

input.text {
	border: 1px #000 solid;
	font-size: 10px;
}

input.submit {
	border: 1px #000 solid;
	background-color: #000;
	font-size: 10px;
	color: #fff;
}

input.radio {
	border: 0px;
	width: 15px;
}

textarea {
	border: 1px #000 solid;
	width: 400px;
	height: 100px;
}

select.small {
	font-size: 10px;
	border: 2px #000 solid;
}

blockquote {
	margin: 2px;
	font-style: italic;
	color: #888;
}

.galMenu {
	position: absolute;
	top: 0px;
	width: 107px;
	margin-top: 20px;
}

.itemLogo {
	margin-top: 12px;
	margin-bottom: 28px;
	cursor:pointer !important; cursor:hand;
}

.galConsole {
	position: absolute;
	text-align: right;
	top: 172px;
	right: 12px;
	width: 200px;
}

.titleHead {
	font-family: Verdana;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.titleContent {
	font-family: Verdana;
	font-size: 11px;
	/*text-transform: uppercase;*/
	color: #FFF;
}

.pages {
	top: 21px;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
}

.consoleLink {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.consoleLinkSelected {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}