/* CSS Document */
h1{
	font-size:20px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}

h2{
	color:#049efd;
	font-size:14px;
	padding:0px;
	margin:0px;
}

DIV.leftColumn{
	clear:left;
	float:left;
	padding:10px;
	width:248px;
}

DIV.rightColumn{
	float:left;
	padding:10px;
	width:512px;
}

DIV.menuButton{
	margin:5px;
	clear:left;
	float:left;
}
DIV.menuSide{
	width:128px;
	height:90px;
	margin:5px;
	padding-top:10px;
	vertical-align:middle;
	float:left;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
}

#homeBtn a{
	display:block;
	text-indent:-99999px;
	width:100px;
	height:100px;
	background-image: url(images/home.png);
	border:none;
}
#homeBtn a:hover{
	background-position:0px 100px;
}
#promosBtn a{
	display:block;
	text-indent:-99999px;
	width:100px;
	height:100px;
	background-image: url(images/promos.png);
	border:none;
}
#promosBtn a:hover{
	background-position:0px 100px;
}
#portfolioBtn a{
	display:block;
	text-indent:-99999px;
	width:100px;
	height:100px;
	background-image: url(images/portfolio.png);
	border:none;
}
#portfolioBtn a:hover{
	background-position:0px 100px;
}
#contactBtn a{
	display:block;
	text-indent:-99999px;
	width:100px;
	height:100px;
	background-image: url(images/contact.png);
	border:none;
}
#contactBtn a:hover{
	background-position:0px 100px;
}
#homeBtnSel{
	width:100px;
	height:100px;
	background-image: url(images/home.png);
	background-position:0px 100px;
}
#promosBtnSel{
	width:100px;
	height:100px;
	background-image: url(images/promos.png);
	background-position:0px 100px;
}
#portfolioBtnSel{
	width:100px;
	height:100px;
	background-image: url(images/portfolio.png);
	background-position:0px 100px;
}
#contactBtnSel{
	width:100px;
	height:100px;
	background-image: url(images/contact.png);
	background-position:0px 100px;
}