
/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;	/* force scrollbar in firefox */
}
body {
	text-align: center;	
	background: #036;
}
img, fieldset {
	border: 0;
}
body, select, input, textarea {
	font: 85%/1.5 "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #2d4450;
}
h1, h2 {
	padding-bottom: 0.2em;	
}
h2 {
	font-size: 1em;
	color: #000;
	background-color: #b4cfd8;
	padding: 0.1em 0.3em;
	margin-bottom: 0.5em;	
}
p {
	padding-bottom: 1.2em;	
}
a {
	color: #106691;	
}
a:hover {
	color: #C30;	
}
table {
	width: 756px;
	border-collapse: collapse;
	margin: 0 2px;
}
th, td {
	border: solid 1px #555;
	padding: 0.2em;	
}
thead th {
	color: #FFF;
	background: #963;
	
}
.even {
	background: #EEE;
}

/* ~~~~~~~~~~ reusable styles ~~~~~~~~~~ */

.error {
	color: #C00;
	font-weight: bold;	
}
.confirmation {
	color: #080;
	font-weight: bold;	
}
div.fieldset {
	border: solid 1px #999;
	padding: 1em;
	margin: 1em 0;
}
legend span {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	color: #000;
}
.hidden {
	position: absolute;
	left: -999em;
	top: 0;	
}
#breadcrumb {
	font-size: 0.8em;
	margin-bottom: 1em;	
}
#products #content #breadcrumb a {
	display: inline;
	margin-left: 0;	
}

/* ~~~~~~~~~~ layout styles ~~~~~~~~~~ */

#header {
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
#container {
	background-color: #FFF;
	border-bottom: 10px solid #09C;
	padding: 10px 0;
	margin-bottom: 50px;	
}
#content {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 4em;
	text-align: left;
	overflow: auto;
}
#content ul {
	margin: 10px 20px;	
}
#content img {
	vertical-align: bottom;
	margin-bottom: 10px;	
}

/* ~~~~~~~~~~ navigation styles ~~~~~~~~~~ */

#navigation {
	list-style: none;
	float: left;
	width: 100%;
	text-transform: uppercase;
}
#navigation li {
	float: left;
	margin-right: 7px;
}
#navigation a {
	display: block;
	background: url(../images/tab-right.gif) right -100px no-repeat #FFF;
	color: #000;
	text-decoration: none;
}
#navigation b {
	display: block;
	background: url(../images/tab-left.gif) no-repeat left -100px;
	padding: 2px 15px 0;
}
#navigation .current a {
	background-position: top right;
}
#navigation .current b {
	background-position: top left;
}
#navigation a:hover {
	color: #FFF;
}
#navigation .current a:hover {
	color: #000;
}

/* ~~~~~~~~~~ heading styles ~~~~~~~~~~ */

h1, h1 span {
	height: 45px;
	font-size: 100%;
	overflow: hidden;
}
h1 span {
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: -45px;
}
h1 {	
	margin: 0 0 10px 0;	
}
h1, h1 span {
	background-repeat: no-repeat;	
}
#home h1, #home h1 span {
	background-image: url(../images/headings/welcome-to-vivotion.gif);
	width: 261px;
}
#about h1, #about h1 span {
	background-image: url(../images/headings/about-vivotion.gif);
	width: 201px;
}
#products h1, #products h1 span {
	background-image: url(../images/headings/vivotion-products.gif);
	width: 219px;
}
#where-to-buy h1, #where-to-buy h1 span {
	background-image: url(../images/headings/where-to-buy.gif);
	width: 381px;
}
#contact h1, #contact h1 span {
	background-image: url(../images/headings/contact-vivotion.gif);
	width: 221px;
}
#page-not-found h1, #page-not-found h1 span {
	background-image: url(../images/headings/page-not-found.gif);
	width: 166px;
}

/* ~~~~~~~~~~ contact page ~~~~~~~~~~ */

#post-phone-form {
	float: right;
	width: 190px;	
}
#email-form {
	margin-right: 220px;	
}
.form-row {
	margin-bottom: 1em;	
}
#email-form textarea {
	width: 300px;	
}
address {
	display: block;
	margin-bottom: 2em;	
}
.form-row input {
	width: 20em;	
}