@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background-color:#eeeeee;
	font-family: calibri,tahoma,arial,sans-serif;
	font-size: 12px;
	color: #434343;
}

a {
	color: #434343;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color:#88b9cf;
	text-decoration: underline;
}

a img {
	border: none;
	outline: none;
}

#header {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}

#top {
	height: 77px;
}

.topLeft {
	float: left;
}

.topRight {
	float: right;
}

.topRight ul {
	margin: 0;
	padding: 0;
	margin: 32px 20px 0 0;
	float:right;
}

.topRight li {
	list-style: none;
	float: left;
	margin-left: 34px;
	text-align:center;
}

.topRight li a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.topRight li a:hover {
	color:#88b9cf;
	font-weight: bold;
	text-decoration: underline;
}

#subheader {
	clear: both;
	height: 34px;
	font-size: 12px;
	font-style: italics;
	padding-left: 0px;
	padding-top: 8px;
	color: #797979;
}

#headerslogan {
	height: 34px;
	font-size: 12px;
	font-style: italics;
	padding-left: 12px;
	padding-top: 0px;
	color: #797979;
	float: left;
	width: 600px;
}

#main {
	background:#FFF;
	border: #e5e5e5 3px solid;
	clear:both;
	padding: 30px;
	color: #222222;
	height: auto;
	overflow: hidden;
	float: left;
	line-height: 20px;
	width: 830px;
}

.block_left {
	width: 350px;
	float: left;
	padding-right: 10px;
}

.block_right {
	width: 350px;
	float: right;
}

#main h1 {
	margin:0;
	padding:0;
	font-size: 24px;
	margin-bottom: 10px;
}

#main h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	padding:0;
	font-size: 14px;
	text-decoration: underline;
}

#main h3 {
	margin-bottom: 0px;
	padding:0;
	font-size: 12px;
}

#boxes {
	margin-top: 10px;
	margin-left: -20px;
}


#footer {
	clear:both;
	height: 40px;
	margin-top: 5px;
	padding-top: 10px;
	text-align: center;
}

.faq_question {
	width: 100%;
	border-bottom: 1px solid gray;
	margin-bottom: 7px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.faq_answer {
	width: 100%;
	font-size: 12px;
	margin-bottom: 15px;
}

.mozbx_screen {
	margin-right: 50px;
}

.install_screen {
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}

blockquote {
	font-style: normal;
	font-family: monospace;
	padding: 1em 2em 1em 1em;
	border: 1px solid silver;
	background-color: #f9f9f9;
	font-size: 100%;
	margin: 0 0 1.5em 0;
	color: #000000;
}

th {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	top: 70px;
	width:700px;
	height:500px;
	padding: 10px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}
