@charset "utf-8";
@import '../mobile.css';
/* CSS Document */

/* {
	outline: thin solid red;
	}  */
	
/* Swatch Colors */
/* background-color: rgba(84, 88, 97, 1); /*swatch 4 coolgray 10*/
/* background-color: rgba(171, 164, 158, 1); /*swatch 4 402*/
/* background-color: rgba(97, 124, 149, 1); /*swatch 4 5415*/


body {
	width: 318px;
	overflow: hidden;
	color: rgba(171, 164, 158, .9); /*swatch 4 402*/
	background-color: rgba(97, 124, 149, 1); /*swatch 4 5415*/
	}
	
/*links*/	
#mob_table {
	margin-top: -11px;
	margin-left: -3px;
	}

.port td {
	width: 670px;
	height: 140px;
	}

div.space {
	height: 13px;
	width: auto;
	}
	
/*capstone rollover feature*/
#caproll {
	display: block;
	width: 300px;
	height: 136px;
	text-decoration: none;
	background: url("../mobile/cap_mobile.png");
	
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 7px 8px rgba(0,0,0,.7);
	}

#caproll:hover {
	background-position: -300px 0;
	}
	
/*fotofocus rollover feature*/
#fotoroll {
	display: block;
	width: 300px;
	height: 136px;
	text-decoration: none;
	background: url("../mobile/brand_mobile.png");
	
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 7px 8px rgba(0,0,0,.7);
	}

#fotoroll:hover {
	background-position: -300px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}	
	
#mobile {
	position: relative;
	left: 2px;
	}	
	
/*hidden items*/
#quicklink {
	display: none;
	}
	
p {
	display: none;
	}
	
#cover {
	display: none;
	}
	

	
