@charset "utf-8";
/* CSS Document */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**STYLES**/


body{
	background:#e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 auto;

}

#wrapper{
	width:812px;
	margin:auto;
}
#preheader{
	float:left;
	display:block;
	width:100%;
	background:transparent;
	font-style:italic;
	padding:10px 0px 10px 0px;
	font-size:16px;
	color:#6b6b6b;
	font-weight:bold;
	text-shadow:#FFF 1px 1px 1px;


}

#content{
	width:750px;
	padding:20px 30px 20px 30px;
	float:left;
	background:#FFF;	
	border:1px solid #b7b7b7;

}

#cont-bottom{
	width:inherit;
	height:29px;
	background:url(images/cont-bottom.png) no-repeat;
	margin-left:-4px;
	float:left;
	
}
/**COLORS AND ALIGNMENT**/

h1{

	font-size:34px;
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow:#000 1px 1px 1px;
	color:#FFF;
	margin-bottom:20px;
}

h2 {
	font-size:24px;
	font-weight:bold;
	color:#06326d;
	margin-bottom:10px;
	clear:both;

}
h3 {
	font-size:24px;
}
p {
	margin:10px 0px 10px 0px;
	clear:both;

}

a {
	color:#0074b7;
}
a:hover {
	color:#005586;
}
.nobold {
	font-weight:normal;
}
.highlight {
	color:#a90808;
}
.highlight2 {
	color:#06326d;

}
.highlight3 {
	color:#FFF;
	text-shadow:#000 1px 1px 1px;
}
.center {
	text-align:center;
}

.alignLeft {
	float:left;
	margin-right:20px;
}
.signature{
	font-style:italic;	
}
.clear {
	clear:both;
}
.separator {
	background:url(images/separator.png) no-repeat;
	width:732px;
	height:32px;
	clear:both;
}
.thumb {
	float:left;
	padding:5px;
	border:1px #c0d8f2 solid;
	margin:0px 10px 5px 0px;
	background:#FFF;
}
.floatright {
	text-align:right;
}
.button:active{
	position:relative;
	top:1px;
	left:1px;	
}

.separator{
	width:691px;
	height:21px;
	background:url(images/separator.png) no-repeat;
	clear:both;	
}
/**BOXES**/


#box {
	width:552px;
	margin:auto;
	clear:both;
}
#box br{
	clear:none;	
}
#box .content {
	background:#fffce8;
	width:490px;
	float:left;
	padding:20px 30px 20px 30px;
	border:1px #ffd8ab solid;
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
	display:block;
}
#box .style1{
	background:#f4f9ff;
	border:1px #c0d8f2 solid;
}

#box .style2{
	background:#f6f6f6;
	border:5px #9a9a9a dashed;
	width:482px;
	
	
}
#box .style2 h2{
	font-size:28px;
	text-shadow:#FFF 1px 1px 1px;
}
#box .order{
	background:#e1ce8c;
	border:1px #bba558 dashed;	
}
#box .order h2{
	color:#692424;
	text-shadow:#FFF 1px 1px 1px;
	font-size:28px;
}
#purchase{
	background:url(images/order.png) repeat-x;
	color:#464646;
	padding:7px 30px 7px 30px;
	text-shadow:#ffffff 1px 1px 1px;
	text-decoration:none;
	margin:auto;
	font-size:30px;
	display:inline-block;
}

#box h3{
	color:#06326d;
	text-shadow:#FFF 1px 1px 1px;
	margin-bottom:10px;	
}
#box .bottom{
	width:652px;
	height:31px;
	float:left;
	backgrouend:url(images/box-bottom.png) no-repeat;	
}


#box ul{
	list-style:none;
	margin: 10px 0px 10px 0px;
	float:left;
	
}

#box ul li{
	margin-bottom:10px;	
	background:url(images/check.png) no-repeat left top;
	padding: 0px 0px 10px 40px;
	width:230px;


}
 ul{
	list-style:none;
	margin: 20px 0px 10px 0px;
	float:none;

	
}

 ul li{
	margin-bottom:10px;	
	background:url(images/check.png) no-repeat left top;
	padding: 0px 0px 10px 40px;



}


#footer{
	text-align:center;
	width:inherit;
	margin-bottom:20px;
	margin-top:20px;
	color:#698300;
	font-size:12px;
	clear:both;
	float:left;
}
#footer a{
	color:#474747;
	text-decoration:none;
	
}
#footer a:hover{
	color:#000000;
	text-decoration:underline;
	
}


br{
	clear:both;	
}