body, form {
  margin: 0;
  padding: 0;
	color:#f4f2e1;
	font-family: Arial;
	font-size: 11px;
	background:#000000;

}

img {
  border: 0;
}

p {
	margin: 0;
	line-height: 20px;
	font-size:11px;
}

h1{
	color:#26aba3;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	color:#26aba3;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
}


a:link, a:visited {
	color: #f4f2e1;
	text-decoration: none;
}

a:hover {
	color:#26aba3;
}




a.alphaListing:link, a.alphaListing:visited {
	padding: 3px;
	width: 12px;
	height: 12px;
	text-align: center;
	line-height: 12px;
}

a.alphaSelected:link, a.alphaSelected:visited {
	padding-left: 3px;
	padding-right: 3px;
	background: #a99c63;
	width: 12px;
	height: 12px;
	color:#000000;
	text-align: center;
	line-height: 12px;

}

#headerWrapper {
	width:980px; 
	margin:auto; 
}
#headerContent {
	width:200px; 
	float:right; 
	height:90px; 
	margin-top:25px;
}
#menuWrapper {
	height:35px; 
	border-top:1px solid #383838; 
	border-bottom:1px solid #383838;
}

#contentWrapper {
	width: 980px;
	margin:auto;
	min-height: 450px;
}

#content {
	padding: 50px;
}

#memberLogin {
	position:absolute; 
	margin-left:2px; 
	margin-top: -14px; 
	background:#1b1b1b; 
	width:140px; 
	height:85px; 
	border:1px solid #4e4c4c; 
	padding:20px; 
	z-index:3;
}

#forgotPassword {
	position:absolute; 
	margin-left:19px; 
	margin-top: 3px; 
	background:#1b1b1b; 
	width:140px; 
	height:40px; 
	border:1px solid #4e4c4c; 
	padding:20px; 
	z-index:3;
}


.search {
	background:#1b1b1b; 
	border:1px solid #4b4b4b; 
	color:#ffffff;
	width: 145px;
	height:16px;
	font-size:11px;
}

.password {
	border:1px solid #4b4b4b; 
	color:#ffffff;
	background:#000000;
	width:140px;
	font-size:11px;
}

.go {
	float:left; 
	background:#54bab5; 
	color:#000000; 
	font-size:11px; 
	border:1px solid #42928e; 
	width:28px; 
	height:18px; 
	text-align:center; 
	line-height:18px; 
	font-weight:bold;
}

.copyright {
	width: 980px;
	margin:auto;
	color:#747474; 
	font-size:9px; 
	text-transform:uppercase;
	height: 40px;
	line-height:40px;
}

a.addfavourite:link, a.addfavourite:visited {
	color: #b4b4b4;
}

a.addfavourite:hover {
	color:#26aba3;
}

a:link.paging, a:visited.paging {
  text-decoration: none;
}

.alphabet {
	background:url(../img/alpha_bg.jpg) no-repeat; 
	width:28px; 
	height:26px; 
	font-size:14px; 
	font-weight:bold; 
	color:#000000;
	font-family: "Trajan Pro", Time News Roman;
	text-align:center;
	line-height: 26px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.goldTitle{
	color:#bdaf74; 
	text-transform:uppercase; 
	padding-bottom:10px;
}

.leftMenuAlpha {
	background:url(../img/alpha_bg2.gif) no-repeat; 
	width:34px; 
	height:34px; 
	text-align:center; 
	color:#000000;
	font-family: "Trajan Pro", Time News Roman;
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 10px;
}

a.leftMenuLink:hover  {
	color:#bdaf74;
	text-transform: capitalize;
}
a.leftMenuLink:link, a.leftMenuLink:visited {
	text-transform: capitalize;
}
a.leftMenuLinkSelected {
	color:#bdaf74;
	text-transform: capitalize;
}

.categoryList {
	float:left; 
	width:175px; 
	line-height:20px;
}

.address {
	width:210px; 
	float:left; 
	line-height:20px;
}

.contactGoldTitle{
	color:#bdaf74; 
	text-transform:uppercase; 
	padding-bottom:10px;
	font-size: 12px;
	float:left;
	line-height:30px;
}

.contactGreenTitle {
	color:#26aba3;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: normal;
}

.clientele {
	width: 290px;
	float:left; 
	line-height:20px;
}

.clienteleDivWrapper {
	margin-top:50px; 
	width:290px; 
	height:2000px; 
	float:left;
}



/***menu hover***/
a:link.selected, a:hover.selected, a:visited.selected {
	display: block;
	background:url(../img/home-hover.gif) no-repeat; 
	width:63px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:link.home, a:visited.home {
	display: block;
	background:url(../img/home.gif) no-repeat; 
	width:63px;
	height:35px;
	text-decoration: none;
	float:left;
}
a:hover.home{
  background:url(../img/home-hover.gif) no-repeat;
}

a:link.prodselected, a:visited.prodselected {
	display: block;
	background:url(../img/prod_catalogue-hover.gif) no-repeat center; 
	width:167px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:link.product, a:visited.product {
	display: block;
	background:url(../img/prod_catalogue.gif) no-repeat center; 
	width:167px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:hover.product{
  background:url(../img/prod_catalogue-hover.gif) no-repeat center; 
}

a:link.newsselected, a:visited.newsselected {
	display: block;
	background:url(../img/news-hover.gif) no-repeat center; 
	width:115px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:link.news, a:visited.news {
	display: block;
	background:url(../img/news.gif) no-repeat center; 
	width:115px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:hover.news{
  background:url(../img/news-hover.gif) no-repeat center; 
}

a:link.themesselected, a:visited.themesselected {
	display: block;
	background:url(../img/themes-hover.gif) no-repeat center; 
	width:154px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:link.themes, a:visited.themes {
	display: block;
	background:url(../img/themes.gif) no-repeat center; 
	width:154px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:hover.themes{
  background:url(../img/themes-hover.gif) no-repeat center; 
}

a:link.aboutusselected, a:visited.aboutusselected {
	display: block;
	background:url(../img/aboutus-hover.gif) no-repeat center; 
	width:86px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:link.aboutus, a:visited.aboutus {
	display: block;
	background:url(../img/aboutus.gif) no-repeat center; 
	width:86px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:hover.aboutus{
  background:url(../img/aboutus-hover.gif) no-repeat center; 
}


a:link.clientelesselected, a:visited.clientelesselected {
	display: block;
	background:url(../img/clientele-hover.gif) no-repeat center; 
	width:90px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:link.clientele, a:visited.clientele {
	display: block;
	background:url(../img/clientele.gif) no-repeat center; 
	width:90px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:hover.clientele{
  background:url(../img/clientele-hover.gif) no-repeat center; 
}

a:link.contactsselected, a:visited.contactsselected {
	display: block;
	background:url(../img/contactus-hover.gif) no-repeat center; 
	width:110px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:link.contact, a:visited.contact {
	display: block;
	background:url(../img/contactus.gif) no-repeat center; 
	width:110px;
	height:35px; 
	text-decoration: none;
	float:left;
}
a:hover.contact{
  background:url(../img/contactus-hover.gif) no-repeat center; 
}
/*end of menu hover*/



/*submenu hover*/
#ListContact {
	display: none;
	position: absolute;
	margin-left:708px;
	padding-top: 40px;
	z-index: 20;
	width:200px;
}


div#ListContact a, div#ListContact a:visited{
	display: block;
	color:#bdaf74; 
	text-transform:uppercase; 
}

div#ListContact a:hover {
	color:#ffffff; 
}

.productcode {
margin-top:250px; text-align:left; background:#000000;
}

.alphabetListing {
margin-left:162px; margin-top:5px; float:left
}

.pic_number {
float:left; margin-top:380px; margin-right:3px;
}

/* == Input Table == */
.inputTable {
	border-collapse: collapse;
	margin: 5px 0;
}

.inputTable tr {
	padding:4px;
}

.inputTable td {
	padding:  4px;
}
/* == End of Input Table == */


/*Input text box*/
.textBox {
	width: 200px; 
	background:#1F1F1F;
	color: #ffffff;
	border: 1px solid #383838;
}
/*end of Input text box*/


/* == Modifiers == */
.w80px {
	width: 80px;
}

.w100px {
	width: 100px;
}

.w125px {
	width: 125px;
}

.w130px {
	width: 130px;
}

.w150px {
	width: 150px;
}

.w200px {
	width: 200px;
}

.w300px {
	width: 300px;
}

.w350px {
	width: 350px;
}

.w400px {
	width: 400px;
}

.w500px {
	width: 500px;
}

.w600px {
	width: 600px;
}

.w800px {
	width: 800px;
}

.w1000px {
	width: 1000px;
}

.w50pc {
	width: 50%;
}

.w75pc {
	width: 75%;
}

.w100pc {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.marginCenter {
	margin: 0 auto;
}

.rightAlign {
  text-align: right;
}

.contentVerticalTop td {
	vertical-align: top;
}
/* == End of Modifiers == */


.blueButton {
	background:#54bab5; 
	color:#000000; 
	font-size:11px; 
	border:1px solid #42928e; 
	width:50px; 
	height:18px; 
	text-align:center; 
	line-height:18px; 
	font-weight:bold;
}

.blueButton150 {
	background:#54bab5; 
	color:#000000; 
	font-size:11px; 
	border:1px solid #42928e; 
	width:150px; 
	text-align:center; 
	font-weight:bold;
	cursor: pointer;
}

.blueButton100 {
	background:#54bab5; 
	color:#000000; 
	font-size:11px; 
	border:1px solid #42928e; 
	width:100px; 
	text-align:center; 
	font-weight:bold;
	cursor: pointer;
}


/*blinking msg effect*/
.messagebox{
 position:absolute;
 width:100px;
 margin-left:20px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
 height: 10px;
 margin-top:2px;
 line-height:10px;
}
.messageboxok{
 position:absolute;
 width:auto;
 margin-left:20px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 color:#008000;
 height: 10px;
 margin-top:2px;
 line-height:10px;
}
.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:20px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 color:#CC0000;
 height: 10px;
 margin-top:2px;
 line-height:10px;
}
/*End of blinking msg effect*/



/* == Notice / Error == */
.error {
  font-family: Arial;
  font-size: 12px;
  padding:4px 6px;
	padding-left:23px;
  color: #CE4141;
	border: 1px solid #CE4141;
	background: url(../img/tiny-icons/cross.gif) no-repeat 4px 2px #FFF1F1;
	margin: 4px 0;
}

.notice {
  font-family: Arial;
  font-size: 12px;
  padding:4px 6px;
	padding-left:23px;
  color: #2E6D29;
	border: 1px solid #2E6D29;
	background: url(../img/tiny-icons/tick.gif) no-repeat 4px 2px #E9FFE4;
	margin: 4px 0;
}
/* == End of Notice Error == */
