* { padding: 0; margin: 0; }
/*Fonts and headings*/


body {
font-family:Verdana, Arial, sans-serif;
 font-size: 12px;
}

textarea  {font-family:Verdana, Arial, sans-serif;
 font-size: 12px;}

/*Layout divs  */
#wrapper { 
 margin: 0 auto;
 width: 770px;

}
#header {
 color: #333;
 width: 770px;
 float: left;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background-image:url(../images/testheader3.jpg);
 height:166px;
}




#leftcolumn { 
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: auto;
 width: 220px;
 float: left;
}

.leftdivtop {
	background-image:url(../images/divTopMed.jpg);
	background-repeat:no-repeat;
	height:35px;
}

.leftdivmiddle {
	background-image:url(../images/divMiddleMed.jpg);
	background-repeat:repeat-y;
	padding-left:7px;
	padding-right:7px;
}

.leftdivbottom {
	background:url(../images/divBottomMed.jpg);
	background-repeat:no-repeat;
	height:10px;
}


#rightcolumn { 
	 float: right;
	 margin: 0px 0px 0px 0px;
	 padding: 0px;
	 height: auto;
	 width: 550px;
	 display: inline;
}


.contentop {
	background-image:url(../images/divTopLarge.jpg);
	background-repeat:no-repeat;
	height:35px;
}

.contenmiddle {
	background-image:url(../images/divMiddleLarge.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
}

.contenbottom {
	background:url(../images/divBottomLarge.jpg);
	background-repeat:no-repeat;
	height:10px;
}

#footer { 
 width: 770px;
 clear: both;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height:auto;
}

#footertop {
	background-image:url(../images/footertop.jpg);
	background-repeat:no-repeat;
	height:10px;
}

#footermiddle {
	background-image:url(../images/footermiddle.jpg);
	background-repeat:repeat-y;
	padding-left:7px;
	padding-right:7px;
	text-align:right;
}

#footerbottom {
	background-image:url(../images/footerbottom.jpg);
	background-repeat:no-repeat;
	height:10px;
}


.title {
	color: #999999;
	padding-top:10px;
	font-size:13px;
	font-weight:700;
	padding-left:60px;
}

.titleRed {
	color:#FF0000;
	padding-top:10px;
	font-size:13px;
	font-weight:700;
	padding-left:60px;
}


#rightcolumn .contenmiddle ul {
padding-left:15px;
}

/*Forms*/

.totalBox{
border-color:#FFFFFF;
border-width:0;
font-weight:700;
}

.vat {
color:#999999;
font-size:9px;}

.orderForm {
	line-height: 25px;
}


fieldset {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #d9d9d9;
}
legend {
	color:#000099;
	padding: 4px;
	border-width: 1px;
	border-color: #d9d9d9;
	font-weight: 700;
	border-style: solid;

}








/*Hyperlinks and buttons*/
#button a {
display:block;
padding-left:4px;
padding-right:4px;
line-height:20px;

}

.LIB{
list-style:disc;
color: #000066
}


.errorMSG {
font-size:9px;
color:#FF0000;
}

.btn {
	width: 65px;
	color:#666666;
	
	font-weight:500;
	background:#d9d9d9;
	border: 2px solid #999999;
	cursor:pointer;
	}

.pimage{
border-color:#999999;
border-width:1px;
}


/*Menu Menu*/

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu7 {
	width: 220px;
	}
	
#menu7 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu7 li a:link, #menu7 li a:visited {
	color: #999999;
	display: block;
	background:  url(../images/menu.jpg);
	padding: 10px 0 0 60px;
	font-weight:700;
	}
	
#menu7 li a:hover {
	color: #999999;
	background:  url(../images/menu.jpg) 0 -35px;
	padding: 10px 0 0 60px;
	font-weight:700;
	text-decoration:underline
	}

/*Menu end Menu end */


.TXTRed{color: #FF0000; font-weight: bold; }
.TXTblue{color:#000099; font-weight: bold; }

			-->