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

body {
	margin:0;
	padding:0;
	background-image:url(../images/BGvertical.jpg);
	background-attachment:fixed;
	background-color:#000000;
}

img {
	border:none;
}


a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	color:#ffcccc;
}

a:hover {
	text-decoration:none;
	color:#fff;
}

a:focus {
	border:none;
	outline:none;
}

a:active {
	border:none;
	outline:none;
}	





/*		PORT MENU		*/

#portMenuWrapper  {
	padding: 26px 0 0 0;
}


#portMenu  {
	margin: 0;
	padding:0;
	/*display: block;*/
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:300;
	color:#ffcccc;
	line-height:21px;
	width:319px;
	height:210px;
	background-image:url(../images/PortMenu.png);
	background-repeat:no-repeat;
	background-position:center;
}

#portMenu a {
	margin: 0;
	padding:0 0 0 145px;
	/*display: block;*/
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:23px;
	font-weight:300;
	color:#ffcccc;
}

#portMenu a:hover {
	margin: 0;
	text-decoration:none;
	color:#fff;
}

#portMenu a:focus {
	border:none;
	outline:none;
}

#portMenu a:active {
	border:none;
	outline:none;
}	



#portMenuWrapper #selected {
	margin: 0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:23px;
	font-weight:300;
	color:#fff;
}

#portMenuWrapper #selected a {
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:23px;
	font-weight:300;
	color:#fff;
}




/*		CONTAINER		*/

#wrapperCon {
	margin:12px auto 0 auto;
	padding:0;
	width:1020px;
	height:auto;
	/*background-color:#000;*/
}

#wrapperAbout {
	margin:24px auto 0 auto;
	padding:0;
	width:1020px;
	height:auto;
	/*background-color:#000;*/
}


#wrapperHome {
	margin:12px auto 0 auto;
	padding:0;
	width:1075px;
	height:168px;
}


/*		CONTENT		*/

#content {
	width:669px;
/*	background-color:#ccc;*/
	margin:0;
	padding:0;
	float:left;
}

#contentHome {
	width: 970px;
	height:168px;
	margin :0 27px;
	padding: 0 25px;
	background-image:url(../images/HomeAboutBG.png);
	background-repeat:no-repeat;
}

#contentHome img {
	margin:0;
	padding: 0;
	text-align:right;
	
}

#contentProj {
	width:677px;
	margin:0;
	padding:12px 0 0 1px;
	float:left;
}

#contentPort {
	width:1020px;
	margin:0;
	padding:6px 0 0 0;
}

/*.projects a img {
	border-style:solid;
	border-width:1px;
	border-color:#FFCCCC;
}

.projects a:hover img {
	border-style:solid;
	border-width:1px;
	border-color:#ffccc;
}

#contentSlide {
	width:1034px;
	height:640px;
	margin:0;
	padding:6px 0 0 0;
}
*/

/*		SIDEBAR		*/

#sidebar {
	float:right;
	margin:0;
	padding:0;
	width:319px;
	height:auto;
}

#sidebar_contact {
	float:right;
	margin:0;
	padding:0;
	width:319px;
	height:300px;
}

#projDescription {
	float:right;
	margin:6px 0 0 18px;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:300;
	color:#666;
	line-height:21px;
	width:319px;
	height:210px;
	background-image:url(../images/projdesc.png);
	background-repeat:no-repeat;
	background-position:center;
	/*background-color:#FFFF00;*/
}

#projDescription p {
	margin:24px;
	padding:0;
	/*display: block;*/
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:300;
	text-transform:uppercase;
	color:#666;
	line-height:21px;
	width:270px;
	height:100px;
	/*background-color:#FFFF00;*/
}

#projDescription p .copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:300;
	color:#fff;
	line-height:21px;
	/*background-color:#FFFF00;*/
}

#navBack {
	float:right;
	margin:6px 0 0 18px;
	padding:0;
	/*display: block;*/
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:300;
	color:#666;
	line-height:21px;
	width:319px;
}	

#navBack .divide {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:300;
	color:#999;
	margin:0 7px
}

#navBack a {
	text-align:center;
	font-size:10px;
	color:#ffcccc;
}		

#navBack a:hover {
	text-align:center;
	font-size:10px;
	color:#fff;
}	

#navBack a:focus {
	border:none;
	outline:none;
}

#navBack a:active {
	border:none;
	outline:none;
}	


h1 { /*Section Titles*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:60px;
	font-weight:500;
	line-height:55px;
	text-transform:uppercase;
	color:#666;
	margin:0;
	padding:0;
}
h2 { /*Section Titles*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:31px;
	font-weight:300;
	text-transform:uppercase;
	color:#ffcccc;
	margin:0;
	padding:0;
	line-height:40px;
}

h3 { /*Section Titles*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:21px;
	color:#333;
	margin:5px 6px;
	padding:0;
	text-align:right;
}

h4 { /*Section Titles*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	/*line-height:27px;*/
	text-transform:uppercase;
	color:#ffcccc;
	margin:0 0 10px 0;
	padding:0;
}

p { /*Section Titles*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	color:#999;
	margin:0;
	padding:0;
}

.contactEmail {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	/*text-transform:uppercase;*/
	text-decoration:none;
	line-height:10px;
	margin:0 0 18px 0;
	padding:0;
}

.contactLinks {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	line-height:21px;
	/*text-transform:uppercase;*/
	text-decoration:none;
	margin:0 0 18px 0;
	padding:0;
}

.contactLinks a {
	color:#ffcccc;
	/*text-transform:uppercase;*/
	text-decoration:none;
	margin:0 0 18px 0;
	padding:0;
}

.contactLinks a:hover {
	color:#fff;
	/*text-transform:uppercase;*/
	text-decoration:none;
	margin:0 0 18px 0;
	padding:0;
}


/*		FORM		*/

.form {
	width:500px;
	margin:0 0 9px 0;
}

.textField {
	border-width:thin;
	border-style: solid;
	border-color: #333;
	background:#000;
	/*background-repeat:no-repeat;
	background-image:url(images/textField.png);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width:317px;
	height:20px;
	padding:6px 0 0 10px;
	margin:0 5px 0 0;
}



/*		CLEAR		*/

.clearFloat {
	clear:both;
}






/*		EASY SLIDER		*/

			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#easySlide{	
		position:relative;
		text-align:left;
		width:1020px;
		background:#fff;
		margin: 25px 0;	
		/*margin-bottom:2em;*/
		}				
	#easyContent{
		position:relative;
		margin: 25px 0;	
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1020px;
		height:430px;
		overflow:hidden; 
		}	
	#prevBtn{
	display:block;
	width:55px;
	height:168px;
	position:absolute;
	left:0px;
	top:130px;
	background-image: url(../images/sliderBTNleft.png);
		}	
		
	#nextBtn{
	display:block;
	width:55px;
	height:168px;
	position:absolute;
	left:-30px;
	top:203px;
	background-image: url(../images/sliderBTNright.png);
		}	
		
	#nextBtn{
	left:1153px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:55px;
		height:168px;
		/*background:url(images/btn_prev.gif) no-repeat 0 0;*/	
		}	
	#nextBtn a{ 
		/*background:url(images/btn_next.gif) no-repeat 0 0;	*/
		}

