body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	background-color: #000000;
	background-image:    url("images/tile.gif");
	background-repeat: repeat;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}

h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}

p {
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#form1  {
	font-size: 12px;
	width: 350px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#form1 td {
	vertical-align: top;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#wrap {
	width: 760px;
	background-color: #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
}

#header img {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#content {
	height: 372px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#content img {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#sidebar {
	top: 51px;
	width: 312px;
	padding: 10px;
	float: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 353px;
}
div#leftSection {
	display: inline;
}


/* main navigation elements*/
#nav {
	height: 30px;
	list-style: none;
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	overflow: hidden;
	margin-left: 0px;
}
/* hide this code from IE6 cos it causes the nav bar to position over the logo */
#header>#nav {
	margin-left: 5px;
	position: absolute;
	top: 14px;
}
/* end of hidden code */

#nav a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#nav a:hover {
background-position: 0 -30px;
}
	
#nav a:active, #nav a.selected {
	background-position: 0 -60px;
}

#nav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#about a {
	width: 35px;
	background-image:    url(images/buttons/about.gif);
	background-repeat: no-repeat;
}

#contact a {
	width: 47px;
	background-image:    url(images/buttons/contact.gif);
	background-repeat: no-repeat;
}

#orders a {
	width: 40px;
	background-image:    url(images/buttons/orders.gif);
	background-repeat: no-repeat;
	margin-right: 17px;
	padding-right: 10px;
}

#conference a {
	width: 69px;
	background-image:    url(images/buttons/conference.gif);
	background-repeat: no-repeat;
}

#pr a {
	width: 69px;
	background-image:    url(images/buttons/pr.gif);
	background-repeat: no-repeat;
}

#industrial a {
	width: 69px;
	background-image:    url(images/buttons/industrial.gif);
	background-repeat: no-repeat;
}

#golf a {
	width: 69px;
	background-image:    url(images/buttons/golf.gif);
	background-repeat: no-repeat;
}

#portrait a {
	width: 69px;
	background-image:    url(images/buttons/portrait.gif);
	background-repeat: no-repeat;
	margin-right: 17px;
}

#links a {
	width: 36px;
	background-image:    url(images/buttons/links.gif);
	background-repeat: no-repeat;
}

div#address {
	position: relative;
	bottom: 5px;
	right: 0px;
}

#address img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

div#thumbnails {
	position: absolute;
	top: 170px;
	left: 10px !important;
	left /**/:1px;
}

#thumbnails p {
	margin: 2px 0px 0px;
}

#thumbnails img {
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

/* this is simply to force IE to accept the 'hover' border change*/
div#thumbnails a {
	text-decoration:none;
}
/* ...so is this! */
div#thumbnails a:hover {
	text-decoration:underline;
}

div#thumbnails a:link img {
	border: 1px solid #000000;
}

div#thumbnails a:visited img {
	border: 1px solid #666666;
}

div#thumbnails a:active img {
	border: 1px solid #666666;
}

div#thumbnails a:link:hover img {
	border: 1px solid #FFFFFF;
}

#address p {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

div#sheetBtn {
	width: 75px;
}
#foot ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
#foot li {
	list-style-type: none;
	display: inline;
}
#foot p {
	margin-top: 0px;
	text-align: center;
}

div#foot {
	font-size: 12px;
	padding: 5px;
}

#foot img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}

#wrap #foot li a:link, #wrap #foot li a:visited {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	color: #FFFFFF;
}

#wrap #foot li a:hover {
	background-color: #310DA0;
	text-decoration: none;
}

#wrap #foot #nnns {
	text-align: right;
	float: right;
	margin-top: -23px;
}


.ls {
	border-top: 18px solid #000000;
}
.lsshort {
	border-top: 35px solid #000000;
}
.email {
	margin-left: 5px;
	padding-left: 5px;
	margin: 0px;
	padding: 0px;
}
div#pricelist_btn {
	height: 35px;
}
#pricelist_btn a {
	background-image: url(images/pricelist_btn.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:35px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 76px;
}

#pricelist_btn a:hover {
	background-position: 0px -35px;
}
ul#contAndPrice {
	position: absolute;
	top: 335px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	width: 75px;
}
#contAndPrice li {
	margin-left: 0px;
	list-style-type: none;
	display: inline;
	padding: 0px;
}

table#request {
	margin-top: 15px;
}
#wrap #foot #photoProducts {
	text-align: center;
	padding-top: 5px;
}
#photoProducts a img {
	padding: 0px;
}
