/* 
SITE COLORS
top blue: #8ea3b4
table top blue: #b4c2cd
link blue: #2b55a1
link dark blue: #223867
light gray: #929289
black: #272525
background gray: #c9c9c4
tech red: #ba4e27
*/

/* The following styles will be hidden from older browsers that don't support modern css standards. */

/* nav nausea */
#top_nav {
	width: 720px;
	height: 40px;
	background: url(../images/top_nav.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

#top_nav img {
	border: none;
}

#top_nav span { display: none; }

#top_nav li {margin: 0px; padding: 0px; list-style: none; position: absolute; top: 0px;}

#top_nav li, #top_nav a { height: 40px; display: block;}
#top_nav0 {left: 15px; width: 160px; }
#top_nav1 {left: 200px; width: 120px; }
#top_nav2 {left: 320px; width: 70px; }
#top_nav3 {left: 390px; width: 60px; }

#top_nav4 a {left: 460px; width: 260px; height: 100px;}
#top_nav4 {left: 460px; width: 260px;}


#top_nav0 a:hover {background: transparent url(../images/top_nav.gif) 0px -40px no-repeat;}
#top_nav1 a:hover {background: transparent url(../images/top_nav.gif) -200px -40px no-repeat;}
#top_nav2 a:hover {background: transparent url(../images/top_nav.gif) -320px -40px no-repeat;}
#top_nav3 a:hover {background: transparent url(../images/top_nav.gif) -390px -40px no-repeat;}
#top_nav4 a:hover {background: transparent url(../images/top_nav.gif) -460px -40px no-repeat;}


#side_nav {
	font-size: 10px;
	line-height: 14px;
	color: #ba4e27;
	width: 150px;
	padding: 0px 0px 0px 40px;
	margin: 0px
	}

#side_nav ul {margin: 0px 0px 10px 0px; padding: 0px; list-style: none;}

#side_nav li {margin: 0px; padding: 0px; list-style: none;}

#side_nav h3 {
	font-size: 10px;
	font-weight: normal;
}



/* let there be content */

#top_content {
	background-image: url(../images/top_bar.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 210px;
}

#logo {
	width: 251px;
	/*height: 160px;*/
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 0;
}

#logo span { display: none; }


#person_person {
	margin: 84px 0px 0px 195px;
}


/* three column layout stuff */
#left {
	float: left;
	width: 195px;
	margin: 0px; 
	padding: 0px;
}

#middle {
	margin: 0px 0px 0px 200px;
	padding: 0px;
}

#right {
	float: right;
	margin: -70px 10px 0px 0px; 
	padding: 0px;
}


/* loco locators */
#locator {
	background-image: url(../images/locator.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	height: 100px;
	padding: 0px 0px 0px 40px;
	margin: 0px;
}

#locator p {
	margin: 5px 0px 0px 0px;
}

#locator a:link, #locator a:visited  {
	color: #272525;
	text-decoration: none;
	background-color: transparent;
}

#locator a:hover {
	color: #223867;
	text-decoration: none;
	background-color: transparent;
}

#locator span { display: none; }

#locator_select {
	font-size: 11px;
	width: 155px;
	margin: 50px 0px 0px 0px;
	}


#locator_inside {
	background-image: url(../images/locator_inside.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: center;
	padding: 40px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
}

#locator_inside p {
	margin: 0px;
	padding: 0px;
}

#locator_inside a:link, #locator_inside a:visited  {
	color: #606060;
	text-decoration: none;
	background-color: transparent;
}

#locator_inside a:hover {
	color: #223867;
	text-decoration: none;
	background-color: transparent;
}

#locator_inside span { display: none; }

#locator_inside_select {
	font-size: 9px;
	width: 140px;
	}
	
	
/* welcome to the home page machine(s) */
#machines {
	width: 230px;
	font-size: 12px;
}

#machines ul {margin-top: 25px; margin-left: 0px; padding: 0px; list-style: none; vertical-align: middle;}

#machines li {margin: 0px; padding: 0px; list-style: none;}

#machines img {
	float: left;
	margin-top: 10px;
}

.machine_box {
	background-color: #ffffff;
	height: 110px;
	padding: 0px;
	border-bottom: 3px solid #b4c2cd;
	margin: 0px 0px 10px 0px;
}


/* other elements */
.arrowy {
	background-image: url(../images/arrowy.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 0px 50px;
	margin: 10px 0px 0px 0px;
}

.arrowy h2 {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

.arrowy h4 {
	background-color: transparent;
	}

.arrowy img {
	margin-top: 10px;
}

.arrowy ul {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100px; 
	float:left;
	background-color: transparent;
}

.arrowy li {margin: 0px; padding: 0px; list-style: none;}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin:0px; padding:0px;
	background: transparent;
}


/* footer!!! */

#footer {
	width: 720px;
	height: 175px;
	padding: 0px;
	margin: -25px 0px 0px;
	background-image: url(../images/expert_girl.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#malefooter {
	width: 720px;
	height: 175px;
	padding: 0px;
	margin: -25px 0px 0px;
	background-image: url(../images/expert_boy.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#maleSCfooter {
	width: 720px;
	height: 175px;
	padding: 0px;
	margin: -5px 0px 0px;
	background-image: url(../images/expert_boy.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#indexfooter {
	width: 720px;
	height: 175px;
	padding: 0px;
	margin: -110px 0px 0px;
	background-image: url(../images/expert_girl.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


#checkoutfooter {
	width: 720px;
	height: 175px;
	padding: 0px;
	margin: -110px 0px 0px;
	background-image: url(../images/expert_boy.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


#contact {
	width: 230px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	top: 25px;
	left: 0px;
}

#contact span { display: none; }
#contact a { height: 150px; display: block;}


#bottom_nav {
	font-size: 10px;
	color: #ffffff;
	line-height: 16px;
	margin-left: 230px;
	padding-top: 145px;
}

#bottom_nav a:link {
	color: #ffffff;
	text-decoration: none;
}

#bottom_nav a:hover {
	color: #223867;
	text-decoration: none;
}

#bottom_nav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#bottom_nav a:visited:hover {
	color: #223867; 
	text-decoration: none;
	background-color: transparent;
}

#bottom_nav a:active { 
	color: #333333;
	text-decoration: none;
	background-color: transparent;
}

#bottom_nav ul {
	font-size: 11px;
	color: #ffffff;
	margin: 0px; 
	padding: 0px; 
	list-style: none;
}

#bottom_nav li {
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	display: inline;
}


