/* --------------------------GLOBAL RESET----------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
/* padding: 0;*/
border: 0;
/* outline: 0; */
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
/* causing problems with IE
vertical-align: inherit;
horizontal-align: inherit;
*/
}

body {
line-height: 1;
color: black;
background:  #58595B;
text-align: center;
}

table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
} 

.h3-text {font-size: 19px; color: #dc0000; font-family: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;font-weight: bold;}

h1, h2, h3 {font-family: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;font-weight: bold;}

h1 {font-size: 28px; color: #000; padding-top: 10px; padding-bottom: 5px;}
h2 {font-size: 24px; padding-top: 10px; padding-bottom: 5px;}
h3 {font-size: 19px; color: #dc0000; padding-bottom: 5px; }
h4 {font-size: 12px; color: #dc0000; padding-top: 5px; padding-bottom: 0px;}

strong {font-weight: bold;}
em {font-style: italic;}

p {padding-top: 0px; line-height: 140%; padding-bottom: 13px; font: normal 13px arial; }

.price {padding-top: 0px; font: normal 15px arial; }
	
ul, ol {line-height: 140%; margin-left: 30px;}
	 	 
li {padding-bottom: 5px;}

a:link {color: #06638f; text-decoration: none; border-bottom: 0px dotted #4090b6;}
a:visited {color: #06638f; text-decoration: none; border-bottom: 1px dotted #4090b6;}
a:hover {color: #dc0000; text-decoration: none; border-bottom: 1px dotted #dc0000;}
a:active {color: #dc0000; text-decoration: none; border-bottom: 1px dotted #dc0000;}


//*
a:link { color: #254c69; text-decoration: none;}
a:visited { color: #254c69; text-decoration: none;}
a:hover {color: #254c69; text-decoration: underline;} 
*//

.clear {clear: both;}
.strike {text-decoration: line-through;}
.red {color: #dc0000;}
.darkgrey {color: #A5A5A5;}
.black {color: black;}
.valign_top {vertical-align: top;}		
.center {margin: 0px auto;}		
.float_left {float: left;}
.float_right {float: right;}	


.navigation {width: 100%;
			background-color: #A5A5A5;
			height: 0px;
			position: relative;
			z-index: 2;}
	
h1#dsd-logo {width: 225px;  height: 36px; position: relative; left: 2px; top: 1px; margin: 0; padding: 0; }
h1#dsd-logo span { display: none;}
h1#dsd-logo a {display: block;
			   background: url(img/dsdlogo.jpg) no-repeat; 
			   width: 225px;  height: 36px;
			   position: relative;
			   z-index: 1;
			   border: 0;}
		  
.container
	{
		width: 715px;      /* used to be 650 */
		height: 64px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: url(img/top.jpg) no-repeat;
	} 
	
.container_wide
	{
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	} 


/*
div#nav { height: 27px; }

div#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}

div#nav ul li {
	margin: 0px 2.0px 0px 2.2px;
	float: left;
	width: 116px;
	background: url("img/tabimage.jpg") no-repeat;
	text-align: center;
	height: 27px;
	padding-top: 6px;
	padding-bottom: 0px;
}

div#nav ul li a {
	display: block;
	color: #4D4D4D;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
}

div#nav ul li a:hover {
	text-decoration: underline; 
	border-bottom: 0px dotted #dc0000;
	color: #DC0000;
}

div#nav ul li a:link {
	border-bottom: 0px dotted #dc0000;
}

div#nav ul li a:visited{
	border-bottom: 0px dotted #dc0000;
}

div#nav ul li a:active {
	border-bottom: 0px dotted #dc0000;
}
*/


#tabnav
	{
		height: 24px;
		margin: 0;
		padding-left: 10px;
		padding-right: 5px;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
	  	list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: right;
		background: #E5E5E5;
		line-height: 13px;
		font: bold 13px arial, verdana, helvetica, sans-serif;
		padding: 4px 10px 4px 10px;
		margin-right: 4px;
		border: 1px solid #CDCCCC;
		border-bottom: 1px solid #f3f3f3;
		position: relative;
		text-decoration: none;
		color: #666;
		right: 11px;
	}

#home #tabnav #home, #about #tabnav #about, #learn #tabnav #learn, #products #tabnav #products, #faq #tabnav #faq, #testimonials #tabnav #testimonials

	{
		border-bottom: 1px solid #3065A9;
		background: #3065A9;
		color: #fff;
	}

#tabnav a:hover
	{
		background: #3065A9; color: #fff;
		border-bottom: 1px solid #3065A9;
	}

		
/* login and contact links located on top of the page */
/*
#members_login {float: right;
				font-family: verdana, arial, helvetica, sans-serif;
				font-weight: bold;
				font-size: 12px;
				position: relative;
				right: 0px; top:5px;
				text-align: right;}
#members_login a:link {color: #666; text-decoration: underline; border: 0;}
#members_login a:visited {color: #3065A9; text-decoration: underline; border: 0;}
#members_login a:hover {color: #3065A9; text-decoration: none; border: 0;}
#members_login a:active {color: #3065A9; text-decoration: underline; border: 0;}	
*/
/* end links at the top of the page */
				
						
.maincontent {width: 710px;
				margin-left: auto;
				margin-right: auto;
				border-right: 2px solid #ffffff; border-left: 2px solid #ffffff; border-bottom: 2px solid #ffffff; border-top: 2px solid #ffffff; background: #ffffff;
				}

						 
.content_bottom {		background: url(img/bottom.jpg) no-repeat;
						 width: 715px;
						 height: 30px;
						 margin-left: auto;
						 margin-right: auto;
						 }
						 
						 
.content_column_special_top {		background: url(img/column-top-special.jpg) no-repeat;
						 width: 175px;
						 height: 130px;
						 margin-left: auto;
						 margin-right: auto;
						 }

.content_column_special_top_uk {		background: url(img/column-top-special-uk.jpg) no-repeat;
						 width: 175px;
						 height: 130px;
						 margin-left: auto;
						 margin-right: auto;
						 }
						 						 
.content_column_special {		background: url(img/column.jpg) repeat;
						 width: 175px;
						 height: 28px;
						 margin-left: auto;
						 margin-right: auto;
						 font: normal 11px verdana, arial, helvetica, sans-serif;
						 }
						 						 						 
.content_column_news_top {		background: url(img/column-top-news.jpg) no-repeat;
						 width: 175px;
						 height: 30px;
						 margin-left: auto;
						 margin-right: auto;
						 }
						 						 						 
.content_column_news {		background: url(img/column.jpg) repeat;
						 width: 175px;
						 height: 329px;  //*329px with index.html *// //*265px with index.html *//
						 margin-left: auto;
						 margin-right: auto;
						 font: normal 11px verdana, arial, helvetica, sans-serif;
						 }			 						 

.content_column_news_uk {		background: url(img/column.jpg) repeat;
						 width: 175px;
						 height: 237px;  //*329px with index.html *// //*265px with index.html *//
						 margin-left: auto;
						 margin-right: auto;
						 font: normal 11px verdana, arial, helvetica, sans-serif;
						 }		
						 						 
.content_column_USA_top {		background: url(img/column-top-USA.jpg) no-repeat;
						 width: 175px;
						 height: 33px;
						 margin-left: auto;
						 margin-right: auto;
						 }

.content_column_usa {		background: url(img/column.jpg) repeat;
						 width: 175px;
						 height: 45px;
						 margin-left: auto;
						 margin-right: auto;
						 font: normal 11px verdana, arial, helvetica, sans-serif;
						 }

.content_column_UK_top {		background: url(img/column-top-UK.jpg) no-repeat;
						 width: 175px;
						 height: 33px;
						 margin-left: auto;
						 margin-right: auto;
						 }

.content_column_uk {		background: url(img/column.jpg) repeat;
						 width: 175px;
						 height: 45px;
						 margin-left: auto;
						 margin-right: auto;
						 font: normal 11px verdana, arial, helvetica, sans-serif;
						 }
						 	
													 						 
.content_column_testimonial_top {		background: url(img/column-top-testimonial.jpg) no-repeat;
						 width: 175px;
						 height: 30px;
						 margin-left: auto;
						 margin-right: auto;
						 }


						 						 
.content_column_testimonial {		background: url(img/column.jpg) repeat;
						 width: 175px;
						 height: 155px;
						 margin-left: auto;
						 margin-right: auto;
						 font: normal 11px verdana, arial, helvetica, sans-serif;
						 }

.content_column_guarantee_top {		background: url(img/column-top-guarantee.jpg) no-repeat;
						 width: 175px;
						 height: 81px;
						 margin-left: auto;
						 margin-right: auto;
						 }

.content_column_guarantee {		background: url(img/column.jpg) repeat;
						 width: 175px;
						 height: 5px;
						 margin-left: auto;
						 margin-right: auto;
						 font: normal 11px verdana, arial, helvetica, sans-serif;
						 }						 
						 						 						 						 
.content_column_bottom {		background: url(img/column-bottom.jpg) no-repeat;
						 width: 175px;
						 height: 16px;
						 margin-left: auto;
						 margin-right: auto;
						 }

.content_column_livechat {
						 width: 175px;
						 height: 100px;
						 margin-left: auto;
						 margin-right: auto;
						 padding-left:0px;
						 }

.content_column_affiliate {
						 width: 175px;
						 height: 145px;
						 margin-left: auto;
						 margin-right: auto;
						 padding-left:0px;
						 }
						 					 						 						 						 						 						 						 
.maincontent_wide {background: white; 
						 width: 882px;
						 margin-left: auto;
						 margin-right: auto;
						 text-align: left;}
						 
.content_bottom_wide {
						background: #efefef;
						 width: 882px;
						 height: 12px;
						 margin-left: auto;
						 margin-right: auto;}

.content_wrapper {
								 margin: 0 10 0 10;
								 text-align: left;
								 font: normal 13px arial; 
								 border: 0px solid red;
								}	
.small-fonts {font: normal 11px verdana, arial, helvetica, sans-serif; }	

.small-fonts2 {font: normal 10px verdana, arial}	
																			 
.content_wrapper_narrow {
								 margin: 0 20 0 20;
								 text-align: left;
								 font: normal 13px arial; 
								}

.content_wrapper_narrow ol { font: normal 13px arial;  }												 
				 
.min_height {padding-bottom: 150px;}
						
						
/* ----------------------------------------FOOTER------------------------------------ */

#footer {text-align: left;
				padding-top:10px;
				font-family: verdana, arial, helvetica, sans-serif;
				font-size: 10px;
				color: #ffffff;
				width: 700px;
				margin-left: auto;
				margin-right: auto;
				line-height: 130%;}
				
#footer a:link {color: #ffffff;}
#footer a:visited {color: #ffffff;}
#footer a:hover {color: #dc0000;}
#footer a:active {color: #dc0000;}

#footer_logos {float: right; position: relative; left: 20px;}
#footer_logos img {padding-right: 20px;  vertical-align: top;}


#footer_wide {text-align: right;
				font-family: verdana, arial, helvetica, sans-serif;
				font-size: 10px;
				color: #666;
				width: 860px;
				margin-left: auto;
				margin-right: auto;
				line-height: 130%;}
				
#footer_wide a:link {color: #666;}
#footer_wide a:visited {color: #666;}
#footer_wide a:hover {color: #dc0000;}
#footer_wide a:active {color: #dc0000;}
				




							 