/* 
Copyright 2015 Creative Lifestles, Inc.
All Rights Reserved
 */

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

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

Body{
	background:#fff;
	color:#000;
	margin:0 auto;
	padding:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:none;
	width:1000px;
	position:absolute;
}

#wrapper{
	width:900px;
	text-align:left;
	position: absolute;
}

/*Header*/


#banner{
	width:100%;
/*	background:#666666;*/
	height:100px;
    
}
#banner img{
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	margin:0 ;
	border:none;
   
}
#banner a, a:hover, a:visited{
	padding:0px;
	margin:0 ;
	border:none;
    
}
#banner table{
	padding:5px;
	margin:0;
	border:none;
  
}
 .subBanner{
 	padding-top:0px;
	padding-left:0px;
	padding-right:5px;
	font-size:25px;
    text-align:left;
	color:#cc6600;
    }
	
/*Top Menu*/
#topMenuDIV a, a:hover,a:visited{
	padding:0px;
	font-size:12px;
	text-transform:uppercase;
}
.lavaLampTopStyle {
	margin-left:160px;
	margin-top: 0px;
	position: relative;
	background-color: white;
	overflow: hidden;
}
.lavaLampTopStyle li {
	float: left;
	list-style: none;
}
.lavaLampTopStyle li.back {
	border-top:solid #BD292C;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampTopStyle li a {
	font: bold 14px;
	text-transform:lowercase;
	text-decoration: none;
	color: #928F8F;
	outline: none;
	text-align: center;
	top: 7px;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}   
.lavaLampTopStyle li a:hover, .lavaLampTopStyle li a:active, .lavaLampTopStyle li a:visited {
	border: none;
}             
body#homepage a#homenav,
body#downloadpage a#downloadnav,
body#shoppage a#shopnav,
body#contactpage a#contactnav
{
	font: bold 14px;
	color: #000;
	text-align: center;
}	

/*Side Menu*/
#sideMenu{
	width:190px;
	background:#fff;
	float:left;
}
#sideMenu img, a, a:hover{
	border:0;
	margin:0px auto;
	
}				
/*Content*/
#content{
	background:#DEDEDE;
	margin-left:200px;
	min-height:400px;
}
#content ul{
	color:#5F5B5B;
	font-size:14px;
	margin-left:30px;
	margin-right:40px;	
}

#content a,a:visited{
	border:0px;
	font-size:14px;
	color:#BD292C;
	padding:0px;
	text-decoration:none;
}
#content a:hover{
	font-size:14px;
	color:#000;
	padding:0px;
	text-decoration:none;
}
#content p, table{
	color:#5F5B5B;
	font-size:14px;
	margin-left:30px;
	margin-right:40px;
}
#content img{
	padding:5px;
	border:0px;
}

.heading{
	font-weight:500;
	color:#000000;
	font-size:16px;
}
.Linkheading a,a:visited{
	font-weight:500;
	font-size:16px;
	color:#BD292C;
}

.subHeading{
	color:#000000;
}

#contentSpace{
	height:20px;
	background:#DEDEDE;
	margin-left:200px;
}

#products table{
	margin:0px auto;
}

#products img{
	border:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
}
#products a,a:visited{
	border:0px;
	font-size:14px;
	color:#BD292C;
	padding:0px;
	text-decoration:none;
}

.productContent{
	background:#DEDEDE;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}

.productContent ul{
	color:#5F5B5B;
	font-size:14px;
	margin-left:30px;
	margin-right:40px;
}
.productContent a,a:visited{
	border:0px;
	font-size:14px;
	color:#BD292C;
	padding:0px;
	text-decoration:none;
}
.productContent a:hover{
	font-size:14px;
	color:#000;
	padding:0px;
	text-decoration:none;
}

.productContent img{
	padding:5px;
	border:0px;
}

/*Footer*/
#footer{
	margin-left:200px;
	padding:10px;
	color:#CC7A7B;
}
#footer a,a:hover,a:visited{
	text-transform:none;
	font-size:12px;
	display:inline;
	color:#928F8F;
	text-decoration:none;
	border:none;
	padding:0px;
}
