body {
	padding-top: 20px;
	padding-bottom: 40px;
	background: #292829;
	font-family: "rooney-sans";
	color: white;
}

a, a:hover {
	color: #0084CA;
}

h3.muted {
	text-transform: uppercase;
	color: white;
	font-size: 2.2em;
}

/* Custom container */
.container-narrow {
	margin: 0 auto;
	max-width: 700px;
}
.container-narrow > hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	margin: 0px 0 30px 0;
	padding-top: 60px;
	width: 100%;
	height: 400px;
	text-align: center;
	background: url('../img/rayons.png') no-repeat center center;
}
.jumbotron p {
	font-size: 1.4em;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-top: 40px;
}

/* Supporting marketing content */
.marketing {
	margin: 0px 0;
}
.marketing p.header {
	padding: 30px 0;
	border-top: 1px solid #444;
	text-transform: uppercase;
}
p.header strong {
	font-weight: normal;
	background: #0084CA;
	padding: 2px 4px;
	line-height: 1.8em;
}

#myTab {
	margin-top: 30px;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs {
    text-align:center;
    border-bottom: 1px solid #444;
}
	
.nav-tabs {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul {
	color: #0084CA;
}

ul li {
	margin-bottom: 10px;
}

ul li span {
	color: white;
}

table.lawinpacks td {
	padding: 20px;
	text-align: center;
}

table.lawinpacks td.box img {
	display: block;
	margin: 0 auto;
}

table.lawinpacks td.box strong {
	display: block;
	color: #0084CA;
	font-size: 1.4em;
	margin-bottom: 10px;
}

table.lawinpacks td.box span {
	display: block;
	font-size: 1.2em;
}

table.lawinpacks td.summary strong {
	display: block;
	color: #0084CA;
	font-size: 1.2em;
	margin-bottom: 10px;
}

table.lawinpacks td span {
	display: inline;
	color: #0084CA;
	font-size: 1em;
}

p.sub {
	margin: 60px 0 30px 0;
	text-transform: uppercase;
	color: #0084CA;
	text-align: center;
}

p.sub strong {
	display: block;
	font-weight: normal;
}

p.sub a {
	color: white;
}

div.footer {
	margin-top: 50px;
	font-size: 0.9em;
	text-align: center;
}

div.footer span {
	font-size: 0.7em;
	margin-left: 20px;
}