
nav a, .nav2 a  {
    left: 0;
}

a:link 
{
text-decoration:none;
color:#ff0000;
}
a:visited 
{
text-decoration:none;
color:#ff0000;
}
a:hover {
text-decoration:underline;
color:#0000ff;
}
a:active 
{
text-decoration:underline;
color:#0000FF;
} 



#topbkgrnd {
	left: 0px;
	top: 0px;
	background-image:  url(images/background.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	position: absolute;
}	
.topbackground {
	background-image:  url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.basicblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
}
.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.whitelink a:link, .whitelink a:visited {
	text-decoration: none;
	color: #FFFFFF;	
}
.whitelink a:hover, .whitelink a:active {
	text-decoration: none;
	color: red;	
}




.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CB0101;
	text-decoration: none;
}	
.redlink a:link, .redlink a:visited {
	text-decoration: none;
	color: #CB0101;	
}
.redlink a:hover, .redlink a:active {
	text-decoration: none;
	color: #000000;	
}
.smallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.whitetext a:link, .whitetext a:visited {
	text-decoration: none;
	color: #FFFFFF;	
}
.whitetext a:hover, .whitetext a:active {
	text-decoration: none;
	color: #000000;	
}
.boldblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 0px 20px 10px;
	line-height:15pt;
}
.boldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: red;
	padding: 5px 20px 10px;
}

.boldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
	padding: 5px 20px 10px;
}




.blacktext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.linktext { 
	color: blue;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	 
}
.linktext a:link, .linktext a:visited { 
	color: #ff0000; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
}
.linktext a:hover, .linktext a:active { 
	color: #0000ff; 
	text-decoration: none;
	text-transform:uppercase;
	
} 

.acclink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}	
.acclink a:link, .acclink a:visited {
	text-decoration: none;
	color: #CB0101;	
}
.acclink a:hover, .acclink a:active {
	text-decoration: none;
	color: #000000;	
}



#nav { 
	margin:0; 
	padding:0;
	list-style-type:none;
	
	float:left; 
	width:100%;
	border:1px solid black; 
	border-width:1px 0;  
	 
} 

#nav li { 
	display:inline; 
	padding:0; 
	margin:0; 
	
} 

#nav a:link, 
#nav a:visited { 
	color:white; 
	background:#cf171f;
	padding:2px 10px 2px 10px;
	float:left; 
	width:auto;
	border-right:3px solid black;
	text-decoration:none; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
} 
#nav a:hover { 
	color:white; 
	background:#86878c; 
} 

#nav li:first-child a { 
border-left:1px solid #42432d; 
}




#ols { 
	margin:0; 
	padding:0;
	list-style-type:none;
	
	 
	width:100%;
	border:1px solid white; 
	border-width:1px 0;  
	 
} 

#ols li { 
	display:inline; 
	padding:0; 
	margin:0; 
	
} 

#ols a:link, 
#ols a:visited { 
	color:white; 
	background:#cf171f;
	padding:2px 20px 2px 20px;
	
	width:auto;
	border-right:3px solid white;
	text-decoration:none; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;  
} 
#ols a:hover { 
	color:white; 
	background:#86878c; 
} 

#ols li:first-child a { 
border-left:1px solid #42432d; 
}



#rnd_container {background: #e0e0e0; margin:1px; width:880px}
    
    .rnd_top, .rnd_bottom {display:block; background:#e0e0e0; font-size:1px;}
    .rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
    .rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
    .rnd_b2, .rnd_b3, .rnd_b4 {background:white; border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}
    .rnd_b1 {margin:0 5px; background:#e0e0e0;}
    .rnd_b2 {margin:0 3px; border-width:0 2px;}
    .rnd_b3 {margin:0 2px;}
    .rnd_b4 {height:2px; margin:0 1px;}
    
    .rnd_content {
    display:block;
    border:0 solid #e0e0e0;
    border-width:0 1px;
    padding: 0px;
    background:white;
    color:#000000;
}

* { margin: 0; padding: 0; }



a { outline: 0; }
h1 { text-align: center; margin: 0 auto; font: bold 32px  Arial; margin: 70px auto 10px; letter-spacing: -1px; }
h2 { text-align: center; padding: 5px;  margin: 10px; background: #000000; color: #dddddd; }
 
#garagedoor {
	margin: 10px auto;
	list-style: none;
	background: url(http://www.whistlergroup.com/images/menu-bg.jpg) no-repeat;
	width: 800px;
	overflow: auto;	
}
#garagedoor li {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
}

/* Modernizer Enabled */
.csstransitions #garagedoor li {
	-webkit-transition: background-position 0.6s ease;
	-moz-transition: background-position 0.6s ease;
	-o-transition-property: background-position 0.6s ease;
}
.csstransitions #garagedoor li:hover {
	background-position: 0 -100px !important;
}

#garagedoor li#shutter1 {
	background: url(http://www.whistlergroup.com/images/shutter-facebook.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter2 {
	background: url(http://www.whistlergroup.com/images/shutter-twitter.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter3 {
	background: url(http://www.whistlergroup.com/images/shutter-google.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter4 {
	background: url(http://www.whistlergroup.com/images/shutter-youtube.jpg) 0 0 no-repeat; 
}
#garagedoor a {
   width: 200px;
   height: 100px;
   display: block;
   background: url(http://www.whistlergroup.com/images/window.png) no-repeat bottom center;
   text-indent: -9999px;
}


