@charset "utf-8";
/* CSS Document */

/* Set Global variations */

#content_top {
	display:none;
}

/*main page links*/
#about_i {
	background-color:#464A4C;
	height:70px;
	width:282px;
}

#about_corner {
	background-image:url(../images/corner-about.png);
}

#about_p {
	padding-top: 15px;
}


#portfolio_i {
	background-color:#353638;
	height:170px;
	width:471px;
}

#portfolio_corner {
	background-image:url(../images/corner-portfolio-left.png);
}

#portfolio_p {
	padding-top: 88px;
	height:100px;
}


#services_i {
	background-color:#242525;
	height:270px;
	width:660px;
}

#services_corner {
	background-image:url(../images/corner-large-black.png);
}

#services_p {
	padding-top: 188px;
	height:100px;
}

/*constants*/

#container_main h2 {
	display:none;
}

#content-wrap p {
	font-size:16px;
	padding-left: 25%;
	padding-right: 5%;
	text-align:right;
}

.index_panel {
	background-repeat:no-repeat;
	background-position:bottom right;
	float:right;
}

.corner {
	background-repeat:no-repeat;
	background-position:bottom left;
	height:100%;
	width:100%;
}

/*nav*/
.nav-placement {
	height:250px;
}

#right_nav {
	min-height:0px;
	height:250px;
}

#nav_right_lower {
	height:0px;
}

#right_nav li {
	height:100px;
}

#about{
	height:70px !important;
}

#about img{
	padding-top:10px;
}

#portfolio img{
	padding-top:30px;
}

#services img{
	padding-top:30px;
}

/*far right*/
#right-1 {
	height:70px;
}

#right-2, #right-3 {
	height:100px;
}

#nav_right_lower {
	display:none;
}