/*body {background:#fff; font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:20px; color:#545353;}*/

body { 
font-family:Verdana, Geneva, sans-serif; 
font-size:12px; 
line-height:20px; 
color:#545353;
background:url(../images/rutmanbandWebsite3.png) no-repeat top #000;
margin:0;
padding:10;
color:#fff;}

A:link {text-decoration: none; color:#fff;}
A:visited {text-decoration: none; color:#fff;}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: #000;}

.container {
	width:980px; 
	margin:0px auto; 
	position:relative;
	z-index:1002;
	}
	

#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
div#header {
    clear: both;
    height: 50px;
    padding: 1px;
}
h3right{
	font-size:14px;
	font-weight: bolder;
	width: 75px;
	display: inline-block;	
}
h3left {
	color:#FFFFFF;
	display: inline-block;	
	font-size:14px;
	font-weight: bolder;
	width:75px;
	height:auto;
	float: right;
}
h5{
font-size:22px;
	color:#fff;
	margin:10 0 18px 0;
	font-weight: normal;
}

#blurbLeft{
float:right;
padding: 30px 4px 0 0;
width: 105px;
height: auto;
}
#blurbRight{
float:right;
padding: 30px 48px 0 0;
width: 125px;
height: 110px;


}

#topContainer {
    height:200px; 
    width:900px;
	margin: 0 auto;
	z-index=1003;

}
#topLeft{
    width:43%; 
	height: 100%;
    float:left; 
}	
#topMiddle {
	padding-top: 83px;

}


div#left {
    float: left;
    width: 300px;
	height: 200px;

}
div#right {
    float: right;
    width: 350px;
}
div#middle {
    padding: 0px 160px 5px 160px;
    margin: 0px;
}
div#bottomRight {
    float: right;
    width: 330px;
	padding: 50px 0 0 0;
    margin: 0px;
}
div#footer {
    clear: both;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.bullet ul {
	margin:0;
	padding:0;

}
.bullet li {
font-weight:bolder;
line-height:24px;
margin:0 0 0 -40px;
padding:0 0 0 5px;
}

#tigerseye {
	position:absolute;
	left:855px;
	top:150px;
	z-index:1;
	}
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#floatRight{float:right;}
#floatLeft{float:left;}
	
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	left:80px;
	top:100px;
	z-index:1002;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height:289px;width:595px;
	background:#1B1464 url(../images/album.png) no-repeat 241px 11px; 
	border:1px solid #929191;
	padding:7px 12px; 
	color:#fff;
	display:none;
	}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(../images/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#f5c478;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	height:45px; width:450px;
	background:url(../images/contactButton.png); 
	position:absolute; 
	left:185px; bottom:-58px; 
	cursor:pointer;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:180px; 
	background:#6d6d6d url(../images/contact_input.png) repeat-x top; 
	color:#fff; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border:1px solid #aba8a8; 
	background:#e5e5e5; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	padding:7px 16px 7px 14px; 
	height:37px; width:124px; 
	cursor:pointer; 
	float:left; 
	margin-top:196px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:204px;}

#dummycontent {padding-top:100px; height:900px; position:relative;}
.bottomlink {position:absolute; bottom:0;}

