


body
{
	margin: 0;
	background-color: #262626;
	background-image: url(images/bg_main.gif);
	font-size: 13px;
	font-family: Helvetica;
	background-repeat: repeat-y;
	background-position: center top;
	line-height: 16px;
}

a
{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a:link { color: #007dfb; }
a:visited { color: #39F; }
a:hover { color: #F93; }

div
{
	text-align: left;
}

div.shell
{
	background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
}

div.main
{
	width: 857px;
	background-color: #fff;
	padding-top: 30px;
	
}

div.top_right_links
{
	float: right;
	margin: 12px 40px -80px 0;
}

a.top_right_links
{
	font-size: 11px;
	font-weight: bold;
	color: #007dfb;
}

div.nav
{
	padding: 38px 0 0 250px;
	letter-spacing: 3px;
	font-size: 12px;
	font-family: Trebuchet MS, Helvetica;
	w!idth: 863px;
}

div.nav_button
{
	padding: 10px 23px 7px 23px;
	text-align: center;
	float: left;
	color: #ffe78f;
}
div.nav_button:hover { background-color: #001f2f; }
a.nav_button:hover { color: #ffe78f; }
a.nav_button:link { color: #ffe78f; }
a.nav_button:visited { color: #ffe78f; }

div.content_shell
{
	width: 818px;
	clear: both;
}

div.content_left
{
	color: #CCC;
	float: left;
	width: 242px;
	font-size: 13px;
	line-height: 16px;
	font-family: Verdana, Helvetica;
}

a.content_left:link { color: #70b8ff; }
a.content_left:visited { color: #70b8ff; }
a.content_left:hover { color: white; }

div.quote_left { margin: 10px 17px -5px 17px; }

img.quote_left { margin: 6px 8px 4px -17px; }

.quote_left_intro
{
	color: white;
	font-size: 14px;
}

div.quote_right
{
	color: #666;
	margin: 15px 0 0 0;
}

div.quote_right_margins { padding: 18px 60px 18px 60px; }

img.quote_right { margin: 6px 8px 4px 8px; }

.quote_right_intro
{
	color: black;
	font-size: 14px;
}

div.quote_source
{
	text-align: right;
	font-size: 11px;
	margin: 10px 0 0 0;
	line-height: 14px;
}

div.content_right
{
	margin: 30px 15px 0 75px;
}

h1
{
	color: #007cba;
	font-size: 22px;
	font-weight: normal;
	font-family: Helvetica;
	line-height: 28px;
}

h2
{
	c!olor: #888;
	color: #c8a432;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 21px;
}

h3
{
	color: #007cba;
	font-size: 18px;
	font-weight: normal;
	t!ext-align: center;
	line-height: 21px;
}
h4 {
	text-align: center;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	font-family: Helvetica;
}

em
{
	font-style: normal;
	font-weight: bold;
}

.highlight {
	background-color: #FFFF00;
}

.red {
	color: #990000; 
	font-weight: bold;
}

.slight_emphasis {
	font-style: italic;
}

.strong_emphasis
{
	font-style: normal;
	font-weight: bold;
}

.verystrong_emphasis
{
	font-style: italic;
	font-weight: bold;
}

.underline_emphasis
{
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

div.video_box
{
	background-color: #f6f6f6;
	text-align: center;
	margin: 0 50px 0 50px;
	padding: 15px;
	b!order-color: #007cba;
	b!order-width: 0 1px 0 1px;
	b!order-style: dotted;
	c!lear: both;
	border-color: #000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}

div.special_box {
	background-color: #cde9ff;
	t!ext-align: center;
	margin: 0 50px 10px 50px;
	padding: 15px;
	border-color: #99ccff;
	border-width: 0 2px 0 2px;
	border-style: dotted;
	clear: both;
}

table
{
	font-size: 12px;
	font-family: Helvetica;
	line-height: 16px;
	width: 100%;
}

th
{
	font-weight: bold;
	background-color: #f0f9ff;
	color: #007cba;
	height: 30px;
	vertical-align: middle;
	text-align: left;
}

td { margin: 0 15px 0 0; }

td.emphasis
{
	color: #007cba;
	font-size: 18px;
	font-weight: bold;
}

h2.order_button
{
	text-align: center;
	background-color: #F60;
	color: #FFF;
	padding: 8px;
}

p.order_button
{
	text-align: center;
	padding: 8px;
	background-color: #F60;
}
a.order_button
{
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
}

div.footer
{
	color: #999;
	font-size: 10px;
	text-align: center;
}

.headline {
	color: #007cba;
	font-size: 30px;
	font-weight: normal;
	font-family: Helvetica;
	line-height: 32px;
}

.headlineMassive {
	color: #007cba;
	font-size: 40px;
	font-weight: normal;
	font-family: Helvetica;
	line-height: 40px;
}

.backwards {
	unicode-bidi: bidi-override;
	direction: rtl;
}