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

body {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	outline: none;
	text-decoration: none;
	color: red;
}

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

.clearfix {
	clear: both;
}

	  .padit {
		  padding: 20px 20px 0px 20px;
	  }
	  
	  .indent_left {
		  padding-left: 15px;
	  }
	  
	  .padbottom {
		  padding-bottom: 15px;
	  }	 
	  
	  .padtop {
		  padding-top: 15px;
	  }
	  
	  .upit {
		  margin-top: -15px;
	  }
	  
	  .smallit{
		  font-size: .8em;
	  }
	  
	  .leftit {
		  text-align:left;
	  }
	  
	  .rightit {
		  text-align: right;
	  }
	  
	  .grayit {
		  color: #666;
	  }

	  .redit {
		  color: red;
	  }
	  
	  .centerit {
		  text-align: center;
	  }
	  
	  .small_bolder{
		  font-size: .8em;
		  font-weight: bold;
		  margin-bottom: 15px;
	  }
	  
	  .smaller {
		  color: #666;
		  font-size: 1.1em;
		  font-weight: 400;
		  font-style:italic;
		  font-family: georgia;
		  margin-bottom: -50px;
	  }
	  
	  .smaller_phone {
		  color: #666;
		  font-size: .75em;
		  font-weight: 400;
		  font-family: georgia;
		  font-style:italic;
		  margin-bottom: -50px;
	  }
	  
	  .phone {
		  font-size: 2.3em;
		  color: black;
		  font-family: Georgia, "Times New Roman", Times, serif;
	  }
	  
	  .larger {
		  color: black;
		  font-size: 2.85em;
	  }
	  
	  .medium_red {
		  font-size: 1.5em;
		  color: red;
		  font-family: Georgia, "Times New Roman", Times, serif;
		  font-weight: 300;
	  }
	  
	  .medium_black {
		  font-size: 1.5em;
		  height: 55px;
		  color: black;
		  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		  font-weight: 100;
	  }
	  
	  .call_time {
		  font-size: 1em;
		  font-family: Verdana, Geneva, sans-serif;
		  color: #black;
		  border: solid thin #CCC;
		  margin-left: 10px;
		  font-weight: lighter;
		  text-align: center;
	  }
	  
h1 {
	font-size: 2em;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
}
h2 {
	font-size: 1em;
	color: black;
	font-weight: 400;
}
h3 {
	color: white;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
}
h4 {
	padding-top: 5px;
	margin-bottom: -10px;
	font-size: 1.2em;
	color: black;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
}

#main_container {
	width: 1020px;
	margin-top: -150px;
	margin-right: auto;
	margin-left: auto;
	z-index: 99;
}

/* HEADER */


#top_banner {
	width: 100%;
	height: 150px;
	background-image: url(../layout/head_banner.jpg);
	background-position: top center;
	z-index: 99;
}

	#top_banner_left {
		width: 340px;
		height: 150px;
		float: left;
		text-align:left;
	}
	
		  #slogan_spacer{
			  padding-top: 75px;
			  padding-left: 35px;
		  }
	
	#top_banner_mid {
		width: 340px;
		height: 150px;
		float: left;
	}
		
	#top_banner_right {
		width: 340px;
		height: 150px;
		float: left;
	}
	
		#telephone_spacer{
			padding-top: 85px;
			padding-left: 15px;
		}

/*MAIN BLOCKS*/

#left_third {
	margin-top: 25px;
	width: 340px;
	/*border-left: solid 1px #CCC;
	/*background-image:url(../layout/borders_thirds.png);*/
	float: left;
}

#middle_third {
	margin-top: 25px;
	width: 340px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	/*background-image:url(../layout/borders_thirds.png);*/
	float: left;
}

#right_third {
	margin-top: 25px;
	width: 328px;
	/*border-right: solid 1px #999;
	/*background-image:url(../layout/borders_thirds.png);*/
	float: right;
}

#right_alone{
	width: 677px;
	margin-top: 25px;
	/*border-left: solid 1px #999;
	border-right: solid 1px #999;
	/*background-image:url(../layout/borders_half.png);*/
	float: right;
}

/*NAVIGATION*/

#main_nav_box {
	width: 300px;
	color: black;
	padding-right: 30px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

	#main_nav_box a{
		font-size: 1.2em;
		color: #999;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
		#main_nav_box a:hover{
			color: red;
		}
	
	#main_nav_box .currentpage{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
		color: red;
		font-weight: bold;
	}
	
	#main_nav_box li{
		height: 36px;
		list-style-type:none;
	}

/*ESSENTIAL PACKAGE*/

	#essential_info{
		font-family: Verdana, Geneva, sans-serif;
		font-size: .8em;
		padding-left: 15px;
		padding-right: 15px;
		width: 320px;
		text-align:left;
		align: center;
	}
	
		#essential_info h2{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.4em;
			font-style:italic;
			padding-left: 15px; 
			padding-right: 15px;
		}


/*3D PACKAGE*/

	#threed_info{
		font-family: Verdana, Geneva, sans-serif;
		font-size: .8em;
		padding-left: 15px;
		padding-right: 15px;
		width: 310px;
		text-align:left;
		align: center;
	}
	
		#threed_info h2{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.4em;
			font-style:italic;
			padding-left: 15px; 
			padding-right: 15px;
		}

/*BOTTOM LEFT BOX*/

#alacarte_box {

	width: 310px;
	margin-left: 15px;
	margin-right: 10px;
	border-style: dashed;
	border-width: thin;
	border-color:#999;
	color: #333;
	line-height: 1.3;
}

#alacarte_box h2 {
	color: white;
}

#alacarte_text {
	width: 280px;
	padding-left: 20px;
	padding-right: 15px;
	text-align:left;
	margin-right: 15px;
	color: black;
	line-height: 1.3;
}

#alacarte_text h2 {
	color: black;
}

#alacarte_text p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}

#alacarte_box_price {
	width: 310px;
	background-image: url(../layout/price_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-right: 10px;
	/*border-style: dashed;
	border-width: thin;
	border-color:#999;*/
	z-index: 2;
	position: relative;
	color: black;
}

	#alacarte_box_price.stick {
	  margin-top: 75px;
	  position: fixed;
	  top: 0;
	  z-index: 998;
	  }
  
	#alacarte_box_price a{
		color: red;
	}
	
	#alacarte_box_price a:hover{
		color: #900;
	}

#alacarte_box_works {
	width: 310px;
	margin-left: 15px;
	margin-right: 10px;
	border-style: dashed;
	border-width: thin;
	border-color:#999;
	text-align:left;
}

#alacarte_box_works h2 {
	color: black;
}

#alacarte_box_who {
	color: #333;
	width: 310px;
	margin-left: 15px;
	margin-right: 10px;
	border-style: dashed;
	border-width: thin;
	border-color:#999;
	text-align:left;
}

#alacarte_box_who h2 {
	color: black;
}

/*WORK CATEGORY BOX*/

#work_cats {
	width: 290px;
	padding-left: 20px;
	padding-right: 10px;
}

#work_cats a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #333;
}

#work_cats a:hover{
	color:red;
}

/*QUOTES*/

#proposal_form_styling {
	padding-right: 200px;
	align: right;
}

	#proposal_form_styling p{
		align: right;
	}
	
#essential_quote {
	width: 650px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}

.quote_price_box{
	margin-top: 0px;
	font-size: 1.7em; 
	color: red; 
	background-image: url(../layout/blank.gif); 
	height: 35px;
	margin-bottom: 10px;
	border: none;
	border-width:thin;
	border-color: gray;
	width: 110px;
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.annual_text_box {
	text-align: center;
	background-color: white;
	color: red;;
	border: none;
	border-width:thin;
	border-color: black;
	width: 65px;
	font-size: 1em;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

/*FOOTER*/
#foot_layer{
	width: 100%;
	height: 110px;
	float: left;
	background-image:url(../layout/footer_image.jpg);
	background-position:center;
	color: white;
}


/*CONTACT FORM*/
#contact_info {
	background-color: white;
}

#contact_info_content {
	background-color:white;
	text-align: center;
}

/*SLIDING BOXES*/
.boxgrid{ 
width: 300px; 
height: 260px; 
margin:10px; 
float:left; 
background:#161613; 
border: solid 2px #8399AF; 
overflow: hidden; 
position: relative; 
}
.boxgrid img{ 
position: absolute; 
top: 0; 
left: 0; 
border: 0; 
}
.boxgrid p{ 
padding: 0 10px; 
color:#afafaf; 
font-weight:bold; 
font:10pt "Lucida Grande", Arial, sans-serif; 
}

.boxcaption{ 
float: left; 
position: absolute; 
background: #000; 
height: 100px; 
width: 100%; 
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
top: 260;
left: 0;
}
.caption .boxcaption {
top: 220;
left: 0;
}
