/* *************************************************************************
Title : CSS main styles
Author : Designkitchen, Inc.
Description : Common styles for layout and appearance
Created : feb.06.2007 
Modified : 


CSS TOC
=HTML SELECTORS
=LAYOUT
=NAVIGATION
=SECTION SPECIFIC


/* *************************************************************************
=HTML SELECTORS
************************************************************************* */
* {
}	
html {
}	
body {
	font-size:76%;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #464646;
	color: #fff;
}

/* ----- HEADINGS ----- */
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* ----- PARAGRAPHS ----- */
p {
}	
/* ----- QUOTES ----- */
blockquote {
}
cite {
}
/* ----- CODE ----- */
pre {
}
code {
}
/* ----- LISTS ----- */
li {
}
ol {
}
ul {
}
ol li {
}
ul li {
}
/* ----- IMAGES ----- */
img {
	border:0;
	margin:0;
	padding:0;
}
/* ----- TEXT FORMATTING ----- */
strong {
}
em {
}
b {
}
i {
}
ins {
	text-decoration: none;
}
del {
}
/* ----- LINKS ----- */
a {
}
a:visited {
}
a:hover {
}
/* ----- TABLES ----- */
table {
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}
th {
}
td {

}
/* ----- FORMS ----- */
form {
	margin:0;
	padding:0;
}
fieldset {
}
legend {
}
label {
}
input, select, textarea {
}
optgroup {
}
option {
}
/* ----- DEFINITIONS ----- */
dl { 
}
dt {
}
dd {
}

/* ----- Horizontal Rule -----*/
hr{
}
.hr{
}

/* ----- ID AND CLASS SELECTORS ----- */
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}
.clearBoth{
	clear:both;
}
.floatLeft{ 
	float:left;
	position:relative;
}
.floatRight{ 
	float:right;
	position:relative;
}


/* *************************************************************************
=LAYOUT
************************************************************************* */


/* --- containers --- */
#wrapper{
	background: #464646 url(../images/bg.gif) no-repeat 0 0;
	width: 1013px;
	margin: 0 auto;
	padding: 33px 88px 0px 88px;
	overflow: hidden;
	height: 1%;
}
#content{
	width: 1009px;
	position:relative;
}
#intro,.releases{
	display: block;
	padding: 35px 0 23px 0;
	overflow:hidden;
	height: 1%;
}
#intro .desc,.releases .desc{
	width: 365px;
	float:left;
	padding: 111px 20px 0 55px;
}
#intro .image {
	visibility: hidden;
}
.desc p{
	font-size:11px;
	line-height: 14px;
}
#intro .image, .releases .image{
	width: 543px;
	float:left;
	height: 398px;
}
/* ----- footer ----- */

/* ----- header ----- */
#header{
	overflow:hidden;
	padding-left: 26px;
}
#header a#dkLogo{
	display:block;
	width:102px;
	height: 32px;
	float:left;
	position: static;
	margin-right: 32px;
}
#header a#dkLogo {
	background: url(../images/designkitchen.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	width:102px;
	height: 32px;
}
* html #header a#dkLogo {
	background-image: url(../images/designkitchen2.png);	
}
#header div#ynrLogo{
	width: 139px;
	height: 39px;
	float:left;
	background: url(../images/ynr.logo.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 6px 0 6px 0;
}
* html #header div#ynrLogo {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/ynr.logo.png", sizingMethod="crop");
}

/* *************************************************************************
=NAVIGATION
************************************************************************* */


/*------ Global Navigation -----*/


/*------ Main Navigation -----*/



/*------ Skip Navigation (section 508 sites) -----*/

.skipNav{
	display:none;
}


/* *************************************************************************
=SECTION SPECIFIC
************************************************************************* */
#content a.back {
	color: #b4eaff;
	font: bold 0.8em helvetica;
	position: absolute;
	left: 54px;
	top: 35px;
	text-decoration: none;
	text-transform: uppercase;
}
#content a.back:hover {
	text-decoration: underline;
}
#content h1{
	font-size: 20px;
	display:block;
	width: 359px;
	height: 45px;
	position:absolute;
	top:60px;
	left:54px;
	padding:0;
	margin:0;
}
#content h1 span {
	color: #b4eaff;
	font-weight: normal;
}
.releases h2{
	font-size: 16px;
	float:left;
	margin:0;
	padding: 0 13px 0 0;
}
.releases a.launch{
	float:left;
	border-left:1px solid #959595;
	color: #b4eaff;
	text-transform:uppercase;
	font-size:11px;
	background: url(../images/bg.launch.gif) no-repeat right 3px;
	padding: 2px 36px 0 17px;
	text-decoration:none;
	font-weight:bold;
}
* html .releases a.launch {
	background-position: right 5px;
}
*:first-child+html .releases a.launch {
	background-position: right 5px;
}
.releases ul{
	clear:both;
	margin:0;
	list-style:none;
	padding: 16px 0 0 0;
}
.releases ul li{
	background: url(../images/bullet.arrow.gif) no-repeat 0 0;
	padding: 0 0 3px 24px;
}

* html #releaseContainer p {
	margin-top: -100px;
}
*:first-child+html #releaseContainer p {
	margin-top: -100px;
}
#releaseNav{
	display: block;
	overflow:hidden;
	height:1%;
	width: 980px;
	padding: 15px 0 15px 11px;
}
* html #releaseNav {
	padding-left: 0;
	width: 1009px;
}
.releaseItem{
	width: 129px;
	float:left;
	list-style:none;
	padding:0;
	margin:0 0px 15px 11px;
}
.releaseItem h3 a{
	color: #b4eaff;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}
.releaseItem h3 a.selected  {
	color: #898989;
}
.releaseItem li.thumbnail{
	background: url(../images/holder.png) no-repeat 0 0;
	height: 89px;
	width: 128px;
}
.releaseItem li.thumbnail a.selected {
	outline: none;
}
.releaseItem li.thumbnail a.selected img{
	opacity:0.4;
	filter:alpha(opacity=40);
}

.disclaimer {
	clear: both;
	color: #ccc;
	font: normal 0.9em helvetica;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 30px;
}

