/***********************************************/
/* Crow River Glass css                              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
background-color: #666666;
color:#000000;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0;
padding: 0;

}

/**********  wrap text around images  **********/
.nofloatimg {
border: 2px #ffffff solid;
} 


.floatimgleft {
float:left;
margin-top:0px;
margin-right:10px;
margin-bottom:1px;
} 

.floatimgleft-white {
float:left;
margin-top:0px;
margin-right:10px;
margin-bottom:0px;
border: 2px #ffffff solid;
} 


.floatimgright {
float:right;
margin-top:0px;
margin-left:10px;
margin-bottom:1px;
} 


.floatimgright-white {
float:right;
margin-top:0px;
margin-left:10px;
margin-bottom:1px;
border: 2px #ffffff solid;
} 


a{
	color: #FF0000;
	text-decoration: underline;
}

a:link{
	color: #FF0000;
	text-decoration: underline;
	
}

a:visited{
	color: #FF0000;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
	text-decoration:none;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 150%;
 color: #ffffff;
 margin: 5px,0px,0px,0px;
 padding: 0px 0px 0px 0px;
 
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #ffffff;
 padding: 0px;
}

.80percent{
font-size:80%;
}

.white{
color:#FFFFFF;
}
/***********************************************/
/* Layout Divs                             */
/***********************************************/ 

#content{
    padding: 0px 0px 0px 0px;
	width: 748px;
	height: auto;
	background-color:#000000;
}

#contentL{
    float:left;
	border:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width: 150px;
	height:auto;
	background-color: #999999;
}

#contentR{
    float:right;
    padding: 15px 9px 0px 2px;
	width: 574px;
	height: auto;
	color:#ffffff;
	background-color:#000000;
}

#contentRinside{
    clear:left;
    float:left;
    padding: 5px 5px 5px 5px;
	border:thin solid #ff0000;
	width: 570px;
	height: auto;
	color:#ffffff;
	background-color: #ffffff;
}

#contentRinsidetext{
    float:right;
    padding: 0px 5px 0px 5px;
	width: 419px;
	height: auto;
	color:#000000;
	background-color: #ffffff;
	border-left:thin solid #cccccc;
}

#contentRinsideimage{
    float:left;
	width: 131px;
	height: auto;
	color:#ffffff;
	background-color: #ffffff;
	margin-right:4px;
}


#contentRindex{
    float:right;
    padding: 14px 0px 0px 0px;
	width: 592px;
	height: auto;
	background-color:#000000;
}

#contentRindexinside{
    padding: 0px 0px 0px 10px;
	color:#FFFFFF;
	width: 575px;
	height: auto;
	background-image:url(images/banner_tag.jpg);
	background-repeat:no-repeat;
}

#cat_wrap{
    padding: 0px 0px 0px 10px;
	color:#FFFFFF;
	width: 565px;
	height: auto;
}


#categoryL{
clear:left;
float:left;
    padding: 10px 0px 0px 10px;
	color:#000000;
	width: 265px;
	height: 65px;
	
}
#categoryR{
float:right;
    padding: 10px 0px 0px 10px;
	color:#000000;
	width: 265px;
	height: 65px;
}

.cat1{
background-image:  url("images/category/banner_cat1.gif");
}


.cat2{
background-image:url(images/category/remote.gif);
}

.cat3{
background-image:url(images/category/remote.gif);
}

.cat4{
background-image:url(images/category/remote.gif);
}

.cat5{
background-image:url(images/category/remote.gif);
}

.cat6{
background-image:url(images/category/remote.gif);
}

.imgOutline {border: 2px #ffffff solid;}

#siteInfo{ 
    clear:left;
	color:#CCCCCC;
	width: 728px;
	border-top:thin solid #cccccc;
	background-color: #000000;
	font-size: 80%;
	padding: 10px 10px 10px 10px;
	text-align:left;
}


