fieldset legend
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #99AB19;
}

#loginTable td
{
	font-size: 14px;
}

fieldset
{
	border: 1px solid #efefef;
}


.black
{
	color: #000000;
}


h1
{
	color: #000000;
	padding-bottom: 10px;
}

.subHeader
{
	font-size: 14px;
	line-height: 170%;
	color: #9c9c9c;
	font-weight: normal;
}


.greyBox
{
	float:left;
	width: 206px;
	height: 85px;
	background: URL('/images2/greybox.png') no-repeat;
}
.yellowBox
{
	float:left;
	width: 171px;
	height: 85px;
	background: URL('/images2/yellowbox.png') no-repeat;
}

.greyBoxInside
{
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 60px;
	color: #808080;
	font-size: 10px;
}

.boxHeader
{
	color: #565656;
	font-weight: bold;
	font-size: 12px;
}

.support
{
	background: #efefef;
	border: 1px solid #808080;
	width: 340px;
	color: #99AB19;
	padding: 3px;
}


table.productlist td
{
	font-size: 14px;	
	text-align: center;
	padding: 5px;
	color: #9c9c9c;
}
table.productlist thead td
{
	color: #99AB19;
	font-weight: bold;
	text-align: left;
}
table.productlist td.price
{
	color: #99AB19;
	font-weight: bold;
	font-size: 16px;
	
}
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(/images2/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#inputtext1 {
	width: 150px;
	margin-right: 7px;
	padding: 4px 5px;
	border-top: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
}

#inputsubmit1 {
	width: 58px;
	height: 24px;
	background: url(/images2/homepage15.gif) no-repeat left top;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
	font-size: 26px;	
	
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #818080;
}

h3 {
	color: #404040;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #495256;
}

.text2 {
	color: #99AB19;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #91A311;
}

.text3 span {
	padding-left: 12px;
	background: url(/images2/homepage21.gif) no-repeat left center;
}

.text4 {
	text-align: center;
	color: #5C6466;
}

/** LINKS */

a {
	color: #91A311;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.link1 {
	text-decoration: none;
	font-size: 13px;
	color: #495256
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(/images2/homepage02.jpg) repeat-x left top; }
.bg2 { background: url(/images2/homepage06.jpg) no-repeat left top; }
.bg3 { background: url(/images2/homepage16.gif) repeat-y left top; }
.bg4 { background: url(/images2/homepage20.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

