/* Client: Myself | Client's website: aeicomputertech.com */
/* Coded by Devon Ackerman of AEI Web Design | aeiwebdesign.com | 04.08.08 */

/* universal */
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
}

/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* a:active MUST come after a:hover in the CSS definition in order to be effective!! */
a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a:active {
	color: #990000;
	text-decoration: underline;
}

.menu {
	background-image: url(../_imagez/layout/menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/* body txt */
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	line-height: 18px;
	padding: 10px 10px 10px 12px;
}

.txt_no_pad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	line-height: 18px;
	padding: 10px 4px 0 4px;
}

/* makes all images not require border=0  */
img {
	border: none;
}

/* hdr guts */
.bcrumb_bg {
	background-image: url(../_imagez/layout/hdr_bcrumbs.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.search_bg {
	background-image: url(../_imagez/layout/hdr_search.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.search_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: #333333;
	padding: 5px 0 0 8px;
	height: 22px;
}

.bcrumb_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	padding: 5px 0 0 120px;
	height: 22px;
}

/* sitemap graphical control */
.ItemStyle {
	list-style-image: url(../_imagez/layout/book2.gif);
	vertical-align: middle;
}

.PopItemStyle {
	list-style-image: url(../_imagez/layout/book1.gif);
	vertical-align: middle;
}

/* repeater stuff that makes length/repeat trickery work */
.rpt_bg_lft {
	background-image: url(../_imagez/layout/rpt_bg_lft.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

.rpt_bg_rgt {
	background-image: url(../_imagez/layout/rpt_bg_rgt.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

.colored_wall {
	background-image: url(../_imagez/layout/colored_wall.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* footer */
.ftr {
	background-image: url(../_imagez/layout/ftr.jpg);
	background-repeat: no-repeat;
	height: 73px;
}

.ftr_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	margin: 54px 0 0 100px;
}

.clock {
	background-image: url(../_imagez/layout/ftr_clock.jpg);
	background-repeat: no-repeat;
}