/* GLOBAL REST FOR SITE - DO NOT TOUCH */

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: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/* END GLOBAL RESET */

body {
	background: #000000 url(images/bg.gif) top repeat-x;
	width:100%;
	height:100%;
	color: #eaeaea;
	font-family: "Lucida Sans","Lucida Grande", Garuda, sans-serif;;
}

h1 {
	font-size: 25px;
	color: #1D1B06;
	margin: 10px 0px 10px 10px;
	width: 800px;
}

h2 {
	color: #819E68;
	font-size: 30px;
	margin: 6px 0px 15px 2px;
}

h3 {
	color: #ffffff;
	font-size: 18px;
}

h4 {
	color: #658CB7;
	font-size: 22px;
}

#container {
	width: 879px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width: 100%;
	height: auto;
	margin-top: 35px;
}

#logo {
	float: left;
	width:247px;
	height:46px;
	padding-right: 25px;
	border-right: 1px solid #e9e9e9;
}

#slogan {
	float: left;
	height: 46px;
	width: 200px;
	padding-left: 15px;
}

#nav {
	float: left;
	width: 875px;
	margin: 25px 0px 15px 0px;
	background: #000000;
	border: 2px solid #000;
}

#nav li {
	float: left;
	display: inline;
	width: 175px;
	padding: 8px 0px 7px 0px;
	text-align: center;
}

#nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 24px;
}

#nav li:hover, .selected {
	background: #000 url(images/navbg.gif) no-repeat;
}

#main-image {
	float: left;
	width: 879px;
	height: 277px;
}

#main-text, #summaries {
	float: left;
	width: 829px;
	margin: 25px;
}

p.main {
	color: #cbdbe7;
	font-size: 18px;
}

.tri-info {
	float: left;
	background: #000 url(images/tri-bg.gif) no-repeat top;
	text-align: left;
	width: 251px;
	height: 200px;
	margin-right: 25px;
}

p.info {
	color: #eaeaea;
	font-size: 14px;
	line-height: 1.2em;
}

a.bodylink {
	color: #B08D53;
	text-decoration: none;
}

a.darklink {
	color: #1D1B06;
	text-decoration: none;
}

a.bodylink:hover, a.darklink:hover {
	text-decoration: underline;
}

#footer {
	float: left;
	width: 100%;
	height: 20px;
	margin: 30px 0px 30px 0px;
	text-align: right;
}

p.footer {
	color: #617A8C;
	font-size: 12px;
}

#yield {
	float: left;
	width: 100%;
	line-height: 125%;
}

p.visualneglectintro {
	padding: 10px;
	color: #eaeaea;
	font-size: 16px;
}

#dvd-video {
	float:left;
	width: 859px;
	margin: 10px;
	background: url(images/bg-alt.gif) repeat-x;
}

p.visualneglectsummary {
	padding: 5px;
	text-align: left;
	font-size: 15px;
	color: #EEEDE4;
}

ul.videoparts {
	list-style:square;
	list-style-image: url(images/check.gif);
}

ul.videoparts li {
	color: #617A8C;
	font-size: 20px;
}

p.list_desc {
	padding-left: 15px;
	font-size: 13px;
	padding-bottom: 10px;
}

#order {
	margin-top: 30px;
	float: left;
	width: 878px;
	height: auto;
	background: url(images/order_bg.png) no-repeat #819E68;
}

.order-option {
	float: left;
	width: 410px;
	height: auto;
	margin: 10px;
}

ul.dvd-list {
	list-style: square;
}

.order-title {
	text-align: left;
	width: 100%;
	color: #1D1B06;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

p.order-bottom {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 25px;
}

p.order-info {
	padding-left: 15px;
	padding-bottom: 10px;
}

.price {
	padding: 15px 0px 0px 15px;
}

p.shipping, p.cancellation {
	color: #333;
	font-size: 10px;
	padding-left: 8px;
}

ul.seminar-list {
	list-style:square;
	list-style-image: url(images/check.gif);
	padding: 15px;
	color: #ede143;
}

.no_seminar {
	font-size: 15px;
	color:#cf7272;
	padding: 10px;
}

.large-margin {margin-top: 20px;}

#inputbox {
	border: 1px solid #000;
	width: 270;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#inputlabel {
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;

}

#textarea {
	border: 1px solid #000;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
	width:330;
}

#submitbutton {
	border: 1px solid #000;
	background-color: #eee;

}

.half-page {
	float: left;
	width: 50%;
	margin-top: 25px;
}








	