
@charset "utf-8";
/* CSS Document */


/*--css reset--*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img,
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*vertical-align:base;*/
	background:transparent;
}
body {line-height:1;}
ol, ul {list-style:none;}
/*--end css reset--*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:18px;
	color:#000000;
	background:#FFFFFF;
}

.wrapper {
	width:960px;
	margin:0 auto;
}

/*==================================================
	Floats
==================================================*/

.float-l {
	float:left;
}

.float-r {
	float:right;
}

.hidden {
	display:none;
}

/*==================================================
	Margins and Padding
==================================================*/

.mar0 { margin:0; }

.marTop0 { margin-top:0; }
.marTop5 { margin-top:5px; }
.marTop10 { margin-top:10px; }
.marTop15 { margin-top:15px; }
.marTop20 { margin-top:20px; }
.marTop25 { margin-top:25px; }
.marTop30 { margin-top:30px; }

.marBtm0 { margin-bottom:0; }
.marBtm5 { margin-bottom:5px; }
.marBtm10 { margin-bottom:10px; }
.marBtm15 { margin-bottom:15px; }
.marBtm20 { margin-bottom:20px; }
.marBtm25 { margin-bottom:25px; }
.marBtm30 { margin-bottom:30px; }


.pad0 { padding:0; }



/*==================================================
	Header
==================================================*/

.header {
	width:960px;
	height:120px;
	display:none;
}

#myAlternativeContent {
	display:none;
}

.logo {
	width:280px;
	height:120px;
}

.headBanner {
	width:530px;
	height:120px;
	margin-top:1px;
}

.buyNowBtn1 {
	width:150px;
	height:120px;
}



/*==================================================
	Thank You Page
==================================================*/

.thankYou {
	width:700px;
}

.thankYou table {
	margin:50px 0;
}

.thankYou td {
	border:1px solid #5e5e5e;
}

p.marBtm30 {
	display:none;
}

/*==================================================
	Footer
==================================================*/

.footer-top {
	display:none;
}
.footer-icons {
	display:none;
}
.footer-title {
	display:none;
}
.footer-image {
	display:none;
}

.footer-bottom {
	margin:50px 0 0 70px;
}
/*==================================================
	Hidden
==================================================*/

.hidden {
	display: none;
	/*visibility: hidden;*/
}
