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

body {
	font: 100%  Helvetica Neue, Helvetica,Verdana, Arial, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
}


.portfolio #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.portfolio #header {
	background: #666666; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header img {
	padding:0px;
}

.portfolio #navbar {
	width: 940px;
	height: 28px;
	padding: 6px 0px 0px 10px;
	margin-bottom: 8px;
	margin-top: 8px;
	background:#444444;
	border-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-color:#666666;
	border-left: 0px;
	border-left-color: #666666;
	border-left-style: solid;
	border-right: 0px;
	border-right-style: solid;
	border-right-color: #666666;

}

ul#menu {
	margin:0px;
	padding:0px;
	position:absolute;
}

ul#menu li {

	margin:0px; padding:0px;
	list-style:none;
	margin-right:10px;
	font-size:11px;
	text-transform: uppercase;
	display: inline;
	
	}
	
ul#menu li a {
	text-decoration:none;
	color: #cccccc;

}

ul#menu li a:hover {
	text-decoration: none;
	color: #FFFFFF

}


.portfolio #LeftColumn {
	background: #161616;
	font-family: Helvetica Neue, Helvetica,Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 900px;
	width: 316px;
}



.portfolio #feature1 {
	padding: 10px 0px 0px 13px;
	height:435px;

}

.portfolio #feature2 {
	padding: 10px 0px 0px 13px;
	


}

.portfolio #CenterColumn {
	width: 316px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:900px;
	float:left;
	background: #161616; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	font-family: Helvetica Neue, Helvetica,Verdana, Arial, sans-serif;
	font-size: 13px;
	
}

.portfolio #feature3 {
	padding:10px 0px 0px 13px;
	height:435px;

}


.portfolio #feature4 {
	padding: 10px 0px 0px 13px;

}


.portfolio #rightcolumn {
	float: right; /* since this element is floated, a width must be given */
	width: 318px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 900px;
	background: #161616; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	font-family: Helvetica Neue, Helvetica,Verdana, Arial, sans-serif;
	font-size: 13px;
	
	
}

.portfolio #feature5 {
	padding: 10px 10px 0px 13px;
	height:435px;

}


.portfolio #feature6 {
	padding: 10px 0px, 0px, 0px;


}

.portfolio #footer {
	padding: 10px 0px 0px 0px;
	margin-top: 10px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 950px;
	height: 50px;
	background: #111111;
	font: 100%  Helvetica Neue, Helvetica,Verdana, Arial, sans-serif;
	font-size:11px;
}


h1 {

	font-size:18;
	font-weight: normal;
	
	}
	
h2 {
	font-size:18;
	font-weight:lighter;


}


h3 {


}


h4{
	

}

.style1 {

	font-size: 13px;
	font-weight: bold;
}

.style2 {

	font-family: Helvetica Neue Condensed Bold, Helvetica, Arial;
	font-size: 24px;

}



/*a {
	color:#CCCCCC;
	text-decoration:underline;
	border:none;
	font-size:14px;
	 

}*/



/*a:hover {
	color:#FFFFFF;

} */

#content a {
     display: inline-block;
     font-size: 12px;
     text-transform: uppercase;
     text-decoration:none;
     color:#ffffff;
     margin-right: 1px;
     font-weight: normal;
     text-transform: uppercase     
     }

#content a:hover {
     background-color: #ff0000;
     color:#ffffff;
     }

img {

border:none;
background-color:none;

}

.style3 {
	padding:7px;

}
