@charset "UTF-8";
/*
   Seagate Product Registration CSS
   Author: Dean Ashworth, Seagate Web Developer
   Contact: dean.ashworth@seagate.com
   Date Created: Nov 4, 2008
   Last Updated: Nov 4, 2008
*/

body {
	background-color: #f5f5f5;
	background-image:url(../images/nav_bg.png);
	background-repeat:repeat-x;
	background-position:top; 
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #555;
}
a:link, a:visited {
	color:#898989;
	cursor:pointer !important;
	text-decoration:none
}
a:hover, a:active {
	color:#555;
	cursor:pointer !important;
	text-decoration:none
}
#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#header { 
	margin:0;
	padding:0;
}
 #header #logo {
	left:0;
	margin:0;
	padding:0;
	top:0;
}
#content {
	padding:20px;
	color:#555;
	font-size:110%
}
#content h1 {
	color:#333;
	padding:6px 0;
}
#content h2 {
	color:#333;
	padding:10px 0 6px 0;

}
#footer {
	width:710px;
	margin: 0 auto;
	padding:10px 0;
	text-align:center;
	background:#f5f5f5;
	border-top:1px solid #e8e8e8;
	color:#7e7e7e;
	font-size:90%;
}
#footer .footlinks, .footlinks li {
	display:inline;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#footer .footlinks li {
	border-right:1px solid #7e7e7e;
	margin-right:0.5em;
	padding-right:0.5em;
}
#footer .footlinks li.last {
	border-right:medium none;
	margin-right:0pt;
	padding-right:0pt;
}
#footer a:link:hover, #footer a:visited:hover {
	color:#555;
	text-decoration:none;
}
#footer a:link, #footer a:visited {
	color:#7e7e7e;
	text-decoration:none;
}
.clearer {
	clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
}

/* button styles (technique source: http://cssglobe.com/post/1367/creating-and-styling-resizable-buttons) */

.button a button span em, .button a:hover button span em {
	color:#00ffff;
	cursor:pointer !important;
	text-decoration:none;
	_font-weight:bold
}
button {
	border:none;
	background:none;
	padding:0;
	margin:10px 0;
	width:auto;
	overflow:visible;					
	text-align:center;	
	white-space:nowrap;	
	height:22px;
	line-height:20px;			
}
button span, button em {
	display:block;
	height:22px;
	line-height:20px;			
	margin:0;
	color:#00ffff;
	text-transform:uppercase;
}
button span {
	padding-left:13px;
	background:url(../images/seagate_button_bg.gif) no-repeat 0 0;
}	
button em {
	font-style:normal;
	padding-right:13px;
	background:url(../images/seagate_button_bg.gif) no-repeat 100% 0;
}