@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #353944;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #E2E3E5;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #939BA8;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #F9F9F9;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9F9F9;
}
.clear {
	clear: both;
}

.getstrtd {
	margin-top: 15px;
	margin-bottom: 15px;
}
.iphonevert {
	float: left;
	margin-right: 20px;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	height: 332px;
	width: 845px;
	margin-top: 26px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 821px;
	margin-left: 40px;
}
#content1 {
	width: 470px;
	margin-left: 60px;
	float: left;
}
#content2 {
	background-repeat: repeat-x;
	width: 237px;
	float: right;
	padding-right: 17px;
	padding-left: 18px;
	margin-right: 73px;
	background-image: url(bg_content2.gif);
}
#content2 ul li a {
	color: #CCC;
}
#content3 {
	background-image: url(bg_content3.gif);
	float: left;
	background-repeat: repeat-x;
	width: 454px;
	margin-left: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.lock {
	float: right;
	margin-bottom: 50px;
	margin-left: 15px;
}

#menu_btns {
	margin-left: 38px;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}
#footer p {
	color: #9199A6;
	text-align: center;
}
#footer ul
{
	margin: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #494D58;
	border-bottom-color: #494D58;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #3F434E;
}
#footer li {
	display: inline;
	padding-right: 60px;
	padding-left: 60px;
	color: #9199A6;
}

#footer li a
{
	padding: .2em 1em;
	color: #9199A6;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#footer p a {
	color: #9199A6;
	text-decoration: none;
}

#footer li a:hover
{
	color: #fff;
}
#mainContent {
	margin-left: auto;
	width: 750px;
	margin-right: auto;
}
.tabletxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
}
.tabletxtleft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: left;
}
.ital {
	font-size: 11px;
	font-style: italic;
	text-align: left;
	color: #DFF9F9;
}
