body	{
	background: url('images/bg1.jpg') repeat;
}

.container	{
	background: white;
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
}

#intro	{
	background: url('images/topbg.gif') repeat;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 10px 12px;
	color: white;
	font-size: 1.3em;
	font-family: 'Georgia', serif;
}

.subhead	{
	background: url('images/border1.jpg') repeat-x;
	padding-top: 20px;
	margin-bottom: 15px;
}

#header-links	{
	width: 70%;
	margin: auto;
}

#header-links li	{
	background: url('images/buttonbg01.gif') no-repeat 8px 8px #79C70E;
	padding: 3px 3px 4px 37px;
	border-bottom: 3px solid white;
}

#header-links li:hover	{
	background: url('images/buttonbg1.gif') no-repeat 8px 8px #2D396E;
	border-bottom: 3px solid red;
}

#header-links li a	{
	font-family: 'Georgia', serif;
	font-size: 0.9em;
	text-decoration: none;
	width: 100%;
	display: inline-block;
}

#header-links li:hover a, #header-links li a:hover	{
	color: white;
}

h1	{
	font-family: 'Impact', san-serif;
	text-align: center;
	font-size: 3.5em;
	line-height: 1.1;
}

h2	{
	font-family: 'Georgia', serif;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.2;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 50px;
}

h3	{
	font-family: 'Impact', serif;
	text-align: center;
	font-size: 2.2em;
	line-height: 1.2;
	color: #4AA803;
}

h4	{
	font-family: 'Impact', serif;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: 15px;
	color: white;
}

#sidebar	{
	background: #2D396E;
	padding: 10px;
}

#sidebar p	{
	color: white;
	font-size: 1em;
}

#content	{
	padding: 0 5px 0;
}

#content p, li	{
	font-size: 1.3em;
	color: black;
	line-height: 1.5;
}

#content p	{
	text-indent: 1.5em;
}

#content li	{
	background: url('images/buttonbg3.gif') no-repeat 0 4px;
	padding-left: 30px;
	margin-left: 2.5em;
}

#content ul.check li	{
	background: url('images/check.gif') no-repeat 0 2px;
}

#content ul.check li:nth-child(even)	{
	font-weight: bold;
}

#praise	{
	width: 80%;
	margin: auto auto 20px;
	padding: 15px 20px;
	border: 3px dashed #2D396E;
	background: #ffffba;
}

#praise p	{
	text-indent: 0;
}

.footer	{
	background: url('images/border2.jpg') repeat-x;
	padding: 25px 0 20px;
	margin-top: 15px;
	font-size: 0.9em;
}

#footer-left, #footer-right	{
	display: inline-block;
	float: left;
	padding: 0 5px;
}

#footer-right	{
	float: right;
}

#footer-right a	{
	text-decoration: none;
}

#footer-right a:hover	{
	text-decoration: underline;
}

.order-now	{
	width: 75%;
	margin: 10px auto 5px;
	text-align: center;
	border: 1px solid #FF912C;
	background: #ffa84c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d));
	background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%);
	background: -o-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%);
	background: -ms-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%);
	background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.order-now a	{
	display: inline-block;
	width: 100%;
	color: white;
	text-decoration: none;
	font-family: 'Georgia', serif;
	font-weight: bold;
	font-size: 4.0em;
	padding: 0.4em 0;
	text-shadow: 0 2px 0 #c97124;
	line-height: 1;
}

.order-now:hover	{
	background: #ff7b0d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmN2IwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmE4NGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff7b0d 0%, #ffa84c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b0d), color-stop(100%,#ffa84c));
	background: -webkit-linear-gradient(top,  #ff7b0d 0%,#ffa84c 100%);
	background: -o-linear-gradient(top,  #ff7b0d 0%,#ffa84c 100%);
	background: -ms-linear-gradient(top,  #ff7b0d 0%,#ffa84c 100%);
	background: linear-gradient(to bottom,  #ff7b0d 0%,#ffa84c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 );
}

.order-now a:hover	{
	text-shadow: 0 -1px 0 #c97124;
}

.order-safe	{
	text-align: center;
	margin: 0 auto 20px;
}

.order-safe a	{
	display: inline-block;
	background: url('images/secure.jpg') no-repeat;
	line-height: 24px;
	padding-left: 25px;
	color: #336699;
	font-size: 0.8em;
}

.order-safe a:hover	{
	text-decoration: none;
}

#ctc	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #ddd;
	padding: 0.1em;
	font-size: 0.7em;
	color: black;
}

#top-bg	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 340px;
	background: url('images/bg2.jpg') repeat-x;
}