body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	padding: 0px;
	margin: 0px;	
	}
p	{
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 10px;
	}

h1 {
	font-size: 1.6em;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	font-variant: small-caps;
	}
	
h2 {
	font-size: 1.3em;
	color: #666666;
	margin-top: 3px;
	margin-bottom: 5px;
	font-variant: small-caps;	
	}
	
h3 {
	font-size: 1.1em;
	color: #666666;
	margin-top: 3px;
	margin-bottom: 5px;
	font-variant: small-caps;	
	}
	
h4 {
	font-size: 1em;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
	font-variant: small-caps;	
	}			

.subTitle {
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	font-style: italic;
	font-variant: small-caps;
}

.subTitle1 {
	font-size: 1.1em;
	color: #000000;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	font-style: italic;
	font-variant: small-caps;
}

.blockUL {
	list-style-position: outside;
	list-style-image: url(../images/site/bullet.gif);
	font-size: .9em;
	margin-bottom: 5px;	
}

ol li {
	list-style-position: outside;
	list-style-image: url(../images/site/bullet1.gif);
	font-size: .7em;
	margin-bottom: 2px;
}


.footer {
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	}
	
.reg {
	font-size: .7em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	}	

.vat {
	font-size: .7em;
	font-weight: normal;
	text-align: right;
	font-style: italic;
	}	
	
/* product pages dropdowns */
.products{
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	font-family: Verdana;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
	background: #FFFFFF;
	text-align: right;
	display: block;
	color: #0000FF;
}

.openproduct{ /*class added to contents of 1st demo when they are open*/
background: white;
}

.theproduct{
	border: 1px solid #999999;
	padding: 10px;
	margin: 10px;
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	font-variant: normal;
	text-align: left;


}

.boxGrey	{ background-color: #EEEEEE; border: 1px solid #808080; vertical-align:bottom; padding:2px; font-weight: bold; font-size: .9em;}
.boxGreyC	{ background-color: #EEEEEE; border: 1px solid #808080; vertical-align:bottom; padding:2px; font-weight: bold; text-align: center; font-size: .9em;}
.boxWhite	{ background-color: #FFFFFF; border: 1px solid #808080; vertical-align:top; padding:2px; font-size: .9em;}
.boxWhiteC	{ background-color: #FFFFFF; border: 1px solid #808080; vertical-align:top; padding:2px; text-align: center; font-size: .9em;}
.boxYellowC	{ background-color: #FFFFEA; border: 1px solid #808080; vertical-align:top; padding:2px; text-align: center; font-size: .9em;}
.boxClear	{ background-color: #FFFFFF; border: 0px; vertical-align:top; padding:2px; font-size: .9em;}
.subscript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	vertical-align: sub;
}

.parts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: italic;
	text-align: right;
}

.divide	{
	background-image: url(../images/site/line_black.jpg);
	background-repeat: repeat-x;
	width:100%;
	height: 3px;
}

 /*scroller style*/
#pscroller{
	width: 600px;
	height: 20px;
	border: 0;
	padding: 3px;
	margin-left: 20px;
	margin-top: 5px;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	
}

#pscroller a{
	text-decoration: underline;
	color:#0000FF;
}

#pscroller a:hover{
	color:#CC0000;
	text-decoration: underline;
}

.someclass{ 
}

