/************************************
------------CSS 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}




.clearfix {display:block;}
* html .clearfix {height:1px;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}



/************************************
TYPOGRAPHY
************************************/

body{
	background-color:none;
	color:#fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:0.9em;
}
h2{
	color:#fff;
	font-size:2em;
	padding:10px 0px 10px 0px;
}
h3{
	font-size:1.2em;
	padding:0.5em 0 0em 0;
	color:#fff;
	font-family: 'Cuprum', arial, serif;
	
	/*
	font-family: Verdana, Helvetica, sans-serif;
	
	*/
}
h4{
	font-size:20px;
	padding:10px 0px 10px 0px;
}


p{
	padding-top:0.8em;
}


a{
	color:#888;
	text-decoration:none;
}
a:hover{
	color:#111;
}


/************************************
STRUCTURE
************************************/


.example-1 #header_wrapper{
	position:relative;
	text-align:center;
	width:780px;
	height:40px;
	overflow:visible;
}

.example-1 #header
{
	position:relative;
	width:7800px;
	margin:auto;
	text-align:left;

}
.example-1 #content_wrapper{
	position:relative;
	text-align:center;
	width:780px;
	margin:auto;
	
}
.example-1 #content-bg{
	width:780px;
	height:550px;
	position:absolute;
	top:15px;
	
}

/*.example-1 #content-bg-center{
	width:100%;
	height:570px;
	background:transparent url(../img/bg2.png) center no-repeat;
	position:absolute;
	top:15px;
	
}
*/
.example-1 #content
{
	position:relative;
	width:750px;
	margin:auto;
	text-align:left;
	margin-bottom:5px;
}


/************************************
SPECIFIC DOM STYLING
************************************/

.button-1{
	width:150px;
	height:35px;
	text-indent:40px;
	background: transparent url(img/button1.png);
	text-decoration:none;
	cursor:pointer;
	/*
	border:1px solid #fff;
	
	*/
	
}

.button-2{
	
	position:absolute;
	right:0px;
	top:250px;
	
	
	width:190px;
	height:35px;
	text-indent:40px;
	background: transparent url(img/button2.png);
	
	text-decoration:none;
	cursor:pointer;
	z-index:9;
	/*
	border:1px solid #fff;
	
	*/
	
}

.button-1:hover, .button-2:hover{
	background-position:0px -35px;
	
}

.feature-image{
	width:240px;
	
	display:inline-block;
	float:left;
	margin: 0 15px 10px 0;
	
	
	font-family: 'Cuprum', arial, serif;
	text-align:center;
	font-size:13px;
}
.feature-image-last{
	margin-right:0px;
	
}

.flipbook-preloader{
	position:absolute;
	left:325px;
	top:255px;
	
	width:75px;
	height:75px;
	background:transparent url(../img/preloader.gif);
}

.page_inline1{
	position:absolute;
	left:50px;
	width:275px;
	top:180px;
	font-size:18px;
	color:#444;
}

.page_inline1:hover{
	
}
.video_player{
	position:absolute;
	left:425px;
	top:200px;
	z-index:902;
}
.flash_content{
	position:absolute;
	top:0px;
	left:0px;
}
.page_index_con{
	
	position:absolute;
	font-size:16px;
	line-height:1.5;
	top:210px;
	left:450px;
}

#content-img-1{
	position:absolute;
	left:416px;
	top:145px;
}

#content-img-2{
	position:absolute;
	left:571px;
	top:145px;
}

#content-img-3{
	position:absolute;
	left:416px;
	top:240px;
}

.page_inline1{
	position:absolute;
	left:50px;
	width:275px;
	top:180px;
	font-size:15px;
	color:#444;
}

.page_inline1::selection {
        background: #FF7F50;
        }
.page_inline1::-moz-selection {
        background: #FF7F50;
        }

.page_inline1:hover{
	
}

/* table design */

.dzs-table-header{
	margin-left:291px;
	margin-top:20px;
}

.dzs-table-header .header{
	width:152px;
	text-align:center;
	background:#333;
	padding:20px 0;
	display:inline-block;
	font-size:12px;
	border-right:1px solid #444;
}
.dzs-table-header .header:first-child{
	border-radius:5px 0 0 0;
}
.dzs-table-header .header:last-child{
	border-radius:0 5px 0 0;
	border-right:0;
}

table.dzs-table	{
	background: #eee;
	
    font-family: Verdana,Helvetica,sans-serif;
    color: #555;
    font-size: 14px;
	
	margin-bottom:20px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px #fff;
	
	width:100%;
}
table.dzs-table	tr{
    text-align: center;
	background: -moz-linear-gradient(center top , #FBFBFB, #FAFAFA) repeat scroll 0 0 transparent;
}

table.dzs-table	tr:nth-child(even) { 
background: #f9f4f4; /* Old browsers */
background: -moz-linear-gradient(top, #f9f4f4 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f4f4), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f9f4f4 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f9f4f4 0%,#eaeaea 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f9f4f4 0%,#eaeaea 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F4F4', endColorstr='#EAEAEA',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f9f4f4 0%,#eaeaea 100%); /* W3C */
}

table.dzs-table	tr td{

    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
table.dzs-table	tr td:first-child{
	width:250px;
}
