html, body {
	margin:0px;
	padding:0px;
	font-family:Arial
	font-size:12px;
}
body {
	background-color:#ccc;
}
a {
	color: #3a8c36;
}

/*### HEADER ###*/

#container {
	width:1002px;
	margin:0px auto;
	background-color:#fff;
	overflow:hidden;
}
#header {
	position:relative;
	width:1000px;
	height:67px;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#header #left {
	float:left;
	width:291px;
	height:67px;
}
#header #right {
	position:absolute;
	width:449px;
        height:67px;
	top:2px;
	right:15px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	color:#666;
}
#header #left a {
        display:block;
        text-decoration:none;
        height:67px;
}
#header #right a {
	display:block;
        text-decoration:none;
        height:37px;
}
#nav {
	clear:both;
	position:relative;
	z-index:50;
        margin-top:-10px;	
	width:1000px;
	height:48px;
	border-left:1px solid #000;
        border-right:1px solid #000;
}

#navRelease {
        display:none;
        position:absolute;
	overflow:hidden;
        z-index:100;
        top:170px !important;
        top:160px;
        left:0px;
        width:100%;
        height:400px;
        margin:0px auto;
}









/*### MAIN ###*/

#main {
	clear:both;
	width:956px;
	padding-left:22px;
	padding-right:22px;
	padding-top:12px;
	height:auto;
	min-height:370px;
        border-left:1px solid #000;
        border-right:1px solid #000;
}

#leftBox {
	float:left;
	width:225px;
	height:auto;
}
#rightBox {
	float:left;
	width:714px;
	height:auto;
	padding-left:15px;
}
#box5notIndex {
	margin-top:5px;
	margin-left:-2px;
        width:227px;
        height:172px;
	
}
#bottomBox {
	position:relative;
        margin-top:5px;
        margin-left:-2px;
        width:970px;
        height:172px;
}
#box5 {
	position:absolute;
	top:0px;
	left:0px;
}
#box6 {
        position:absolute;
        top:2px;
        left:240px;
}
#box7 {
        position:absolute;
        top:2px;
        left:425px;
}
#box8 {
        position:absolute;
        top:2px;
        left:610px;
}
#box9 {
        position:absolute;
        top:2px;
        right:0px;
}
#flash {
	position:relative;
	z-index:1;
	width:714px;
	height:322px;
}	
#dfconnect {
	margin-top:-32px;
	margin-left:-22px;
}

/*### PRESS ###*/
.pressYear {
        padding-top:20px;
}
.pressDate {
        float:left;
        width:150px;
}
.pressTitle {
        float:left;
        padding-bottom:10px;
}
.pressPublisher {
        font-weight:bold;
}
.bold {
        font-weight:bold;
}

/*### TESTIMONIALS ###*/
#film {
	float:right;
	margin-top:-60px;
        height:61px;
        width:178px;
        background-image:url(/images/web/btnFilm.gif);
}
#film a {
        display:block;
        height:49px;
}

/*### DOWNLOADS ###*/
#download {
	float:right;
        margin-top:-45px;
        height:49px;
        width:175px;
        background-image:url(/images/web/btnDownload.gif);
}
#download a {
        display:block;
        height:49px;
}

/*### DFCONNECT LOGIN ###*/
#login {
        float:right;
        margin-top:-45px;
        height:49px;
        width:77px;
        background-image:url(/images/web/btnLogin.gif);
}
#login a {
        display:block;
        height:49px;
}




/*### FOOTER ###*/

#footer {
	clear:both;
	padding-top:20px;
	padding-bottom:15px;
	width:1000px;
	height:auto;
        border-left:1px solid #000;
        border-right:1px solid #000;
	border-bottom:1px solid #000;
}
#footer a:active, #footer a:visited, #footer a:link {
	color:#868686;
}
#footer a:hover {
	text-decoration:underline;
	color:#3a8c36;
}
#dflinks {
	width:956px;
	margin:0px auto;
	font-family:Arial;
	font-size:10px;
	color:#868686;
	text-align:center;
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
}
#dfdomains, #dffamily, #copyright {
	width:500px;
        margin:0px auto;
	font-family:Arial;
	font-size:10px;
	color:#868686;
        text-align:center;
}
#dflinks a, #dfdomains a, #dffamily a {
	text-decoration:none;
	color:#bbb;
}
#dfdomains {
	padding-top:10px;
	border-bottom:0px;
}
#dffamily {
	padding-top:3px;
	font-size:9px;
	border-bottom:0px;
}
#copyright {
	margin-top:10px;
	border-bottom:0px;
}





/*### MISC ###*/

.clearMe{
        clear:both;
        height:0px;
        margin:0px;
        font-size:1px;
	line-height:0px;
}
.clear {
	clear:both;
}
.error {
        color:red;
}
