
* { margin: 0; padding: 0;}

body {
	background: #fff;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	margin: 0 0 15px 0;	
}

/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 1px solid #dbd5c5;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: normal; 	
	color: #fff;
	font-size: 16px;
	text-align:center;
	background-image:url(../../../images/tdbg.png);
	background-repeat:no-repeat;
	text-decoration:none;		
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
h5 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #fff;
	font-size: 160%;
	text-align:center;
	background-image:url(../../../images/tdbg.png);
	background-repeat:no-repeat;
	text-decoration:none;		
}

h5 a{
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #fff;
	font-size: 160%;
	text-align:center;
	text-decoration:none;	
	background-image:url(../../../images/tdbg.png);
	background-repeat:no-repeat;
}
code {
  	margin: 2px 0;
  	padding: 5px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	}


#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	padding: 15px 0 2px 0px; 		
	/*border-bottom: 1px solid #dadada;*/
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 190px;	
	margin-top: 5px;
		
}	

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	line-height:11px;		
	border-bottom: 1px solid #E5E5E5;
}
/* html body ul.sidemenu li {
	height: 1%;
}*/
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;
	line-height:11px;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
	line-height:11px;
}

/*product page ul*/

ul, ol {
	
	
	text-decoration: none;
	padding-left:30px;	
	text-transform: capitalize;
}
ul, ol li {
	list-style: circle;
	text-transform: capitalize;
	
	}

ul, ol li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;
	text-transform: capitalize;
	
}
ul, ol li a:hover {	
	color: #383d44;
	
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


img
{
   border      : none;
   background-repeat:no-repeat;
}
banner { padding:0 0 0 0;
border:none;
}
input
{
background-color: lightgrey; 
border-color: efefef; 
color: black; 
}

table, td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	/*border                :none;*/
	border                :1px solid #CCC;
}
td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
thead th,
tbody th
{
	background            : #FFF url('th_bck.gif') repeat-x;
    color                 : #666;  
	border-left           : 1px solid #CCC; padding-left:1px; padding-right:1px; padding-top:1px; padding-bottom:1px
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 3px 3px;
  color                 : #666;
}

table a:link
{
	color                 : #666;
	
}
style7 {color: #0033FF}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}