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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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, ol, ul, li,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html { background-color: #dbe1e5; margin: 0px; padding: 0px; }
body { width: 1000px; margin: 0px auto; }
header ul { float: right; }
header ul li { display: inline; }
section h1 { font-size: 28px; color: #414f63; }

#logo { margin-top: 20px; }
#social { margin: 0px; padding: 0px; }
#social li a img { border: 0px;  }
#slogan { float: right; clear: right; margin: 20px 0px;}
#howitworks { display: block; margin: 0px 0px 20px 0px; }
.steps { width: 320px; margin-left: 5px; margin-bottom: 20px;  float: left; color: #414f63; font-size: 14px; font-family: arial; }
.steps img { float: left; padding: 15px 10px 10px 0px; }

.classy_package { position: relative; left: 18px; float: left; width: 483px; height: 313px; margin-bottom: 20px; }
.funny_package {position: relative; left: -5px; float: left; width: 491px; height: 313px; }

#size_selection { width: 197px; float: left;  }

#size_small { background-image: url('images/size_small.png'); background-repeat: no-repeat; width: 197px; height: 60px; }
#size_small input { margin: 30px 0px 0px 20px; }
#size_medium { background-image: url('images/size_medium.png'); background-repeat: no-repeat; height: 45px; }
#size_large { background-image: url('images/size_large.png'); background-repeat: no-repeat; height: 46px;  }
#size_xlarge { background-image: url('images/size_xlarge.png'); background-repeat: no-repeat; height: 57px; }
#size_medium input, #size_large input, #size_xlarge input { margin: 12px 0px 0px 20px; }

#subscriptions li { float: left; list-style: none; margin: 0px; padding: 0px;  }
.subscription_selecter { position: relative; left: 0px; top: 0px; float: left; }
#onemonth { background-image: url('images/subscription_1.png'); background-repeat: no-repeat; }
#onemonth input { margin: 30px 165px 180px 20px; }
#threemonth { background-image: url('images/subscription_3.png'); background-repeat: no-repeat; }
#threemonth input { margin: 30px 165px 180px 20px; ; }
#sixmonth { background-image: url('images/subscription_6.png'); background-repeat: no-repeat; }
#sixmonth input { margin: 30px 165px 180px 20px;  }
#twelvemonth { background-image: url('images/subscription_12.png'); background-repeat: no-repeat; }
#twelvemonth input { margin: 30px 165px 180px 20px;  }

#wywg { width:100%; text-align: center; margin-bottom: 20px;}

#showcase { margin: 0px 0px 140px 10px; padding: 0px;  }
#showcase li p { margin: 0px 0px 8px 0px; }
#showcase li { display: inline; float: left; margin: 0px 0px 0px -2px; padding: 0px;text-align: center; color: #616161; }

#order_now { position: relative; left: 290px; background-image: url('images/order_now.png'); background-repeat: no-repeat; width: 386px; height: 109px; margin: 0px auto 30px 0px; border: 0px; }

footer ul { margin-left: 115px; }
footer ul li { display: inline; float: left; margin: 0px 5px; }
#copyright { text-align: center; margin: 20px;}

