/* @override http://mathiasdie.outdoorclick.com/css/screen.css */


/* 
Title:		Mathias Die Mini Sites
Author: 	David Boyer
Email:		david.boyer[at]26tigers.com
Created: 	December 18, 2008
Updated:	January 23, 2008
*/

/* --------------------------------------------------------------    
  GLOBAL
   * Sets site specific globel elements.     
-------------------------------------------------------------- */
body { color: #333; background-color:#0c1d39; }


/*--[Generic Link Rules]--*/
a:link, a:visited {
	color:#1694C9;
	text-decoration: none;	
}
a:hover {
	color: #D35900;
}
/*--[Generic List]--*/
ul.std {
	padding: 2px 0;
}
	ul.std li {
		background: url(../Images/img/bullet_orange.gif) no-repeat 0 50%;
		padding: 2px 0 2px 18px;
		font-size: 90%;
	}

/* @group =Structure */

	/* @group -Wrapper Structure */
		.wrapper { width:1000px; margin:0 auto; text-align:left; position:relative; }
	/* @end -Wrapper*/

	/* @group -Upper Structure */
		#upper { background:#fff url(../images/bg_skem_top.jpg) repeat-x 0 0; height:495px;}
			#upper .wrapper { position:relative; background:url(../images/bg_header_wrapper.jpg) no-repeat; }
		
		#upper .wrapper h1 { background:url(../images/logo_mdc.jpg) no-repeat; text-indent:-9926px; height:91px; width:231px; position:absolute; top:0; left:0; }
			#upper .wrapper h1 a { display:block; background:url(../images/logo_mdc.jpg) no-repeat; height:91px;}
		#upper h2 { width:1000px; height:404px; position:absolute; top:91px; left:0;  }	
			
		
			#upper h2 b { color:#fff; text-align:right; position:absolute; bottom:15px; right: 25px; font:400% "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-decoration:overline; }
	/* @end -Upper Structure */

	/* @group -Content Structure */
		#content { background-color:#fff; }
			#content .wrapper { background: #fff url(../images/bg_contentTop.jpg) repeat-x 0 0; }
			#content img { float:left; padding:0 10px 0 0; }
	/* @end -Content Structure */	
	
	/* @group -Footer Structure */
		#footer { background:url(../images/bg_skem_bottom.jpg) repeat-x 0 0; clear: both; height:304px; }	
			#footer p { color: #ccc; padding: 10px 10px 0 0; }	
			#footer .left { width: 500px; float: left; }
			#footer .right { float: right; width: 300px; font-size:80%; }
	/* @end -Footer Structure */	
	
/* @end =Structure */

/* @group =Content Areas Elements */
	.left_col { 
		float: left;
		width: 300px;
		position: relative;
		margin:40px 0 0 0;
	}
	.middle_col {
		float: left;
		width: 300px;
		position: relative;
		margin: 40px 50px 0 50px;
	}
	.right_col { 
		float:left;
		width: 300px;
		position: relative;
		margin:40px 0 0 0;
	 }
	 .one_col { float:left; width:1000px; position:relative; margin:30px 0 0 0; }
				
/* @end =Content Areas Elements */					


/* @group NAVIGATION */
	#nav { height:41px; position:absolute; right:0px; top:50px;  }
	
		#nav li { float:left; margin:0 0 0 10px; height:41px; }
			#nav li a:link.learnmore, #nav li a:visited.learnmore { background:url(../images/butn_learnmore.jpg) left top no-repeat; width:166px; }	
				#nav li a:hover.learnmore { background:url(../images/butn_learnmore.jpg) right top no-repeat; }
			#nav li a:link.estimate, #nav li a:visited.estimate { background:url(../images/btn_requestEstimate.jpg) no-repeat left top; width:255px; }	
				#nav li a:hover.estimate { background:url(../images/btn_requestEstimate.jpg) no-repeat right top; }	
			#nav li a { text-indent:-9926px; height:41px; display:block; float:left; }
			
	/*--[Buttons]----------*/
	/*Blue Oval Button*/
	a.btn_oval:link, a.btn_oval:visited {
		background: url(../images/btn_oval_right.gif) no-repeat right center;
		color: #FFF;
		font: normal 100%/33px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;		
		height: 33px;	
		padding: 0 35px 0 0;
		margin: 5px 15px 25px 3px;
		float: right;
		display: inline;
	}
		a.btn_oval:hover {
			color:#fcff6b;
		}
		a.btn_oval span {
			background: url(../images/btn_oval_left.gif) no-repeat left center;	
			padding: 0 5px 0 10px;
			height: 33px;
			display: block;
			float: left; 
			cursor: default;   
		}			
			
/* @end -Navigation */

/* @group TYPOGRAPHY */
	#content p { line-height:1.9em; }
	h3 { font: 180% "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; padding-bottom:4px; margin: 0 0 10px 0; border-bottom:1px solid #999; }
/* @end */



/* --------------------------------------------------------------    
   HEADLINES
   * H-tag styling and image replacement.      
-------------------------------------------------------------- */
.ident_bar { display:block; height:8px; border-bottom:1px solid #999; }

/* Laser Cutting */
#laser .ident_bar { background-color:#ac2e1f; }
#laser #upper h2 { background:url(../images/img_lasercutting.jpg) no-repeat; color:#ac2e1f; }
#laser h3 { color:#ac2e1f; }

/* Water Jet Cutting */
#waterjet .ident_bar { background-color:#dc7d1d; }
#waterjet #upper h2 { background:url(../images/img_waterjet.jpg) no-repeat; }
#waterjet h3 { color:#dc7d1d; }

/* Die Cutting */
#diecutting .ident_bar { background-color:#004d07; border-bottom:1px solid #ccc; }
#diecutting #upper h2 { background:url(../images/img_diecutting.jpg) no-repeat; }
#diecutting h3 { color:#004d07; }
	
/* Thin Plate Dies */
#thinplate .ident_bar { background-color: #400080; border-bottom:1px solid #ccc; }
#thinplate #upper h2 { background:url(../images/img_frontpic1.jpg) no-repeat; }
#thinplate h3 { color: #400080; }	

		
/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


	
