/*****************************
 
 da.thinkwebmedia.com
 copyright 2006 Thinkweb Media
 Justin Frydman

 *****************************/
 
 
	 * { padding: 0; margin: 0; }
	 
	 body {
	 
	 color: #5a5a5a;
	 font: normal 14px/22px Arial, Helvetica, sans-serif;
	 background: #fff url(../images/body-bg.jpg) repeat-x;
	 
	 }
	 
	 a {
	 
	 color: #ff8909;
	 text-decoration: none;
	 
	 }
	 
	 a:hover {
	 
	 color: #fba020;
	 
	 }
	 
	 h1 {
	 
	 text-indent: -9999px;
	 overflow: hidden;
	 width: 188px;
	 height: 39px;
	 margin-top: 45px;
	 margin-bottom: 30px;
	 background: url(../images/h1-da_plugins.gif)
	 
	 }
	 
	 h2, h3 {
	 
	 display: block;
	 color: #657d93;
	 margin-bottom: 5px;
	 padding-top: 20px;
	 border-top: 1px solid #bdbdbd;
	 font: normal 22px "Trebuchet MS",Arial,Helvetica,sans-serif;
	 
	 }
	 
	 h3 {
	 
	 font: normal 18px "Trebuchet MS",Arial,Helvetica,sans-serif;
	 padding: 0;
	 border: none;
	 margin-left: 15px;
	 
	 }
	 
	 h4 {
	 
	 font-size: 16px;
	 
	 }
	 
	 h2.first { border: none; padding: 0; } 

	 #disabled-commands { border: none; }
	 
	 p { margin-bottom: 20px; }
	 
	 small { font-size: 11px; }
	 
	 #main {
	 
	 width: 684px;
	 margin: 0 auto;
	 
	 }
	 
	 #nav {
	 
	 width: 220px;
	 margin: 20px 0 0 240px !important;
	 margin: 20px 0 0 240px;
	 padding-bottom: 70px !important;
	 padding-bottom: 40px;
	 list-style: none;
	 
	 }
	 
	 #nav li {
	 
	 float: left;
	 width: auto !important;
	 width: 1px;
	 margin-right: 1px;
	 
	 }
	 
	 #nav li a {
	 
	 display: block;
	 height: 26px;
	 padding: 5px 8px;
	 background: url(../images/nav-off.jpg) repeat-x;
	 color: #FFFFFF;
	 text-decoration: none;
	 font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	 
	 }
	 
	 #nav li a:hover {
	 
	 color: #657d93;
	 background: url(../images/nav-on.jpg) repeat-x;
	 
	 }
	 
	 #page-home #a-home a, #page-about #a-about a, #page-support #a-support a, #page-order #a-order a {
	
	 color: #657d93;
	 font-weight: bold;
	 background: url(../images/nav-on.jpg) repeat-x;
	 
	 }
	 
	 
	 #content {
	 
	 clear: left;
	 padding: 10px;
	 background-color: #dadada;
	 
	 }
	 
	 #start {
	
	 padding: 10px;
     background: #dadada url(../images/content-bg.jpg) repeat-x;
	 
	 }
	 
	 #da-screen {
	 
	 float: right;
	 padding: 5px;
	 margin-left: 10px;
	 border: 1px dashed #ff8909;
	 background-color: #e7e7e7;
	 
	 }
	 
	 #da-screen:hover {

	 background-color: #fff;
	 border: 1px dashed #fba020;
	 }
	 
	 #da-screen img { border: none; }
	 
	 #start ul {
	 
	 margin-bottom: 20px;
	 list-style-position: inside;

	 
	 }
	 
	 #a-order-now {
	 
	 display: block;
	 text-indent: -9999px;
	 overflow: hidden;
	 width: 129px;
	 height: 35px;
	 margin-bottom: 12px;
	 background: url(../images/a-order_now.gif) no-repeat;
	 
	 }
	 
	 a#a-order-now:hover {
	 
	 background-position: bottom;
	 
	 }
	 
/* Terms and Conditions */

	 #tos {
	 
	 font-family: "Courier New", Courier, monospace;
	 font-size: 12px;
	 width: 620px;
	 height: 200px;
	 background: #efefef;
	 padding: 10px;
	 overflow: auto;
	 margin-bottom: 15px;
	 
	 }
	 
	 #agree-to-terms {
	 
	 margin-right: 10px;
	 
	 }
	 
	 #button-continue {
	 
	 padding: 5px;
	 font-size: 14px;
	 width: 160px;
	 
	 }

/* FAQ */
	 
	 #page-support ul {

	 margin-left: 15px;
	 list-style: none;
	 list-style-position: outside;
	
	 }
	 
	 #page-support ul li.question {
	 
	 padding-top: 10px;
	 
	 }
	 
	 #footer {
	 
	 font-size: 11px;
	 margin-top: 10px;
	 text-align: center;
	 
	 }

/* Bulk Pricing */

	#bulk {

	width: 100%;

	}

	#bulk td, #bulk th {

	padding: 4px;

	}
	
	#bulk td {

	border-bottom: 1px solid #cccccc;

	}

	#bulk th {

	text-align: left;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #000000;
	color: #fff;
	padding: 0 4px 0 4px;

	}


/* Message Alert */


	#message {

	width: auto;
	padding: 12px;
	border: 2px solid #4c9545;
	background-color: #c4e9bd;
	font-size: 11px;
	color: #4c9545;

	}

