body {
	margin: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, Verdana, sans-serif;
	color: #2C2C2C;
	line-height: 1.6em;
	background-color: #00AFF0;
}
img {
  border: 0;
}
hr {
  display: none;
}
a:link,
a:active,
a:visited {
	color: #009BD7;
	text-decoration: underline;
}
a:hover {
	color: #FF0099;
	text-decoration: none;
	border-bottom: #FF0099 1px dotted;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 180%;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	letter-spacing: -1px;
}
h1 a:link,
h1 a:active,
h1 a:visited {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border-bottom: #000 1px dotted;
}
h1 a:hover {
	color: #FF0099;
	text-decoration: none;
}
h2 {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	font-family: georgia;
	font-size: 160%;
	color: #009BD7;
	font-weight: normal;
}
h3 {
	margin: 0;
	padding: 0.3em 0 0 0;
	font-size: 130%;
	font-weight: bold;
	color: #333;
	letter-spacing: -1px;
}
.big {
	font-size: 115%;
}
.bigger {
	font-size: 130%;
}
ul.links {
	margin: 10px 0 20px;
	padding: 0;
	list-style-type: none;
	}
ul.links li { padding: 0; }


/* ---[ Header ]----------------------------------- */

#header {
	height: 7em;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #00AFF0 url(/images/footer-bg.png) top left repeat-x;
	border-top: #00AAEA 12px solid;
}
#header-wrapper {
	margin: auto;
	padding: 0;
	width: 64em;
	text-align: left;
}
#header h1 {
	margin: 0.2em 0;
	font-size: 140%;
}
#logo {
	float: left;
	width: 156px;
	height: 54px;
	margin: 2.2em 2em 0.3em 0.5em;
	padding: 0;
	text-align: left;
	background: url(/images/top-logo-bg.gif) 50% 50%;
}
#logo span, #logo a {
	display: block;
	width: 156px;
	height: 54px;
	padding: 0;
	border-style: none;
	background: none;
}
#logo img  {
	display: block;
	width: 0;
}
#nav ul {
	margin: 27px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	float: left;
	display: block;
	font-size: 0.8em;
	width: 9em;
	line-height: 1.5em;
	padding: 2.0em 1em 2.2em 1.2em;
	margin: 0 1px 0 0;
	text-decoration: none;
	color: #D2F2FF;
	border: none;
}
#nav ul li a strong {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	color: #f5f5f5;
}
#nav li a:hover {
	color: #fff;
	background: url(/images/nav-hover-bg.png) bottom center no-repeat;
}
#nav li a.current {
	color: #A6E7FF;
	background: url(/images/nav-active-bg.png) bottom center no-repeat;
}
#nav ul li a:hover strong {	
	color: #fff;
}
#nav ul li a.current strong {
	color: #fff;
}

/* ---[ Body ]----------------------------------- */

div#wrapper {
  min-height: 18em;
	margin: 0;
	padding: 1.4em 2em;
	background: #fff url(/images/bg.jpg) top left repeat-x;
}
div#content {
	width: 64em;
	margin: 0 auto;
	padding: 0 0 1em 0;
}
div.main {
	padding-right: 1.6em;
	float: left;
	width: 45em;
}

/* ---[ Menu ]----------------------------------- */

#menu {
	width: 15.5em;
	float: right;
	line-height: 1.4em;
}
#menu h3 {
	margin: .6em 0 0.4em 0;
	padding: 0.3em 0.5em;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	background: #fff url(/images/menu-h3-bg.gif) top left no-repeat;
}
#menu a:link,
#menu a:active,
#menu a:visited {
	padding: 0 0 0 0.8em;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	border: none;
}
#menu a:link.current,
#menu a:active.current,
#menu a:visited.current {
	padding: 0 0 0 1.2em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(/images/menu-bullet.gif) 0 50% no-repeat;
}
#menu ul {
	margin: 0.4em 0.4em 2em 0.4em;
	padding: 0 0.3em;
	list-style: none;
	overflow: hidden;
}
#menu ul li {
	margin: 0;
	padding: 0.3em;
	border-bottom: #e6e6e6 1px solid;
	font-size: 100%;
}

/* ---[ Breadcrumb Trail ]----------------------------------- */

div#breadcrumb {
	margin: 0 0 1.4em 0;
	padding: 0;
	font-size: 80%;
}
#breadcrumb a:link,
#breadcrumb a:active,
#breadcrumb a:visited {
	text-decoration: none;
}

/* ---[ Page Title Area ]----------------------------------- */

div.title {
	margin: 0 0 1em 0;
}
div.title p {
	margin: 0.4em 0 0 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #696969;
}

/* ---[ Home ]----------------------------------- */

#home h1 {
	margin: 0.2em 0 0 0;
	font-size: 220%;
	line-height: 1.1em;
	color: #009BD7;
	letter-spacing: -1px;
}
#home h2 {
	margin: 0.5em 0 0.2em 0;
	font-size: 160%;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0;
	color: #222;
}
body#home div.title p {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 1.1em;
	color: #696969;
}
#home .left {
  width: 58%;
  float: left;
}
#home .right {
  width: 36%;
  float: right;
}
#home table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
}
#home table th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-style: inset inset inset inset;
}
#home table td {
	border-width: 0px 0px 0px 0px;
	padding: 7px 15px 7px 15px;
	border-style: inset inset inset inset;
}

/* ---[ Support ]----------------------------------- */

#support .left {
	width: 40%;
	float: left;
}
#support .right {
	width: 56%;
	float: right;
}

/* ---[ Online Backup ]----------------------------------- */

#featurelist ul {
	list-style: none;
}
#featurelist li {
	margin: 0;
	padding: 2px 0 2px 30px;
	background: url(/images/bullet-tick.gif) no-repeat left;
}
#arrowlist ul {
	margin: 1em 0 1em 0;
	list-style: none;
}
#arrowlist li {
	padding: 0 2em 0.5em 1.6em;
	background: url(/images/bullet-arrow.gif) no-repeat left top;
}

/* ---[ Form Elements ]----------------------------------- */

.group {
	padding: 1em;
	margin: 1.6em 0.6em;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
.group h2 {
	padding: 0 0 6px 0;
}
form {
  padding: 0;
  margin: 0;
}
label {
	font-size: 100%;
	color: #555;
}
input[type="image"] {
	border: none;
}
input[type="text"] {
	margin: 0 2px 0 0;
	padding: 4px;
	font-family: Arial, sans-serif;
	border: #ccc 1px solid;
}
input.big {
	font-size: 135%;
	font-weight: bold;
}
input.long {
  width: 50%;
}
input.longest {
  width: 96%;
}
textarea {
  margin: 0;
	padding: 4px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	width: 96%;
	border: #ccc 1px solid;
}
.btns {
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 6px 0 0 0;
	padding: 4px 12px;
}
.btns input {
  vertical-align: middle;
}
dl, dt, dd {
  border: 0;
  margin: 0;
  padding: 0;
}
dl {
  margin: 2px 0;
}
dd {
  margin: 0 0 5px 0;
}
dt {
	margin-top: 0.8em;
}
dt.top {
	margin-top: 0;
}
input.labelinside {
  color: #999;
  font-weight: normal;
}

/* ---[ Technical support ]----------------------------------- */

#onlinesupport input[type="text"] {
	text-align: center;
}
#onlinesupport .btns {
	width: 100%;
}
#onlinesupport .lbl {
	font-size: 12px;
	position: absolute;
	left: -12345px;
}

/* ---[ Notices and message ]----------------------------------- */

#confirm {
	padding: 0 1em 0 5em;
	margin: 1em 0;
	font-size: 100%;
	text-align: left;
	background: #DDEBB8 url(/images/confirm-bg.png) top left no-repeat;
	border: 1px solid #AEE756;
}
#warning {
	padding: 0 1.5em 0 5em;
	margin: 1em 0;
	font-size: 100%;
	text-align: left;
	background: #FFFDD4 url(/images/warning-bg.png) top left no-repeat;
	border: #F9DD87 1px solid;
}
.notice {
	padding: 0 0.8em 0 6em;
	margin: 1em 0;
	font-size: 100%;
	text-align: left;
	background: #FFFFCC url(/images/icon-info.gif) 1.5em 1.3em no-repeat;
	border: 1px solid #ccc;
}

/* ---[ Footer ]----------------------------------- */

#footer {
	margin: 0;
	padding: 0 0 1em 0;
	color: #f5f5f5;
	text-align: center;
	line-height: 1.8em;
	background: #00AFF0 url(/images/footer-bg.png) top left repeat-x;
	border-top: #00AAEA 16px solid;
}
#footer div { 
	width: 64em;
	min-height: 232px;
	padding-bottom: 4em;
	margin: 0 auto; 
	text-align: left;
	position: relative;
}
#footer div div { 
	min-height: 1%;
	margin: 0; 
	padding: 0;
}
* html #footer div { height: 256px; }
* html #footer div div { height: 1%; }

#footer.cols-three .col1, 
#footer.cols-three .col2, 
#footer.cols-three .col3 {
  width: 28.6% !important;
  margin-right: 7% !important;
  float: left;
}	
#footer.cols-three .col3 {
  margin-right: 0 !important;
}
* html #footer.cols-three .col1,
* html #footer.cols-three .col2 {
  margin-right: 4.4% !important;
}
#footer h4 {
  margin: 1em 0 0 0;
  color: #fff;
  font-size: 125%;
}
#footer a, 
#footer ul.links li a {
  color: #D2F2FF;
	text-decoration: none;
	border-bottom: #f5f5f5 1px dotted;
}
#footer a:hover, 
#footer ul.links li a:hover {
  color: #fff;
	text-decoration: none;
	border-bottom: #f5f5f5 1px dotted;
}
#footer #copy {
  width: 100%;
  position: absolute;
  clear: both;
  bottom: 1em;
  font-size: 0.9em;
  color: #f5f5f5;
}
#footer #copy a {
  color: #f5f5f5;
}
#footer #copy p {
  float: left;
  margin: 0;
  padding: 0;
}
#footer #copy ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style-type: none;
}
#footer #copy ul li {
  display: inline;
  margin-left: 15px;
}