/* 	DMA Distributing
	Version 3.0
	Created June 2009
*/

html {
 width:100%;
 height:100%;
 background-image:url('./images/bkground.png');
 background-repeat:repeat-x;
 /* default font */
 font-family:'Trebuchet MS', Tahoma, Arial;
}

body {
 width:100%;
 height:100%;
 /* default font */
 font-family:'Trebuchet MS', Tahoma, Arial;
}



#center {
   position:relative; 
   display:block;
   /*height:1%;*/
   width:960px;   
   margin:0px auto;
}


.nodisplay {
   display:none;
}

/* Header */

#head {
   display:block;
   height:150px;
   
}

#logo {
   width:100%;
   height:150px;
   cursor:pointer; /*fix bug in IE 7*/
   background-image:url('./images/logo.png');
   background-repeat:no-repeat;
   background-position:right;
}




/* New menu System */
#masterdiv {
position: absolute;
top:152px;
display:block;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:150px;
padding:2px;
text-align:center;
font-size:12px;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
font-size:12px;
}



/* OLD */





	
#main {
	position:relative;
	display:block;
	border: solid;
	margin-left:100px;
	width:790px;
	border-color:#990000;
	border-width:thin;
	}
	
#main h1 {
font: bold 22px/30px arial, helvetica, sans-serif;
color: #790000;
text-align:center;
}

#main h2 {
font: bold 14px/18px arial, helvetica, sans-serif;
color: #000000;
border: hidden;
}

#main h3 {
font: bold 8px/12px arial, helvetica, sans-serif;
color: #000000;
border: hidden;
}
#main h4 {
font: bold 16px/20px arial, helvetica, sans-serif;
color: #000000;
border: hidden;
}

#cols {
position: relative;
	width: 50%;
	min-width: 300px;
	border-right: thin;
	border-top: thin;
	border-color:#990000;
	border-width:thin;
}



#txt {
	width: 70%;
	min-width: 200px;
	margin-left: 20px;
	margin-right: 10px;
	border-top: thin;
	border-color:#000000;
	border-width:thin;
}




#main a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-color: #ccc #888 #555 #bbb;
color: #000;
background: #efefef;
margin: 0;
text-decoration: none;
}
.imgb {
	border: thin;
	border-color:#990000;
	border-width:thin;
	border-style:solid;
	display:compact;
	padding-bottom:0px;
	margin-bottom:0px;
}
.imga {
	border: thin;
	border-color:#990000;
	border-width:thin;
	border-style:solid;
	vertical-align: top;
}
.item { background: url(images/side.gif) top no-repeat right;

}
.itembg {
background: #993333;
font: bold 11px/16px arial, helvetica, sans-serif;

}

.productdata {
border:thin;
border-color:#990000;
background:url(images/bg.gif) no-repeat  bottom right;
width:750px;
}

.productdesc {
text-align:left;
font: 16px/20px arial, helvetica, sans-serif;

}

.anitproductname {
position:absolute;
left:200px;
}

.productnamebox {
border-bottom:solid;
border-bottom-color:#990000;
border-left:solid;
border-left-color:#990000;
border-right:solid;
border-right-color:#990000;
text-align:right;
padding-right:10px;
font: bold 18px/22px arial, helvetica, sans-serif;
margin-right:20px;
}
.productname {
position:absolute;
right: 20px;
border-bottom:solid;
border-bottom-color:#990000;
border-left:solid;
border-left-color:#990000;
border-right:solid;
border-right-color:#990000;
text-align:right;
padding-right:10px;
font: bold 18px/22px arial, helvetica, sans-serif;
margin-right:20px;
}

.productnum {
border-bottom:solid;
border-bottom-color:#990000;
border-right:solid;
border-right-color:#990000;
text-align:right;
vertical-align:text-top;
font:bold 18px/22px arial, helvetica, sans-serif;
padding-right:10px;

}
.productbox {
vertical-align:text-top;
margin-left:10px;
margin-right:10px;

}
.productboxalign {
margin-right:10px;
}
table {
}

