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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
th, td {
	padding: 2px;
}
img {
	border: 0;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {font-weight:bold;}

body, html {height: 100%;}
body { background:#fff url(images/bg-body.png) repeat-x top left; color:#444; font:62.5% /1.5 Arial, Helvetica, sans-serif; text-align:center; line-height: 1.5;}

pre, code {
	font-family: Courier, Arial, sans-serif;
	background: #eaeaea;
	padding: 5px;
}

em {
	font-style: italic;
}

div#container { width:750px; text-align:left; font-size:1.2em; margin: 0 auto 0em; }
div#header { height:75px; width:750px; position:relative;}
div#header h1#logo { width:733px; height:55px; position:absolute; top:25px; }
div#header h1#logo a { width:733px;	height:55px; outline:0;	background: url(images/des-logo.png) 0 0 no-repeat; text-indent:-1000em;	float:left;	}
div#header div#download { float: right; margin-top: 25px; }

div#main-container { width: 750px; height: 400px; background: url(images/bg-outline.png) no-repeat;}

.left {	float: left; display: inline; margin: 65px 0 0 20px; width: 280px;}
.right { float: right; display: inline; width: 423px; height: 300px; margin: 20px 20px 0 0; }
.clear { clear: both; }

h2 { color: #0793C2; font-size: 24px; line-height: 1.4; font-weight: normal; margin-bottom: 10px; }
h3 { color: #0793C2; font-size: 18px; line-height: 1.4; font-weight: normal; margin-bottom: 5px; margin-top: 10px; }
p.pres { color: #0793C2; font-size: 14px; line-height: 1.4; }
p.pres2 { color: #777; font-size: 12px; line-height: 1.2; }
p.pres2 a { color: #0793C2; }

#nav { margin-top: 15px; float: left; }
#nav ul { list-style-type: none; display: inline; }
#nav ul li { float: left; margin-right: 30px; }
#nav ul li a { color: #5D9431; text-decoration: none; font-size: 14px; display: block; }
#nav ul li a:hover { color: #0793C2; text-decoration: underline; }
#nav ul li a.active { background: transparent url(images/down_btn2.png) no-repeat scroll 50% 100%; padding-bottom: 14px; }

div#footer { background: url(images/bg-footer.png) no-repeat; width: 750px; height: 60px; margin: 10px auto 0em; color: #888; font-size: 11px; }
div#footer a { color: #0793C2; }
div.footer-left { float: left; display: inline; margin: 10px 0 0 10px; text-align: left; }
div.footer-right { float: right; display: inline; margin: 10px 10px 0 0; text-align: right; }

div#static { padding: 10px; }
div#static a { color: #0793C2; text-decoration: underline; }
div#static h2 { margin: 0; }
div#static ul { list-style-type: disc; padding: 0 0 0 15px; margin: 10px 0 0 0;}
div#crumbs { margin: 0 0 10px 0; color: #777;}

div#downloads_count { font-size: 11px; color: #0793C2;}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 750px;
    height: 282px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-tango.jcarousel-container {
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  750px;
    height: 330px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 750px;
    height: 330px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 295px;
    left: 100px;
    width: 94px;
    height: 34px;
    cursor: pointer;
    background: transparent url(images/but-next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -94px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -94px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
		visibility: hidden;
}