
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body, td, th {
	/* Suggested arial font list */
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
}
 
/* Keep superscript tags from breaking line-height */
sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
 
/* From simplebits, use the prettiest ampersand possible */
span.amp {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-size: 110%; 
}
 
body {
	text-align: center;
	background: #DCDCDC;
}
 
#frame {
	width: 600px;
	text-align: left;
	background: #fff url(../img/shadow.gif) repeat-y;
}

#header {
	position: relative;
	height: 17px;
	overflow: hidden;
}

#header h1 {
	float: left;
	display: inline;
	padding: 50px 0 0 30px;
}

#header h2 {
	float: right;
	display: inline;
	padding: 50px 30px 0 0;
}

#header span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../img/header.gif) no-repeat;
}

#splash {
	height: 54px;
	overflow: hidden;
	background: url(../img/splash.gif) no-repeat 14px 0;
}

#splash h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 2px #004E3E;
	-moz-opacity: 0.9999;
	padding: 11px 0 0 30px;
}

#content {
	background: url(../img/left_background.gif) repeat-y 14px 0;
	margin: 11px 0 0 0;
	height:100%;
}

#content .wrapper {
	position: relative;
	display: block;
	
}

#left #intro:after,
#left #tabs .buttons:after,
#content .wrapper:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

#left #intro,
#left #tabs .buttons,
#content .wrapper { display: inline-block; }

html[xmlns] #left #intro,
html[xmlns] #left #tabs .buttons,
html[xmlns] #content .wrapper { display: block; }

* html #left #intro,
* html #left #tabs .buttons,
* html #content .wrapper { height: 1%; }

#left {
	width: 526px;
	float: left;
	display: inline;
	margin: 0 0 140px 14px;
	height:100%;
}

#left #intro {
	background: #fff;
	padding: 0 0 17px 11px;
}

#left #intro img {
	float: left;
	display: inline;
	margin: 0 23px 10px 0;
}

#left #intro h5 {
	padding: 15px 0 0 0;
	margin: 0 0 1em 0;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
}

#left #intro p {
	margin: 1em 0;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

#left #tabs .buttons {	
	background: #fff;
	border-bottom: 2px solid #00856A;
}

#left #tabs .buttons li {
	float: left;
	display: inline;
	width: 102px;
	height: 30px;
	
	padding: 4px 1px 0pt 1px;
	background: url(../img/tab_background.gif) no-repeat;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}

#left #tabs ul.triple-line {
}

#left #tabs .triple-line li {
	height: 43px !important;
	padding-top: 5px !important;
	background: url(../img/tab_background_triple.gif) no-repeat !important;
}

#left #tabs .triple-line li.double-line {
	height: 37px !important;
	padding-top: 11px !important;
}

#left #tabs .buttons li.single-line {
	height: 23px;
	padding-top: 11px;
}

#left #tabs .buttons li.last {
	margin-right: 0;
}

#left #tabs .buttons li.active {
	background-position: 0 -34px;
	color: #fff;
	text-shadow: 0 0 0 #000;
	-moz-opacity: 0.9999;
}

#left #tabs .triple-line li.active {
	background-position: 0 -48px !important;
}

#left #tabs .buttons li a {
	text-align: left;
	margin: 0 auto;
}

#left #tabs .tab_content {
	display: none;
	padding: 22px 18px 0 28px;
	
	
	
}

#left #tabs div.active {
	display: block;
	height:700px;
}

#left #tabs .tab_content h6 {
	font-size: 11px;
	line-height: 15px;
	color: #000;
	font-weight: bold;
	margin: 0 0 1.5em 0;
}

#left #tabs .tab_content p {
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin: 0 0 1.5em 0;
	
}

#left #tabs .tab_content p.link {
	margin-top: 2.5em;
}

#left #tabs .tab_content p.link a {
	color: #00856A;
	font-weight: bold;
	display: block;
	background: url(../img/left_arrow.gif) no-repeat 0 50%;
	padding: 0 0 0 8px;
}

#left #tabs .tab_content ul li {
	font-size: 12px;
	line-height: 14px;
	color: #333;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 10 0 0 0px;
}

#content .learn {
	
	height: 138px;
	width: 540px;
	bottom: 0;
	left: 0;
	position: absolute;
	display: block;
	background: url(../img/content_bottom.gif) no-repeat 14px bottom;
}

#content .learnhc {
	
	height: 222px;
	width: 540px;
	bottom:0px;
	left:0px;
	position: absolute;
	top:450px;
	display: block;
	background: url(../img/learnmoremid.gif) no-repeat 14px bottom;
}

#content .learnhc h5,
#content .learnhc .call,
#content .learnhc .info,
#content .learnhc .call1,
#content .learnhc .info1,
#content .learnhc .demo {
	position: absolute;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	font-weight: bold;
	width: 200px;
	
}
#content .learnhc .info a,
#content .learnhc .info1 a,
#content .learnhc .demo a {
	font-size: 12px;
	line-height: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
	
#content .learnhc h5 {
	left: 30px;
	bottom: 115px;
	color: #fff;
	text-shadow: 2px 2px 2px #004E3E;
	-moz-opacity: 0.9999;
}
	
#content .learnhc .call {
	bottom:100px;
	left:65px;

}



#content .learnhc .info {
	left: 326px;
	bottom: 105px;
}

#content .learnhc .call1 {
	bottom:45px;
	left:65px;

}



#content .learnhc .info1 {
	left: 326px;
	bottom: 45px;
}

#content .learnhc .demo {
	left: 420px;
	bottom: 17px;
}


#content .learn h5,
#content .learn .call,
#content .learn .info,
#content .learn .demo {
	position: absolute;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	font-weight: bold;
	width: 200px;
	
}

#content .learn .info a,
#content .learn .demo a {
	font-size: 12px;
	line-height: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
	
#content .learn h5 {
	left: 30px;
	bottom: 88px;
	color: #fff;
	text-shadow: 2px 2px 2px #004E3E;
	-moz-opacity: 0.9999;
}
	
#content .learn .call {
	bottom:15px;
	left:65px;

}



#content .learn .info {
	bottom:13px;
left:326px;
}

#content .learn .demo {
	left: 420px;
	bottom: 17px;
}



#footer {
	height: 110px;
	background: url(../img/footer.gif) no-repeat 0 bottom;
}

#footer p {
	font-size: 11px;
	line-height: 11px;
	color: #666;
	padding: 50px 0 0 35px;
}
