/*------------------------------------------------------------------

[Desctiption]

Project:	InfoPrimes.com
Client:		Info-Ligne
Version:	1.5
Author:		Benjamin Currie

[Color codes]

Medium Red (href, standout titles): #8C0000
Dark Red (titles): #4A0000

Medium Tan (form background): #e9e1bf


-------------------------------------------------------------------*/


/* DEFAULTS */

html *, body {
	outline:none;
	margin:0;
	padding:0;
	background:none;
}
#wrap, #wrap.sidebar, .wrap {
	position:static;
	width:100%;
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
}

#header {height:70px;}
#header .logo h1 { display:none; }
#header .logo h1.logo-print { display:block; font-size:24px;}
#header h2 { margin:2px; color:#4A0000;}
#header .company img {display:none;}
#header .menu {display:none;}

#container, #container .container-top, #container .container-bottom {
	background:none;
	position:static;
	float: none !important;
	margin:0;
	padding:0;
}
.navigation {
	display:none;
}
#footer.styled, #footer.styled .footer-top, #footer.styled .footer-bottom, #footer.styled .footer-bl, #footer.styled .footer-br {
	background:none;
}
#footer .disclaimer {
	padding:5px;
}

.content {
	float: none !important;
	width:100%;
	margin:0;
	padding:0;
}

.noprint {
	visibility:hidden;
	display:none;
}
.content table.results {
	margin:0;
	width:auto;
}
.content table.results thead td {
	padding:5px;
}

.content table.results tbody td, .content table.results tbody td.total, .content table.results tbody tr.selected td.total {
	font-size:16px;
	padding:2px;
}
.content table.results h4, .content table.results tbody.footer td.total {
	font-size:12px;
	margin-top:5px;
}
.content table.results label, .content table.results a.label {
	font-size:12px;
	line-height:normal;
}
.content table.results tbody.footer th {
	font-size:12px;
	padding:5px;
}
.content .intro {
	margin:0;
}
.content div.contact {
	margin:5px;
}
.content .clear-block {
	display:none;
}
.content .logos {
	display:none;
}
