/*
 *  TIS Main Style Sheet
 *  Copyright 2009 TIS
 *
 */


/****** Typography ********/
body {
	font-family: Lucida Sans, Arial, sans-serif;
	font-size: 62.5%;
	background-image: url("/img/side-bg.jpg");
	background-position: 0px -450px;
	background-repeat: repeat-y;
	margin-left: 150px;
	max-width: 870px;
	min-width: 870px;
}

a {
	color: #003399;
}


p {
	font-size: 1.4em;
	line-height: 20px;
	color: #333;
}

ul {
	font-size: 1.4em;
	line-height: 1.7em;
}

h1 {
	font-size: 4.4em;
	color: #4c8ec9;
	text-transform: lowercase;
	letter-spacing: -1px;
	line-height: 1.0em;
	margin-bottom: 8px;
}

h2 {
	font-size: 2.3em;
	color: #4c8ec9;
	line-height: 1.0em;
}

/****** Layout ********/

#header {
	width: 870px;
	height: 100px;
	text-align: left;
}
	#header #tisLogo {
		background-image: url("/img/tis-logo.jpg");
		background-repeat: no-repeat;
		position: relative;
		left: 0px;
		top: 0px;
		height: 100px;
		width: 200px;
	}
	#header #tagline {
		position: relative;
		top: -21px;
		left: 200px;
		font-size: 2.0em;
		color: #333;
		width: 370px;
		font-weight: bold;
	}
	#header #contactUs {
		position: relative;
		top: -55px;
		left: 675px;
		width: 195px;
	}
	#header #contactUs a {
		font-size: 3.0em;
		font-weight: normal;
		color: #003399;
		text-decoration: underline;
		position: relative;
	}

.navigation {
	padding: 0px;
}

	.navigation ul {
		margin: 0px;
	}
	
	.navigation li {
		line-height: 37px;
		margin: -2px;
		display: inline;
		border: 1px solid #eee;
		border-right: none;
		background-image: url("/img/button-background.jpg");
		background-repeat: no-repeat;
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 15px;
		padding-bottom: 6px;
	}
	
	.navigation li a {
		color: #666;
		font-family: Geneva, Arial, sans-serif;
		font-size: 20px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.navigation li a:hover {
		color: #111;
		text-decoration: underline;
		font-family: Geneva, Arial, sans-serif;
		font-size: 20px;
		text-transform: uppercase;
	}

#footer {
	width: 100%;
	border-top: 1px solid #aaa;
	padding-top: 8px;
}

.footer_callUs {
	color: #039;
	font-size: 2.0em;
	font-weight: normal;
}

.footer_phoneNumber {
	color: #333;
	font-size: 3.5em;
}

a.footer_email  {
	color: #039;
	text-decoration: underline;
	font-size: 2.0em;
	font-weight: bold;
}

/***** Elements *****/
fieldset {
	border: 1px solid #aaa;
}

.individualProduct {
	border-bottom: 1px dotted #ccc;
	min-height: 150px;
}
	.individualProduct h2 {
		text-transform: uppercase;
		color: #024;
		letter-spacing: 1px;
		line-height: 14px;
	}
	.individualProduct p {
		font-size: 12px;
		line-height: 18px;
		max-width: 600px;
	}
	
td {
	line-height: 15px;
}