/* { border: 1px dashed red; } */

/*
 * Browser Reset
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
	font-family: verdana;
}

body
{
 margin: auto;
 width: 900px;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { border: 0; }
li { list-style: none; }
q:before,q:after { content: ''; }
abbr,acronym { border: 0; }
del,ins { text-decoration: none; }

.item
{
	float: left;
	overflow: hidden;
	position: relative;
	width: auto;
}

#logo
{
float: left;
width: 130px;
height: 80px;
margin-top: 20px;
}

#primary-navigation, #home-primary-navigation
{
	text-transform: lowercase;
	margin: 70px 0px 0 0px;
	/* 722 */
	padding: 0 0 5px 0;
	width: 765px; /*900-215*/
	/* 721 */
	height: 25px;
	font-size: 14px;
}
#home-primary-navigation
{
	text-align: center;
	width: 590px;
	margin: 0;
	font-size: 22px;
	height: 30px;
}
img#nyxlogo { margin: 70px 55px 20px 55px; }

#home-primary-navigation ul
{
	border-width: 0;
}
#primary-navigation ul
{
	border-width: 0 0 1px 0;
	border-color: #CCC;
	border-style: solid;
}

#primary-navigation ul li
{
	-width: 120px;
	padding-left: 0px;
	display: inline-block;
	height: 23px;
	-border: 1px red dotted;
	padding-right: 10px;
	border-bottom: 2px #FFF solid;
}

#home-primary-navigation ul li
{
	-width: 120px;
	padding-left: 13px;
	display: inline-block;
	height: 28px;
	-border: 1px red dotted;
	padding-right: 13px;
	-border-bottom: 2px #FFF solid;
}
#primary-navigation ul li:hover
{
	border-top: 0;
	border-right: 0;
	border-bottom: 2px #CCC solid;
	border-left: 0;
}
/*#primary-navigation ul li.violet:hover
{
	border-bottom: 2px rgb(118,83,126) solid;
}
#primary-navigation ul li.black:hover
{
	border-bottom: 2px rgb(0,0,0) solid;
}
#primary-navigation ul li.green:hover
{
	border-bottom: 2px rgb(191,215,48) solid;
}
#primary-navigation ul li.red:hover
{
	border-bottom: 2px rgb(237,28,36) solid;
}
#primary-navigation ul li.orange:hover
{
	border-bottom: 2px rgb(230,136,36) solid;
}
#primary-navigation ul li.blue:hover
{
	border-bottom: 2px rgb(0,127,196) solid;
}
#primary-navigation ul li.yellow:hover
{
	border-bottom: 2px rgb(155,155,165) solid;
}*/
	
#primary-navigation ul li a, #home-primary-navigation ul li a
{
	text-decoration: none;
	-color: black;
	-font-weight: 500;
	-font-size: 14px;
}

.black a{ color: rgb(0,0,0); }
.violet a{ color: rgb(118,83,126); }
.green a{ color: rgb(191,215,48); }
.red a{ color: rgb(237,28,36); }
.orange a{ color: rgb(230,136,36); }
.blue a{ color: rgb(0,127,196); }
.yellow a{ color: rgb(155,155,165); }

#home-primary-navigation ul li.violet:hover
{
	border-bottom: 6px rgb(118,83,126) solid;
}
#home-primary-navigation ul li.black:hover
{
	border-bottom: 6px rgb(0,0,0) solid;
}
#home-primary-navigation ul li.green:hover
{
	border-bottom: 6px rgb(191,215,48) solid;
}
#home-primary-navigation ul li.red:hover
{
	border-bottom: 6px rgb(237,28,36) solid;
}
#home-primary-navigation ul li.orange:hover
{
	border-bottom: 6px rgb(230,136,36) solid;
}
#home-primary-navigation ul li.blue:hover
{
	border-bottom: 6px rgb(0,127,196) solid;
}
#home-primary-navigation ul li.yellow:hover
{
	border-bottom: 6px rgb(155,155,165) solid;
}

#header-image
{margin-bottom: 1em;
}

.content-block
{
	-background-color: rgb(252, 252, 252);
	-border: 1pt solid rgb(238, 238, 245);
	margin-bottom: 1em;
	padding: 20px 5px 0 0;
	text-align: left;
	-margin-top: 1em;
	-background-image: url(curved-bg-900.png);
	background-repeat: no-repeat;
}

.content-block-half
{
	background-color: rgb(252, 252, 252);
	border: 1pt solid rgb(238, 238, 245);
	margin-bottom: 1em;
	padding: 10px 10px 0 10px;
	text-align: left;
	-margin-top: 1em;
}

.content-block-half h2, .content-block h2 { font-size: 15px; margin-bottom: 2px;}
.content-block-half p, .content-block p
{
	font-size: 12px;
	margin-bottom: 1em;
	
}

.content-block h2 a
{
	color: #AAA;
	font-size: 16px;
	text-decoration: none;
}

/* FOOTER */

#footer
{
margin-top: 10px;
padding-top: 3px;
border-top: 1px #CCC solid;
width: 900px;
}

#footer, #footer a
{
	color: #AAA;
	font-size: 10px;
	text-decoration: none;
}

#copyright
{
	float: left;
}

#copyright a:hover { text-decoration: underline; }

#languages
{
	float: right; 
}