/*
this file contains common css for all pages
*/


html>body #container{ height: auto; }

html
{
  height:100%;
}
 
body
{
  font-family: arial, verdana, sans-serif, serif; 
  font-size:medium;
  margin:0;
  padding:0;
  background-color:black;
}

#container
{
  width:1000px;
  margin:20px auto;
  background-color:#000000;
}

#header
{
  height:61px;
  background-image:url('http://www.ddtechglobal.com/images/layout/header2.jpg');
  background-repeat:no-repeat;
  position: relative;
	border-bottom:2px solid #fff;/*added according to changelist*/
}

/*alternating row*/
.one
{
  background-color: #fff;
}

.two
{
	background-color:#efefef;
}


img.headerimg {
	position: absolute;
	z-index: 90;
}

div.nav {
	padding-top: 37px;
}

ul.mainmenu {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
	
ul.mainmenu li div.submenu {
	position: absolute;
	right: 0;
	width: 700px;
	height: 32px;
	margin-top: 5px;
}

* ul.mainmenu li div.submenu {
	background: url(http://www.ddtechglobal.com/images/fakebg.gif) no-repeat;
}

div.submenuBG {
	height: 20px;
	margin-top: 10px;
	background: #000;
}

ul.mainmenu li { /*float the main list items*/
	float: left;
	display: block;
	margin: 0 7px;
	padding: 0;
	border-bottom: 5px solid #FFFFFF;
}

ul.mainmenu a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

ul.mainmenu li a {
	width: auto;
	display: block;
	padding: 0;
	color: #000;
	font-weight: bold;	
}

ul.mainmenu li a.selected {
	border-bottom: 5px solid #000000;
	}

ul.mainmenu li ul {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background: #000;
	font-size: 0.9em;
}

ul.mainmenu li ul a {
	float: left; /*ie doesn't inherit the float*/
	width: auto;
	display: block;
	border: 0;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0 2px;
}

ul.mainmenu li li a:hover, ul.mainmenu li.sfhover li a:hover, ul.mainmenu li.currentmenu a {
	color: #88D843;
}

ul.mainmenu li li {/*overrride main li styles to submenu li */
	margin: 0;
	border: 0;
}

ul.mainmenu li:hover div.submenu, ul.mainmenu li.sfhover div.submenu {
	z-index: 5000;
}

ul.mainmenu li li:hover, ul.mainmenu li li.sfhover {/* override main li's hover styles to submenu li */
	border: 0;
}

ul.mainmenu li:hover, ul.mainmenu li.sfhover {
		border-bottom: 5px solid #000;
}

body#products li#products div.submenu, body#company li#company div.submenu, body#resources li#resources div.submenu {
	right: 0;
	z-index: 4000;
}

body#products li#products, body#company li#company, body#resources li#resources {
		border-bottom: 5px solid #000;
}	
	
/* clean the floats */
head+/**/body .clear:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

/* Fix IE Float bug */
.clear {min-height:1%;}
* html .clear {height:1%;}
/* end of clean the floats*/

#content
{
  position:relative;
  width: 1000px;
  margin:0px;
  background-color:#fff;
  border-top:1px solid black;
  display: block;
height: 600px;
}

#footer
{
  position:relative;
  background-image:url('http://www.ddtechglobal.com/images/layout/footer.jpg');
  background-repeat: no-repeat;
  height: 50px;
  /* margin-top:30px; */
  padding:15px;
  border-top: 2px solid #fff;/*added according to changelist*/
  
}

/******* search field *******/
#search
{
	padding-left:10px;
	padding-top:4px;
}
#search .field
{
	font-size: 10px;
        position:relative;
	vertical-align:top;
        padding: 3px;
	background-image:url("http://www.ddtechglobal.com/images/layout/input.jpg");
	background-repeat:repeat-x;
	border: 1px solid #CBE27A;
}

#search .submit
{
	position:relative;
	vertical-align:top;
}
/******* end search field *******/


#leftContent
{
 font-size: 0.8em;
 margin: 0px;
}

#rightContent
{
  padding: 30px 55px 30px 10px;
  margin: 0px auto;
}

.textwrapper
{
  /*place text on left content according to PSD*/ 
  padding-top:30px;
  padding-left:55px;
  padding-right:55px;
  padding-bottom:30px;
}

/******* Contact Us CSS *******/
/*adding the contacts class for the contact info*/

.contacts
{
	margin: 0 0 0 25px;

}

.contacts p 
{
  font-size:1em;
}

.contacts strong
{
	font-size:1.1em;
	font-weight:bold;
}




/******** contact form *******/
#contact_form
{
	border: 1px solid #DDDDDD;
	width:430px;
}

#contact_form .title
{
	width:420px;
	padding:5px;
	background: #F5F3F1;
	font-size: 16px;
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
}
#contact_form .content
{
	padding:5px;
}
#contact_form .content .field
{
	padding-top: 20px;
	font-size: 12px;
}
#contact_form .content .field .fieldName
{
	position:relative;
	float:left;
	text-align:right;
        margin-right:3px;
        padding-top:3px;
	width:70px;
}
#contact_form .content .field .fieldInput
{
	position:relative;
	display:inline;
}
#contact_form .submit
{
  text-align: center;
  padding-bottom: 15px;
}

/******* end form *******/


/******* End Contact Us CSS *******/


/****start of the awards strip****/
div.awards {
	background: transparent url('http://www.ddtechglobal.com/images/layout/strip.jpg') 0% 430px repeat-x;
	height: 595px;
   
}

div.awardbody {
}

div.awards h1 {
	position: absolute;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

div.awards h1.awardhead {
	bottom: 73px;
	left: 730px;
	font-size: 34px;
}

div.awards h1.awardhead span {
	font-size: 28px;
}

div.awards h1.awardhead2 {
	bottom: 28px;
	left: 730px;
	font-size: 28px;
}

/************add award images *********/

.awardStrip { bottom: 120px;}

div#awardpic {
        position:absolute;
		width:700px;
		height:190px;
		left: 11px;
}


a{ text-decoration: none}
/*****end adding award images*****************/

/***end of awards***********************/

/* ++++++++++++++++++++++++++++++ START GUIDES SECTION +++++++++++++++++++++++++++ */

h3.guidehead {
	font-size: 16px;
	color: #87C04B;
	margin: 10px;
	padding: 0 10px;
}

div.guides ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

div.guides li {
	float: left;
	width: 130px;
	height: 130px;
	margin: 6px 15px;
	padding: 0;
	overflow: hidden;
	display:inline;
}

div.guides img {
	border: 2px solid #000000;
}

div.guides p {
	margin: 0;
	padding: 3px 0 0 0;
}

/* ++++++++++++++++++++++++++++ START PRODUCT FINDER  STYLES +++++++++++++++++++++++++++++++ */

div.qproducts h3 {
	font-size: 16px;
	color: #87C04B;
	margin: 10px;
	padding: 0 10px;
}

div.qproducts {
	padding: 15px 0 0 40px;
        display:table;
}

div.qproduct {
	margin-right: 40px;
	margin-bottom: 26px;
}

div.qproduct h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #000000;
}

div.qproduct table {
	font-size: 12px;
	text-align: center;
}

div.qproduct table td {
	width: 100%;
	padding: 0 2px;
	vertical-align: top;
}

div.qproduct img {
	border: 1px solid #000000;
}

div.qproduct td.ptitle {
	padding-top: 2px;
}

/****setting font for newsletter***/
.text
{ font-size: 0.8em;}


.productDetails li.prodselected a {
color:#85D542;
}