/* CSS Document */

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	background-image: url(http://www.dzgns.com/images/bodybgglobal2.gif);
	background-repeat: repeat-x;
}

#indexbrand {
	height: 145px;
	position: relative;

}
#mainNav {
  list-style: none;
}

#footer {
  background-color: transparent;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}


#wrapper {
	width: 75em;
	margin: 0 auto;
	text-align: left;
}

#wrapper2 {
  background: url(http://www.dzgns.com/images/secondary-faux-col.gif) repeat-y 78% 0;
}
#contentmain {
	width: 680px;
	margin-top: 10px;
	float: left;
	margin-bottom: 5px;
	background-color: #FFF;
	border: 1px solid #E2CBCB;
	padding: 10px;
}

#mainNav { 
  width: 23%;
  float: left;
}
#mainNav * *, #secondaryContent * * { 
 padding-left: 0;
 padding-right: 0;
}



/* Free Issue Section
================================= */
.freeissue {
	height: 60px;
	width: 75em;
	float: left;
} /*---formatting all (not index) pages free issue section-----*/
#footer {
	clear: both;
	height: 25px;
	
}
#footer a {font-size: .9em;

}


#mainContent2 {
	width: 70%;
	margin-top: 10;
	float: left;
} 
#mainContent2 li {margin-left: 20px;}

#secondaryContent2 {
	width: 25%;
	float: right;
} 
 

/* image padding and margins
================================= */
.imgright {
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #F66;
	float: right;
}
.imgleft {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #F66;
	float: left;
}
/* no border on images
======================================*/
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/*==========icon div==============*/
.icons {
	clear: both;
	height: 35px;
	margin-bottom: 10px;	
} 
.icons img {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.backbutton {
	clear: both;
	margin-top:10px;
	margin-bottom:10;
	height: 50px;
	width:350px;	
}/*allows the back button to set above the free issue block without falling behind*/

#contentmain table  {
font-color: #FF0000;
font-size: 11px;
line-height:1.6em;}

#contentmain strong  {
font-size: 15px;
line-height:1.6em;}

#footercontainer { 
    width: 700px;
}/* contains the footer and the free issue code===*/

#mainContent2 p {
	padding-right: 20px;
	padding-left: 20px;
}
/*=====Product Page Template===========
formates the product pages on My Designs========*/

#productformat {}
#productformat h2 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #FF6666;
}
#productformat p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 1.1em;
}

#productformat li
{   font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 1.1em;
}

#productformat li li
{   font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 1em;
}

#productformat li {
	margin-left: 20px;
}
.b13p {position:absolute; left:-5000;}
