/*
 * style.css
 * colour scheme:
*/

body {
margin: 0;
padding: 0; 
color: #ffffff;
background: #666666;
font-family: sans-serif, verdana, arial;
font-size: 12px;
clear: both;
}

#container {
margin: 15px auto;
width: 1000px;
height: 760px;
float: center;
background-color: #ffffff;
overflow: visible;
}

#topspacer1 {
margin: 0px;
width: 1000px;
height: 5px;
background-color: #999999;
}

/*banner image across top of container */
#banner {
margin: 0px;
width: 1000px;
height: 150px;
background-color: #ffffff;
}

/* start of config
 * links and search box on rhs of banner 
 * div and a:link etc */
#toplinks {
	position: relative;
	top: 10px;
	width: 990px;
	height: 35px;
	background-color: transparent;
	text-align: right;
	font-weight: bold;
	margin-right: 20px;
}

#toplinks a {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
}

#toplinks a:hover {
	color: #66c5c5; 
	text-decoration: underline;
	font-weight: bold;
}

#bottomlinks {
	position: relative;
	top: 60px;
	width: 1000px;
	height: 55px;
	background-color: transparent;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
}
/* end of toplinks div config */

#topspacer2 {
margin: 0px;
width: 1000px;
height: 5px;
background-color: #999999;
}

h3 {
	color: #000000;
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 17px;
}	

/* main content area 
 * full width of container */

#contentcontainer {
	margin: 20px;
	height: 430px;
	color: #555555;
	background: transparent;
	overflow: visible;
}

table.content {
	background-color: #ffffff;
	overflow: visible;
	width: 1000px;
	border-style: none;
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
}

td.leftmenu {
	margin: 0px;
	width: 185px;
	height: 530px;
	padding-left: 10px;
	padding-top: 30px;
	vertical-align: top;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-collapse: collapse;
	border-right-width: 1px;
}
table.subcat {
        margin: 0px;
        width: 185px;
        border-style: none;
        border-collapse: collapse;
		  background: transparent;
}

table.subcat td {
        margin: 0px;
        width: 185px;
        border-bottom-color: #999;
        border-bottom-style: solid;
        border-bottom-collapse: collapse;
        border-bottom-width: 1px;
}

table.subcat td.header {
        margin: 0px;
        width: 185px;
        height: 30px;
        color: #ffffff;
        text-align: center;
        background-color: #999;
}

table.subcat td a {
        color: #999;
        text-decoration: none;
        font-weight: bold;
}

table.subcat td a:hover {
        color: #fff;
        background-color: #999;
        text-decoration: none;
        font-weight: bold;
}
/* end of l-h-s menu area config */

/* content area on right-hand-side
 * width of 800 pixels */
td.maincontent {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 530px;
	color: #555555;
	background-color: #ffffff;
	vertical-align: top;
	overflow: visible;
}

.maincontent a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.maincontent a:hover {
	color: #777777;
	text-decoration: underline;
	font-weight: bold;
}

/* start of config ...
   main menu bar for categories 
	inside td.maincontent */

#pmenu, #pmenu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
}
#pmenu {
	margin:0px 0 50px 15px; 
	position:relative; 
	z-index:500;
}
#pmenu li {
	float:left;
	position:relative;
}
#pmenu a, #pmenu a:visited {
	display:block; 
	font-size:11px; 
	color:#000000; 
	height:23px; 
	line-height:22px; 
	text-decoration:none; 
	text-indent:5px; 
	background:#b2ab9b; 
	border:1px solid #ffffff; 
	border-width:0 1px 1px 0;
}
#pmenu li:hover > a {
	background:#dfd7ca; 
	color:#cc0000;
}
#pmenu li ul {
	display: none;
	width: 100%;
}
#pmenu li:hover > ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:101px;
}
#pmenu > li:hover > ul {
	left:0; 
	top:24px;
}
/* end of mainmenu */

/* start of config ..
 * table products - product display */
table.products {
	margin: 0px;
	width: 750px;
	background-color: #ffffff;
	color: #555555;
	border-style: none;
	border-collapse: collapse;
	border-width: 0px;
	background: transparent;
}

table.products td.prod {
	width: 285px;
	text-align: left;
	font-size: 12px;
	padding: 15px;
	padding-bottom: 25px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-collapse: collapse;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-collapse: collapse;
	border-bottom-width: 1px;
}

table.products td div {
	float: right;
}

table.products td div a{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

table.products td.empty{
	width: 320px;
	text-align: left;
	font-size: 12px;
	padding: 15px;
	padding-bottom: 25px;
}kls kgkasjdgkl sd

table.productdetail {
	width: 100%;
	margin: 0px;
	border-bottom-style: none;
	border-bottom-collapse: collapse;
}

table.productdetail td.im {
	width: 30%;
	text-align: center;
}

table.productdetail td.descr {
	width: 70%;
	text-align: left;
}

table.productdetail td.pdf {
	width: 100%%;
	text-align: right;
}

/* end of table products */

table.prodlist {
	margin: 0px;
	width: 600px;
	background-color: #ffffff;
	border-style: none;
	border-collapse: collapse;
	border-width: 0px;
}

table.prodlist td.prodid {
	width: 60px;
	text-align: left;
	font-size: 12px;
	padding: 10px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-collapse: collapse;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-collapse: collapse;
	border-bottom-width: 1px;
}

table.prodlist td.prodlist {
	width: 340px;
	text-align: left;
	font-size: 12px;
	padding: 10px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-collapse: collapse;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-collapse: collapse;
	border-bottom-width: 1px;
}

table.prodlist td.prodselect {
	width: 100px;
	text-align: left;
	font-size: 12px;
	padding: 10px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-collapse: collapse;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-collapse: collapse;
	border-bottom-width: 1px;
}

/* start of config ..
 	content div for main area 
   inside td.maincontent */
#footer {
	margin: 0px;
	width: 1000px;
	height: 70px;
	background-color: #ffffff;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-collapse: collapse;
	border-top-width: 1px;
}

table.footer {
	margin: 0px;
	width: 900px;
	height: 60px;
	border-style: none;
	border-collapse: collapse;
}

table.footer td.webmaster {
	margin: 0px;
	padding-top: 0px;
	padding-left: 35px;
	width: 300px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

table.footer td.logos {
	margin: 0px;
	padding-top: 5px;
	width: 600px;
	text-align: right;
	vertical-align: middle;
}


