/* CSS Reset */

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, img, ins, kbd, q, s, samp,
small, strike, 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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* begin regularmente */

body {
	background:url(/images/nuzu-content-back.gif) 0 80px repeat-x #C1C3C8;

}
h1 {
	color:#666;
	font:bold 1.2em  "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin:25px 0 25px 15px;
	width:95%;
	border-bottom:1px dotted #ccc;
}
#index{
	margin:0;
	padding:0;
}
#index h1{
	display:none;
	margin:0;
	padding:0;
}
h2{
	color:#333;
	font:bold 1.2em  "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	display:block;
	width:92%;
	margin:20px 0 15px 15px;
}
h3{
	color:#333;
	font:bold 1em  "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	display:block;
	width:92%;
	margin:0 0 0 0;
}
p, li, div {
	font:13px  "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	font:.9em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color:#666;
}
a:hover {
	color:#000;
}
#header {
	height:80px;
	width:100%;
	background:#000;
	background:url(/images/barback.png) 0 0 no-repeat;
}
#header div {
	margin:0 auto; 
	width:990px;
}
#header .navigation {
	padding:13px 0 0 10px;
	text-transform:uppercase;
	text-align:right;
}
#header .navigation a:link, #header .navigation a:visited  {
	color:#ddd;
	text-decoration:none;
	padding:0 0 0 10px;
	font:.8em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
#header .navigation a:hover {
	text-decoration:underline;
	color:#fff;
}
#content {
	margin:0 auto; 
	width:991px;
	background: #fff;
}
#content-index{
	background:url(/images/nuzu-content-back.gif) 0 234px repeat-x #C1C3C8;
}
#contact {
	width:275px;
	position:relative;
	left:715px;
	background:#F3F3F3;
	overflow:hidden;

}
#contact div{
	padding:10px;
	font-size:.9em;
}
#contact ul li {
	margin-bottom:5px;
	list-style:inside square;
	font-size:12px;
}


#pagefooter {
	background-color:#eee;
	margin:0 auto; 
	margin-top:15px;
	width:100%;
	background:url(/images/nuzu-content-back.gif) 0 0 repeat-x #C1C3C7;
}

#pagefooter h2, #footer h2 {margin-left:0 !important;}

#pagefooter div {
	margin:5px;
}
#pagefooter a, #secondaryContent li, div#footer div.col3 a {
	margin-bottom:10px;
}

#secondaryContent li {
	list-style-type:square;
}
#secondaryContent li h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:13px;
}


#pagefooter a:hover {
	color:black;
}
#footertab {
	width:991px;
	height:30px;
	margin: 0 auto;
	background:url(/images/full-botab.gif) 50% 100% no-repeat;
}



/* special stuff for index page */
#splash{
	height:213px;
	background-color:#000;
	text-align:center;
	padding:30px 0 0 0;
	margin:0 0 0 0;
}
#splash img{
	position:relative;
	top:-24px;
}
#splash-content {
	margin:0 auto;
	padding:20px;
	width:990px;
	
}
#splash-content div{
	margin:0 auto;
	float:left;
}
#splash-content p{
	font-size:1em;
	text-align:left;
}
#splash-links {
	margin:0 auto;
	background:url(/images/nuzu-content-back.gif) 0 0 repeat-x #C1C3C7;
	padding:20px;
}
#splash-links div {
	width:990px;
	margin:0 auto;
	font-size:.8em;
}
.site-list{
	margin:0 10px 0 15px;
	padding:0 0 7px 20px;
	border-left:1px solid #999;
}
.site-list li{
	padding-bottom:7px;
	color:#666;
	font-size:.8em;
}

.white li{
	color:#fff
}
.pc-image {
	padding:0 10px 7px 0;
	float:left;
}
.pc2-image {
	padding:0 0 7px 10px;
	float:right;
}
