/* Reset by E. Meyer
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
----------------------------------------------------*/
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
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
 
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
	font-size: 1em;
	padding: 0;
	margin-bottom: 1em;
}

table th {
	padding: 0.5em 1em 0.5em 0;
	text-align: right;
}

table td {
	padding: 0.5em 0 0.5em 1em;
}

body {
	background: #000407 url(../img/body_background.jpg) no-repeat 50% 0;
	height: 160.7em;
	font-size: 62.5%;
	clear: both;
}

.content {
	width: 96em;
	margin: 0 auto;
	overflow: hidden;
}

a.logo {
	width: 47em;
	height: 20em;
	display: block;
	margin: 7em 0 6.7em 0;
	text-indent: -5000em;
}

.left {
	width: 42em;
	padding: 2em 2em 0em 4em;
	float: left;
	overflow: hidden;
	/*background: #4b4b4b;*/
	height: 66.5em;
}

.right {
	width: 42em;
	padding: 2em 4em 0em 2em;
	float: right;
	overflow: hidden;
	/*background: #5f5f5f;*/
	height: 66.5em;
}

h2 {
	font: 2em Georgia , "Times New Roman", Times, serif;
	color: #E3D5A6;
	margin: 0 0 0.5em 0;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}

h3 {
	font: 1.1em Georgia , "Times New Roman", Times, serif;
	color: #fff;
	margin: 1em 0;
}

p, ul {
	font: 1.4em Georgia , "Times New Roman", Times, serif;
	color: #CCC6A1;
}

td, th {
	height: 0.8em;
	border-bottom: 1px solid #606060;
	font: 1em Georgia , "Times New Roman", Times, serif;
	color: #CCC6A1;
}

td.noBorder, th.noBorder {
	border-bottom: none;
}

th {
	border-right: 1px solid #606060;
}

p {
	margin: 0.5em 0;
	text-align: justify;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

ul  {
	list-style: disc;
	margin: 1em 1em 1.5em 1em;
}

ul ul {
	list-style: square;
	margin: 0.5em 1em 0.5em 1em;
	font-size: 1em;
}

li {
	margin: 0.5em 0 0.5em 1em;
	letter-spacing: 0.02em;
	line-height: 1.6em;
}

ul ul li {
	margin: 0.5em 0 0.5em 1em;
	letter-spacing: 0.02em;
	line-height: 1.6em;
}

li p {
	font-size: 1em;
}

.buttons {
	margin: 3em auto 0 2em;
}

.learn_more_btn {
	width: 22.9em;
	margin: 1.5em auto 0 auto;
}

.learn_more_btn p {
	text-align: center;
	font: 1.8em Georgia , "Times New Roman", Times, serif;
	margin: 0;
}

a.learn_more {
	background: url(../img/learn_more_btn.png) no-repeat 50% 0;
	width: 22.9em;
	height: 3.8em;
	display: block;
	margin: 0 auto 1em auto;
	text-indent: -5000em;
}

a.learn_more:hover {
	background: url(../img/learn_more_btn.png) no-repeat 50% -38px;
}

.order_btn {
	width: 22.9em;
	margin: 1.5em auto 0 auto;
}

.download_btn {
	width: 22.9em;
	margin: 1.5em auto 0 auto;
}

a.order {
	background: url(../img/order_btn.png) no-repeat 50% 0;
	width: 22.9em;
	height: 3.8em;
	display: block;
	margin: 0 auto 1em auto;
	text-indent: -5000em;
}

a.order:hover {
	background: url(../img/order_btn.png) no-repeat 50% -38px;
}

a.download {
	background: url(../img/download_btn.png) no-repeat 50% 0;
	width: 22.9em;
	height: 3.8em;
	display: block;
	margin: 0 auto 1em auto;
	text-indent: -5000em;
}

a.download:hover {
	background: url(../img/download_btn.png) no-repeat 50% -38px;
}

h3 img {
	vertical-align: middle;
	margin: -0.3em 0.5em 0 0;
}

tr {
	height: 2.5em;	
}

th {
	text-align: left;
	width: 7em;
}


/* FOOTER */


.footer {
/*	border-top: 1px solid #19475b;	*/
	/*overflow: hidden;*/
	padding: 0 5px 0 5px;
	overflow: hidden;
}


.linksHome {
	float: right;
	width: 26em;
	overflow: hidden;
}

.linksPre {
	float: right;
	width: 26em;
	overflow: hidden;
}

div.social {
	float: left;
	width: 230px;
}

a.fb_share {
	float: left;
/*	margin-top: 0.9em;*/
	margin-right: 2em;
	margin-left: 15px;
}


.fb-like {
	float: left;
	margin: 38px 0 0 3px;
	overflow:hidden; 
	width:450px; 
	height:35px;
}

.tweet_share {
	width: auto;
/*	margin-top: 0.5em;*/
	float: left;
/*	background: #818181;
	padding: 4px 0 0 4px;*/
	margin-right: 15px;
	background: none;
}

a.share {
	float: left;
	margin-left: 1em;
	margin-top: 1em;
}

a.te {
	background: url(../img/te_logo.gif) no-repeat 0 0;
	width: 11.1em;
	height: 3.4em;
	display: block;
	float: right;
	text-indent: -5000em;
	margin-right: 0.3em;
	margin-top: 3em;
}

a.facebook {
	background: url(../img/find_us_on_facebook_badge.gif) no-repeat 0 0;
	width: 11em;
	height: 3.4em;
	display: block;
	float: right;
	text-indent: -5000em;
	margin-right: 1em;
	margin-top: 3em;
}


p.zefxis {
	margin-top: 1.5em;
	text-align: center;
	font: 1.2em Verdana, Geneva, Arial, Helvetica, sans-serifGeorgia , "Times New Roman", Times, serif;
	color: #fff;
	float: left;
	width: 960px;
}

p.zefxis a {
	color: #fff;
	text-decoration: none;
}

p.zefxis a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}


img.bundle {
	margin: 1em 2.6em;
}

h2 em {
	font-style: italic;
}

p em, ul em {
	color: #EAE7D0;
	font-style: normal;
}


p.note {
	text-align: left;
	font: 1.2em/1.4em Georgia , "Times New Roman", Times, serif;
	margin: 0.5em 0 0;
}

p a, ul a, p.question {
	text-decoration: none;
	color: #EFD97E;
}

p a:hover, ul a:hover {
	text-decoration: underline;
}

ul#faqList {
	height: 500px;
	overflow: auto;
	padding: 0 20px 0 0;
}

#faqList li { 
	list-style: none; 
	margin: 0;
	}

#faqList .question {
  padding-left: 22px;
  background: transparent url('../img/plus.png') 0 5px no-repeat; 
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('../img/minus.png') 0 5px no-repeat;
}
#faqList .simpleFAQHover { text-decoration: underline; }

#faqList .answer {
  margin-left: 1em;
  padding: 0.4em;
}

