body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #101d34 url(../_images/bg.jpg) center top repeat-y;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #101d34;
    line-height: 20px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 20px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #0065a4;
    text-decoration: underline;
}
a:hover, a:active {
    color: #589bc5;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* CONTAINERS
/* ----------------------------------- */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#main {
	padding: 0 30px;
}
	#home #main { background: transparent url(../_images/main-home2.jpg) 0 0 no-repeat; }
	#card #main { background: transparent url(../_images/main-card.jpg) 0 0 no-repeat; }
	#benefits #main { background: transparent url(../_images/main-benefits.jpg) 0 0 no-repeat; }
	#how #main { background: transparent url(../_images/main-how.jpg) 0 0 no-repeat; }
	#contact #main { background: transparent url(../_images/main-contact.jpg) 0 0 no-repeat; }
	#about #main { background: transparent url(../_images/main-about.jpg) 0 0 no-repeat; }
	#news #main { background: transparent url(../_images/main-news.jpg) 0 0 no-repeat; }
	#record #main { background: transparent url(../_images/main-record.jpg) 0 0 no-repeat; }
	#demo #main { background: transparent url(../_images/main-how.jpg) 0 0 no-repeat; }

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	background: transparent url(../_images/top.jpg) 0 0 repeat-x;
	padding: 0 30px;
	height: 130px;
}
	/* Top Menu */
	#top-menu li {
		line-height: 34px;
		list-style: none;
		display: inline;
		font-size: 14px;
	}
		#top-menu li#phone {
			float: right;
			background: transparent url(../_images/phone.gif) 0 10px no-repeat;
			width: 256px;
			height: 34px;
		}
			#top-menu li span { display: none; }
			
		#top-menu a:link, #top-menu a:visited {
			margin-right: 20px;
			color: #FFF;
			text-decoration: none;
		}
		#top-menu a:hover, #top-menu a:active {
			color: #d1dfb8;
		}
	
	/* Logo */
	#top img {
		float: left;
		margin: 17px 0 0 0;
		display: inline;
	}

	/*  Main Menu */
	#menu {
		background: url(../_images/menu.gif) 0 0 no-repeat;
		width: 547px;		/* Width of entire image */ 
		height: 26px;		/* Height of buttons */
		margin: 36px 0 0 0;
		float: right;
		display: inline;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 26px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-card 		{ width: 87px; }
	#menu-benefits 	{ width: 66px; }
	#menu-how	 	{ width: 101px; }
	#menu-record	{ width: 163px; }
	#menu-demo	 	{ width: 52px; }
	#menu-contact 	{ width: 78px; }

	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-card a:hover, #card #menu-card a:visited 					{ background: transparent url(../_images/menu.gif) 0px -26px no-repeat; }
	#menu-benefits a:hover, #benefits #menu-benefits a:visited		{ background: transparent url(../_images/menu.gif) -87px -26px no-repeat; }
	#menu-how a:hover, #how #menu-how a:visited 					{ background: transparent url(../_images/menu.gif) -153px -26px no-repeat; }
	#menu-record a:hover, #record #menu-record a:visited 			{ background: transparent url(../_images/menu.gif) -254px -26px no-repeat; }
	#menu-demo a:hover, #demo #menu-demo a:visited 					{ background: transparent url(../_images/menu.gif) -417px -26px no-repeat; }
	#menu-contact a:hover, #contact #menu-contact a:visited 		{ background: transparent url(../_images/menu.gif) -469px -26px no-repeat; }

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#content {
	float: left;
	padding-top: 210px;
	width: 555px;
}
	#home #content {
		width: 488px;
		padding-top: 293px;
		float: right;
	}
	#content h1 {
		font-size: 16px;
		color: #0065a4;
		margin-bottom: 10px;
	}
	#content h2 {
		font-size: 14px;
	}
	#content li {
		margin-left: 25px;
	}
	
	p.more {
		margin-bottom: 35px;
	}

/* ----------------------------------- */
/* SIDE
/* ----------------------------------- */
#side {
	float: right;
	padding-top: 270px;
	width: 220px;
}
	#home #side {
		width: 295px;
		padding-top: 615px;
		float: left;
	}
	
	#side h1 {
		font-size: 16px;
		color: #0065a4;
	}
		#side h1 em {
			display: block;
			font-size: 11px;
			font-weight: normal;
		}
	#side li {
		font-size: 11px;
		line-height: 16px;
		padding-bottom: 3px;
		margin-bottom: 3px;
		background: transparent url(../_images/dots.gif) left bottom repeat-x;
		list-style: none;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	border-top: 1px solid #cce0ed;
	padding-top: 7px;
	margin: 25px 30px 40px 30px;
}
	#footer ul {
		margin-bottom: 15px;
	}
	#footer li {
		list-style: none;
		display: inline;
	}
		#footer li a {
			margin: 0 10px 0 0;
			text-decoration: none;
		}

/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
#contact-form td {
	vertical-align: top;
}
input, select, textarea {
	color: #000;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}
	