html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body, select, input, textarea { color:#000; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#990000; }
a:hover { color:#000; }
ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

::-moz-selection{ background: #1b8fa1; color:#fff; text-shadow: none; }
::selection { background:#1b8fa1; color:#fff; text-shadow: none; } 

a:link { -webkit-tap-highlight-color: #1b8fa1; } 


html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* GENERAL STYLES */

body {
	padding:0;
}
a {
	text-decoration: none;
}

/* SHOWCASE FRAME */
.showcase {
	position: relative;
}

/* GENERAL RULES FOR CANVASES */
.canvas {
	width: 100%;
}

/* GENERAL RULES FOR MARQUEE MODULES */
.marquee .content {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.marquee .content .marquee-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	/*cursor: pointer;*/
}
.marquee .nav .content {
	width: auto;
	height: auto;
	white-space: nowrap;
	float: right;
}
.marquee .nav .content div {
	float: left;
	cursor: pointer;
	text-align: center;
}



/* DEPLOYMENT-SPECIFIC RULES */
.showcase {
	width: 780px;
}

/* TAB INTERFACE CANVAS */
#canvas-1 {
	height:313px;
	background-color:#fff;
}

/* MARQUEE MODULE */
#module-001.marquee .content {
	height:313px;
}

/* MARQUEE NAV */
#module-001.marquee .nav {
	width: 780px;
	height: 38px;
	margin-top:-38px;
}
#module-001.marquee .nav .content {
	margin: 7px;
	height: auto;
}
#module-001.marquee .nav .content div {
	width: 19px;
	height: 19px;
	background: url(../img/bg_marqueenav_btn.png) no-repeat top left;
	margin-left: 5px;
	font-size:14px;
	text-indent:-2000px;
}
#module-001.marquee .nav .content div:hover,
#module-001.marquee .nav .content div.active,
#module-001.marquee .nav .content div.active:hover {
	background-position:0 -19px !important;
}
#module-001.marquee .nav .content div.pause,
#module-001.marquee .nav .content div.play {
	background: url(../img/bg_marqueenav_btn_pause.png) no-repeat;
	margin-left:4px;
}


/* FEATURED PRODUCTS */
#featured_products {
	position: relative;
	width: 100%;
	height: 290px;
	padding: 20px 14px 0 14px;
	margin: 21px 0px 10px 0px;
	background:transparent url(../img/bg_featured_products.png) no-repeat;
}
#featured_products .browse {
	width:174px;
	height:19px;
	padding:9px 0 0 16px;
	font-size:11px;
	background-color:#9b1313;
	position:absolute;
	top:0;
	right:0;
}
#featured_products .browse a {
	color:#fff;
	text-transform:uppercase;
}
#featured_products .browse img {
	margin-bottom:-1px;
}

#featured_products .product {
	width: 225px;
	height: 205px;
	position: relative;
	background:transparent url(../img/bg_product.png) no-repeat;
	float: left;
	margin-right:10px;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
	Margin-bottom:0px;
	/*cursor: pointer;*/
}
#featured_products .last {
	margin-right: 0px;
}

#featured_products .product .name {
	font-weight:bold;
	margin-bottom:16px;
	line-height:120%;
}
#featured_products .product .image {
	width: 105px;
	text-align: left;
	float: left;
	margin: 0px 8px 0px 0px;
}
#featured_products .product .desc a {
	color:#000;
	padding:0;
	line-height:110%;
}	
#featured_products .product .desc_content {	
	margin-bottom:0px;
}
#featured_products .product .desc_content a {	
	margin-bottom:0px;
	line-height:110%;
}
#featured_products .product .desc_content p {	
	margin-bottom:0px;
	line-height:110%;
}
#featured_products .product .price {	
	color:#990000;
	font-weight:bold;
	margin:0;
	padding:0;
}

#featured_products .product .actions {
	width: 227px;
	height: 16px;
	line-height: 0;
	left:10px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	vertical-align: middle;
	padding-top:0;
}
#featured_products .product .actions a {
	color:#fff;
	display:block;
	float:left;
	width:107px;
	height:0;
	margin-right:8px;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:5px;
	background:transparent url(../img/bg_product_actions.png) no-repeat;
	text-transform:uppercase;
	text-decoration:none;
}
#featured_products .product .actions a:hover {
	background-position:0 -21px !important;
}
#featured_products .product .actions a.buy {
	background:transparent url(../img/bg_product_actions_buy.png) no-repeat;
	margin-right:0 !important;
}
#featured_products .product .actions a.buy:hover {
	background-position:0 -21px !important;
}


/* WHY CERTIFY */
#why_certify {
	position: relative;
	width: 780px;
	height: 281px;
	padding:0;
	margin: 21px 0 0 0;
}
.why_left {
	width:488px;
	height:249px;
	padding:16px 14px;
	margin-right:6px;
	background:transparent url(../img/bg_get_certfied.jpg) no-repeat top left;
	float:left;
}
.why_left p {
	font-size:14px;
	line-height:19px;
	padding:6px 0 0 6px;
	margin-bottom:40px;
}
.why_right {
	width:258px;
	height:281px;
	float:right;
}
.prepare {
	width:258px;
	height:116px;
	background:transparent url(../img/bg_prepare.png) no-repeat top center;
	clear:both;
}
.prepare:hover {
	background-position:0 -116px !important;
}


/*HOW TO*/
#how_to {
	position:relative;
	width:780px;
	height:195px;
	padding:16px 0 0 0;
	margin:21px 0;
	border-top:8px solid #7d7d7d;
	background:#fff;
	font-size:14px;
}
.steps {
	width:780px;
	height:123px;
	background:transparent url(../img/bg_steps.png) no-repeat top center;
	position:absolute;
	bottom:0;
	left:0;
}
.steps div {
	height:123px;
	cursor:pointer;
	float:left;
}
.step1 { width:283px; }
.step2 { width:259px; }
.step3 { width:238px; }

.step_popup {
	width:751px;
	height:166px;
	padding:27px 0 0 29px;
	display:none;
	position:absolute;
	bottom:123px;
	left:0;
	z-index:4;
	background:transparent url(../img/bg_steps_popup.png) no-repeat top right;
}
.step_popup .close {
	width:27px;
	height:27px;
	background:transparent url(../img/btn_close.png) no-repeat top left;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}

ul.step_ul {
	width:487px;
	margin:20px 0 0 0;
	padding:0;
}
ul.step_ul li {
	list-style:none;
	padding:0 0 12px 20px;
	background:transparent url(../img/bg_arrow_li.png) no-repeat top left;
	font-size:15px;
}

#step1 { z-index:5; }
#step2 { z-index:6; }
#step3 { z-index:7; }

.have_questions {
	width:177px;
	height:104px;
	padding:48px 0 0 0px;
	background:transparent url(../img/bg_have_questions.png) no-repeat top center;
	position:absolute;
	top:50px;
	right:40px;
	text-align:center;
	z-index:10;
}.contact_us{
height:25px;
overflow:hidden;	
}



.contact_us a {
	color:#fff;
	font-size:11px;
	display:block;
	width:147px;
	height:5px;
	line-height:100%;
	padding-top:5px;
	background:transparent url(../img/bg_contact_us.png) no-repeat;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	margin:auto;
}


.contact_us a:hover {
	background-position:0 -25px !important;
		text-decoration:none;

}