/*  
Theme Name: Tech Conveyor, Inc
Theme URI: 
Description: Custom WordPress Theme for Tech Conveyor, Inc
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com 

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

body  {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: url(images/background.jpg) repeat-x top;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #142961; 
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #5c6caf; 
}

h2 {
	color: #142961;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

p {
	padding-bottom: 10px;
}

ul, ol {
	padding-left: 20px;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 3px 10px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 10px 3px 0px;
   display: inline;
   float: left;
}

/* Header ////////////////////////////////////////////////////////// */

#header { 
	width: 960px;
	height: 110px;
	margin: 0px auto;
	position: relative;
} 

#logo {
	width: 349px;
	padding: 0px;
	margin-left: -4px;
	display: inline;
	float: left;
}

#logo h1 {
	margin: 0;
	padding: 0;
	background: url(images/tci.jpg) no-repeat top left;
	width: 349px;
	height: 110px;
}

#logo a {
	width: 349px;
	height: 110px;
	display: block;
	text-indent: -999999px;	
}

/* Navigation In Separate Style Sheet //////////////////////////////////////////////////////////////// */

/* Home ////////////////////////////////////////////////////////// */

#home {
	width: 100%;
	background: url(images/home_back.jpg) repeat-x bottom;
	min-height: 306px;
	padding-bottom: 5px;
}

#home_container {
	width: 960px;
	margin: 0px auto;
}

#slide {
	width: 480px;
	height: 260px;
	position: relative;
	float: left;
	display: inline;
	margin: 10px 0px 0px 0px;
}

#welcome {
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 460px;
	padding-top: 10px;
}

#three {
	width: 960px;
	margin: 20px auto;
}

.three_one {
	width: 310px;
	display: inline;
	float: left;
	margin-right: 15px;
	position: relative;	
}

.three_end {
	width: 310px;
	float: left;
	position: relative;
}

.three_shadow {
	background: url(images/three_shadow.jpg) top no-repeat;
	padding-top: 18px;
	min-height: 90px;
}

#see_products h3 {
	width: 310px;
	height: 46px;
	text-indent: -99999px;
	background: url(images/see_products.jpg);
}

#see_products a {
	width: 310px;
	height: 46px;
	display: block;
}

#see_case h3 {
	width: 310px;
	height: 46px;
	text-indent: -99999px;
	background: url(images/see_case.jpg);
}

#see_case a {
	width: 310px;
	height: 46px;
	display: block;
}

#three_email h3 {
	width: 126px;
	height: 46px;
	display: inline;
	float: left;
	text-indent: -99999px;
	background: url(images/three_email.jpg);
}

#three_email a {
	width: 126px;
	height: 46px;
	display: block;
}

#three_form h3 {
	width: 184px;
	height: 46px;
	float: left;
	text-indent: -99999px;
	background: url(images/three_form.jpg);
}

#three_form a {
	width: 184px;
	height: 46px;
	display: block;
}

/* Body ////////////////////////////////////////////////////////// */

#container {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#left {
	display: inline;
	float: left;
	width: 600px;	
}

#right {
	width: 310px;
	background: url(images/side_top.jpg) top no-repeat;
	float: right;
}

#right_top {
	width: 280px;
	padding: 15px 15px 0px 15px;
}

#right_middle {
	padding: 0px 15px;
}

#right_bottom {
	background: url(images/side_bottom.jpg) bottom no-repeat;
	height: 50px;
	width: 310px;
	text-indent: -99999px;
	float: right;
}

/* Form ////////////////////////////////////////////////////////// */

.forms {
	width: 600px;
	border: 1px solid #142961;
	background-color: #ffffff;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.formsfour {
	width: 600px;
	height: 80px;
	border: 1px solid #142961;
	background-color: #ffffff;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.red {
	color: red;
	font-style: italic;
	font-size: 10px;
}

.submit_it {
	background-color: #142961;
	border: 1px solid #210e0d;
	width: 100px;
	height: 30px;
	color: white;
}

/* Footer ////////////////////////////////////////////////////////// */

#footer {
	height: 184px;
	width: 100%;
	background: url(images/footer.jpg) repeat-x top;
	font-size: 12px;
	padding: 0px;
	margin-top: 20px;
	color: white;
	line-height: normal;
	position: relative;
}

#footer_container {
	width: 960px;
	height: 184px;
	margin: 0px auto 0px auto;
	color: white;
	padding-top: 8px;
}

#footer_container a {
	color: white;
	text-decoration: underline;
}

#footer_container a:hover {
	color: #FFE63D;
	text-decoration: underline;
}

#footer_tci {
	width: 205px;
	display: inline;
	float: left;
	margin-top: 30px;
}

#footer_tci h3 {
	width: 159px;
	height: 17px;
	background: transparent url(images/tci.png) no-repeat;
	text-indent: -99999px;
	margin-bottom: 10px;
}

.threes {
	height: 134px;
}

#tpc h4 {
	width: 300px;
	height: 113px;
	float: left;
	text-indent: -99999px;
	background: url(images/tpc.jpg) left no-repeat;
	margin-top: 30px;
}

#tpc a {
	width: 255px;
	height: 113px;
	display: block;
}

#footer_nav {
	float: left;
	width: 455px;
	text-align: center;
	margin-top: 50px;
}

#footer_bottom {
	width: 960px;
	height: 30px;
	margin: 10px auto 20px auto;
}

#footer_l {
	display: inline;
	float: left;
	width: 300px;
}

#footer_r {
	float: right;
	text-align: right;
	width: 300px;
}