@charset "UTF-8";
/* CSS Document */

body,h1,h2,h3,h4,p,ul,ol,li,form,img{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

html{
	font-size:100.01%;
}
body{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	height:100%;
	background-color:#000;
	
}

/*Main structure*/
#mainContent{
	width:700px;
	height:667px;
	background:url(../images/home_content_bg.png) left 115px no-repeat ;
	z-index: 2;
    position:absolute;
	top:20px;
	left:50%;
	margin-left:-400px;

}
#mainContent2{
	width:565px;
	height:667px;
	background-color:transparent;
	
	z-index: 2;
    position:absolute;
	top:20px;
	left:50%;
	margin-left:-283px;

}

#background {
z-index: 1;
position:absolute;
width: 100%;
height: 100%;
background-color:#000;
}

#midcontent{

	position:absolute;
	width:525px;
	height:360px;
	top:320px;
	left:150px;
	z-index:4;
	}

#midcontent2{

	position:absolute;
	width:505px;
	height:360px;
	top:320px;
	left:175px;
	z-index:4;
	}

/*Melanies*/

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	color: #333333;
}

#content_bg {
	width: 700px;
	height:667px;
}
#content_bg2 {
	width: 565px;
	height:667px;
}

#block_logo {
	position: absolute;
	top: 0px;
	left: 300px;
	margin: 0px auto;
	width: 225px;
	height:199px;
}

#content_pr {
	width: 475px;
	position:absolute;
	top:380px;
	left:45px;
}

/*navigation*/
#navigation{
	position:absolute;
	width:84px;
	height:160px;
	top:150px;
	left:35px;
	z-index:3;
}
#navigation a{
	height:15px;
	float:left;
	display:block;
}
#navigation a:hover,#navigation .current{
	background-position:0 -15px;
}
#navigation a span{
	display:none;
}
#blackberry{
	background-image:url(../images/blackberry.png);
	width:84px;
	margin-bottom:12px;
}
#threeo{
	background-image:url(../images/threeolives.png);
	width:84px;
	margin-bottom:12px;
}
#euphoria{
	background-image:url(../images/euphoria.png);
	width:84px;
	margin-bottom:12px;
}
#newera{
	background-image:url(../images/newera.png);
	width:84px;
	margin-bottom:12px;
}
#rogers{
	background-image:url(../images/rogers.png);
	width:84px;
	margin-bottom:12px;
}
#party{
	background-image:url(../images/party.png);
	width:84px;
	margin-bottom:12px;
}
#redcarpet{
	background-image:url(../images/redcarpet.png);
	width:84px;
}

/*new CSS*/

#image_board {
	width:525px;
	height:360px;
	z-index:1;
	float: left;
	
}

/*
#image_board2 {
	width:505px;
	height:360px;
	z-index:1;
	float: left;
	
}
*/

.imgicons {
	padding-right: 3px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 1px;
	padding-top: 5px;
}

img
{  border-style: none;
}
