/*
Design by M. Bos	
*/

body {
	margin-top: 20px;
	padding: 0;
	background: #FFFFFF;
	/*background:url(images/testbgk.gif) repeat;*/
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}


a {
	/*color: #135293;*/
	color:#003366;
	text-decoration:none;
}

a:hover {
	color:#135293;
	text-decoration: underline;
}


/* Wrappers */
#container {
   /*background:#ffffff;*/
   width:960px;
   margin:0 auto;
   /*border:#996600 1px solid;*/
}

/* languge */
.language {
	height:20px;
	text-align:right;
}

.language .flag {
	margin-left:4px;
	border:#cccccc 1px solid;
}


/* header */
.header {
	height: 10px;
	margin-right:10px;
}

/* paths */
.path {
	height:30px;
	background:url(images/menubarbgk.jpg) repeat-x;
	padding:6px;
}


/* intro box */
.introbox {
	width:960px;
	height:213px;
	background:url(images/contentbgk.jpg) no-repeat;
	border:#666 1px solid;
	margin-bottom:2px;
}

.introbox .left {
	float:left;
	width:240px;
	height:213px;
	background:#ffffff url(images/introbgk.jpg) no-repeat;
}

.introbox .right {
	float:right;
	width:720px;
	height:213px;
}	

/* content box */
.contentbox {
	width:960px;
	float:left;
	height:100%;
	/*background:url(images/bgk-grey.jpg) repeat-x;*/
	background:#ffffff;	
	border:#cccccc 1px solid;
}

.contentbox .left {
	float:left;
	width:230px;
	height:100%;
	border-right:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;	
}

.contentbox .right {
	float:right;
	width:720px;
	height:100%;
}

/* content item 1*/

.left .item {
	float:left;
	width:100%;
	height:100%;
}

.contentbox .item .h1 {
	padding:5px 0px 0px 10px;
	height:20px;
	color:#342901;
	font-size:13px;
	font-weight:bold;
	background:url(images/h1bgk.jpg) repeat-x;
	border-bottom:#804000 1px solid;
	border-top:#804000 1px solid;
}

.contentbox .item .h2 {
	padding:5px 0px 0px 10px;
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

.contentbox .item .h1 a {
	color:#333333;
	decoration:underline;
}	

.contentbox .item .link {
	padding:3px 0px 0px 20px;
	color:#333333;
	font-size:12px;		
}	

.contentbox .item .link a {
	color:#996600;
	decoration:underline;
}

/* Product wrapper */
.contentbox .right .productwrapper {
	height:190px;
	padding-top:10px;
}

/* product box 1 */
.productwrapper .productbox1 {
	float:left;
	width:350px;
	height:175px;
	border:#cccccc 1px solid;
	margin:1px 7px 0px 0px;
	background:#ffffff;
}

.productbox1 .h1 {
	width:343px;
	height:24px;
	background:url(images/bottombarbgk.jpg) repeat-x;
	border-bottom:#ffffff 1px solid;
	border-left:#ffffff 1px solid;	
	border-right:#ffffff 1px solid;
	padding-left:5px;	
	padding-top:4px;
}

.productbox1 .text {
	color:#000000;
	font-weight:bold;
	font-size:13px;
	font-style:italic;
}

.productbox1 .price {
	color:#FF0000;
	font-weight:bold;
	font-size:20px;
	font-style:italic;
}

.productbox1 .link {
	font-size:12px;
	font-weight:bold;
}



/* product box 2 */
.contentbox .right .productwrapper .productbox2 {
	float:left;
	width:350px;
	height:175px;
	border:#cccccc 1px solid;
	margin:1px 7px 0px 0px;
	background:#ffffff;	
}

.productbox2 .h1 {
	width:343px;
	height:24px;
	background:url(images/bottombarbgk.jpg) repeat-x;
	border-bottom:#ffffff 1px solid;
	border-left:#ffffff 1px solid;	
	border-right:#ffffff 1px solid;	
	padding-left:5px;	
	padding-top:4px;
}

.productbox2 .text {
	color:#000000;
	font-weight:bold;
	font-size:13px;
	font-style:italic;
}

.productbox2 .price {
	color:#FF0000;
	font-weight:bold;
	font-size:20px;
	font-style:italic;
}

.productbox2 .link {
	font-size:12px;
	font-weight:bold;
}

/* testimonial wrapper*/
.contentbox .right .testimonial {
	width:85%;
	height:100%;
}

.testimonial .text {
	margin-top:15px;
	margin-left:50px;
	width:92%;
	font-style:italic;
	font-size:13px;
	/*color:#836706;*/
	color:#006699;
	text-align:right;
}

/* subject wrapper */
.contentbox .right .subject {
	width:85%;
	color:#666666;
}

.subject .h1 {
	padding-left:50px;
	color:#333333;
	font-size:16px;
	font-weight:bold;
}

.subject .line {
	margin-top:3px;
	margin-left:50px;
	margin-bottom:8px;
	width:90%;
	height:1px;
	border-top:#cccccc 1px solid;
}	

.subject .text {
	padding-left:50px;
	font-size:13px;
}

/* page layout */
h1 {
	padding-left:50px;
	color:#333333;
	font-size:22px;
	font-weight:bold;
}

h2 {
	color:#996600;
	font-size:14px;
	font-weight:bold;
}

.pagetext {
	width:80%;	
	padding-left:50px;
	font-size:13px;
}

.red {
	color:#FF0000;
}	

/* reseller section bar */
.resellerbar {
	width:960px;
	background:url(images/menubarbgk.jpg) repeat-x;
	height:24px;
	border-left:#cccccc 1px solid;
	border-right:#cccccc 1px solid;	
}

/* reseller box */
.resellerbox {
	width:960px;
	height:175px;
	/*background:url(images/bgk-grey.jpg) repeat-x;*/
	background:#ffffff;
	border:#cccccc 1px solid;
	margin-top:2px;
}

.resellerbox .left {
	float:left;
	width:470px;
	height:100%;
}

.resellerbox .right {
	float:right;
	width:470px;
	height:100%;
}


/* reseller item 1*/

.resellerbox .reseller1 {
	float:left;
	width:230px;
	height:175px;
	border-right:#cccccc 1px solid;
	/*border-bottom:#cccccc 1px groove;*/
	background:url(images/pharmacy.png) no-repeat bottom right;
}


.resellerbox .reseller1 .h1 {
	padding:20px 0px 0px 20px;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

.resellerbox .reseller1 .h1 a {
	color:#333333;
	decoration:underline;
}	

.resellerbox .reseller1 .text {
	padding:10px 15px 0px 20px;
	color:#333333;
	font-size:12px;	
}

.resellerbox .reseller1 .link {
	padding:0px 0px 0px 20px;
	color:#333333;
	font-size:12px;		
}	

.resellerbox .reseller1 .link a {
	color:#996600;
	decoration:underline;
}


/* reseller item 2*/

.resellerbox .reseller2 {
	float:right;
	width:230px;
	height:175px;
	border-right:#cccccc 1px solid;
	/*border-bottom:#cccccc 1px groove;*/
	background:url(images/globe.png) no-repeat bottom right;
}

.resellerbox .reseller2 .h1 {
	padding:20px 0px 0px 10px;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

.resellerbox .reseller2 .h1 a {
	color:#333333;
	decoration:underline;
}	

.resellerbox .reseller2 .text {
	padding:10px 15px 0px 10px;
	color:#333333;
	font-size:12px;	
}

.resellerbox .reseller2 .link {
	padding:0px 0px 0px 10px;
	color:#333333;
	font-size:12px;		
}	

.resellerbox .reseller2 .link a {
	color:#996600;
	decoration:underline;
}

/* reseller item 3*/

.resellerbox .reseller3 {
	float:left;
	width:230px;
	height:175px;
	border-right:#cccccc 1px solid;
	/*border-bottom:#cccccc 1px groove;*/
	background:url(images/resellers.png) no-repeat bottom right;
}

.resellerbox .reseller3 .h1 {
	padding:20px 0px 0px 0px;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

.resellerbox .reseller3 .h1 a {
	color:#333333;
	decoration:underline;
}	

.resellerbox .reseller3 .text {
	padding:10px 15px 0px 0px;
	color:#333333;
	font-size:12px;	
}

.resellerbox .reseller3 .link {
	padding:0px 0px 0px 0px;
	color:#333333;
	font-size:12px;		
}	

.resellerbox .reseller3 .link a {
	color:#996600;
	decoration:underline;
}

/* reseller item 4*/

.resellerbox .reseller4 {
	float:right;
	width:230px;
	height:175px;
	/*border-right:#cccccc 1px groove;*/
	/*border-bottom:#cccccc 1px groove;*/
	background:url(images/affiliates.png) no-repeat bottom right;
}

.resellerbox .reseller4 .h1 {
	padding:20px 0px 0px 10px;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

.resellerbox .reseller4 .h1 a {
	color:#333333;
	decoration:underline;
}	

.resellerbox .reseller4 .text {
	padding:10px 15px 0px 10px;
	color:#333333;
	font-size:12px;	
}

.resellerbox .reseller4 .link {
	padding:0px 0px 0px 10px;
	color:#333333;
	font-size:12px;		
}	

.resellerbox .reseller4 .link a {
	color:#996600;
	decoration:underline;
}

.yellowbar {
	width:962px;
	background:url(images/bottombgk.jpg) repeat-x;
	height:20px;
}

.bottombar {
	padding-top:5px;
	color:#999999;
	text-align:right;
}

.bottombar .link a {
	color:#999999;
}

.bottombar .link a:hover {
	color:#333333;
	decoration:underline;
}

.bottombar .copyright {
	padding-top:5px;
	color:#999999;
}


/* images */
.arrow {
	border:0px;
	padding-right:5px;
}

.img_border {
	border:#999999 1px solid;
}

.img_left {
	float: left;
	border-style: 1px solid #333333;
	margin-top: 5px;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.img_right {
	float: right;
	border-style: 1px solid #333333;
	margin-top: 5px;
	margin-left: 60px;
	margin-right: 0px;
	margin-bottom: 40px;
}

.img_front {
	float: right;
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 40px;
}

/* FAQ */
.answer {
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	color:#333333;
}


/*- Menu Tabs 6--------------------------- */

    #tabs6 {
      float:right;
      width:100%;
      /*background:#efefef;*/
      font-size:93%;
      line-height:normal;
      /*border-bottom:1px solid #666;*/
      }
    #tabs6 ul {
      margin:0;
      padding:10px 10px 0 50px;
      list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:right;
      background:url("tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:right;
      display:block;
      background:url("tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }

      #tabs6 #current a {
              background-position:0% -42px;
      }
      #tabs6 #current a span {
              background-position:100% -42px;
      }