body {
	margin:0px;
	padding: 0px;
	background: #949494 url(images/body_bg.png) repeat-x top left scroll;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 1em;
}

a { outline:none; }

#container {
	width:800px;
	background-color:#fff;
	border: 1px solid #aaa;
	margin: 20px auto 0;
}

#header {
	background: url(images/header_img.jpg) no-repeat top left scroll;
	height: 165px;
}

/*========================================================================================
Navigation Styling
========================================================================================*/
#navigation {
	height:35px;
	background: url(images/nav_bg.png) repeat-x bottom left scroll;
	width:800px;
	text-align:center;
	border-bottom: 2px solid #920000;
	margin-bottom:20px;
}

ul#nav {
	padding:0;
	margin:0;
}

ul#nav li {
	display:inline-block;
	float:left;
	position:relative;
	margin: 2px 0;
	border-right: 1px solid #d7d7d7;
}

ul#nav li:first-child {
	border-left:1px solid #d7d7d7;
}

ul#nav a:link, ul#nav a:visited {
	padding: 3px 10px 8px 10px;
	color:#920000;
	font-weight:bold;
	line-height: 2em;
	font-size:1em;
	text-transform:uppercase;
	text-decoration:none;
}

ul#nav a:hover, ul#nav a:active {
	background-color:#920000;
	color: #fff;
}

ul#nav li ul {
	display:block;
	position:absolute;
	background-color: #d7d7d7;
	border: 2px solid #920000;
	top:28px;
	left:0px;
}	

ul#nav li ul li{
	width: 13em;;
	text-align:left;
}

ul#nav li ul {
	padding-left:0px;
	margin-left:0px;
}

/*========================================================================================
Left Column Styling
========================================================================================*/
#left_col {
	width: 515px;
	padding: 0 20px 20px 20px;
	float:left;
}

#left_col img {
	border:0px;
	margin: 5px;
}

#left_col p {
	font-size: .75em;
	line-height: 1.7em;
}

#left_col a:link, #left_col a:visited {
	color:#920000;
	text-decoration:none;
	font-weight:bold;
}

#left_col a:hover, #left_col a:active {
	text-decoration:underline;
}


.welcome_text {
	background: #fff url(images/welcome_graphic.jpg) no-repeat top left scroll;
	height: 32px;
	width: 434px;
	text-indent:-9999px;
}

.about_text {
	background: #fff url(images/aboutus_header.gif) no-repeat top left scroll;
	height: 28px;
	width: 428px;
	text-indent:-9999px;
}

.engineering_text {
	background: #fff url(images/serv_Engineering_header.gif) no-repeat top left scroll;
	height: 29px;
	width: 426px;
	text-indent:-9999px;
}

.cncmachining_text {
	background: #fff url(images/serv_cnc_header.gif) no-repeat top left scroll;
	height: 28px;
	width: 427px;
	text-indent:-9999px;
}

.qualityinspection_text {
	background: #fff url(images/serv_quality_header.gif) no-repeat top left scroll;
	height: 30px;
	width: 427px;
	text-indent:-9999px;
}

.colletschucks_text {
	background: #fff url(images/serv_collet_header.gif) no-repeat top left scroll;
	height: 30px;
	width: 428px;
	text-indent:-9999px;
}

.gallery_text {
	background: #fff url(images/photo_header.gif) no-repeat top left scroll;
	height: 33px;
	width: 428px;
	text-indent:-9999px;
}

.equipment_text {
	background: #fff url(images/equipmentList_header.gif) no-repeat top left scroll;
	height: 30px;
	width: 427px;
	text-indent:-9999px;
}

.contact_text {
	background: #fff url(images/contact_header.gif) no-repeat top left scroll;
	height: 32px;
	width: 431px;
	text-indent:-9999px;
}

.map_text {
	background: #fff url(images/map_header.gif) no-repeat top left scroll;
	height: 30px;
	width: 428px;
	text-indent:-9999px;
}

.thermoforming_text {
	background: #fff url(images/thermoforming_title.png) no-repeat top left scroll;
	height: 36px;
	width: 430px;
	text-indent:-9999px;
}

.injectionmolding_text {
	background: #fff url(images/injectionmolding_title.png) no-repeat top left scroll;
	height: 36px;
	width: 430px;
	text-indent:-9999px;
}

.foildies_text {
	background: #fff url(images/foildies_title.png) no-repeat top left scroll;
	height: 36px;
	width: 430px;
	text-indent:-9999px;
}

#atp_section {
	margin-top:10px;
	padding-top: 10px;
	border-top: 2px solid #bababa;	
}

#atp_section img {
	margin: 15px 0 50px 0;
}

/*========================================================================================
Right Column Styling
========================================================================================*/
#right_col {
	width: 209px;
	height:100%;
	text-align:center;
	margin: 0px 20px 20px 0px;
	background-color: #bababa;
	float:right;
}

#right_col img {
	border:0px;
	outline:0px;
}

/*========================================================================================
Footer Styling
========================================================================================*/
#footer {
	height:68px;
	width:759px;
	margin: 0px 20px 20px;
	font-size: .8em;
	background: #fff url(images/footer_bg.png) repeat-x top left scroll;
	border: 1px solid #aaa;
	text-align:center;
}

#designedby {
	text-align:center;
	color: #fff;
	font-size: .7em;
}

#designedby a:link, #designedby a:visited {
	color:#fff;
	text-decoration:none;
}

#designedby a:hover, #designedby a:active {
	text-decoration:underline;
}


table {
  border: 0;
  border-collapse:collapse;
  font: 12px "Century Gothic", Arial, sans-serif;
  width: 100%;
  margin-bottom: 20px;
}

td {
  padding: 1px;
}

th {
  text-align: left;
  padding: 6px;
  border-bottom: 2px solid #920000;
  background: #ececec;
  font: bold 14px "Century Gothic", Arial, sans-serif;
}


#photo_gallery img {
	padding: 5px;
	margin: 5px;
	background-color:#e7e7e7;
}

#photo_gallery img:hover, #photo_gallery img:active {
	background-color:#920000;
}


.clearfix {
	clear:both;
}