@charset "UTF-8";
/* CSS Document */


/* forces scrollbars */
html { height: 100%; margin-bottom: 1px;} 

body {
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-color: #ece8ce;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	}
	
#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 110px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
#header p {
	margin: 0px 46px 0 0;
	padding: 10px 0 0 0;
	}
	
#content {
	margin: 0px;
	padding: 0px;
	}
	
#footer {
	border-top: 1px solid #aaaaaa;
	margin: 30px 0 0px 0;
	padding: 10px 0 0 0;
	text-align: left;
	}


/* home page specific styles*/
#home_content {
	width: 425px;
	position: relative;
	top: 10px;
	left: 80px;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 1000;
	}
	
#home_feature {
	width: 600px;
	height: 160px;
	margin: 0 0 0 60px;
	padding: 10px 0 0 0;
	float: left;
	/*position: relative;
	top: 10px;
	left: 60px;*/
	z-index: 1000;
	}

#home_content img {
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	}
	

/* selector for home page */


#home_content-content {
	background-color: transparent;
}

/* View Selector */
#home_content .view-select {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#home_content .view-select li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#home_content .view-select div {
	padding: 0 5px;
	line-height: 20px;
	}

#home_content .view-select a { color: #b0562f; text-decoration: none; }

#home_content .view-select a:hover { color: #333333; }

#home_content.why_tsi .view-select .why_tsi, 
#home_content.case_studies .view-select .case_studies,
#home_content.new_products .view-select .new_products,
#home_content.testimonials .view-select .testimonials, 
#home_content.promotions .view-select .promotions {
	border-bottom: 1px solid #aaaaaa;
	}

#home_content.why_tsi .view-select .why_tsi div, 
#home_content.case_studies .view-select .case_studies div,
#home_content.new_products .view-select .new_products div,
#home_content.testimonials .view-select .testimonials div,
#home_content.promotions .view-select .promotions div {
	color: #333333;
	}

#home_content.why_tsi .view-select .why_tsi a,
#home_content.why_tsi .view-select .why_tsi a:hover,
#home_content.case_studies .view-select .case_studies a,
#home_content.case_studies .view-select .case_studies a:hover,
#home_content.new_products .view-select .new_products a,
#home_content.new_products .view-select .new_products a:hover,
#home_content.testimonials .view-select .testimonials a,
#home_content.testimonials .view-select .testimonials a:hover
#home_content.promotions .view-select .promotions a,
#home_content.promotions .view-select .promotions a:hover {
	color: #af3a31;
	}

/* Content */
#home_content .content {
	display: none;
	padding: 0px;
	color: #333333;
	}

#home_content.why_tsi #home_content-why_tsi,
#home_content.case_studies #home_content-case_studies,
#home_content.new_products #home_content-new_products,
#home_content.testimonials #home_content-testimonials,
#home_content.promotions #home_content-promotions {
	display: block;
	}


/* text styles */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0 0 10px 0;
	}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 14px 0;
	}
	
h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
	
h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
	}
	
em {
	color: #006600;
	font-style: normal;
	}

/* link styles */

a:link, a:visited {
	color: #b0562f;
	text-decoration: none;
	}
	
a:hover, a:visited:hover {
	color: #333333;
	}
	

/* main navigation */

#nav {
	width: 600px;
	height: 24px;
	background: url(../images/main_navigation2.jpg);
	margin: 24px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
	position: relative;
	/*top: 50px;
	left: 20px;*/
	float: left;
	}

#nav img { border: none;}
#nav span { display: none; }
#nav li {margin: 0px; padding: 0px; list-style: none; position: absolute; top: 0px;}

#nav li, #nav a {height: 24px; display: block;}
#nav1 {left: 0px; width: 65px;}
#nav2 {left: 65px; width: 180px;}
#nav3 {left: 245px; width: 100px;}
#nav4 {left: 345px; width: 155px;}
#nav5 {left: 500px; width: 100px;}

#nav1 a:hover {background: transparent url(../images/main_navigation2.jpg) 0 -24px no-repeat;}
#nav2 a:hover {background: transparent url(../images/main_navigation2.jpg) -65px -24px no-repeat;}
#nav3 a:hover {background: transparent url(../images/main_navigation2.jpg) -245px -24px no-repeat;}
#nav4 a:hover {background: transparent url(../images/main_navigation2.jpg) -345px -24px no-repeat;}
#nav5 a:hover {background: transparent url(../images/main_navigation2.jpg) -500px -24px no-repeat;}

#TSI_home {
	/*position: relative;
	left: 45px;
	top: 10px;*/
	width: 250px;
	height: 90px;
	margin: 10px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	

/* special */

span {display:none}

img {border:none}
