/* CSS Document */

body {
	background: url(img/common/mainbg.jpg) top left repeat-y;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	}

	
	
/* TEXT */

.footer	{
	font-size: 10px;
	color:	#ffffff;
	margin: 0px 10px 10px 10px;
	text-align: center;
	}
.footer a:link	{
	color:	#FF8888;
	}
.footer a:visited	{
	color:	#FF8888;
	}

.copyright {
	font-size: 10px;
	color:	#FF6666;
	text-align: center;
	margin-bottom: 10px;
	}

.copyright a:link {
	color:#FF3333;
	}
.copyright a:visited {
	color:#FF3333;
	}
	
	
	
/* CONTENT */

/** #maincontentbox {
	background-image: url(img/common/content1.jpg), url(img/common/contentbg.jpg), url(img/common/content3.jpg);
	background-position: top, top, bottom;
	background-repeat: no-repeat, repeat-y, no-repeat;
	width: 573px;
	}
	
**/


.maincontent {
	background:url(img/common/contentbg1.jpg) top left no-repeat;
	}

#mainbody {
	padding: 20px 40px 0px 40px;
	}
	
#mainbody h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
	color: #990000;
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
	}

#mainbody h2 {
	padding: 0px 0px 0px 0px;
	color:	#FF6666;
	font-size: 15px;
	}
	
#mainbody ul li {
	color:	#666666;
	font-size: 13px;
	padding-bottom: 3px;
	}	
	
#mainbody ol {
	  padding-left: 2em;
	  line-height: ;
	  }
	  
#mainbody ol li {
  	margin-bottom: 0.5em; /* a little spacing between list items */
	line-height: ;
	}

.wholesaleprice {
	font-size: 15px;
	line-height: 25px;
	padding-left: 10px;
	}

.important {
	color:	#666666;
	font-size: 12px;
	}

.price {
 	font-size: 15px;
 	}
.pricered {
	font-size: 19px;
	color:	#990000;
	}
.custom-table	{
	border: #999999 solid 1px;
	}
	
.custom-table tr td	{
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 10px;
	}


.highlited	{
	background-color:	none;
	color:	#CC0000;
	font-weight:	bold;
	}
	
.contact {
	color: #666666;
	font-size: 13px;
	line-height: 16px;
	}
	
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	}

