﻿
body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

background-color: #000;

/*scroll bar section*/
scrollbar-face-color: #262522;
scrollbar-arrow-color: #f26a24;
scrollbar-track-color: #484848;
scrollbar-shadow-color: #f26a24;
scrollbar-highlight-color: #080808;
scrollbar-3dlight-color: #f26a24;
scrollbar-darkshadow-color: #f26a24;

}


b{font-size: 110%;}
em{color: red;}


#topsection{
background: #eaeaea;
height: 90px; /*Height of top section*/

}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#maincontainer
{
	background-color:#fff; /*#eaeaea*/
	width: 100%;

}

#contentwrapper
{

float: left;
width: 100%;

}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#logo
{
	position: relative;
	top: 0px;
	left: 0px;
	/*background-image: url('images/leftLogo.png');*/
	background: url('../images/grgrad.gif')  repeat-x;

	height: auto;
	width:260px; 
	padding: 2px;
    
   
}

.innertube{
	

	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	top: 0px;
	
}

.leftColumnInner
{
	position: relative;
	top: 10px;
/*background: #ee4e24/*#ee4e24  #ff8b20*/
}

#leftcolumn{
position: relative;
top:0px;
float: left;
width: 180px; /*Width of left column*/
margin-left: -100%;
background-color: #fff;
height: auto;

}
#rightcolumn{
position:absolute;
top:80px;
left:900px;
width: 180px; /*Width of left column*/
height: auto;

 z-index:3;
}
#footer{
position: relative;
clear: left;
width: 100%;
background: black;
color: #f26a24;
text-align: center;
padding: 4px 0;
height: 30px;
left: 0px; top: 0px
}

.footerInner
{
	position: absolute;
   	left: 260px;
}


#info{
position: relative;
clear: left;
width: 100%;
background: #363532;

color: #FFF;
text-align: center;

display: block;
height:280px;
margin-top: 0px;
}

#infoInner
{
    position: absolute;
    width: 545px;
    background-color:#ed4d24;
    left: 240px; 
    top: -5px; 

    text-align: left;
    padding: 5px;
    height: 250px;

  
}


#line{
	height: 5px;
	background-color: #ed4d24;
	width: 100%;
}
.prod{
    height: 150px;
    width: 150px;
 

}

.title
{
    position: relative;
    width: 100%;
    background: url('../images/grgrad.gif') repeat-x;

    left: 0px; 
    top: 0px; 
    height: 58px;
    color:  #f26a24;
    z-index: 1;		

}
.titleInner 
{
	position: relative;
	top: 20px;
	left: 0px;
	
	width: 600px;
	 
 	
	FONT-SIZE: 15px;	
	/*TEXT-TRANSFORM: uppercase;*/	

	

	
}

#flashcontent
{
    position: relative;
    top: 0px; 
    left: 45px;

}
a {
	text-align:				left;
	line-height:			20.4px;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
	font-weight:			normal;
	font-style:				normal;
	color:					#ffab34;
	
	text-decoration:		none;
	
}

a:hover {
	text-decoration:		underline;
}
#ads a
{
	font-size:				12px;
}

#pageContent
{
	
	width:715px;
	height: 300px;
}
img
{
	border-style:none;
}
 .contentTopSection
{
   background-color:#fff;
   height: 300px;
   Filter: Alpha(Opacity=25);
}
.contentBottomSection
{
	
   background-color:#262522;
   height: 256px;
   Filter: Alpha(Opacity=100);
            
}
.price
{
	color: Black;
	font-weight:bold;
}

.addtoCart
{
	width: 73px; 
	background: url(../images/button_active.gif) repeat-x #000;
    padding-left: 5px; 
    padding-right: 5px; 
    border: solid 1px #666;
   
}
.addtoCart:hover
{
	width: 73px; 
	background: url(../images/button_hover.gif) repeat-x #505050;
    padding-left: 5px; 
    padding-right: 5px; 
    border: solid 1px #666;
   
}
.addtoCart a
{
	 color: #fff;
}
.addtoCart a:hover
{
	color: #fff;
	text-decoration:none;
}

/*Tab google theme*/
.google .ajax__tab_header 
{
	font-size:12px;
	font-weight:bold;
    font-family:Arial;
    padding-left:5px;
    border-bottom:solid 3px #666666;
}
.google .ajax__tab_body 
{
    font-family:Arial;
    font-size:10pt;
    border:solid 1px #333;
    border-top:none;
    padding: 4px;
    background-color: #333;
} 
/* Active/Hover States */
.google .ajax__tab_active .ajax__tab_outer
{
    margin-right:4px;
	background:url('../images/active-tl.gif') no-repeat left top;    
}
.google .ajax__tab_active .ajax__tab_inner
{
    margin-left:4px;
	background:url('../images/active-tr.gif') no-repeat right top;        
}
.google .ajax__tab_active .ajax__tab_tab
{
	margin-right:4px;	
	padding:0px 3px;
	color:#fff;
	background:#666666;
	text-decoration:none;
}
.google .ajax__tab_hover .ajax__tab_tab
{
	color:#f26a24;
	text-decoration:none;  
}

/* Regular States */
.google .ajax__tab_outer
{
    margin-right:4px;
	background:url('../images/inactive-tl.gif') no-repeat left top;   	
}
.google .ajax__tab_inner
{
    margin-left:4px;
	background:url('../images/inactive-tr.gif') no-repeat right top;  	
}
.google .ajax__tab_tab
{
	margin-right:4px;
	padding:0px 3px;
	color:	#0d4eb2;
	
	background:url('../images/inactive-mid.gif') repeat-x;
	text-decoration:none;
}

.error
{
            text-align: left;
            line-height: 12px;
     
            font-size: 12px;
            font-weight: normal;
            color: #ff0000;
}  

/*
.button
{
	border:1px solid #dbdbdb;
	background:url('../images/flo-head.jpg') repeat-x;
	background-color:#fff;
}
.button:hover
{
	border:1px solid #dbdbdb;
   background-color  :#333;
}
*/
.button
{
	height: 22px;
	border: 0px;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	text-align: center;
	color: #e4d0b3;
	background-color:Transparent;
	background-image: url(../images/bgButton.gif);
}
.button:hover
{
	cursor:pointer;
	cursor:hand;
}
.header
{
	font-weight:bold;
	border:1px solid #dbdbdb;
	background:url('../images/flo-head.jpg') repeat-x;
}