@media screen {
	html, body {
		background-color: #FFFFFF; background-image: url( "../graphics/stretchline_logo.gif" ); background-position: right top; background-repeat: no-repeat; background-attachment: fixed; 
		font-family: Gill Sans, Eurostile, Geneva, sans-serif; color: #4b4b4b; font-size: 10pt; line-height: 1.5; font-stretch: ultra-condensed;
		width: 100%; height: 100%;
		padding: 0px; margin: 0px;
	}

a:link { color: #4b4b4b; text-decoration:none;  }
a:visited { color: #252525; text-decoration:none; }
a:hover, active { color: #676771; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #252525; padding-bottom: 0px; }


	div.makeNav li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000;  border-bottom: 1px dotted; }
	
	/* STRUCTURAL LAYOUT */

	#outer[ id ] {
		display: table;
		margin-right: auto; margin-left: auto;
	}
	#outer {
		width: 100%; height: 100%;
		overflow: hidden;
		position: relative;
	}
	#middle {
		position: absolute; top: 50%;
		text-align: center;
		margin-right: auto; margin-left: auto;
	}
	#middle[ id ] {
		display: table-cell;
		vertical-align: middle;
		position: static;
		text-align: center; 
		margin-right: auto; margin-left: auto;
		#position: absolute; #top: 50%;
	}
	#inner[ id ] {
		background-color: #FFFFFF;
		margin-right: auto; margin-left: auto;
		#position: relative; #top: -50%
		width: 100%; height: 480px;
	}
	
	#inner {
		background-color: #FFFFFF;
		width: 100%; height: 420px;
		position: relative; top: -50%;
		margin-right: auto; margin-left: auto;
	}
	#holder {
		background-color: #4B4B4B;
		width: 100%; height: 400px;
		margin-right: auto; margin-left: auto;
	}
	#content {
		position: relative;
		background-color: #ffffff;
		text-align: justify;
		border-left: solid white 1px; border-right: solid white 1px;

		margin-right: auto; margin-left: auto;
		width: 750px; height: 400px;
	}
	#nav {
		position: relative;
		padding: 15px;
		text-align: left;
		width: 750px;
		margin-right: auto; margin-left: auto;
		text-transform: uppercase;
	}
	#menu {
		padding: 0px;
		vertical-align: top;
		text-align: right;
		width: 650px;
		float: right;
		color: #909090;
		text-transform: uppercase;
	}
	#product_types {
		text-align: left;
		width: 750px;
		margin-right: auto; margin-left: auto;
		z-index: 0;
	}

	/* STYLIZATION */
	#productName {
		text-transform: uppercase;
	}
	.highlight {
		color: #cc3333;
	}
	.highlight a:link {
		color: #cc3333;	
	}
	#menu a { color: #909090; }
	#menu a:hover { color:#000; text-decoration: none; }

	#nav_menu {
		display: none;
		position: absolute;
		top: 18px; 
		left: 60px;
		width: 100%;
		background-color: #fff;
	}

	.notice {
		text-align: right;
		position: absolute;
		bottom: 0px; right: 0px;
		z-index: 1;
	}
	.info_page {
		width: 495px; height: 100%; 
		float: right; 
		overflow: auto; 
		background-color: #f2f2f2; 
		margin-left: 1px; 
		padding-left: 10px; padding-right: 10px;
	}
	.info_page_menu {
		float: left; 
		overflow: hidden; 
		color: #cdcdcd; 
		width: 175px; height: 100%; 
		background-color: #7a7a7a; 
		opacity: 0.75;
		padding-right: 5px; padding-left: 5px;
	}
		.info_page_menu a {
		color: #cdcdcd;
	}
	
	/* TAGS */
	b {
		font-size: 130%;
		font-family: eurostile, geneva, sans-serif;
		text-align: left;
	}
	h2 {
		font-family: eurostile, geneva, sans-serif;
	}
	dt, dl {
		list-style-type: none;
		padding-left: 10px;
		margin-left: 0px;
	}
	dd {
		list-style-type: none;
		padding: 0px;
		padding-left: 20px;
		margin-left: 0px;
	}
	ul {
		padding-top: 0px; margin-top: 0px;
		padding-bottom: 0px; margin-bottom: 0px;
		padding-left: 0px; margin-left: 20px;
		list-style-type: none;
	}
	form {
		margin-right: auto; margin-left: auto;
		width: 350px;
		padding: 10px;
	}
	
	fieldset {
		margin: 0px; padding: 0px;
		border: none;
	}
		
	label {
		float: left;
		width: 90px;
	}
	
	input, textarea {
		width: 250px;
		margin-bottom: 5px;
	}
	
	textarea {
		width: 250px;
		height: 100px;
	}
	#submitbutton {
		margin-left: 250px;
		margin-top: 5px;
		width: 90px;
	}
	img {
		border: none;
			border-width: 0px; border-style:none;
	}
	
	div.makeNav, div.makeNav ul {
		font-family: eurostile; font-weight: bold;
		width: 60px;                 /* sets the size of the menu blocks */
		border: 0px solid #000;      /* puts a black border around the menu blocks */
		background-color: #fff;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
		padding: 0px;           /* stops the usual indent from ul */
		margin: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
	}
	div.makeNav li {
		padding: 0px;
		list-style-type: none;       /* removes the bullet points */
		margin: 0px;                 /* Opera 7 puts large spacings between li elements */
			         				 /* makes the menu blocks be positioned relative to their parent menu item
                                	  the lack of offset makes these appear normal, but it will make a difference
                                	  to the absolutely positioned child blocks */
		color: #4b4b4b;                 /* sets the default font colour to white */
	}
	
	div.makeNav li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
		display: none;               /* hides child menu blocks - one of the most important declarations */
		position: absolute;          /* make child blocks hover without leaving space for them */
		top: -2px;                    /* position slightly lower than the parent menu item */
		left: 60px;                  /* this must not be more than the width of the parent block, or the mouse will
    	                              have to move off the element to move between blocks, and the menu will close */
		width: 700px; 
		font-family: gill sans, sans-serif; font-weight: normal;

	}
	div.makeNav li:hover, ul.makeMenu li.CSStoHighlight {
		background-color: #fff;      /* gives the active menu items a yellow background */
	}
	div.makeNav ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
		display: block;              /* specially to go with the className changes in the behaviour file */
	}
	div.makeNav li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements the > targets only the child ul, not any child uls of that child ul */
		display: block;              /* makes the child block visible - one of the most important declarations */
	}
	/* and some link styles */
	div.makeNav li a { color: #4b4b4b; width: 100%; text-decoration: none; }
	div.makeNav li a:hover, ul.makeMenu li a.CSStoHighLink { border-bottom: 1px dotted; }

	/* that IE 5+ conditional comment makes this only visible in IE 5+ */
	div.makeNav li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
		behavior: url( "/products/IEmen.htc" );
		position: relative;
	}
	div.makeNav ul {  /* copy of above declaration without the > selector, except left position is wrong */
		display: none; position: absolute; top: 0px; left: 38px; width: 700px;
	}
	.makeMenu img {
		padding-right: 10px;
	}
	
}

@media print {
	html, body {
		background-color: #FFFFFF; background-image: url( "../graphics/stretchline_logo.gif" ); background-position: right top; background-repeat: no-repeat; background-attachment: fixed; 
		font-family: Lucida Grande, Geneva, sans-serif; color: #000000; font-size: 10pt; line-height: 1.5;
	}
	div, p {
		position: relative;
	}
	.content {
		display: none;
	}
  }