﻿/* RedTech.com styles */

html, body
{
	margin: 0px;
	height: 100%;	
}

body
{
	background-color: white;
	background-image:url('/SiteCollectionImages/content-bk-bottom.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 0px;
	margin-right: 0px;	
}

h1
{
	font-family:Tahoma, arial;
	font-size:18pt;
	color:#990000;
	padding-top:32px;
	font-weight:normal;
}

/* ---- CASE STUDY STYLES ---- */
h3.caseStudyContentSectionHeader
{
	font-weight:bold;
	font-size:11pt;
	font-family:Tahoma;
	margin-top:8px;
	margin-bottom:8px;
}
div.caseStudyContainer
{
	padding: 22px;
	_padding: 0px;
	_padding-top: 16px;
	_padding-left: 22px;
	height: 270px;
}
table.caseStudyTable
{
	height: 100%;
}
table.caseStudyInnerTable
{
	width:50%;
	height: 100%;
}

td.caseStudyLeftColumn
{
}
td.caseStudyRightColumn
{
	padding-left: 15px;
}

td.caseStudyLeftColumn h4
{
	font-family: Tahoma;
	font-size: 12pt;
	color: #000;
	padding:0px;
	margin:0px;
	margin-bottom:8px;

}

div.caseStudyContent
{
	width: 340px;
	height: 240px;
	overflow: auto;
	font-family: Tahoma;
	font-size: 10pt;
	color: #000;
	padding-right: 15px;
	
}
img.caseStudyLogo
{
	padding-top: 4px;
	padding-bottom: 12px;
}
img.caseStudyMainImage
{
	border:1px black solid;
}

table.caseStudyThumbnails
{
	margin-top: 15px;
}
td.caseStudyThumbnailImage
{
	padding-right:8px;	
}

td.caseStudyThumbnailImage img
{
	border: 1px #333 solid;			
}

/* -- CONTACT US STYLES */
div.rt-JobApplyContainer, div.rt-ContactUsFormContainer
{
	padding: 22px;
	height: 270px;
}

table.rt-contactUsTable
{
	margin-top: 16px;
}

.rt-contactUsSuccess
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #333;
	padding-top: 16px;
	margin-top: 16px;
}

td.rt-contactUsField
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #333;
	font-weight: bold;
}

.rt-contactUsInput, .rt-contactUsMessage
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #333;
	width:300px;
	border:1px #AAA solid;

}

.rt-contactUsMessage
{
	width:400px;
}

.rt-contactUsError
{
	font-family: Tahoma;
	font-size: 10pt;
	color: red;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
td.rt-ButtonField
{
	padding-right:12px;
	padding-top: 12px;
}
.rt-button
{
	font-family: Tahoma;
	font-size: 10pt;
}

span.rt-caseStudyLinks
{
	float:right;
	margin-top:15px
}

a.rt-caseStudyLink
{
	font-family:tahoma;
	font-size:8pt;
	color:#c60405
}




