* {
	margin:0;
	padding:0;
	}
	
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: transparent url(images/bodybg.jpg) left top repeat-x;
	margin: 15px 0 0 0;
    }
	
/*----------------------------------------- MAIN DIVs ------------------------------------------*/

div#wrapper {
	width: 730px;
	margin: 0 auto;
	background: transparent url(images/wrapper.jpg) left top repeat-y;
	}

div#header {
	width: 730px;
	height: 194px;
	background: transparent url(images/header.jpg) left top no-repeat;
	position: relative;
	}
	
div#sidebar {
	width: 183px;
	background: #FE7D7A url(images/sidebar.jpg) repeat-x left top;
	float: right;
	margin: 0 7px 0 0;
	border-left: 1px solid #F00902;
	border-right: 1px solid #F00902;
	}

/* not applied by IE */
html>body div#sidebar { margin: 0 14px 0 0;  }	
	
div#content {
	width: 480px;
	float: left;
	text-align: left;
	padding: 10px 0 0 30px;
	font-size: 13px;
	}
	
div#footer {
	width: 730px;
	height: 75px;
	background: #fff url(images/footer.jpg) no-repeat left top;
	clear: both;
	}

/*----------------------------------------- HEADER ------------------------------------------*/

div#header h1#logo {
	text-indent: -1000em;
	float: left;
	display: block;
	margin: 19px 0 0 15px;
	}
	
/* not applied by IE */
html>body h2#logo { margin: 15px 0 0 29px;  }	
	
div#header h1#logo a {
	width: 177px;
	height: 73px;
	display: block;
	text-decoration: none;
	}

div#header p#email {
	text-indent: -1000em;
	float: left;
	display: block;
	position: absolute;
	top: 157px;
	left: 66px;
	}

div#header p#email a {
	width: 253px;
	height: 22px;
	display: block;
	text-decoration: none;
	}

/*----------------------------------------- NAVIGATION ------------------------------------------*/

div#sidebar ul {
	list-style: none;
	padding: 0 0 120px 0;
	}

div#sidebar ul li {
	padding: 0 0 5px 0;
	vertical-align: bottom;
	}	

div#sidebar ul li a:link, div#sidebar ul li a:visited {
	width: 179px;
	height: 43px;
	display: block;
	text-indent: -1000em;
	text-decoration: none;
	}

li#home a:link, li#home a:visited {
	background: transparent url(images/nav_up.gif) left top no-repeat;
	}

li#home a:hover {
	background: transparent url(images/nav_over.gif) left top no-repeat ;
	}

li#about a:link, li#about a:visited {
	background: transparent url(images/nav_up.gif) left -46px no-repeat;
	}

li#about a:hover {
	background: transparent url(images/nav_over.gif) left -46px no-repeat;
	}

li#manufacturing a:link, li#manufacturing a:visited {
	background: transparent url(images/nav_up.gif) left -92px no-repeat;
	}

li#manufacturing a:hover {
	background: transparent url(images/nav_over.gif) left -92px no-repeat;
	}

li#indoor a:link, li#indoor a:visited {
	background: transparent url(images/nav_up.gif) left -138px no-repeat;
	}

li#indoor a:hover {
	background: transparent url(images/nav_over.gif) left -138px no-repeat;
	}

li#soft a:link, li#soft a:visited {
	background: transparent url(images/nav_up.gif) left -184px no-repeat;
	}
	
li#soft a:hover {
	background: transparent url(images/nav_over.gif) left -184px no-repeat;
	}

li#gallery a:link, li#gallery a:visited {
	background: transparent url(images/nav_up.gif) left -230px no-repeat;
	}
	
li#gallery a:hover {
	background: transparent url(images/nav_over.gif) left -230px no-repeat;
	}



li#hire a:link, li#hire a:visited {
	background: transparent url(images/nav_up.gif) left -276px no-repeat;
	}
	
li#hire a:hover {
	background: transparent url(images/nav_over.gif) left -276px no-repeat;
	}




li#units a:link, li#units a:visited {
	background: transparent url(images/nav_up.gif) left -322px no-repeat;
	}
	
li#units a:hover {
	background: transparent url(images/nav_over.gif) left -322px no-repeat;
	}
	
li#directions a:link, li#directions a:visited {
	background: transparent url(images/nav_up.gif) left -368px no-repeat;
	}
	
li#directions a:hover {
	background: transparent url(images/nav_over.gif) left -368px no-repeat;
	}

/*----------------------------------------- CONTENT ------------------------------------------*/

div#content h1 {
	font-size: 17px;
	padding: 0 0 10px 0;
	}

div#content p {
	line-height: 17px;
	padding: 0 0 19px 0;
	}

/*----------------------------------------- FOOTER ------------------------------------------*/

div#footer p {
	font-size: 11px;
	color: #aaa;
	padding: 8px 187px 0 0;
	}

div#footer p#notice {
	color: #ccc;
	text-align: right;
	padding: 24px 5px 0 0;
	}

div#footer p#notice a:link, div#footer p#notice a:visited {
	color: #ccc;
	text-decoration: none;
	}

div#footer p#notice a:hover {
	color: #666;
	text-decoration: none;
	}

/*----------------------------------------- CLASSES -----------------------------------------*/

.hidden {
	display: none;
	}