/* ||| universal set of reset styles |||*/
html, body, div, span, applet, object, iframe, caption, del, dfn, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	line-height: 1px;
	color: black;
}
ol, ul {
	list-style: none;
}

em, i {
	width: 420px;
}

a img { border: none !important; }

a {
	text-decoration: none;
	color: #ec602a;
}

a:hover {
	text-decoration: none;
	color: #f19b2f;
}

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}



/* ||| set of clearing floats |||*/	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}


/* ||| Universal Styles |||*/	

html {
	height: 100%;
}

body {
	position: relative;
	background: #fff;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	background: url('../images/bg_page.png') repeat-x 0px 0px;
	}
	
	
/* ||| Main Structure |||*/	

#main-container {
	width: 950px; 
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0px;
	height: 100%;
}

#header {
	display: block;
	width: 950px;
	height: 71px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#showcase {
	width: 950px;
	height: 162px; 
	background: #ebebeb;
	margin: 0px;
	padding: 0px;
	float: left;
}

#showcase-home {
	width: 950px;
	height: 350px; 
	background: #ed6b2e;
	
}


#body-content {
	width: 950px;
	display: block;
	float: left;
	background: #ebebeb;
	margin: 0px;
	padding: 0px;
}



#body-col-container {
	display: inline;
	width: 710px;
	height: 100%;
	position: relative;
	float: left;
	border: 0px solid #ff0000;
}


#body-col {
	width: 690px;
	height: 100%;
	margin: 40px 0px 25px 0px;
	border: 0px solid #ff2345;
	float: left;
}

#footer {
	position: relative;
	float: left;
	width: 950px;
	color: #696969;
	font-size: 11px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 20px 0px 20px 0px;
	padding: 8px 0px 8px 0px;
	
}

.footer-left {
	float: left;
	
}

.footer-left a{
	text-decoration: underline;
	color: #696969;
}

.footer-left a:hover{
	text-decoration: none;
	color: #696969;
}

.footer-right {
	float: right;
	
}

.footer-right a{
	text-decoration: none;
	color: #2aa4c3;
	font-weight: bold;
}

.footer-right a:hover{
	color: #0082a3;
}

	
/* ||| Top Header and Links |||*/	

#logo {
	display: inline;
	width: 441px;
	float: left;
	margin: 20px 0px 0px 0px;
}

#top-menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#main_menu, #main_menu ul {
	padding: 0;
	list-style: none;
	margin: 0px 0px 0px 0px;
}
#main_menu li ul {
	position: absolute;
	left: -999em;
	text-align: left;
	background-image:none;
	z-index:9999;
	padding: 0px;
	margin: 0px;
}

#main_menu li:hover ul, #main_menu li.sfhover ul {
	left: 0px;
	width: 0px;
	margin: 0px 11px 6px 11px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px ;
}

#main_menu li{
	float:left;
	position:relative;
	}

#top-menu ul {
  list-style: none;
  float: right;
  }
 
#top-menu li {
  position: relative;
  margin: 43px 0px 0px 0px;
  float: left;
  
  }  

a.nav-pop {
	display: block;
	width: 160px;
	height: 14px;
	margin: 0px;
	text-decoration: none;
    background: url(../images/top_menu.png) 0px 0px;
}
a.nav-pop:hover {
        background-position: 0px -14px;
}

a.nav-how {
	display: block;
	width: 133px;
	height: 14px;
	margin: 0px;
	text-decoration: none;
    background: url(../images/top_menu.png) -160px 0px;
}
a.nav-how:hover {
    background-position: -160px -14px;
}

a.nav-about {
	display: block;
	width: 73px;
	height: 14px;
	text-decoration: none;
    background: url(../images/top_menu.png) -292px 0px;
}
a.nav-about:hover {
        background-position: -292px -14px;
}


/*Side Nav*/

#left-menu {
	display: inline;
	width: 238px;
	height: 1000px
	float: left;
	border: 0px solid #dd4400;
}

#side-nav {
	width:188px;
	padding: 0;
	list-style: none;
	margin: 40px 35px 0px 15px;
	float: left;
}
#side-nav li ul {
	position: absolute;
	left: -999em;
	background-image:none;
	z-index:9999;
	padding: 0px;
	margin: 0px;
}

#side-nav li:hover ul, #side-nav li.sfhover ul {
	left: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}

#side-nav li{	
	position:relative;
	}


a.side-overview {
	display: block;
	width: 188px;
	height: 55px;
	margin: 0px;
	text-decoration: none;
    background: url(../images/subnav_pop_overview.png) 0px 0px;
}
a.side-overview:hover {
        background-position: 0px -55px;
}
a.side-overview-select {
	display: block;
	width: 188px;
	height: 55px;
	margin: 0px;
	text-decoration: none;
    background: url(../images/subnav_pop_overview.png) 0px -110px;
}


a.side-ecommerce {
	display: block;
	width: 188px;
	height: 55px;
	margin: 0px;
	text-decoration: none;
    background: url(../images/subnav_pop_ecommerce.png) -188px 0px;
}
a.side-ecommerce:hover {
    background-position: -188px -55px;
}
a.side-ecommerce-select {
	display: block;
	width: 188px;
	height: 55px;
	margin: 0px;
	text-decoration: none;
    background: url(../images/subnav_pop_ecommerce.png) -188px -110px;
}

a.side-website {
	display: block;
	width: 188px;
	height: 109px;
	text-decoration: none;
    background: url(../images/subnav_pop_website.png) -188px 0px;
}
a.side-website:hover {
        background-position: -188px -109px;
}
a.side-website-select {
	display: block;
	width: 188px;
	height: 109px;
	text-decoration: none;
    background: url(../images/subnav_pop_website.png) -188px -218px;
}

a.side-blog {
	display: block;
	width: 188px;
	height: 55px;
	text-decoration: none;
    background: url(../images/subnav_pop_blog.png) -188px 0px;
}
a.side-blog:hover {
        background-position: -188px -55px;
}

a.side-blog-select {
	display: block;
	width: 188px;
	height: 55px;
	text-decoration: none;
    background: url(../images/subnav_pop_blog.png) -188px -110px;
}

a.side-how {
	display: block;
	width: 188px;
	height: 55px;
	text-decoration: none;
    background: url(../images/subnav_how_overview.png) -188px 0px;
}
a.side-how:hover {
        background-position: -188px -55px;
}

a.side-how-select {
	display: block;
	width: 188px;
	height: 55px;
	text-decoration: none;
    background: url(../images/subnav_how_overview.png) -188px -110px;
}
a.side-faq {
	display: block;
	width: 188px;
	height: 55px;
	text-decoration: none;
    background: url(../images/subnav_how_faq.png) -188px 0px;
}
a.side-faq:hover {
        background-position: -188px -55px;
}

a.side-faq-select {
	display: block;
	width: 188px;
	height: 55px;
	text-decoration: none;
    background: url(../images/subnav_how_faq.png) -188px -110px;
}


a.side-about {
	display: block;
	width: 188px;
	height: 55px;
	text-decoration: none;
    background: url(../images/subnav_about_overview.png) -188px 0px;
}
a.side-about:hover {
        background-position: -188px -55px;
}

a.side-about-select {
	display: block;
	width: 188px;
	height: 55px;
	text-decoration: none;
    background: url(../images/subnav_about_overview.png) -188px -110px;
}


a.side-contact {
	display: block;
	width: 188px;
	height: 55px;
	text-decoration: none;
    background: url(../images/subnav_about_contact.png) -188px 0px;
}
a.side-contact:hover {
        background-position: -188px -55px;
}

a.side-contact-select {
	display: block;
	width: 188px;
	height: 55px;
	text-decoration: none;
    background: url(../images/subnav_about_contact.png) -188px -110px;
}



a.side-news {
	display: block;
	width: 188px;
	height: 107px;
	text-decoration: none;
    background: url(../images/subnav_media_news.png) -188px 0px;
}
a.side-news:hover {
        background-position: -188px -110px;
}

a.side-news-select {
	display: block;
	width: 188px;
	height: 107px;
	text-decoration: none;
    background: url(../images/subnav_media_news.png) -188px -220px;
}


a.side-downloads {
	display: block;
	width: 188px;
	height: 107px;
	text-decoration: none;
    background: url(../images/subnav_media_download.png) -188px 0px;
}
a.side-downloads:hover {
        background-position: -188px -110px;
}

a.side-downloads-select {
	display: block;
	width: 188px;
	height: 107px;
	text-decoration: none;
    background: url(../images/subnav_media_download.png) -188px -220px;
}
.sub-label {
	color: #b8b8b8;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}

.sub-descr {
	color: #b8b8b8;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
}

.sub-title {
	color: #ea4604;
	font-size:22px;
	line-height: 30px;
}

.sub-tag {
	color: #ff8711;
	font-size:16px;
}

.body-copy {
	color: #838383;
	font-size:15px;
}
.body-copy-sm {
	color: #909090;
	font-size:13px;
}


.sub-hdr-blue {
	font-size: 16px;
	color: #0082a3;
	font-weight: bold;
}


.sub-hdr-grey {
	font-size: 14px;
	color: #595959;
	font-weight: bold;
}




.download-btn a{
	display: block;
	width: 181px;
	height:54px;
	float: right;
	background: url('../images/btn_download.png') 0px 0px;
}

.download-btn a:hover{
	background: url('../images/btn_download.png') 0px -56px;
}





.list-basic li { 
	list-style-type: circle; 
	color: #909090;
	font-size:12px;
	list-style-position: inside;
	} 




/* ||| Forms |||*/	


.form  li{
	color: #909090;
	font-size:13px;
}

.form-mailinglist {
	width: 100px;
	float: left;
	margin-right: 5px;
	font-size: 10px;
}

.text-input {
	width: 154px;
	height: 15px;
	color: #56750b;
	font-weight: bold;
	border: solid 1px #d4d4d5;
	}
	
.text-input:focus {
	background-color: #fbffcc;
	color: #56750b;
	}	
	
.search-btn {
	width: 55px;
	padding: 2px 5px 2px 5px;
	background-color: #a6b500;
	color: #fff;
	font-weight: bold;
	display: inline;
}

.submit-btn {
	width: 70px;
	padding: 2px 5px 2px 5px;
	background-color: #ff5622;
	color: #fff;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}

a.submit-btn  {
	background-color: #ff5622;
	color: #fff;
	text-decoration: none;
}

a:hover.submit-btn  {
	background-color: #fff;
	color: #ff5622;
	text-decoration: none;
}
