* {
	position: relative;
}

html {
    background: #FF7C00;
    color: #444;
	text-decoration: none;
    font: normal normal 1em/normal;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body {
    background: #fff;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Josefin Sans', arial, serif;
	color: #000;
	margin: 30px 0px 6px 0px;
	display: block;
	clear: both;
}
h1, h2, h3 {
    text-transform: uppercase;
    font-weight: normal;
}
h3 {
    color:#FF7C00;
}

p {
    text-align: justify;
    margin: 0 0 16px 0;
	line-height: 1.8;	
}

#containAll {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-top: 20px;
}

#dist-page {
    text-align: center;
    padding: 0px;
    margin:0px;
}

#homePagePromo .left, #homePagePromo .middle, #homePagePromo .right  {
    float: left;
    width: 312px;
    background: #888;
    height: 208px;
}

#homePagePromo .left, #homePagePromo .middle {
    margin-left: 0px;
    margin-right: 22px;
}

#homePagePromo .middle {
    margin-left: 0px;
    margin-right: 0px;
}

#homePagePromo .right {
    margin-left: 22px;
    margin-right: 0px;
}

#products_detail {
    background-image: none;
}



noscript {
    display: block;
    background: #444;
    color: black;
    font-weight: bold;
    font-size: 200%;
    text-align: center;
}


img {
	border: none;
}

.veo_text {
	padding: 4px;
	font-size: medium;
	border: 1px solid #ccc;
}
a {
	top: 0px;
	border: none;
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
/* @group nav */
#nav {
    -webkit-box-shadow: 0px 0px 4px #555;
    -moz-box-shadow: 0px 0px 4px #555;
    box-shadow: 0px 0px 4px #555;
    width: 980px;
    margin: 0;
    padding: 0;
    background: #e2e2e2; /* old browsers */

    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 10%, #fefefe 55%, #d1d1d1 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(10%,#dbdbdb), color-stop(55%,#fefefe), color-stop(100%,#d1d1d1)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1',GradientType=0 ); /* ie */
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

#nav-logo {
    padding-top: 5px;
    padding-left: 10px;
    float:left;
}

#jsddm {
    float: left;
    margin: 0;
	padding: 0;
	z-index: 99;
	position: relative;
    display: block;
}
	
#jsddm li {
    float: left;
    list-style: none;
}

#jsddm li.ancestor {
    background: url(../images/orange-triangle.png) no-repeat center bottom;
}

#jsddm li:hover {
    background: url(../images/orange-triangle.png) no-repeat center bottom;
}

#jsddm li a {
    font-size: .9em;
    display: block;
	white-space: nowrap;
	color: #444;
    text-transform: uppercase;
    padding: 20px 15px;
    text-decoration: none;
}

#jsddm li.selected {
    background: url(../images/orange-triangle.png) no-repeat center bottom;
} 

#jsddm li ul {
    margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: none;
	width: 250px;
	background: #fff;
	background: rgba(255,255,255, 0.9);
	border: 1px solid #ff7900;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
		
#jsddm li ul li {
    float: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#jsddm li ul li.selected {
    background: #ff7900;
    color:#fff;
}

#jsddm li ul li a { 
    border: none;
    color: #ff7900;
    display: block;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#jsddm li ul li a:hover {
    background: #ff7900;
    color: #fff;
}

#nav-side {
    border-radius: 0px 15px 15px 0px;
    padding: 0;
    margin: 0;
    float:right;
    background: #ff7900; /* old browsers */

    background: -moz-linear-gradient(top, #ff7c00 0%, #ffb76b 51%, #ffa73d 58%, #ff7f04 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7c00), color-stop(51%,#ffb76b), color-stop(58%,#ffa73d), color-stop(100%,#ff7f04)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#ff7f04',GradientType=0 ); /* ie */
}

#nav-side li {
    margin: 0px;
    float: left;
    list-style: none;
}
#nav-side li a {
    font-size: .9em;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    color: #fff;
    padding: 20px 10px;
    text-decoration: none;
}
#nav-side li a:hover {
    text-decoration: underline;
}
#subNav {
    min-width: 980px;
    margin-top: 2px;
    padding: 0;
    background: transparent;
}

#subNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#subNav ul li {
    float: left;
    margin: 0px;
    padding: 0px;
}

#subNav ul li a {
    color: #444;
    display: block;
    margin: 0px;
    padding: 6px;
    text-decoration: none;
}

#subNav ul li a:hover {
    text-decoration: underline;
}
#subNav ul li.selected a {
    color: #ff7900 ;
}




.errorlist li, .contacted {
	padding: 10px;
	list-style-type: none;
}


#content {
    
    display: block;
	padding: 0px;
	margin-top: 10px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.hundred {
    display:block;
    padding: 0;
    margin: 0;
}

.seventy {
	padding: 2%;
    margin-bottom: 30px;
	float: right;
	width: 66%;
}
.sixtyEight {
    width: 68%;
}
.sixty {
	width: 60%;
}

.fifty {
	width: 50%;
}

.forty {
	width: 40%;
}

.thirtyTwo {
    width: 32%;
}
.thirty {
	padding: 2%;
	width: 26%;
}

.five {
	width: 10%;
}


.five img, .thirty img, .forty img, .fifty img, .sixty img, .seventy img, .hundred img {
    max-width: 100%;
}

.five ul, .thirty ul, .forty ul, .fifty ul, .sixty ul, .seventy ul, .hundred ul {
	margin: 0px;
	padding: 0px;
}

.thirty ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.clear {
    clear: both;
}
.chunk {
	margin-bottom: 30px;
}
.tiny {
    font-size: small;
}
/* @end */

/* @group footer */

#footer {
    text-align: center;
    margin: 0;
    padding: 20px;
    padding-bottom: 50px;
    background: #FF7C00;
    font-size: .9em;
    color: #fff;
    margin-top: 50px;
	display: block;
}
#footer p {
    text-align: center;
}
#footer a {
    color:#fff;
}

.soomi {
	font-size: 90%;
}

/* @end */

/* @group buttons */

.button_1 {
    display: inline-block;
    padding: 10px;
    text-align: center;
	border: 1px solid #FF7C00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
    background: #FF7C00; /* old browsers */

    background: -moz-linear-gradient(top, #FF7C00 0%, #FFB76B 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF7C00), color-stop(100%,#FFB76B)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF7C00', endColorstr='#FFB76B',GradientType=0 ); /* ie */
	text-shadow: #444 1px 1px 1px;
}

.button_2 {
    display: inline-block;
    font-size: 1.2em;
    padding: 4px;
    text-align: center;
	border: 1px solid #507D08;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;    
    
    background: #507D08;
    background: -moz-linear-gradient(top, #507D08 0%, #8CBD09 50%, #B6E116 51%, #73CA09 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#507D08), color-stop(50%,#8CBD09), color-stop(51%,#B6E116), color-stop(100%,#73CA09));
    background: -webkit-linear-gradient(top, #507D08 0%,#8CBD09 50%,#B6E116 51%,#73CA09 100%);
    background: -o-linear-gradient(top, #507D08 0%,#8CBD09 50%,#B6E116 51%,#73CA09 100%);
    background: -ms-linear-gradient(top, #507D08 0%,#8CBD09 50%,#B6E116 51%,#73CA09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#507D08', endColorstr='#73CA09',GradientType=0 );
    background: linear-gradient(top, #507D08 0%,#8CBD09 50%,#B6E116 51%,#73CA09 100%);
	text-shadow: #444 1px 1px 1px;
}

.button_3 {
    display: inline-block;
	font-size: medium;
	padding: 4px;
	border: 1px solid #e2e2e2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #444;
	background: #e2e2e2; /* old browsers */

    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 10%, #fefefe 55%, #d1d1d1 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(10%,#dbdbdb), color-stop(55%,#fefefe), color-stop(100%,#d1d1d1)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1',GradientType=0 ); /* ie */
	text-shadow: none;
}

/* @end */



/* @group side bar */

#nextEvent {
	overflow: hidden;
	background: #000;
	background: rgba(0,0,0, 0.5);
	margin-bottom: 20px;
}
#nextEvent h3  {
    color: #fff;
    padding: 2px;
    
}
#nextEvent a {
    display: block;
}
#nextEvent a:hover {
    text-decoration:none;
}
#nextEvent .eventMonth {
	color: #fff;
	font-size: 200%;
	clear: both;
	height: 230%;
}
#nextEvent .eventDay {
	clear: both;
	color: #bad360;
	font-size: 230%;
}
#nextEvent .eventDetails {
	color: #888;
}

#primaryLinks {
/*    padding: 10px;*/
}

.sideBar {
	width: 30%;
	padding: 0px;
	overflow: hidden;
	float: right;

	height: auto;
	color: #f5f5f5;
	margin-top: 0px;
	
}

.sideBar img {
	max-width: 100%;
	padding: 0px;
}


/* @end */


.ds {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 10000;
}
.ds #mediaspace {
	width: 900px;
	height: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -300px;
}
.ds a {
	color: #f5f5f5;
	text-decoration: underline;
}

/* @group product view */
.thumbnailHolder {
	float: left;
	padding: 0px;
	margin-right: 20px;
}
.thumbnailHolder li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#largeImageHolder {
	float:  left;
	margin-right: 20px;
}
.productInfo {
	float: left;
	width: 40%;
}
.productInfo h3 {
	color: #fff;
}

.darkenScreen {
	background: #000 url(../images/product-background.jpg) repeat-x center bottom;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.darkenScreen #productView {
	position: fixed;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	top:  50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -400px;
	width: 800px;
	height: 600px;
}


/* @end */

/* @group product cycle */
#productsCycle {
	height: 400px;
	background: #fff;
	padding: 0px;
	margin: 0px;
}

#productsCycle div.cycleMe {
	list-style-type: none;
	height: 100%;
	width: 100%;
	background: #fff;
}
#productsCycle div.cycleMe img {
	max-width: 100%;
	min-width: 100%;
}
/* @end */

.helperAboutProducts {
    font-size: .8em;
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 10px;
	background: #fff;
	background: rgba(255,255,255, 0.8);
	color: #444;
}
.helperAboutProducts h3 {
    display: none;
	margin: 0px;
	padding: 0px;
	color: #42b5d2;
}


.helperAboutProducts p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

#nextProductLink, #prevProductLink {
	display: inline-block;
	
	padding: 0px;
	margin: 0px;
	margin-top: 80px;
	width: 128px;
	height: 158px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	opacity: .6;
}
#nextProductLink:hover, #prevProductLink:hover {
    text-decoration: none;
    opacity: 1.0;
}

.productTitle {
	font-size: 350%;
	font-weight: normal;
	margin-top: 0px;
}
#small_logo {
    float: left;
}

.smallHeader {
    clear: both;
    float: none;
}

.subHeading {
    padding-top: 0px;
    margin-top: 0px;
}
#videoList {
    margin: 0px;
    padding: 0px;
}

#videoList li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#tool-videos ul li {
    list-style-type: none;
    text-align: center;
    padding: 2px;
    margin: 2px;
}

#quiz {}
#quiz ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#quiz ul li {
    margin: 0px 0px 20px 10px;
    padding: 0;
}
#quiz ul li ul li {
    padding: 0;
    margin: 0;
}


.gloss-title {
    padding: 5px;
	background: #ddd url(../images/gloss.png) repeat-x center -46px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}


.boom {
    font-size: 1.5em; text-transform: uppercase;
}

#site-map li a{
    color: #bad360;
    display: block;
    padding: 6px 6px 6px 20px;
}

.rowA {
    background-color: #fff;
    color: #444;
}
.rowB {
    background-color: #f7ffd8;
    color: #444;

}
.underline-heading {
    border-bottom: 1px solid #ddd;
    margin-bottom: 4px;
}

.clearfix {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.upcomingEvents, .contactMethods, .productList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.upcomingEvents li, .contactMethods li, .productList li {
    border-top: 1px solid #ddd;
}
.upcomingEvents li a {
    display: block;
    text-decoration: none;
}

.upcomingEventDay {
    border: 1px solid #ddd;
    float: left;
    display: block;
    font-weight: bold;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 24px;
}
.upcomingEventDayMonth {
    background: #ddd;
    display: block;
}
.upcomingEventDayNumber {
    padding: 4px;
    display: block;
    font-size: 2em;
}
.upcomingEventInfo {
    color: #444;
    padding: 6px;
    padding-top: 0px;
    float: right;
    display: block;
    width: 240px;
}
.sectionHeading {font-size: 1.5em; color: #444;}

.sixtyEight .sectionHeading {
    padding-left: 12px;
}

#contactUsForm {
    padding: 10px;
}



.x32 {
    width: 30%;
    padding: 1%;
}
.x68 {
    width: 66%;
    padding: 1%;
}
.x68 *, .x32 * {
    max-width: 100%;
}

#cycleNav {
    text-align: right;
    font-size: 2em;
}

.activeSlide {
   color: #FF7C00;
}
.textOut {
    background: #abd036;
    padding:20px;
    color: #fff;
    margin-top:100px;
}
.textOut img {
    padding: 5px;
    background: #fff;
/*    position: absolute;
    top:-100px;*/
    margin:0px;
    margin-right: 10px;
    float:left;
}

#dist-info {
}
