/*
	EXERTECH - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca
*/


/* =General
---------------------------------------------------------------------------------------------------- */
body {
	background: #D7D0C9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 0 20px 0;
	padding: 0;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
}

#wrapper {
	width: 815px;
	margin: 0 auto 0 auto;
}

#header {
	background: url('../images/wrapper/header-bg.jpg') repeat-y;
	text-align: left;
	height: 108px;
}

#logo {
	padding: 5px 0 0 28px;
}

#logo-home {
	padding: 18px 170 0 28px;
	float:left;

	
}


#phone-num {
	float: right;
	padding: 5px 27px 0 0;
}

#home-main-images {
	background: url('../images/wrapper/gradient-bg.jpg') repeat-y;
	text-align: left;
	margin: 0;
	padding: 0 0 0 13px;	
}

#home-main-content {
	background: url('../images/wrapper/home-main-content-bg.jpg') repeat-y;
}

#home-content {
	padding: 19px 0 0 0;
}

#home-content table {
	font-size: 12px;
	color: #000000;
}

#home-content table p {
	margin: 0 8px 12px 8px;
}

#home-content table .cell-1 {
	padding: 0 5px 0 15px;
	border-right: 1px solid #ffffff;
}	

#home-content table .cell-2 {
	color: #333333;
	border-right: 1px solid #ffffff;
}

#home-content table .cell-3 {
	color: #333333;
	border-right: 1px solid #ffffff;
}

#home-content table .cell-4 {
	color: #333333;	
}

#main-content {
	background: url('../images/wrapper/main-content-bg.jpg') repeat-y;
	_height: 500px;
	min-height: 500px;
}

#main-content table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#content {
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin: 0 0 0 205px;
	_margin:  0 0 0 202px;
}

#content p {
	font-size: 12px;
	margin: 4px 0 10px 0;
}

#text-content {
	padding-right: 15px;
}

#content #text-content .quotes {
	font-size: 11px; 
}

#print-page {
	margin: 15px 0 10px 0;
}

#print-page a {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#print-page a:hover {
	text-decoration: underline;
}

/* =Sidebar
---------------------------------------------------------------------------------------------------- */
#sidebar {
	background: url('../images/wrapper/sidebar-bg.gif') repeat-y;
	padding-right: 15px;
}

#sidebar-content .quote {
	font-size: 10px;
	line-height: 14px;
	color: #790000;
	width: 155px;
	margin: 10px 10px 0 10px
}

#sidebar-content .quoter {
	font-size: 10px;
	color: #000000;
	width: 155px;
	margin: 10px 0 0 10px
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	outline: none;
	color: #790000;
}

a:hover {
	outline: none;
	color: #FDB813;
}

#top-nav {
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding: 6px 35px 0 0;
}

#top-nav-home table tr td{
	
	font-size: 11px;
	color: #666666;
	
}

#top-nav a, #top-nav-home table tr td a {
	outline: none;
	color: #666666;
	text-decoration: underline;
}

#top-nav a:hover, #top-nav-home table tr td a:hover {
	color: #FDB813;
	text-decoration: underline;
}


#top-nav a:hover, #top-nav-home table tr td a {
	outline: none;
	color: #666666;
	text-decoration: underline;
}



/* =Main Nav
---------------------------------------------------------------------------------------------------- */
#main-nav {
	background: url('../images/wrapper/main-nav-bg.jpg') 0 0 no-repeat;
	height: 26px;
}

#main-nav-items img {
	text-align: center;
	margin: 7px 15px 0 10px;
}

/* =left-nav
---------------------------------------------------------------------------------------------------- */
#left-nav-container {
	float: left;
	text-align: left;
	width: 187px;
}

#left-nav {
	color: #660000;
	width: 187px;
}

#left-nav a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	margin: 0 10px 8px 25px;
	outline: none;
}

#left-nav a:hover {
	color: #660000;
	text-decoration: underline;
}

#left-nav #sub-nav a {
	background: url('../images/sub-nav-bullet.gif') 0 4px no-repeat;
	font-weight: normal;
	padding: 0 0 0 8px;
}

/* =Left Nav Caption Box
---------------------------------------------------------------------------------------------------- */
#caption-box {
	margin: 30px 0 0 24px;
}

#caption-box-content {
	background: url('../images/caption-box-bg.gif') repeat-y;
	font-family: trebuchet-ms, arail, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 10px 15px 5px 7px;
}

#caption-box-content p {
	margin: 5px 0 12px 0;
}

#caption-box-content h1 {
	margin-top: -7px;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}

#caption-box-content a {
	display: inline;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
}

#caption-box-content a.white {
	display: inline;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	margin-left: 45px;
}

.marg {
	margin: 0 0 0 47px;
}

/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	clear: both;
	font-size: 11px;
	color: #999999;
	text-align: left;
	padding: 20px 0 20px 205px;
}

#breadcrumb a, #breadcrumb a:hover {
	color: #999999;
	text-decoration: underline;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
}

#footer a {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul {
	margin: 8px 0 8px 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

ul li {
	list-style: none;
	background: #ffffff url('../images/list-bullet.gif') 0 2px no-repeat;
	padding-left: 16px;
	margin: 5px 0 5px 0;
}


/* =Typography
---------------------------------------------------------------------------------------------------- */
h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 0 0 9px 0;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #790000;
	margin: 0 0 9px 0;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0 0 7px 0;
	font-weight: bold;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

input {
	border: 1px solid #666666;
	background: #fafafa;
}

.no-border {
	border: none;
}

textarea {
	border: 1px solid #666666;
}

.validation
{
	color: #ff0000;
}

#eval-plan-form {
	border: 1px solid #666666;
	padding: 15px;
}

#eval-plan-form table {
	color: #444444;
}

#maintenance-form {
	border: 1px solid #790000;
	padding: 15px;
}

#maintenance-form table {
	color: #444444;
}

#form1 {
	border: 1px solid #666666;
	padding: 15px;
}

#form1 table {
	color: #444444;
}

#contact-form {
	border: 1px solid #666666;
	padding: 15px;
}

#contact-form table {
	color: #444444;
}

/* =Tables
---------------------------------------------------------------------------------------------------- */
.data {
	background: #dfdfdf;	
}

.data th {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
	text-align: left;
}

.data td {
	background: #eeeeee;
	border-right: 1px solid #ffffff;
	padding: 5px;	
}


.data2 {
	background: #ffffff;	
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: center;
}

.data2 th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 4px;
}

.data2 td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 8px 5px 8px 5px;	
}

.data3 {
	background: #ffffff;	
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.data3 th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 4px;
}

.data3 td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;	
}

/* =Misc
---------------------------------------------------------------------------------------------------- */
img.ph {
	background: #dddddd;
	border: 1px solid #666666;
}
