@charset "utf-8";
/* CSS Document */
body{
	/*background:url(../images/nfg_bg.jpg) repeat-x top left #000; /**/
	background:#fff;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;
}
h1{
	color:#000;

	font:26px normal;
	font-style:italic;
	}
h2{
	color:#000;
	font:20px normal;
	font-style:italic;
	margin:0px;
	}
h3{
	color:#000;
	font:18px normal;
	font-style:italic;
	margin:0px;
	}
h4{
	color:#000;
	font:16px normal;
	font-style:italic;
	margin:0px;
	}
h5{
	color:#000;
	font:16px normal;
	font-style:italic;
	margin:0px;
	}
a{outline:0px none;
	border:0px none;}
img{border:0px none;}
#image_bg{

	background:url(../images/cc_bg.jpg) top center repeat-x ;
	padding:0px;

}
#page_wrapper{
	width:975px;
	margin:0px auto;
	height:auto;	
	padding:0px;
}
#header{
	background:url(../images/topnav.png) repeat-x bottom left;
	margin:0px;
	width:948px;
	height:183px;
	position:relative;
	margin-left:14px;
	}
#headerleft{position:absolute; top:133px; left:-14px;}
#headerright{position:absolute; top:133px; right:-13px;}
#phone{position:absolute; top:133px; right:15px; 
	font-size:36px; color:#fff; font-weight:bold;}
#phone strong{font-size: 23px; color:#04A9F7;
    left: -10px; position: relative;
}
/*topnav this is in the menus styles */
#container{
		text-align:left;
		background:url(../images/text_bg.png);
		float:right;
		width:975px;
		height:auto !important;
		min-height:600px;
	}
/*#leftnav{} this is in the menus styles */
#text_container{
	width:690px;
	height:auto !important;
	min-height:600px;
	float:right;
	padding:20px 28px 20px 20px;

	}
#home_text_container{
	width:690px;
	height:auto !important;
	min-height:600px;
	float:right;
	padding:0px 38px 20px 20px;

	}
#footer{
	clear:both;
	background:url(../images/topnav.png) repeat-x bottom left;
	width:948px;
	height:50px;
	padding:0px;
	margin:0px;
	margin-left:14px;
	position:relative;

	}
#footerleft{position:absolute; top:0px; left:-14px;}
#footerright{position:absolute; top:0px; right:-13px;}
#credits{
	color:#000;
	width:975px;
	padding:0px 20px;
	margin:0px auto;
	position:relative;
	
	}
#credits a{
		color:#000;	
		text-decoration:none;
	}
#credits a:hover{color:#C20022;}
.arrow{
	background:url(../images/arrow_headings.jpg) left no-repeat;
	width:78%;
	height:30px;
	padding:5px 0px 5px 125px ;
	border-bottom:1px dotted #000;
	font-size:24px;
}
.home_image{
	padding:0px 10px 10px 10px;
	margin:0px;
	float:left;
}
.tradeshow{
	width:30%;
	height:150px;
	overflow:hidden;
	background-color:#D6D6D6;
	float:left;
	margin:5px;
	padding:5px;
	}
	.tradeshow img{
		float:left;
		padding:5px;
		width:30%;
	}
	.tradeshow p{
		float:right;
		padding:5px;
		width:60%
	}
	.tradeshow a{
		color:#000;
		text-decoration:none;
	}
		.tradeshow a:hover{
			color:#F00;
		}
#gallery ul{list-style:none; padding:0px margin:0px;}
#gallery li{ float:left; padding:3px; }
#gallery img{ 
-moz-border-radius: 15px;
border-radius: 15px
}
