body {
	margin: 0;
	padding: 0;
	font-family: "Arial", "Verdana", "Tahoma";
	font-size: 12px;
	color: #000000;
	background: #333333;
	text-align: center;
}
#wrote {
	margin: 10px 0 20px 0;
	padding: 10px 0;
	background: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #f00;
}

#border {
	margin: 0 auto;
	padding: 0;
	width: 967px;
	background: #333333 url(gfx/bg.png) center repeat-y;
	text-align: left;
}
	#wrap {
		margin: 0 auto;
		padding: 0;
		width: 949px;
		background: #FFFFFF;
		text-align: left;
	}
#header {
	margin: 0;
	padding: 0;
	height: 232px;
	background: #FFFFFF url(gfx/header.png) bottom center no-repeat;
}
	#header.index {
		height: 342px;
		background: #FFFFFF url(gfx/index_header.jpg) bottom center no-repeat;
	}
	#cart_status {
		margin: 0;
		padding: 6px 10px 0 0;
		height: 26px;
		font-size: 12px;
		font-family: arial;
		background: #F28421;
		text-align: right;
		color: #FFFFFF;
	}
	#cart_status a {
		text-decoration: none;
		font-size: 12px;
		font-family: arial;
		background: #F28421;
		text-align: right;
		color: #FFFFFF;
	}
	#cart_status a:hover {
		color: #142566;
	}
	#header h1#logo {
		margin: 0;
		padding: 0;
		height: 103px;
		text-indent: -9999px;
		background: #FFFFFF url(gfx/logo.png) center left no-repeat;
	}

div#menu {
	margin: 0;
	padding: 0;
	height: 22px;
	background: #FFFFFF;
}

	#menu ul {
		margin: 0;
		padding: 0;
		height: 22px;
		list-style: none;
	}

	#menu a {
		display: block;
		padding: 4px 12px;
		color: #142566;
		font-family: arial;
		font-weight: bold;
		font-size: 11px;
		text-align: center;
		text-decoration: none;
		background: url(gfx/menu_right.png) top right no-repeat;
	}
	#menu a:hover {
		color: #FFFFFF;
	}
	
	/*
	#menu a.first, #menu a#first {
		border: 0;
	}
	*/
	
	#menu li {
		float: left;
		margin: 0 2px;
		padding: 0;
		color: #142566;
		background: #FFFFFF url(gfx/menu_bg_tab.png) no-repeat;
	}

	#menu li ul {
		position: absolute;
		left: -999em;
		height: auto;
		margin: 0;
		padding: 0;
		width: 180px;
	}

	#menu li li {
		width: 180px;
	}

	#menu li ul a {
		width: 180px;
		padding: 4px 4px 4px 10px;
		border-left: 1px solid #85B6E7;
		border-right: 1px solid #85B6E7;
		border-bottom: 1px solid #85B6E7;
		background: #5096DC;
		color: #FFFFFF;
		text-align: left;
	}
	#menu li ul a:hover {
		width: 180px;
		padding: 4px 4px 4px 10px;
		border-left: 1px solid #85B6E7;
		border-right: 1px solid #85B6E7;
		border-bottom: 1px solid #85B6E7;
		background: #e3e3e3;
		color: #142566;
	}

	#menu li ul ul {
		margin: -22px 0 0 180px;
	}

	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
		left: -999em;
	}

	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
		left: auto;
	}

	#menu li:hover, #menu li.sfhover {
		color: #FFFFFF;
		background: #000000 url(gfx/menu_bg_hover_tab.png) no-repeat;
	}

	#menu li:hover, #menu li.hover {
		position: static;
		background: url(gfx/menu_bg_hover_tab.png) no-repeat;
	}

#content {
	margin: 10px 0 0 0;
	padding: 0 0 30px 0;
	clear: both;
}

#left_menu {
	margin: 0;
	padding: 0;
	width: 180px;
	float: left;
	font-family: arial;
	background: #FFFFFF url(gfx/left_bg.png) top repeat-x;
}
#left_menu_no_margin {
	display: none;
}

	#left_menu h3 {
		margin: 0;
		padding: 5px 0 0 20px;
		width: 160px;
		height: 20px;
		font-size: 14px;
		color: #142566;
		background: #9C9C9C url(gfx/left_top.png) top center no-repeat;
	}
	#left_menu ul {
		margin: 0 10px 0 20px;
		padding: 0;
		list-style: none;
	}
	#left_menu ul li {
		margin: 10px 0;
		padding: 0;
	}
		#left_menu ul li li {
			margin: 0 0 1px 0;
			padding: 0;
			list-style-image: url(gfx/left_bullet.png);
		}
	#left_menu a {
		text-decoration: none;
		color: #142566;
		font-weight: bold;
		font-size: 12px;
	}
	#left_menu a:hover {
		text-decoration: underline;
		color: #000000;
	}
	#left_menu ul ul a {
		color: #142566;
		font-weight: normal;
		font-size: 11px;
	}
	#left_menu ul ul a:hover {
		text-decoration: underline;
		color: #000000;
	}
	
#text_padding, #text_padding_left {
	margin: 0;
	padding: 0;
	border-top: 1px solid #F28421;
}
	#text_padding_index {
		margin: 0;
		padding: 0;
	}
#text {
	margin: 0 0 0 280px;
	padding: 0;
	width: 530px;
	float: none;
	text-align: left;
	font-family: arial;
	font-size: 13px;
	background: #FFFFFF;
	color: #333333;
}

#text_index, #text_left {
	padding: 0 0 0 50px;
	width: 530px;
	border: 0;
}
	#text_index h1 {
		color: #333333;
	}
	
#index_highlights {
	margin: 20px 20px 0 0;
	width: 300px;
	float: right;
}
	#index_highlights div.index_highlights {
		margin-bottom: 25px;
		padding: 0 0 1px 0;
		clear: both;
		background: #FFFFFF url(gfx/index_highlight_bg.png) top repeat-x;
	}
	#index_highlights h3 {
		margin: 0;
		padding: 5px 0 0 15px;
		width: 285px;
		height: 20px;
		font-size: 14px;
		color: #EEEEEE;
		background: #9B9B9B url(gfx/index_highlight_top.png) top center no-repeat;
	}
	#index_highlights img {
		margin: 0 10px 10px 0;
		float: left;
	}
	#index_highlights div.index_highlight {
		margin: 15px 15px 20px 15px;
		padding: 0 0 1px 0;
		clear: both;
	}
	#index_highlights div.index_highlight span.quote {
		font-weight: bold;
		color: #666666;
	}
	#index_highlights a {
		text-decoration: none;
		color: #666666;
	}
	#index_highlights a:hover {
		text-decoration: none;
		color: #142566;
	}
	#index_highlights .more {
		color: #F28421;
	}

#footer {
	margin: 0 auto;
	padding: 60px 0 0 0;
	width: 949px;
	clear: both;
	background: #FFFFFF url(gfx/footer-right.png) bottom right no-repeat;
}
	#footer p {
		margin: 0 100px 0 0;
		padding: 8px 0 0 210px;
		width: 639px;
		height: 56px;
		background: #142566;
		color: #FFFFFF;
		text-align: left;
		font-size: 15px;
		font-weight: bold;
	}
	#footer p span {
		font-size: 22px;
		font-weight: bold;
	}

#bottom {
	margin: 0;
	padding: 40px 0 80px 0;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}
#bottom a {
	text-decoration: none;
	color: #666666;
}
#bottom a:hover {
	color: #999999;
}

a:link, a:visited {
	text-decoration: underline;
	color: #F28421;
}
a:hover {
	text-decoration: underline;
	color: #142566;
}
p {
	margin: 0 0 14px 0;
	padding: 0;
}
h1 {
	margin: 0 0 12px 0;
	padding: 12px 0 0 0;
	font-size: 20px;
	font-family: Arial;
	font-weight: normal;
	color: #F28421;
}

h1 a {
	font-size: 18px;
	font-family: arial;
	color: #000066;
	text-decoration:none;
}
h1 a:hover {
	font-size: 18px;
	font-family: arial;
	color: #1C62A7;
	text-decoration:none;
}
h2, h2 a, h2 a:link, h2 a:visited {
	margin: 20px 0 8px 0;
	padding: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #333333;
	border-bottom: 1px dotted #F28421;
}
h2 a:hover {
	text-decoration: none;
	color: #142566;
}
h3 {
	margin: 0 0 6px 0;
	padding: 0;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #0A66B5;
}
hr {
	border-top: #F28421 1px solid;
	border-bottom: 0;
}
form {
	margin: 0;
	padding: 0;
}
table, td, input, textarea {
	font-family: "Arial", "Verdana", "Tahoma";
	font-size: 12px;
}

div.page_nav {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

div.news_article {
	margin: 20px 0 40px 0;
}
p.news_info {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 12px;
	color: #142566;
}
img.product_img {
	margin: 0px 15px 15px 0;
	float: left;
	border: 1px solid #897E66;
}
a.products {
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

table#cart th {
	text-align: center;
	border-bottom: 2px solid #000000;
	border-right: 1px solid #000000;
}
tr.one {
	background: #FFFFFF;
}
tr.two {
	background: #DDDDDD;
}
table#cart .end {
	border-right: 0;
}
table#cart td {
	border-right: 1px solid #000000;
}


table.course {
}

table.course th {
	padding-bottom: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #0A66B5;
}
table.course tr.two {
	background: #EFEFEF;
}
table.course td {
	padding: 5px 10px;
	vertical-align: middle;
}
table.course th.month {
	padding-top: 20px;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial;
	color: #333333;
	border-bottom: 1px dotted #F28421;
}


br.clear {
	clear: both;
}
form.style {
	margin: 0;
	padding: 0;
}
	form.style h2 {
		margin: 20px 0 15px 0;
	}
	form.style p {
		margin: 0 0 5px 0;
		font-size: 10px;
	}
		form.style p.legend {
			margin: 10px 0 15px 0;
			font-size: 13px;
		}
		form.style p.question {
			margin: 10px 0 10px 20px;
			font-size: 14px;
			font-weight: bold;
		}
		form.style p.center {
			text-align: center;
		}
		form.style p.clear {
			clear: both;
		}
		form.style p span {
			font-size: 13px;
		}
form.style fieldset {
	margin: 0 0 10px 0;
	padding: 0 15px 20px 15px;
	border: 2px solid #333333;
}
form.style legend {
	margin: 0;
	padding: 1px 8px;
	font-weight: normal;
	font-size: 18px;
	color: #333333;
}
form.style input,
form.style textarea {
	cursor: text;
	font-size: 13px;
}
form.style select,
form.style label,
form.style div.checkbox input,
form.style div.radio input,
form.style input#submit ,
form.style input.submit {
	cursor: pointer;
}
form.style label {
	float:left;
	margin-left: 20px;
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}
	form.style div.checkbox {
		margin: 3px 0;
		padding: 0;
		width: auto;
		font-weight: normal;
	}
		form.style div.checkbox label {
			float: none;
			margin: 0;
			padding: 0;
			width: 120px;
			font-weight: normal;
		}
		form.style div.checkbox input {
			margin: 0 5px 0 40px;
			padding: 0;
			vertical-align: middle;
		}
	
	form.style div.radio {
		float: left;
		margin: 0 0 5px 0;
		width: auto;
		font-weight: normal;
	}
		form.style div.radio label {
			float: none;
			margin: 0;
			width: 120px;
			font-weight: normal;
		}
		form.style div.radio input {
			margin: 0 5px 0 40px;
			vertical-align: middle;
		}
			form.style div.radio input.no_margin {
				margin: 0 5px 0 0;
				vertical-align: middle;
			}
form.style input#submit {
	margin: 0 0 0 140px;
}
form.style .error {
	margin: 0 0 16px 140px;
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}
	form.style .error.no_margin {
		margin: 0 0 16px 20px;
	}
form.style div.error p {
	margin: 0 0 8px 0;
}
span.required {
	color: #FF0000;
}