/* start global styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: arial, sans-serif;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 9px;
}

td {
	font-size: 12px;
}

h1 {
	font-family: 'arial narrow', sans-serif;
	font-size: 22px;
	line-height: 27px;
	font-weight: normal;
	margin-bottom: 10px;
}

h1 em {
	color: #f50029;
	font-style: normal;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #f50029;
	margin: 20px 0px 5px 0px;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #f50029;
	margin: 5px 0px 15px 0px;
}

#shadow_top {
	width: 1000px;
	height: 50px;
	background: url(/site_images/shadow_top.gif) top center no-repeat;
	margin: 20px auto 0px auto;
}

#shadow_bottom {
	width: 1000px;
	height: 50px;
	background: url(/site_images/shadow_bottom.gif) top center no-repeat;
	margin: 0px auto;
}

#container {
	width: 1000px;
	background: url(/site_images/shadow_sides.gif) top center repeat-y;
	margin: 0px auto;
}

#header {
	width: 878px;
	height: 95px;
	background: url(/site_images/header_main.gif) top center no-repeat;
	margin: 0px auto;
	padding-right:24px;
}

#logo {
	float: left;
	width: 350px;
	height: 80px;
}

#register {
	float: left;
	width: 230px;
	padding: 12px 0px 0px 20px;
}

#register h1 {
	font-family: 'arial narrow', sans-serif;
	color: #f50029;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 5px;
}

#register table {
	border: border-collapse;
}

#register td {
	padding: 0px 4px 0px 0px;
}

.email {
	width: 127px;
	height: 18px;
	line-height:16px;
	padding-left:3px;
	border: #a5a8aa solid 1px;
	color: #a5a8aa;
	font-size: 10px;
}

.zip {
	width: 47px;
	height: 18px;
	line-height:16px;
	padding-left:3px;
	border: #a5a8aa solid 1px;
	color: #a5a8aa;
	font-size: 10px;
}

.reg_button {
}

.address {
	width: 247px;
	height: 18px;
	line-height:16px;
	padding-left:3px;
	border: #a5a8aa solid 1px;
	color: #666666;
	font-size: 10px;
}

.captcha {
	width: 127px;
	height: 18px;
	line-height:16px;
	padding-left:3px;
	border: #a5a8aa solid 1px;
	color: #666666;
	font-size: 10px;
}

#main {
	width: 902px;
	background: #f0f1f1 url(/site_images/bg_main.gif) top center no-repeat;
	overflow: hidden;
	margin: 0px auto;
}

#content {
	overflow: hidden;
	padding-top: 10px;
}

#left_col {
	float: left;
	width: 380px;
	padding: 20px 0px 0px 70px;
}

#right_col {
	float: right;
	width: 350px;
	padding: 20px 35px 0px 0px;
}

#right_col h1 {
	color: #f50029;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight:bold;
}

#right_col_landing {
	float: right;
	width: 425px;
	padding: 20px 15px 0px 0px;
}

body#dpvm #left_col {
	width: 350px;
	padding: 0px 0px 0px 70px;
}

body#dpvm #right_col {
	width: 380px;
	padding: 0px 35px 10px 0px;
}

body#excerpts #left_col {
	width: 750px;
	padding: 20px 0px 0px 70px;
}

#right_col a {
	text-decoration:none;
}

#right_col a:hover {
	text-decoration:none;
	color:#000000;
}

#right_col p {
	font-size: 11px;
	line-height: 15px;
}

.button {
	margin-bottom:15px;
}

#corners {
	width: 902px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: url(/site_images/corners.gif) bottom center no-repeat;
}

#navbar {
	float: right;
	width: 312px;
	height: 23px;
	background: url(/site_images/navbar_main.gif) top left no-repeat;
	margin: 33px 0px 0px 0px;
	padding: 6px 0px 0px 13px;
	overflow:hidden;
}

#navbar td {
	padding:1px;
	line-height:11px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #f50029;
}

#footer {
	text-align:center;
}

#footer p {
	font-size: 11px;
	color: #a5a8aa;
	margin-bottom: 3px;
}

#footer a {
	font-size: 11px;
	color: #a5a8aa;
	text-decoration:none;
}

#footer a:hover {
	color: #f50029;
	text-decoration:none;
}

/*end global styles */

/* start homepage styles */

#register_body {
	width: 230px;
	padding: 25px 0px 30px 0px;
	margin: 0px;
}

#register_body h1 {
	font-family: 'arial narrow', sans-serif;
	color: #f50029;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 5px;
}

#register_body table {
	border: border-collapse;
}

#register_body td {
	padding: 0px 4px 0px 0px;
}

#home_extra_footer {
	width: 900px;
	margin: 0px auto;
	color: #a5a8aa;
}

#home_extra_footer p {
	font-size:11px;
	color: #a5a8aa;
}

#home_extra_footer td {
	font-size:11px;
	color: #a5a8aa;
}

#home_extra_footer a {
	font-size:11px;
	color: #a5a8aa;
}


/* end homepage styles */

/* start store styles */

body#store #header {
	height: 115px;
	background: url(/site_images/header_store.gif) top center no-repeat;
}

body#store #navbar {
	background: url(/site_images/navbar_store.gif) top center no-repeat;
}

#main_store {
	width: 850px;
	height: 440px;
	background: url(/site_images/bg_store.jpg) top center no-repeat;
	padding-left: 52px;
	margin: 0px auto;
}

body#store #main_store h1 {
	padding: 10px 0px 10px 20px;
}

body#store.shop #main_store h1 {
	padding: 10px 0px 10px 0px;
}

/* end store styles */


/* start dpvm page styles */

body#dpvm #header, body#excerpts #header {
	height: 115px;
}

#chart_container {
	height:760px;
}

#chart_container img {
	position:absolute;
}

#chart_container .png {
	position:absolute;
}

table#chart {
	font-size: 10px;
	text-align:left;
	position: absolute;
	margin-top:5px;
	margin-left: 6px;
	width:382px;
}

table#chart th {
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	padding:9px 7px;
}

table#chart td {
	border-bottom: #dad8d9 solid 1px;
	font-size: 10px;
	padding:7px 13px 7px 7px;
	line-height:12px;
}

table#chart td.title {
	color:#f50029;
}

table#chart td.bottom {
	border:0px;
}

/* end dpvm page styles */

body#home #navbar { display: none; }
body#about #navbar { display: none; }
