/*ADT*/
@media only screen and (max-device-width: 480px) {
html { -webkit-text-size-adjust:none; }
}

body {
	background-color: #F6E9DE;
}

.link {
	text-align: left;
	position: relative;
	margin: auto;
	width: 200px;
	right: 275px;
	font-family: 'GraphiteStdRegular';
	font-size: 30px;
	color: #0F8BC6;
}

.link a {
	text-decoration:none;
	color: #0F8BC6;
}

.link a:hover {
	text-decoration:underline;
}

.d_s {
	text-shadow: 0.05em 0.05em 0.05em black;
}

.round_back {
	border: 2px solid black;
	padding-top: 10px;  
	padding-right: 10px; 
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	background-color:#FFF;
	background-color:rgba(255,255,255,0.8);
}

.sub_head {
	font-family: 'GraphiteStdBold';
	font-size: 32px;
	color: #0F8BC6;
}

.desc_text {
	font-family: 'GraphiteStdRegular';
	font-size: 18px;
	color: #000;
}

.med_text {
	font-family: 'GraphiteStdRegular';
	font-size: 24px;
	color: #000;
}

#place_holder {
	display:none;

	top: -1150px;
	left: 125px;
	position: relative;
	margin: auto;
	z-index: 0;
}

#main_pic {
	text-align: center;
	position: absolute;
	margin-left: auto; 
	margin-right: auto;
	width: 100%;
	top:50px;
	z-index: -1;
}

#main_title {
	position: relative;
	margin: auto;
	width: 700px;
	height: 150px;
	display:table;
}

#adt_logo {
	float: left;
}

#big_title {
	font-family: 'GraphiteStdBold';
	font-size: 60px;
	color: #0F8BC6;
	display:table-cell; 
	vertical-align:middle;
}

#pencil_l {
	position: relative;
	margin: auto;
	top: 50px;
	width: 400px;
	right: 330px;
	z-index: 1;
}

#pencil_r {
	position: relative;
	margin: auto;
	left: 400px;
	width: 400px;
	bottom: 250px;
	z-index: 1;
}
#shavings {
	position: relative;
	margin: auto;
	right: 50px;
	width: 400px;
	bottom: 600px;
}

.adt_table td {
	padding-bottom: 15px;
	padding-right: 10px;
}

.gal_pic {
	position: relative;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	background: #fff;
	border: 2px solid #fff;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
}

.gal_head {
	font-family: 'GraphiteStdRegular';
	font-size: 20px;
	color: #0F8BC6;
}

.pic_preview img{
	height:75px;
	
}
.pic_preview {
	width:100px;
	float:left;
}
