body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image:    url("images/tile.gif");
	background-repeat: repeat;
}

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

p {
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}

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-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

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

#header img {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}
div#basketDetails {
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0300E5;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#basketDetails h3 {
	margin: 0px;
	display: inline;
	font-size: 14px;
}


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


#sidebar {
	width: 170px;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	border: 1px solid #FFFFFF;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 6px;
	display: inline;
	position: relative;
	float: right;
}
#sidebar h5 {
	font-size: 12px;
	margin: 0px;
}

#wrap #sidebar h6 {
	font-size: 10px;
}

#cart_summary td{
	padding-right: 10px;
}
#sidebar h3 {
	font-size: 14px;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
}


/* main navigation elements*/
#nav {
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	position: absolute;
	top: 14px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 5px;
}
#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;
}

#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;
}

#links a {
	width: 36px;
	background-image:    url(images/buttons/links.gif);
	background-repeat: no-repeat;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	margin-right: 34px;
}

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;
}
#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;
}

.itemIndividual {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}
.itemIndividual h1{
	font-size: 12px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.itemIndividual h2{
	font-size: 12px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.itemIndividual h3{
	font-size: 12px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: normal;
}
.itemIndividual img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	padding: 2px;
}
.blueText {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#cart_summary td{
	padding-right: 10px;
}

.product_individual {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #000000;
}
.qty {
	margin-top: 15px;
	vertical-align: top;
}
.qty h2{
	font-size: 12px;
	margin: 0px;
}
.products_details {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.products_details td {
	vertical-align: top;
}
#cartLogo {
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#options h1{
	font-size: 14px;
	margin: 0px;
}
#options h2{
	font-size: 12px;
	margin: 0px;
}
.tableHeader {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.cartTd {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
}
.cartTdRight {
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
}
.cartTdLeft {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
}
.cartTdBlue {
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
.cartHeader {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-right: 8px;
	padding-left: 8px;
}
.cartHeaderLeft {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
.cartHeaderRight {
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
.textNormal{
	font-size: 12px;
	text-align: left;
}
.cartTable {
	border: 1px solid #FFFFFF;
}
.cartTable td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#Submit {
	color: #FFFFFF;
	background-color: #0002DD;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}
.qbox {
	text-align: right;
}
#wrap #sidebar h6 {
	font-size: 10px;
}
div#protxLogo {
	margin-right: 5px;
	width: 700px;
	height: 80px;
}
#wrap #foot #photoProducts {
	text-align: center;
	padding-top: 5px;
}
#photoProducts a img {
	padding: 0px;
}
