/*  
name: rentalbug main style sheet
description: main CSS file for rentalbug site.
version:   1.0
date:      7/6/2007
author:    mike brault - trademark productions
*/


/*DEFAULT*/
/*-----------------------------------*/
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	clear: both;
	visibility: hidden;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.textaligncenter {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.clearboth {
	clear: both;
}

body { 
	background-color: #B8CD54; 
	margin: 10px auto;
	width: 700px; 
	font: 12px Arial, sans-serif;
}


/*LAYOUT*/
/*-----------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 700px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
}

.close {
	margin: 0;
	text-align: right;
	padding-right: 30px;
}

#main_image_container {
	width: 640px; 
	margin: 0 auto;
}

#thumbnails {
	clear: both;
	margin: 10px auto;
	width: 640px;
}

	#thumbnails li {
		display: block;
		float: left;
		list-style: none; 
		width: 160px;
		text-align: center;
	}
	
	
/*LINKS*/
/*-----------------------------------*/

a { 
	color: #000066;
	text-decoration: none;
}

a img { 
	border: none; 
}


.close a { 
	display: block; 
	float: right; 
	font-weight: bold; 
	line-height: 32px; 
	text-decoration: none;
}

.close a:hover { 
	text-decoration: underline; 
}

.image img { 
	cursor: pointer; 
	padding: 1px; 
	border: 1px solid #DDDDDD; 
}

.image img.over { 
	border: 1px solid #71AFDB; 
}

.selected img { 
	border: 1px solid #000066; 
}

img.print_logo { 
	display:none; 
} 


/*PRINT*/
/*-----------------------------------*/
@media print { 

	p, p.close, div#print { 
		display:none; 
	}
	
	html, body { 
		background-color:none; 
	}
	
	div#print{ 
		display:block; 
		width:7in; 
		border-bottom:5px solid #000; 
		height:1.5in; 
	}
	
	ul#thumbnails li { 
		float:left; 
		list-style:none; 
		margin:.125in; 
	}
	
	img.print_logo { 
		float:left; 
		display:block; 
	}
	
	img#main_image { 
		margin: .5in auto; 
		display:block; 
	} 
	
}
