/* HTML Defaults */

body {
	font: 70%/1.35em Verdana, Arial, Helvetica, sans-serif;
	color: #717073;
	background: #fff;
	margin: 0;
	padding: 0;
}
a {
	color: #d21f44;
	text-decoration: none;
}
a:hover {
	color: #d21f44;
	text-decoration: underline;
}
h2 {
	font-size: 190%;
	line-height: 1.15em;
	font-weight: normal;
	color: #d21f44;
}
h3 {
	font-size: 127%;
	line-height: 1.15em;
	font-weight: normal;
	color: #d21f44;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}

/* Main Container */

#container {
	width: 980px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* Header */

#header {
	height: 95px;
	width: 980px;
	float: left;
}
#header h1, #header h1 a {
	height: 95px;
	width: 260px;
	float: left;
}
#header h1 {
	font-size: 100%;
	background: url(../images/header_logo.png) no-repeat left top;
	margin: 0;
}
#header h1 a {
	text-indent: -9999px;
}
#header ul {
	width: 700px;
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	border-bottom: solid 4px #d21f44;
}
#header li {
	font-size: 120%;
	line-height: 2.8em;
	float: left;
	list-style: none;
}
#header li a {
	color: #717073;
	float: left;
	padding: 0 20px;
}
#header li a:hover {
	text-decoration: none;
	color: #d21f44;
}
#home #navhome, #about #navabout, #what #navwhat, #faq #navfaq, #update #navupdate, #contact #navcontact {
	background: url(../images/nav_arrow.png) no-repeat center bottom;
}

/* Footer */

#footer, #footer a {
	color: #b6b4ba;
}
#footer {
	font-size: 82%;
	line-height: 1.2em;
	width: 980px;
	float: left;
	clear: both;
	padding: 15px 0;
	border-top: solid 1px #e2e2e3;
}
#footer p {
	margin: 0;
}

/* Content */

#content {
	width: 980px;
	float: left;
	clear: both;
	padding-bottom: 10px;
}
#main {
	width: 755px;
	float: left;
}
#title {
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 0;
	border-top: solid 1px #e2e2e3;
	border-bottom: solid 1px #e2e2e3;
}
#title h2 {
	background: url(../images/title_arrow.png) no-repeat left center;
	margin: 0;
	padding-left: 30px;
}
#about #title {
	background-image: url(../images/title_bg_about.jpg);
}
#what #title {
	background-image: url(../images/title_bg_what.jpg);
}
#faq #title {
	background-image: url(../images/title_bg_faq.jpg);
}
#update #title {
	background-image: url(../images/title_bg_update.jpg);
}
#contact #title {
	background-image: url(../images/title_bg_contact.jpg);
}
#bodytext {
	width: 725px;
	float: left;
	padding: 20px 0 20px 30px;
}
.box {
	background: #ececee;
	width: 200px;
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
}
.box h3 {
	font-size: 110%;
	line-height: 1.15em;
	font-weight: bold;
	color: #fff;
	background: #d21f44;
	margin: 0;
	padding: 5px 10px;
}
.boxinner {
	padding: 0 10px;
}
ul.tick {
	margin-left: 0;
	padding-left: 0;
}
ul.tick li {
	background: url(../images/tick.png) no-repeat left 7px;
	padding: 4px 0 4px 20px;
	list-style: none;
}
.arrow {
	vertical-align: baseline;
	height: 9px;
	width: 16px;
}
#contact #bodytext form {
	background: #ececee;
	width: 400px;
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 0;
}
#bodytext fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#bodytext form ul {
	margin: 0;
	padding: 0;
}
#bodytext form ul li {
	list-style: none;
	padding: 5px 20px;
}
.textinput, .button {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #d3d3d4;
}
.textinput {
	color: #717073;
	background: #fff;
	width: 350px;
	padding: 2px;
}
.button {
	color: #fff;
	background: #d21f44;
}
.qa {
	font-weight: bold;
	color: #717073;
}
h3 .qa {
	font-size: 100%;
}
p .qa {
	font-size: 127%;
}

/* Side and Callback */

#side {
	width: 195px;
	float: right;
}
#callback {
	font-size: 90%;
	line-height: 1.15em;
	color: #fff;
	background: #a8a8ab;
	float: left;
	padding: 10px 0 10px 10px;
}
#side #callback {
	width: 185px;
}
#callback h3 {
	background: url(../images/callback_title.png) no-repeat left top;
	text-indent: -9999px;
}
#callback form, #callback fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#callback ul {
	margin: 0;
	padding: 0;
}
#callback li {
	list-style: none;
}
#side #callback li {
	padding: 4px 10px 4px 0;
}
.callbackinput, .callbackbutton {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #d3d3d4;
}
.callbackinput {
	color: #717073;
	background: #fff;
}
#side .callbackinput {
	width: 173px;
}
.callbackbutton {
	color: #fff;
	background: #717073;
}

/* Front */

#front {
	background: #d21f44;
	width: 980px;
	float: left;
}
#frontmain {
	color: #fff;
	width: 670px;
	float: left;
}
#frontmain h2 {
	background: #d21f44 url(../images/front_headline.png) no-repeat left center;
	text-indent: -9999px;
	height: 145px;
	margin: 0 25px;
}
#frontmain p {
	font-size: 110%;
	line-height: 1.3em;
	margin: 1em 25px;
}
#flash {
	height: 250px;
	width: 670px;
}
#frontside {
	width: 310px;
	float: right;
}
#frontside div {
	padding: 0px;
	border-bottom: none;
}
#frontside #callback {
	border-bottom: none;
}
#frontside h3, #frontside h3 a, #callback h3 {
	line-height: 20px;
	height: 20px;
	width: 100%;
}
#frontside h3, #callback h3 {
	font-size: 100%;
	margin: 0;
}
#frontside h3 a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
}
#frontside h3 a:hover {
	background-position: left -20px;
}
#frontside p {
	margin: .5em 0;
}
#frontwhat {
	background: #e2e2e5;
}
#frontwhat h3 a {
	background-image: url(../images/front_title_what.png);
}
#frontfaq {
	background: #ececee;
}
#frontfaq h3 a {
	background-image: url(../images/front_title_faq.png);
}
#frontupdate {
	background: #f6f6f7;
}
#frontupdate h3 a {
	background-image: url(../images/front_title_update.png);
}
#frontside #callback {
	width: 290px;
}
#frontside #callback li {
	width: 135px;
	float: left;
	padding: 2px 10px 2px 0;
}
#frontside .callbackinput {
	width: 130px;
}
#frontadd {
	line-height: 1.15em;
	color: #fff;
	background: #a8a8ab;
	height: 210px;
	width: 290px;
	float: center;
	padding: 0px;
}
a.addbutton {
	font-size: 120%;
	color: #fff;
	background: #d21f44;
	margin-bottom: 10px;
	padding: 8px 30px;
	float: left;
	border: solid 1px #fff;
}
a.addbutton:hover {
	color: #fff;
	text-decoration: none;
	background: #d14461;
}

