@charset "UTF-8";
body {
    width:100%;
    height:100%;
    position:relative;
    text-align:center;
    font-size:12px;
    font-weight:normal;
    font-family: Arial;
	color:#fff;
	padding: 0 0 20px 0;
	background-color:#040707;
}

/* ******************************
 * Top Area *********************
 ****************************** */
#top {
	width:100%; height:450px;
	background: url(/wp-content/themes/nobu/_img/home/top-background.png) top left repeat-x;
}
 
#flash-content {
	width:969px; height:450px;
	margin:0 auto;
}

#bottom {
	width:960px;
	margin:0 auto;
	padding-top:26px;
	text-align:left;
}

img.norton-online-backup { padding-bottom:17px; }

img.learn-more { padding-bottom:20px; }

a.buy-norton { width:216px; height:19px; display:block; background: url(/wp-content/themes/nobu/_img/home/buy-norton.png) 0 0 no-repeat; }
a.buy-norton:hover { background: url(/wp-content/themes/nobu/_img/home/buy-norton.png) 0 -22px; no-repeat; }
a.buy-norton span {display:none;}

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

#home-nav-wrap {float:right;width:572px;}
#home-nav-wrap ul#home-nav {float:none;}
#home-nav-wrap p {
	margin: 35px 0;
	padding-right: 140px;
	line-height: 1.5em;
	color: #666;
}

ul#home-nav {
	width:572px; height:18px;
	float:right;
	padding-top:5px;
}

ul#home-nav li {
	list-style:none;
	float:left;
}

ul#home-nav li a {display:block; height:18px; }
ul#home-nav li span { display:none }

ul#home-nav li a.read-stories { margin-right:25px; width:111px; height:18px; background: url(/wp-content/themes/nobu/_img/home/nav.png) 0px 0px no-repeat; }
ul#home-nav li a.submit { margin-right:26px; width:204px; height:18px; background: url(/wp-content/themes/nobu/_img/home/nav.png) -136px 0px no-repeat; }
ul#home-nav li a.how { width:206px; height:18px; background: url(/wp-content/themes/nobu/_img/home/nav.png) -366px 0px no-repeat; }


ul#home-nav li a.read-stories:hover { width:111px; background: url(/wp-content/themes/nobu/_img/home/nav.png) 0px -22px no-repeat; }
ul#home-nav li a.submit:hover { width:204px; height:18px; background: url(/wp-content/themes/nobu/_img/home/nav.png) -136px -22px no-repeat; }
ul#home-nav li a.how:hover { width:206px; height:18px; background: url(/wp-content/themes/nobu/_img/home/nav.png) -366px -22px no-repeat; }
 
/* ******************************
 * Footer ***********************
 ****************************** */
#content-footer {
	width:960px;
	margin:0 auto;
	margin-top:26px;
}
#content-footer .content {
	width:626px;
	text-align:left;
	font-size:13px; color:#666666;
}

#content-footer .content .logo {
	float:left; 
	width:90px; height:29px;
	margin-top:3px;
	background: url(/wp-content/themes/nobu/_img/home/footer-logo.png) top left no-repeat;
}

#content-footer .content .logo span { display:none; }

#content-footer .content .links {
	float:right;
	width:531px;
	line-height:18px;
}

#content-footer .content .links a {
	color:#666666;
	text-decoration:none;
}

#content-footer .content .links a:hover {
	text-decoration:underline;
}

 
 
 
 
 