body {
	background: #bce900 url('../images/bg.png');
}


a {
	text-decoration: none;
}

::selection {
	background: #bce900;
	color: white;
}

::-moz-selection {
	background: #bce900;
	color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Arvo', sans-serif;
	color: #93da00;
	margin: 0;
}

p, ol, ul, li, form {
	font-family: sans-serif;
	color: #5b8700;
	margin:0;
	line-height: 1.2;
}

input {
	margin-right: 2em;
}

ul,ol {
	list-style-type: none;
	padding: 0;
}

li {
	padding: 5px;
}

.li_included {
	padding-left: 3px;
	border-left: 2px solid #bce900;
	margin: 2px 0; 
}

.li_excluded {
	padding-left: 3px;
	border-left: 2px solid red; 
	margin: 2px 0;
}

#header {
	width: 100%;
	height: 200px;
	background: url('../images/header_bg.png') repeat-x;
	text-align: center;
}

#footer {
	width: 100%;
	height: 150px;
	margin-top: 50px;
	background: url('../images/footer_bg.png') repeat-x;
	text-align: center;
	overflow: hidden;
}

#wrapper {
	width: 800px;
	min-height: 100px;
	margin: 20px auto;
}

.white_header {
	color: white;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
	
}

.container {
	width: 760px;
	padding: 20px;
	background: white;
	border-radius: 5px;
	margin: 20px 0;
}

.button, .button_back {
	width: 760px;
	padding: 20px;
	border-radius: 5px;
	margin: 20px 0;
	text-align: center;
}

.button {
	background: #4DB8FF;
	border-bottom: 5px solid #2b96dd;
}

.button_back {
	background: red;
	border-bottom: 5px solid #e00505;
}

.button:hover, .button_back:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.plan {
	width: 160px;
	padding: 15px;
	background: white;
	display: inline-block;
	margin: 5px;
	border-radius: 3px;
	font-size: 16px;
	overflow: hidden;
}

.plan:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border: 3px solid #4DB8FF;
	padding: 12px;
	overflow: hidden;
}

.plan > h3, .plan_active > h3, .plan_inactive > h3 {
	margin: 0 -20px;
	padding: 5px;
	background: #bce900;
	text-align: center;
	color: white;
	border-bottom: 3px solid #a4cb00;
}

.plan_inactive {
	width: 160px;
	padding: 15px;
	background: white;
	display: inline-block;
	margin: 5px;
	border-radius: 3px;
	font-size: 16px;
	overflow: hidden;
	opacity: 0.7;
}

.plan_active {
	width: 160px;
	background: white;
	display: inline-block;
	margin: 5px;
	border-radius: 3px;
	font-size: 16px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border: 3px solid #4DB8FF;
	padding: 12px;
	overflow: hidden;
}


#splash {
	position: absolute;
	margin-top: -95px;
	width:  190px;
	height: 80px;
	margin-left: -15px;
	background: url('../images/plan_sketch.png');
}

#splash_2 {
	margin: -20px 0px 0px 500px;
	width:  170px;
	height: 170px;
	background: url('../images/tn_other.png');
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background-position: center center;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}