html, body {
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(img/page_bg.gif);
}
#main{
	min-height:100%;
	margin: auto auto -59px auto;
	height: auto;
	background: url(img/main_bg.gif) repeat-y center;
}
* html #main {
	height:100%;
	}
	
#clearfooter {
	clear: both;
	height: 59px;
	}
div>p {
	margin:0;
	}
#minHeight {
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -59px;
	}
* html #minHeight {
	margin-bottom: -59px;
	}
.clear {
	margin: 0;
	height: 1px;
	font-size: 1px;
	clear: both;
}
#container {
	width: 750px;
	text-align: left;
	margin: auto;
}
	#container img {
		margin: 0;
	}
.header_top {
	margin: 0;
	height: 13px;
	background: #0f5690 url(img/header_top_bg.gif) repeat-x;
}
.header {
	height: 39px;
	width: 750px;
	text-align: right;
	background: #4077ac url(img/alt-header_bg.jpg) no-repeat;
	border-top: 0px solid #FFF; 
	border-bottom: 0px solid #FFF; 
}
.nav {
	margin: 0;
	height: 26px;
	*height: 27px;
	padding: 5px 5px 1px 0;
	*padding: 4px 5px 1px 0;
	background: #fff url(img/nav_bg.gif) repeat-x;
	border-bottom: 4px solid #ff5a00;
	text-align: center;
}
	.nav a {
		margin-left: 15px;
		font: bold 11px Verdana;
		color: #FFF;
		text-decoration: underline;
		text-transform: uppercase;
	}
	.nav a:hover {
		color: #011f31;
		text-decoration: none;
	}
	.nav a:visited {
		margin-left: 15px;
		font: bold 11px Verdana;
		color: #FFF;
		text-decoration: underline;
		text-transform: uppercase;
	}
	.nav a:visited:hover {
		color: #011f31;
		text-decoration: none;
	}
	.current {
		margin-left: 15px;
		font: bold 11px Verdana;
		color: #011f31;
		text-decoration: none;
		text-transform: uppercase;
	}
.content {
	margin: 0 auto;
	width: 750px;
	text-align: center;
}
	.content h1 {
		margin: 10px 0;
		/*
		padding-left: 60px;
		*/
		font: bold 18px Tahoma;
		color: #0d4f77;
		text-align: center;
	}
	.content p {
		margin: 5px;
		padding: 5px;
		font: 12px Verdana;
		color: #000;
		text-align: left;
	}
	.content img {
		margin: 20px 10px;
		border: 1px solid #0d4f77;
	}
	.content a {
		color: #ff5a00;
		text-decoration: underline;
	}
	.content a:hover {
		color: #0d4f77;
		text-decoration: none;
	}
	.content li {
		margin: 3px 10px;
		font: 12px Verdana;
		color: #000;
		text-align: left;
	}
	 div#a, div#b, div#c, div#d, div#e, div#f, div#g, div#h, div#i, div#j, div#k, div#l, div#m, div#n, div#o, div#p, div#q, div#r, div#s, div#t, div#u, div#v, div#w, div#x, div#y {
		width: 90%;
		margin: 5px auto;
		padding: 5px;
		display: none;
		background: #fff url(img/box_bg.gif) repeat-x;
		border: 1px solid #cecece;
		}
	.box, .work {
		margin: 15px 0 5px 6px;
		*margin: 15px 0 5px 4px;
		width: 240px;
		background: #fff url(img/box_bg.gif) repeat-x;
		border: 1px solid #cecece;
		text-align: center;
		float: left;
		position: relative;
	}
		.box_prod {
			margin: 10px 20px;
			background: #fff url(img/box_bg.gif) repeat-x;
			border: 1px solid #cecece;
		}
		.box_prod2 {
			margin: 10px 20px;
			background: #fff url(img/box_bg.gif) repeat-x;
			border: 1px solid #cecece;
	}
	.work {
		margin: 15px 0 0 60px;
		*margin: 15px 0 0 32px;
		background: #fff url(img/box_bg.gif) repeat-x;
		border: 1px solid #cecece;
		text-align: center;
		float: left;
		position: relative;
	} 
	.intro {
		width: 350px;
		margin: 15px 0 0 17px;
		*margin: 15px 0 0 9px;
		background: #fff url(img/box_bg.gif) repeat-x;
		border: 1px solid #cecece;
		text-align: center;
		float: left;
		position: relative;
	} 
	.intro li {
		padding: 0 5px 5px 0;
		font: bold 12px Verdana;
		color: #0d4f77;
		text-align: left;
	}
	.box h2, .work h2, .tip h2, .box_prod h2, .box_prod2 h2 {
		margin: 5px;
		padding: 2px;
		font: bold 12px Verdana;
		color: #000;
	}
	.box p {
		margin: 5px 0;
	}
		.box_prod p {
			width: 70%;
			margin: 5px;
			float: left;
		}
		.box_prod2 p {
			margin: 5px;
		}
	.box a, .box_prod a, .box_prod2 a {
		font: 11px Verdana;
		text-decoration: underline;
	}
	.box a:hover, .box_prod a:hover, .box_prod2 a:hover {
		font: 11px Verdana;
		text-decoration: none;
	}
	.work p {
		margin: 5px 0;
		font: bold 14px Verdana;
		color: #0d4f77;
	}
	.box img, .work img, .intro img {
		/* border: 1px solid #cecece; */
		border: 1px solid #0d4f77;
	}
		.box_prod a img, .box_prod a:hover img {
/*			margin: 10px;
*/			padding: 10px;
			border: none;
		}
	.tip {
		margin: 15px auto;
		padding: 5px;
		width: 480px;
		background: #fff url(img/box_bg.gif) repeat-x;
		border: 1px solid #cecece;
		text-align: center;
		position: relative;
	}
		.tip img {
			margin: 5px;
			padding: 1px;
			float: left;
		}
		.tip p {
			padding: 0 5px;
			float: left;
		}
		.tip p a {
			margin-top: 3px;
			font: 11px Verdana;
			text-decoration: none;
			display: block;
		} 
/*
CODE USEED FOR PURCHASE INFORMATION
=== DO NOT REMOVE ===
*/

	table {
		border: 1px solid #0d4f77;
	}
	td {
		padding: 2px;
		font: 12px Verdana;
		color: #000;
		/* text-align: left;*/
	}
	.textinput {
		margin: 2px;
		width: 200px;
		font: 12px Verdana;
		color: #000;
		border: 1px solid #0d4f77;
	}
	.phoneTxtBox
	{
		width:28px;
		border: 1px solid #0d4f77;
	}
	.extTxtBox
	{
		width:35px;
		border: 1px solid #0d4f77;
	}
	.error {
		font: bold 12px Verdana;
		color: #ff0000;
	}
	
	
	
#footer {
	margin: 0 auto;
	padding-top: 10px;
	width: 750px;
	height: 49px;
	background: url(img/footer_bg.gif) repeat-x;
	text-align: center;
}
	#footer p {
		margin: 0;
		font: 11px Verdana;
		color: #000;
	}
	#footer a {
		color: #000;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #ff5a00;
		text-decoration: none;
	}
.color2 {
	background-color: #98C8E0;
	font: 12px;
	height: 15px;
}

.color1 {
	background-color: #F5F5F5;
	font: 12px;
	height: 15px;
}