﻿/* For Navigational and screen placement */
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
	text-align: center;
	height: 100%;
}

body {
	background: #transparent;
	height: 97.0%;
}

p {
	margin: 0 0 1em 0;
}

embed {
	position:relative;
	z-index:1;
}

object {
	position:relative;
	z-index:1;
}

/*************** Layout *********************/

#page {
	width: 966px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	min-height: 100%; /* For Modern Browsers */
	position: relative;
}

#header {
	max-width: 966px;
	font-size: 11px;
	position: relative;
	margin: 0 0;
}

#header h1 {
	font-size: 1em;
	border: 0;
	margin: 17px 0 15px 0;
}

#header h1 a {
	position: absolute;
	text-indent: -9999px;
	width: 306px;
	height: 27px;
	background: #010000 url(../images/imr_logo.jpg) 0 0 no-repeat;
	margin: 0;
	outline: none;
}

#header ul li a {
	float: left;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul {
	float: left;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .subnav {
	float: right;
	display: inline;
	clear: left;
	margin: 0;
	border: 0;
}

#header ul {
	float: right;
	display: inline;
	clear: left;
	margin: 0;
	border: 0;
}

#header ul li {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#header ul li a {
	position: relative;
	line-height: 27px;
	height: 27px;
	padding: 0;
	text-align: center;
	padding-left: 9px;
	width: 120px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
	border: 0;
	border-left: 0px solid #292929;
	overflow: hidden;
	outline: none;
	font-family: Tahoma;
}

#header ul li a:hover {
	color: #df8000;
}

#header ul#nav {
	background: #465664;
	border-right: 1px solid #292929;
	position: relative;
}

#nav_selector {
	position: absolute;
	display: block;
	left: 300px;
	height: 100%;
	width: 125px;
	z-index: 0;
	background: url(../images/nav_selector.png) 0 0 repeat-y;
}

p.types {
	clear: left;
	margin: 1em 0;
}

p.types a {
	margin: 0 1em;
	text-decoration: underline;
}

#footer {
	clear: both;
	margin: 0 auto;
	max-width: 966px;
	padding: 0 0 5px;
	text-align: left;
	/*max-width: 966px;
	min-width: 750px;*/
	background: transparent;
	color: #000000;
}

body.default #footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
}

#footer * {
	margin: .5em;
}

#footer a {
	color: #000000;
}


#logoplacement {
	clear: both;
	margin: 0 auto;
	max-width: 966px;
	padding:24px 0px 0 0;
	text-align: right;
	/*max-width: 966px;
	min-width: 750px;*/
	background: transparent;
	color: #000000;
}

body.default #logoplacement {
	position: absolute;
	left: 0;
	top:0;
	right:0;
	width: 100%;
}

/***** Home section ********/

body.default {
	position: relative;
}

body.default #page {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
}

body.default #header {
	position: relative;
	top: 20em;
	background: transparent url(new_images/navigation.jpg) 0 0 repeat-x;
	border: 0;
	width: 100%;
	max-width: none;
	height: 230px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

body.default #header .wrap {
	width: 966px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
}

body.default #header h1 {
	margin: 0;
	padding: 0;
}

body.default #header ul {
	margin: 0;
	height: 27px;
	float: right;
	display: inline;
}

body.default #header ul#nav {
	background: none;
}

body.default #header ul li {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 27px;
}

body.default #header ul li a {
	float: left;
	display: inline;
	width: 120px;
}

/**** Content Typography *******/

h6 {
	clear: both;
	margin: .25em 0;
}

h5 {
	clear: both;
	margin: .25em 0;
}

h4 {
	clear: both;
	margin: .25em 0;
}

h3 {
	clear: both;
	margin: .25em 0;
}

h2 {
	clear: both;
	margin: .25em 0;
}

h1 {
	clear: both;
	margin: .25em 0;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	margin: 15px 0;
	font-family: Tahoma;
}

/* New Items formatting */
.products {
	width:100%;
	height:178px;
	float:left;
}

.product_img {
	text-align:center;
	padding:24px 36px 24px 36px;
}
