﻿/*
* CSS specific to the new landing page designs for TA Instruments
* eCity Interactive, 1/2010
*/

/* global */
body 
{
}

/* fonts */
.cufon_replace { text-transform: none; }
h1.cufon_replace { font-size: 23px; color: #47738e; font-weight: normal; margin: 0px; }
h3.cufon_replace { font-size: 15px; color: #002d62; font-weight: bold; margin: 5px 0px; }


/* content area */
#content { margin: 0 auto; }

#border_main { background: url(/images/landingPages/bg_middle.gif) repeat-y top center; width: 783px; /*position: relative; left: -8px; margin-top: 5px;*/ }
#border_main #border_top { background: url(/images/landingPages/bg_top.gif) no-repeat top center; width: 783px; height: 17px; }
#border_main #border_bottom { background: url(/images/landingPages/bg_bottom.gif) no-repeat top center; width: 783px; height: 17px; }

#container { padding: 2px 7px; }
#landingPageBody { }

#left { float: left; }
#right { float: right; }
.block { background: #eee; padding: 12px; margin: 10px 0 20px; }
.block p { margin: 12px; }
.block a { color: #446d9b; text-decoration: underline; }
.block ul { margin: 0; padding-left: 15px; list-style-image: url(/images/landingPages/arrowOrange2.gif);}
.block ul li { }

/* custom controls */
table.custom_contactus { }

/* chris's cutups */
#dvContent {
	width: 769px;
	color: #666666;
	font-size: 8pt;
	font-family: Arial;
	line-height: 14pt;
}

#dvContentText {
	padding: 20px;
	padding-bottom: 0;
}

#dvContentText .clear {
	height: 15px;
}

#dvContentLeft {
	width: 465px;
	padding-right: 35px;
	float: left;
}
#dvContentLeft p { margin: 12px 0px; line-height: 14pt; color: #666666; }
#dvContentLeft h4 { font-weight: bold; color: #002d62; font-size: 14px; margin: 12px 0px; }

#dvContentRight {
	width: 259px;
	float: right;
	margin-right: 5px;
}

#dvContentRight div {
	padding-bottom: 10px;
}

/* with left nav */
.hasLeft { }
.hasLeft #landingPageBody { width: 525px; float: left; }
.hasLeft #dvContent { width: auto; }
.hasLeft h1.cufon_replace { font-size: 18px; color: #3e6a85; margin: 4px 0px; }
.hasLeft #landingPageBody p { color: #666666; margin: 12px 0px; line-height: 14pt; }

/* products subpages */
ul#productList { margin: 20px 0px; padding: 0 0 0 65px; list-style-type: none; }
ul#productList li { float: left; margin: 0 50px 20px 0; }
ul#productList li a { }
ul#productList li a div { text-align: center; margin-top: 10px; text-decoration: underline; }

/* what's new */
#dvContentLeft h2.headline { color: #003876; font-size: 12px; }

/* validation */
input.error, textarea.error, select.error { background-color: #FFFFCE !important; border: 1px solid #F0C000 !important; /*background-color: #FFCCCC !important; border: 1px solid #CC0000 !important;*/ }
div.error_container { background-color: #ffcccc; border: solid 1px #cc0000; margin: 5px; padding: 10px; color:#231F20; }
div.error_container h4 { margin: 0px 0px 10px; }
div.error_container ol { list-style-position: outside; list-style-type: decimal; padding-left: 30px; }
div.error_container label.error { display: inline !important; cursor: pointer; }
label.error, td.error, .field label.error, label.error2 { color: red; }

