html,body {
	background-color: #dfe8f6;
	margin: 0px;
	min-height: 100%;
	font-family: Verdana;
	font-size: 12px;
	padding: 0px;
	text-align:center; /* Page Center workaround FOR IE5 */
}
div#body_container {
/* This div holds the 'body' of the page. */
	position: relative;
	width: 800px; /* IN body_container, header, footer */
	min-height: 100%;
	background-color: #FFFFFF;
	border-left: 1px solid #000099;
	border-right: 1px solid #000099;
	margin: 0px auto 0px auto;
	text-align:left; /* Page Center workaround FOR IE5 */
	padding: 0px;
}
	table#layout_table {
		padding: 0px;
		margin: 0px;
		position: relative;
		min-height: 100%;
	}
		table#layout_table tr {
			padding: 0px;
			margin: 0px;
			border-style: none;
		}
			table#layout_table td#top_row {
				heigh: 84px;
				padding: 0px;
				margin: 0px;
				border-style: none;
			}
			table#layout_table td#mid_row {
				min-height: 100%;
				padding: 0px;
				margin: 0px;
				border-style: none;
			}
			table#layout_table td#bot_row {
				height: 40px;
				padding: 0px;
				margin: 0px;
				border-style: none;
			}
/*
*****************************************************************
                       HEADER ELEMENTS
*****************************************************************
*/
div#header {
	width: 100%; /* IN body_container, header, footer */
	height: 84px;
	position: relative;
}
	img#atg_logo {
		position: absolute;
		left: 12px;
		top: 12px;
		border: none;
	}
	div#chatblock {
		position: absolute;
		top: 2px;
		right: 5px;
	}
	img#phone_nums {
		position: absolute;
		bottom: 5px;
		right: 140px;
	}
/*
*****************************************************************
                       TOP NAV ELEMENTS
*****************************************************************
*/
div#top_nav {
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align:middle;
	background-image: url(http://lib.store.yahoo.net/lib/advanced-technology-group-atg/toptab.jpg);
	position: relative;
	width: 100%;
}
	div#top_nav ul {
		float:left;
		width:100%;
		padding:0;
		margin:0;
		list-style-type:none;
	}
		div#top_nav li {
			display: inline;
			min-width: 100%;
		}
		div#top_nav a:link { /* links inside of top_nav */
			float: left;
			text-decoration: none;
			padding:8px 10px 8px 10px;
			color: #FFFFFF;
			font-size: 11px;
			border-right:1px solid white;
		}
		div#top_nav a:visited { /* links inside of top_nav */
			float: left;
			text-decoration: none;
			padding:8px 10px 8px 10px;
			color: #FFFFFF;
			font-size: 11px;
			border-right:1px solid white;
		}
		div#top_nav a:hover { /* links inside of top_nav */
			float: left;
			background-color: #6e96d5;
			text-decoration: none;
			padding:8px 10px 8px 10px;
			color: #FFFFFF;
			font-size: 11px;
			border-right:1px solid white;
		}
		div#top_nav a#last:link { /* last links inside of top_nav */
			border-right-style: none;
			color: #FFFFFF;
			padding:8px 10px 8px 10px;
			font-size: 11px;
		}
		div#top_nav  a#last:visited { /* last links inside of top_nav */
			border-right-style: none;
			color: #FFFFFF;
			padding:8px 10px 8px 10px;
			font-size: 11px;
		}
		div#top_nav a#last:hover { /* hover links inside of top_nav */
			border-right-style: none;
			background-color: #6e96d5;
			color: #FFFFFF;
			padding:8px 10px 8px 10px;
			font-size: 11px;
		}
/*
*****************************************************************
                       Middle Row Container
*****************************************************************
*/
div#middle_row {
	position: relative;
	width: 100%;
}
/*
*****************************************************************
                       LEFT COLUMN ELEMENTS
*****************************************************************
*/
div#col_left {
	width: 200px;
	padding: 5px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
	div#search_box {
		border: 1px solid #BBBBBB;
		background-color: #E2E8F2;
		padding: 2px;
		font-size: 14px;
		font-weight: bold;
		color: #666666;
		margin-bottom: 10px;
		position: relative;
	}
		div#search_box form {
			margin-top: 5px;
			margin-bottom: 0px;
		}
		div#search_box #srchbx {
			width: 145px;
		}
		div#search_box #btn {
			margin-bottom: 0px;
			padding-bottom: 0px;
			position: absolute;
			right: 4px;
			bottom: 2px;
		}
	div#col_left * h1 {
		text-decoration: none;
		margin: 0px;
		font-family: verdana;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		color: #FFFFFF;
		background-color: #2366b1;
		padding: 5px 5px 5px 7px;
		margin-bottom: 5px;
	}
	div#shop_by > ul {
		list-style-type: square;
	}
		div#shop_by * li {
			padding-bottom: 4px;
			/*margin-left: -38px;*/
		}
			div#shop_by * a:link {
				text-decoration: none;
				font-weight: bold;
				color: #003366;
				font-size: 12px;
				padding: 0px 0px 4px 0px;
				float: none;
			}
			div#shop_by * a:visited {
				text-decoration: none;
				font-weight: bold;
				color: #003366;
				font-size: 12px;
				padding: 0px 0px 4px 0px;
				float: none;
			}
			div#shop_by * a:hover {
				text-decoration: underline;
				font-weight: bold;
				color: #003366;
				font-size: 12px;
				padding: 0px 0px 4px 0px;
				float: none;
			}
	div#left_pics {
		text-align: center;
	}
/*
*****************************************************************
                       CONTENT ELEMENTS
*****************************************************************
*/
div#content {
	min-height: 600px;
	width: 562px;
	/*border-left: 1px solid #CCCCCC;*/
	padding: 5px;
	position: static;
	float: right;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	color: #000066;
	border: 1px solid #CCCCCC;
	margin: 4px;
}
div#content p{
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	color: #000066;
}
div#content td {
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	color: #000066;
}
div#content h1{
	font-size: 18px;
	font-family: verdana;
	font-weight: normal;
	color: #000066;
	border-bottom: 1px solid #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#content h2{
	font-size: 16px;
	font-family: verdana;
	font-weight: bold;
	color: #000066;
	margin-bottom: 10px;
}
div#content h3{
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
	margin-bottom: 10px;
}
div#content h4{
	font-size: 14px;
	font-family: verdana;
	font-weight: normal;
	color: #000066;
	margin-bottom: 0px;
}
div#content h5{
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color: #000066;
	margin-bottom: 0px;
}
div#content h6{
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	font-style: italic;
	color: #000066;
	margin-bottom: 0px;
}
div#content a:link {
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	color: #0000FF;
	font-size: 12px;
	font-weight: normal;
	position: static;
	display: inline;
	clear: both;
	float: none;
	border: none;
}
div#content a:visited {
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	color: #0000FF;
	font-size: 12px;
	font-weight: normal;
	position: static;
	display: inline;
	clear: both;
	float: none;
	border: none;
}
div#content a:hover {
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	color: #0000FF;
	font-size: 12px;
	font-weight: normal;
	position: static;
	display: inline;
	clear: both;
	float: none;
	border: none;
}
div#inset-img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#item-name {
	text-align: left;
	font-size: 20px;
	font-family: verdana;
	color: #FF6633;
	margin-bottom: 5px;
}
div#item-headline {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
	color: #666666;
	margin-bottom: 10px;
}
.main_tbl_head_comp {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #6e96d5;
	padding: 0px 4px 0px 4px;
	color: #FFFFFF;
}
.main_tbl_exams {
	text-align: left;
	font-size: 10px;
	padding: 0px 4px 0px 4px;
	vertical-align: top;
	color: #000000;
}
.main_tbl_exams  p {
	margin-top: 0px;
	margin-bottom: 3px;
}
/*
*****************************************************************
                       FOOTER ELEMENTS
*****************************************************************
*/
div#footer {
	width: 100%; /* IN body_container, header, footer */
	height: 30px;
	background-color:#2366b1;
	opacity: 0.5;
	position: relative;
	bottom: 0px;
	left: 0px;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	float: none;
	clear: both;
}
div#footer a:link {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	float: none;
	clear: both;
	border: none;
	text-decoration: underline;
	margin: 0px 3px 0px 3px;
	padding: 0px;
}
div#footer a:visited {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	float: none;
	clear: both;
	border: none;
	text-decoration: underline;
	margin: 0px 3px 0px 3px;
	padding: 0px;
}
div#footer a:hover {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	float: none;
	clear: both;
	border: none;
	text-decoration: underline;
	margin: 0px 3px 0px 3px;
	padding: 0px;
}
