/*	RESET
	=======	*/
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	CONTENT
	==========		*/

body {
	color: #333;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	background: url(images/background.png) repeat-x;
}

h1, h2, h3, li {
	font-weight: normal;
	font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
}

h1 {
	font-size: 300%;
	margin-bottom: 0.2em;
	letter-spacing: -1px;
}

h2 {
	font-size: 120%;
	color: #666;
	margin: 0 0 0.5em 0.5em;
}

h3 {
	font-size: 130%;
	margin-bottom: 1em;
}

#nav a:link, #nav a:visited {
	position: absolute;
	text-decoration: none;
	color: #333;
	padding: 3px 0;
	background: transparent url(images/linkRight.png) no-repeat top right;
}

#nav a:hover, #nav a:focus {background-position: bottom right;}

#nav a:link span, #nav a:visited span {
	background: transparent url(images/linkLeft.png) no-repeat top left;
	padding: 2px 0 2px 11px;
	position: relative;
	left: -11px;
}

#nav a:hover span, #nav a:focus span {background-position: bottom left;}

#wrapper {
	width: 900px;
	margin-left: 190px;
}

#header {
	margin-top: 3em;
}

#header img {
	width: 500px;
	float: right;
}

#nav {
	width: 300px;
	float: left;
}

#nav ul {
	margin-top: 4em;
}

#nav ul li {
	height: 22px;
	margin-bottom: 6px;
	padding: 3px 0 3px 10px;
}

blockquote {
	margin-top: 2em;
	font-size: 180%;
	text-align: center;
	color: #333;
}

#content {
	margin: 4em 0;
	float: right;
}

#index #content {
	clear: both;
	float: none;
	margin-top: 0;
}

.productDesc {
	display: block;
	position: relative;
	width: 254px;
	height: 300px;
	float: left;
	margin: 0 20px 1em 0;
	border: 1px solid #aaa;
	padding: 10px;
	background: url(images/background.png) repeat-x;
	line-height: 1.2em;
	color: #000;
}

#adwords {
	position: absolute;
	left: 1em;
	top: 12em;
	width: 130px;
	height: 800px;
	border: dashed 1px #aaa;
	padding: 10px;
}

p img {
	position: absolute;
	bottom: 0;
	right: 0;
}

p span {
	position: relative;
	z-index: 1;
}

#faq {
	max-width: 600px;
}

#faq dt {
	color: black;
	margin-bottom: 0.3em;
}

#faq dd {
	margin-bottom: 1em;
}