/* 
Copyright 2015 Creative Lifestyles, Inc.
All Rights Reserved
 */
 
 
/*******************
* REASONABLE DEFAULTS FROM H5BP
********************/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

table tr {
    
}

table td {
    padding: 8px;
}

h1, h2, h3, h4, h5 {
    color:#000;
}

h1 {
    font-size: 1.45em;
}

h2 {
    font-size: 1.25em;
}


	
	



/*********************
* Site defaults and mobile CSS
**********************/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #5F5B5B;
}

#javascriptwarning{
    color:#FFFFFF;
    background-color:#990000;
    font-size:12px;
    text-align:center;
}

#wrapper {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

p {
    line-height: 1.4;
}

a, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #000000;
}

.btn, .btn:hover, .btn:active, .btn:visited {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    line-height: 1.4;
    padding: 6px 12px;
    font-size: 1em;
    text-transform: uppercase;
}

header {
    position: relative;
}

#banner {
    position: relative;
    padding: 10px 8px 8px;
    background-image: -ms-linear-gradient(left, #FFFFFF 0%, #747373 100%);
    background-image: -moz-linear-gradient(left, #FFFFFF 0%, #747373 100%);
    background-image: -o-linear-gradient(left, #FFFFFF 0%, #747373 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #747373));
    background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #747373 100%);
    background-image: linear-gradient(to right, #FFFFFF 0%, #747373 100%);

transition: all 1s ease;	
	}

#banner:after{
    content: "";
    display: table;
    clear: both;
}

#banner img{
    float: left;
    width: 80px;
    height: auto;
	transition: all 1s ease;
}

#banner .site-title {
    color: #D3522F;
    font-size: 1.5em;
    margin-top: 10px;
	margin-bottom: 0;
	transition: all 1s ease;
}

#banner .site-tag {
    font-size: 0.9em;
    padding: 0;
    margin: 0;
    transition: all 1s ease;
}

#topMenuDIV {
    position: absolute;
    top: 8px;
    right: 8px;
	left: 10px;
}

.mobile-menu-btn, .mobile-menu-btn:hover, .mobile-menu-btn:active, .mobile-menu-btn:visited {
    display: block;
    float: right;
}

.main-menu {
    display: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 150px;
    background-color: #fff;
    position: absolute;
    top:32px;
    right: 0px;
}

.main-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    display: block;
    padding: 3px 0;
    text-align: center;
}

.main-menu li a {
    text-transform:uppercase;
    text-decoration: none;
    line-height: 1.75;
} 

body#home .main-menu a.menu-home,
body#about .main-menu a.menu-about,
body#products .main-menu a.menu-products,
body#contact .main-menu a.menu-contact {
    border-bottom: 2px solid #cc6600;
}	
				
#sideMenu {
    width: 100%;
}

#sideMenu img {
    display: none;
}

#content {
    width: 100%;
    background: #ECECED;
    padding: 8px 12px;
}

#content a, #content a:visited, #content a:hover, #content a:active {
    color: #D3522F;
}

#content img {
    padding:8px;
}

#helpContent {
    background:#ECECED;
    margin-left:0px auto;
    min-height:400px;
}

.subHeading {
    color:#000;
}

#contentSpace {
    height:20px;
}

#footer {
    padding:10px;
    color:#CC7A7B;
    font-size: 0.8em;
}
	
#downloadsContent{
    width:700px;
    color:#5F5B5B;
    font-size:14px;
    margin-left:200px;
		width:100%;

}

#downloadsContent table{
    border:#FFFFFF;
    border-bottom-style:solid;
	width:100%;
}

#downloadsContent img{
    padding:5px;
}

.osInfo{
    font-size:12px;
    padding:10px;
    background-color:#D8D9DA;
}

.downloadName{
    padding-left:20px;
}

.downloadHeading{
    font-weight:500;
    color:#000000;
    background-color:#D8D9DA;
    font-size:16px;
    padding-left:20px;
}

.product {
}

.product:after {
    content: "";
    display: table;
    clear: both;
}

.productContentImage {
    display: block;
    width: auto;
    text-align: center;
    background-color: #FFF;
}

.productContent {
    display: block;
    padding: 8px;

}

.product.odd .productContent {
    background-color: #D8D9DA;
}

.productContent .heading {
    margin-top: 0;
}

/*********************
* TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 450px) {
    header {
        margin-bottom: 1em;
    }
    
    #banner {
        padding: 8px  8px
    }
    
    #banner img{
        width: auto;
        height: auto;
    }

    #banner .site-title {
        font-size: 2em;
        
    }
    
    #sideMenu {
        width: 190px;
        background: #fff;
        float: left;
    }
    
    #sideMenu img {
        display: block;
        padding: 5px;
    }
    
    #content {
        margin-left: 190px;
        width: auto;
    }
    
   .productContentImage {
        display: table-cell;
        vertical-align: top;
        width: 195px;
    }

    .productContent {
        display: table-cell;
        vertical-align: top;
    }
    
    body#products #content {
        margin-left: 0;
        width: 100%;
        background-color: transparent;
    }
    
    body#products #content img {
        padding: 0;
    }
    
    body#products #content .product {
        background-color: #ECECED;
    }
    
    body#products #content .product.odd .productContent {
        background-color: #D8D9DA;
    }
	
	 #topMenuDIV {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
    }
    
    .mobile-menu-btn {
        display: none;
    }
	
	  .main-menu {
        display: block;
        border-right: none;
        border-bottom: none;
        background-color: #fff;
        position: relative;
        top: 0;
        left: 0;
        width: auto;
    }
	
	  .main-menu li {
        display: inline-block;
        margin-right: 24px;
    }
    
    .main-menu li a:hover {
        border-bottom: 2px solid #cc6600;
    }
	
}

/*********************
* DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
    #wrapper {
        width: 1024px;
    }
    
   
 .main-menu {
        padding-left: 0;
    }
   

  
}

/*********************
* LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1240px) {

}


/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {

	

}