/*  Dzinelabs. All rights reserved.
Please see the Creative Commons License at: 
http://creativecommons.org/licenses/by-sa/2.0/
*/
html, body {
   margin : 0;
   padding : 0;
}

body {
   font : 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
   color : #333333;
   background : #BAB7A4;
   text-align : center;
   width : 100%;
   min-width : 750px;
}

/* links */
a:link {
   color : #494949;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #666666;
   text-decoration : none;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
}
  
/* Links within paragraphs (subtle) */
p a {
   color : #666666;
   text-decoration : none;
}

/* Links within paragraphs (revealed) */
p:hover a {
   color : #0000ff;
   text-decoration : underline;
}

/* Rollover effect for links within paragraphs */
p a:hover {
   color : #ff0000;
}

/* Headings */  
h1,h2 {
   background : transparent;
   color : #7F7E73;
   margin : 1em 0 1em 0;
   font-family : Helvetica, Arial, Verdana, sans-serif;
   padding : 0;
   text-transform : uppercase;
   line-height : 1.2em;
}

#mnheading {
   margin : 1em 0 1em 0;
}

h1 {
   font-size : 1.5em;
}

h2 {
   font-size : 1em;
}

#contentright h2 {
   padding : 0 0 0 5px;
}

/* Text rendering */
p {
   margin : 0 0 1em 0;
   font-size : 1.0em;
}

#contentright p {
   font-size : 0.8em;
   background : transparent;
   padding : 0 2px 5px 5px;
}

/* code */
code {
   font : 1em normal monospace, sans-serif;
   margin : 0 0 0.1em 0;
   padding : 0.1em 0 0.7em 0;
}

/* Layout Stuff */
img {
   border : none;
}

#logo {
   width : 688px;
   height : 144px;
   background : url(../Images/DZlabslogo.jpg) no-repeat;
   padding : 0;
   margin : 0;
}

#logonav {
   margin-top : -30px;
   margin-left : 200px;
   width : 480px;
}

#logonav ul {
   margin : 0;
   padding : 0;
   white-space : nowrap;
   list-style : none;
}

#logonav li {
   float : left;
   background : url(../Images/mydzlabsupnav.jpg) no-repeat;
   width : 105px;
   text-align : center;
   margin-left : 10px;
}
#logonav li a {
   font : bold 0.9em Arial, Helvetica, sans-serif;
   text-decoration : none;
   display : block;
   line-height : 26px; /* trick provided by trx */
   height : 26px;
}

#logonav li a:hover {
   background : url(../Images/mydzlabsdownnav.jpg) no-repeat;
   color : #494949;
}

#wrapper {
   text-align : left;
   width : 688px;
   margin : auto auto;
   padding : 0;
   background : url(../Images/mydzlabsbckg.jpg) repeat-y;
   border-left : 1px solid #66635C;
   border-right : 1px solid #66635C;
}

#contentwrapper {
   padding: 0 13px 16px 40px;
}

#contentleft {
   width : 390px;
   float : left;
   padding : 10px 10px 16px 10px;
}

#contentright {
   width : 170px;
   float : right;
   padding : 10px 0 20px 0;
}

#footer {
   clear : both;
   width : 422px;
   border-top : 4px solid #BAB7A4;
   padding : 16px 0 0 0;
   font-size : 9px;
   text-transform : uppercase;
   line-height : 1.2em;
}

#footer a {
   font-weight : normal;
   font-size : 0.9em;
   padding : 0;
}

/* List Styles */
 #contentright ul {
   padding : 0;
   list-style-type : none;
   margin-left : 2em;
}

 #contentright ul li {
   background : url(../Images/DZlablistbul.gif) no-repeat left center;
   text-align : left;
   padding : 2px 1px 5px 15px;
   font-size : 0.8em; 
}

/* Classes */
.clear {
   clear : both;
   height : 0;
   margin : 0;
   font-size : 1px;
   line-height : 0;
}

.skiplink {
   position : absolute;
   left : -1000px;
   width : 990px;
   font-size : 1px;
   line-height : 1;
}

.hide {
	display: none;
}

.centerinline {
   text-align : center;
} 

/* demo */
div#main1, div#main2 {
   width : 90%;
   margin : 1em 12.5% 2em;
   background : #BDE;
}

div#main1 {
   border : 1px solid black;
}

/*in the following rules, a relative positioning is used for IE*/
div#punch1 {
   float : left;
   width : 100px;
   height : 70px;
   text-align : center;
   background : #E9EEF2;
   color : black;
   border : solid black 1px;
   border-width : 0 1px 1px 0;
   padding : 0 10px 5px 0;
   margin : -1px 25px 10px -1px;
   position : relative;
}                  

div#punch1 img {
   height : 70px;
   width : 100px;
}

div#main1 h2 {
   margin : 0;
   padding : 0.25em 1em 0.125em 0;
   background : #f0ffff;
   text-align : right;
   text-transform : lowercase;
   font-family : sans-serif;
   border-bottom : 1px solid #68A;
}

div#main1 p, div#main2 p {
   line-height : 1.8em;
   margin : 1.2em 0.5em 1.2em 0.5em;
}

div#main2 {
   border : 1px solid black;
}

div#punch2 {
   float : left;
   width : 120px;
   padding : 10px;
   background : #E9EEF2;
   color : black;
   border : solid black 1px;
   border-width : 0 1px 1px 0;
   margin : -1px 5px 5px -1px;
   position : relative;
}              

div#main2 h2 {
   margin : 0;
   padding : 0.25em 1em 0.125em 0;
   background : #f0ffff;
   text-align : right;
   text-transform : lowercase;
   font-family : sans-serif;
   border-bottom : 1px solid #68A;
}

div#main2 h3 {
   margin-left : 0.5em;
}

/*to prevent an Opera 7.11 jog when hovered over the menu, set the left margin to zero*/
div#punch2b {
   float : right;
   width : 25%;
   text-align : left;
   font-size : 140%;
   font-weight : bold;
   padding : 1em;
   text-indent : -0.5em;
   background : #E9EEF2;
   color : black;
   border : solid black 1px;
   border-width : 1px 0 1px 1px;
   margin : 0.2em -1px 0.2em 0;
   position : relative;
}                  

#button ul {
   margin : 0;
   padding : 0;
   border : none;
   list-style-type : none;
}

#button li a {
   background-color : #de9639;
   color : #a52a2a;
   border : 1px solid #333333;
   display : block;
   padding-bottom : 4px;
   padding-top : 4px;
   text-decoration : none;
   width : 100px;
   text-align : center;
   margin : .5em 0em .5em 0em;
   list-style : none;
}

#button li a:visited {
   background-color : #959595;
   color : #a52a2a;
}


