body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Trebuchet", "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 11px;
	background-color: #ffffff;
	background-image: url(images/bg-new.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

/*redefine*/

::-moz-selection {
	background: #111;
	color: #eee;
}

::selection {
	background: #111;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

a:link, a:visited {
	color: #7389ae;
}

a:hover, a:active {
	color: #faec8f;
}

h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.7;
}

a {
	outline: none;
}

form, table {
	margin: 0;
	padding: 0;
}

/*shared*/

span.clr {
	display: block;
	clear: both;
}

/*headings & link colors*/

h2 {
	font-size: 17px;
	border-bottom: 1px solid #27272a;
	border-top: 1px solid #27272a;
	margin: 0 0 10px;
	padding: 5px 0 4px;
}


h3.sub {
	position: absolute;
	top: 50px;
	font-size: 9px;
}
#container #content #intro h1 {
	color: #FF6600;
	font-size: 24px;
}
div#intro {
	color: #000;
	font-size: 12px;
}

#intro {
	margin-top: 20px;	
}

div#intro p.less {
	font-size: 14px;
	color: #666666;
}

div.intro a:link, div.intro a:visited {
	color: #c17878;
}

div.developers a:link, div.developers a:visited, h2.developers {
	color: #22302B;
}

div.browsers a:link, div.browsers a:visited, h2.browsers {
	color: #22302B;
}

div.download a:link, div.download a:visited {
	color: #22302B;
}

h2.download {
	color: #22302B;
}

div.license a:link, div.license a:visited, h2.license {
	color: #22302B;
}

div.apps a:link, div.apps a:visited, h2.apps {
	color: #22302B;
}

h2.apps {
	font-size: 16px;
}

div.block a:hover, div.block a:active {
	color: #4e7a6d;
}

/*content*/

#container {
	position: relative;
	width: 820px;
	margin: 0px auto 10px;
}

#content {
	width: 580px;
	left: 200px;
	position: relative;
	z-index: 10000;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center 340px;
}
#wrap {
	margin-top: 30px;
	background-image: url(images/slide.jpg);
	background-repeat: no-repeat;
	height: 280px;
}
#my_slideshow {
	left: 20px;
	top: 20px;
}

div#content.selected {
	
}

div.block {
	margin-bottom: 20px;
	font-size: 12px;
}

div.floaty {
	float: left;
	width: 210px;
}

div.floaty h2 {
	margin-bottom: 5px;
}

div.first {
	width: 349px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	border-right: 1px solid #27272a;
}

div.full {
	clear: both;
	float: none;
}

ul#developers {
	font-size: 10px;
	color: #888;
	line-height: 1.3;
	list-style: none;
	margin-top: 10px;
}

#developers li {
	margin-bottom: 5px;
	font-size: 12px;
}

/*sidebar*/

#sidebar {
	position: absolute;
	z-index: 1;
	width: 210px;
	top: 40px;
}

#sidebar ul {
	margin-top:190px;
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	width: 130px;
	display: block;
	padding: 3px 5px 3px 2px;
	margin: 5px 0;
	text-decoration: none;
	font-weight: bold;

}

#sidebar a {
	color: #333;
	font-size: 14px;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(images/tab_big.gif) center right no-repeat;
	padding: 4px 5px 4px 20px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #cbcbcb;
}

#sidebar a.big {
	color: #fff;
}




.test {
	color: #2f3d31;
}

h2.section, h2.options {
	font-size: 15px;
	color: #faec8f;
	padding-left: 15px;
	background: url(../images/arrow.gif) no-repeat left center;
}

#container h2.section a, #container h2.options a {
	display: block;
	text-decoration: none;
	color: #faec8f;
}

#container h2.section a:hover, #container h2.options a:hover {
	color: #faf3c7;
}

#advanced, #quick {
	padding-bottom: 20px;
}

h2.compression-options {
	margin-top: 10px;
}

table#compression-options div.check {
	width: 13px;
	height: 13px;
}

table#compression-options div.selected {
	background-image: url(../images/radio.png) !important;
	background-image: url(../images/radio.gif);
	padding: 2px;
}

p.submit {
	margin-top: 20px;
	text-align: center;
}

/*links*/


/*developers*/

h2.dev {
	line-height: 1.1;
	font-size: 15px;
	color: #faec8f;
	margin-bottom: 0;
	margin-left: 80px;
	padding: 5px 0 4px;
}

h2.dev span {
	color: #444;
	font-size: 9px;
	font-family: Andale Mono, Monaco, Courier New, Monospace;
}

div.icon {
	float: left;
	height: 65px;
	width: 65px;
	margin-bottom: 5px;
	background: #1d1d20;
	border: 3px solid #333;
}

div.dev {
	clear: both;
	margin: 10px 0;
}

div.dev p {
	line-height: 1.7;
	padding: 1px 0 2px;
	border-bottom: 1px solid #222;
	margin-left: 80px;
}

#container a.devs:link, #container a.devs:visited {
	color: #face8f;
	display: block;
	font-size: 15px;
	padding: 5px 25px;
}

#container a.devs:hover, #container a.devs:active {
	color: #ccc;
}

p.devs {
	padding: 0 0;
}

.altImage {
	padding-right: 10px;
}
