/* salmark.css */

/* Generic Classes */

* { padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; }

body { background: #DC7109 url('../images/home/home-flow.jpg') repeat; }

p { margin: 10px; }

h1,h2,h3,h4,h5,h6 { margin: 15px 10px; }

ul,ol { margin: 10px 10px 10px 35px; }

/* Temporary Classes */

.highlight { color: #f00;
	border: 2px Dashed #c00;
	margin: 2px;
	padding: 5px;
	font-size: 1.2em;
	font-weight: 800; }

/* Semi-Generic + Custom Classes */

.center { text-align: center; }

div.clear { clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	content: '.'; }

/* HOME Layout */
div#center_flow { background: url('../images/home/body-flow.jpg') repeat-x left top;
	text-align: center; }

div#entirety { width: 770px;
	margin: 0px auto;
	text-align: left; }

/* MENU Layout */
div#entirety div#menu { height: 208px;
	background: #002B54 url('../images/home/menu-bg.jpg') no-repeat left top; }
div#entirety div#menu h1, div#entirety div#menu h2 { display: none; }
div#entirety div#menu ul { list-style: none;
	margin: 0; }
div#entirety div#menu ul li { display: inline; }
div#entirety div#menu ul li a { display: block;
	position: relative;
	top: 37px; }
div#entirety div#menu ul li a span { display: none; }
div#entirety div#menu ul li a#menu_safety { width: 200px;
	height: 20px;
	left: 505px;
	background: url('../images/home/menu/safety.jpg') no-repeat left top; }
div#entirety div#menu ul li a#menu_safety:hover { background: url('../images/home/menu/safety-ro.jpg') no-repeat left top; }
div#entirety div#menu ul li a#menu_promotional { width: 175px;
	height: 22px;
	left: 485px;
	background: url('../images/home/menu/promotional.jpg') no-repeat left top; }
div#entirety div#menu ul li a#menu_promotional:hover { background: url('../images/home/menu/promotional-ro.jpg') no-repeat left top; }
div#entirety div#menu ul li a#menu_apparel { width: 155px;
	height: 28px;
	left: 458px;
	background: url('../images/home/menu/apparel.jpg') no-repeat left top; }
div#entirety div#menu ul li a#menu_apparel:hover { background: url('../images/home/menu/apparel-ro.jpg') no-repeat left top; }
div#entirety div#menu ul li a#menu_executive { width: 145px;
	height: 34px;
	left: 425px;
	background: url('../images/home/menu/executive.jpg') no-repeat left top; }
div#entirety div#menu ul li a#menu_executive:hover { background: url('../images/home/menu/executive-ro.jpg') no-repeat left top; }
div#entirety div#menu ul li a#menu_guide { width: 200px;
	height: 55px;
	left: 378px;
	background: url('../images/home/menu/guide.jpg') no-repeat left top; }
div#entirety div#menu ul li a#menu_guide:hover { background: url('../images/home/menu/guide-ro.jpg') no-repeat left top; }
/* EO.MENU Layout */

div#entirety div#header { height: 201px;
	background: url('../images/home/header.jpg') no-repeat left top; }
div#entirety div#header h1, div#entirety div#header h2 { display: none; }

/* UTILITY Layout */
div#entirety div#utility { height: 25px;
	background: url('../images/home/utility-bg.jpg') no-repeat 638px top; }
div#entirety div#utility h2 { display: none; }
div#entirety div#utility ul { list-style: none;
	margin: 0px;
	padding-left: 110px; }
div#entirety div#utility ul li { display: inline; }
div#entirety div#utility ul li a { display: block;
	height: 25px;
	positon: absolute;
	float: left; }
div#entirety div#utility ul li a span { display: none; }
div#entirety div#utility ul li a#utility_about { width: 95px;
	background: url('../images/utility/about.jpg') no-repeat left top; }
div#entirety div#utility ul li a#utility_programs { width: 129px;
	background: url('../images/utility/programs.jpg') no-repeat left top; }
div#entirety div#utility ul li a#utility_form { width: 95px;
	background: url('../images/utility/form.jpg') no-repeat left top; }
div#entirety div#utility ul li a#utility_catalogue { width: 126px;
	background: url('../images/utility/catalogue.jpg') no-repeat left top; }
div#entirety div#utility ul li a#utility_contact { width: 60px;
	background: url('../images/utility/contact.jpg') no-repeat left top; }
/* EO.UTILITY Layout */
/* EO.HOME Layout */
