hello
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #333;
	background: #fff;
	text-align: center;		
}

/* links */
a { background: inherit; color: orange; text-decoration: none; }
a:hover { background: inherit; color: #6F006F; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #6F006F; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 0px;
	padding: 0 5px;		
}

/* images */
img {
	text-align: center;
	padding: 0px;
	background: #ffffff;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #a400a4;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #A400A4;
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #A400A4;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first, th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:0px 0px; 
padding: 5px;
	background-color:#ffffff; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#000000;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#000000;
}
input.button { 
	margin: 0; 
	background: #FFF url('gradientbg.jpg') repeat-x; 
	color: #333;	
	border: 1px solid #DADADA; font-style:normal; font-variant:normal; font-weight:bold; font-size:1em; font-family:Arial, Sans-serif; padding-left:3px; padding-right:3px; padding-top:2px; padding-bottom:2px	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

/*WRAP*/

#wrap {
      
      width: 1000px;
      margin: 0 auto;
            }

/* HEADER                                              */
	#header{
	height: 117px;
border-bottom: 2px solid #6F006F;
        
		
}
#header-content {	
	margin: 0 auto;
        padding: 0px ;
	position: relative;
        text-align: left;
        

}		

#header img{
padding: 3px 0px 0px 0px ;
}




#header-content #slogan {
	position: absolute;	
	float: left;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #000000;	
	margin: 0 auto;
        padding: 0px;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 35px; left: 5px;
}

/*----------------------------------*/
/*NAVIGATION BAR                    */

div#menu{
width: 1000px;
padding: 0px;


}


#menu ul{
margin: 0 auto;
list-style: none;
background: #ffffff;
font:  bold 12px Lucida Sans;
padding: 0px 0px 0px 0px;
font-size: small;
text-align: right;



}

#menu ul li
{
text-align: center;
margin: 0 .25em;
list-style-type: none;
display: inline;


}

#menu ul li a
{
background: url('images/list-off.gif') no-repeat left center;
border-right: 2px solid #000000;
padding: 0px 7px 0px -0px;
color: #000000;
}


#menu ul li a:hover
{
text-decoration: underline;
color: #6F006F; transparent
}

#menu ul li a#current
{
background: url('images/list-active.gif') no-repeat left center;
text-decoration: underline;
color:  #6F006F;
}


/*----------------------------------*/
/*FOOTER NAVIGATION BAR                    */

div#menu2{
width: 1000px;
padding: 5px 0px 0px 0px;


}


#menu2 ul{
margin: 0 auto;
list-style: none;
background: #ffffff;
font:  bold 12px Lucida Sans;
padding: 0px 0px 0px 0px;
font-size: 10px;
text-align: left;



}

#menu2 ul li
{
text-align: center;
margin: 0 .25em;
list-style-type: none;
display: inline;


}

#menu2 ul li a
{
background: url('images/list-off.gif') no-repeat left center;
padding: 0px 0px 0px 0px;
color: #000000;
}


#menu2 ul li a:hover
{
text-decoration: underline;
color: #6F006F; transparent
}

#menu2 ul li a#current
{
background: url('images/list-active.gif') no-repeat left center;
text-decoration: underline;
color:  #6F006F;
}

/* header photo */
.headerphoto {
	
	
	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 1000px;
}
#content {
	text-align: left;	
	padding: 5px 0 0 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 139px;
	margin: 0 10px 10px 0; padding: 0;
border-right: 1px solid #6F006F;
}	


/* sidebar2 */
#sidebar2 {
	float: left;
	width: 225px;
	margin: 0 0px 10px 10px; padding: 0px 0px 0px 4px;
border-left: 1px solid #6F006F;
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
text-decoration: underline;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}
.sidebox {
	background: #FFFFFF;
	margin-bottom: 10px;
}

.sidebox2 {
	background: #FFFFFF;
	margin-bottom: 10px;
border-bottom: 1px solid #6F006F;
}


#sidebar ul.sidebox li{
list-style: none;
padding: 10px 0px 0px 0px;
text-align: right;

}


#sidebar ul.sidebox a {
	padding: 0px 0px 0px 2px;
	font-weight:normal;
	color: #333;	
		
	text-decoration:none;
}



#sidebar ul.sidebox a:hover {

	border-left: 4px solid  #A400A4;
	color: #6F006F;
}


/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #ffffff;			
}
#sidebar ul.sidemenu li {
	padding: 0px 0px;
}
#sidebar ul.sidemenu a {
	
	font-weight:normal;
	color: #333;	
	padding: 0px 3px 0px 3px;
	
	
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #A400A4;
	color: #6F006F;
}

#product-listing { text-align: left; padding: 0 0 40px 0; margin: 5px 15px 10px 15px; border: 1px solid #ccc;}
#product-listing h2 { font: bold 1.4em "Trebuchet MS", Verdana, Helvetica, sans-serif; color: #660066;}
#product-listing p{  color:  red;}
#product-listing img{float: left; padding: 0 5px;}

.boxed { border: 1px solid #660066; margin: 15px; padding: 10px; }

/* main */
#main {
	float: left;
	width: 600px;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url('bullet.gif');
}


.logogrid {
float: left;
width: 120px;
margin: 5px 10px;
padding: 5px;
}

.logogrid2 {
float: left;
width: 175px;
height: 40px;
margin: 5px;
padding: 5px;
}

 
.logogrid img { margin: 0 5px 0 5px; padding:  0 0 5px 0;  border: 2px solid #ffffff; } 
.logogrid img:hover {border: 2px solid #6F006F; } 



.post {
	padding: 0;
	background: #FFF url('gradientbg.jpg') repeat-x;
	border: 1px solid #ccc;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:1.2em; font-family:Tahoma, Arial, sans-serif; margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px
}

.post h1 { font-size: 120% }

.post h2 { font-size: 105%; padding: 15px 0 0 0; text-decoration: underline; }

.post img { border: none; 
            float: left; 
            padding: 5px;
}

.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin-left:5px; margin-right:10px; margin-top:0; margin-bottom:0
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin-left:5px; margin-right:10px; margin-top:0; margin-bottom:0
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin-left:5px; margin-right:10px; margin-top:0; margin-bottom:0
}

/* footer */
#footer {
	clear: both;
width: 1000px;
	margin: 0 auto; padding: 5px 0px 0px 0px;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	border-top: 2px solid #6F006F;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;
}

#footer-content img {
    padding: 5px 0 0 0;
float: right;
}

#footer-content a img { border: none; }

/* alignment classes */
.float-left  { float: left; padding: 10px 0 0 0; }
.float-right { float: right;}
.align-left  { text-align: left; }
.align-right {	text-align: right; }

.category-header { text-align: left; font-variant: small-caps; color: #555; font-size: 1.4em; padding: 0 0 4px 0;}
.product-listing { text-align: left; color: #339900; font-size: 1.1em; border: 1px solid #6f006f;}


/* additional classes */
.clear { clear: both; }
.dkpur { color: #6F006F; }
.ltpur { color: #A400A4; }
.small { font-size: 50%; }
.smallcaps {font-variant:small-caps; font-size: 120%;}
.amountincart { font-size: 100%;  color: #6F006F; }
.amountincarttext{ font-size: 100%;  color: #000000; }



.arrowlistmenu{
width: 130px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 9px Arial;
color: #FFFF33;
background:#6F006F ; 
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0px 4px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: orange;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #6F006F;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #6F006F;
background-color: #eaeaea;
}

/*FORM*/

.tbmain{ 
 /* Changes on the form */
 background: #ffffff  !important; 
}
.left{
  /* Changes on the form */
  color: #6F006F !important; 
  font-family: Verdana !important;
  font-size: 11px !important;
}
td.left {
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:bold;
   color: #ff5200;
   vertical-align: top;
   text-align: left;
}
.pagebreak{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:bold;
   color:black;
}
td.right {
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   vertical-align: top;   
   text-align: left;   
}
.tbmain{
   height:100%;
   color:#333333;
   
}
.head{
   font-family: "Trebuchet MS";
   font-size: large;
   font-weight: bold;
   color:#ff5200;
   vertical-align: top;
   text-align: left;
}
.notvalid{
   border:2px red solid;
   font-family:"Trebuchet MS";
}
.text{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#000000;
   border:1px #000000 solid;
  
}
select.other{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   border:1px #cccccc solid;

}
.btn{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   border:1px #c6c7ca solid;

}
span.required{
  font-size: 13px !important;
  color: red !important;
float: left;
}
 
div.backButton{
	height:16px;
	width:53px;
	float:left;
	margin-bottom:15px;
	padding-right:5px;
}
div.backButton:hover{
	background: transparent url("http://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
	background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
	background: transparent url("http://jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float: left;
	margin-bottom:15px;
	padding-right:5px;
}
div.nextButton:hover{
	background: transparent url("http://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
	background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
	padding-right:5px;
	margin-bottom:15px;
	float:left;
}
 

