@import url("nav.css");
@import url("datasheets.css");
@import url("masterdrive.css");
/* Check for additional imports at the bottom of this file */

/* CURTIS Colors            */
/* 045bab blue              */
/* EFF4FA lite blue			*/
/* 00ae8d green             */
/* F3F9F7 lite green		*/
/* ff9900 orange			*/
/* FFF9F1 lite orange		*/
/* E9DC1B yellow			*/
/* FAF7D6 lite yellow		*/
/* d3d3d3 gray borders      */
/* see bottom of page for text color classes */

body,
html {
	font-family: Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #000;
}

body {
	min-width:775px;
	font-size:11px;
}

table.reset, table.reset tr, table.reset td { border:0; margin:0; padding:0; border-collapse: collapse; border-spacing: 0; vertical-align:top; }

table.gray-border { border: 1px solid #d3d3d3 };

.green-text{ color:#00ae8d; }
.green-background{ background-color:#00ae8d; }

.yellow-text{ color:#E9DC1B; }
.yellow-background{ background-color:#E9DC1B; }

.blue-text{ color:#045bab; }
.blue-background{ background-color:#045bab; }

.white-text { color: #fff; }

.grey-text { color: #999; }

.bold{ font-weight:bold; }

.blinking{ text-decoration: blink; }

.required{ color:#ff0000; }

.padding-10{ padding:10px; }

.centerdiv{ margin: 0 auto; }

#wrap {
	margin:0 auto;
	width:775px;
	height:100%;
}

#main {
	width:775px;
	margin-top: 20px;
}

a{ color:#045bab; }
a:hover{ text-decoration:none; }
a .hidden{ display: none; }

h1{ font-size: 20px; }
h2{ font-size: 16px; }
h3{ font-size: 13px; }

p.linespace-16{ line-height: 16px; }
div.linespace-16{ line-height: 16px; }

p.linespace-18{ line-height: 18px; }
div.linespace-18{ line-height: 18px; }

.clear { clear:both; font-size:1px; }
.clear-5{ margin-bottom: 5px; }
.clear-10{ margin-bottom: 10px; }
.clear-20{ margin-bottom: 20px; }
.clear-25{ margin-bottom: 25px; }

.push-5{ margin-left:5px; }
.push-7{ margin-left:7px; }
.push-20{ margin-left:20px; }
.push-40{ margin-left:40px; }
.push-48{ margin-left:48px; }
.push-397{ margin-left:397px; }

/* form elements */
form .label { margin-bottom: 10px; }


#header {
	/* change the height of the header to increase the padding between the 
	header and the main content. */
	height:115px;
}

#logos {
	padding-top:50px;
}

#header img.logo{
	padding: 25px 0 0 0;
	/*float left acts as the align=left attribute in the img tag.*/
	float: left;
}

#homepageflash{
	margin: 0;
	padding: 0;
	width:775px;
	height:275px; 
}

#features{
	font-size:11px;
	float: left;
	margin:0;
	width: 594px;
	/*border-right: 1px solid #d3d3d3;*/
}

#features a{
	font-size: 12px;
	font-weight: bold;
	color: #045bab;
}

#features ul{
	/*Keep the padding above the margin for rendering in IE and Firefox*/
	padding-left: 5px;
	margin-left: 10px;
	line-height: 1.5em;
}

#features img.header{
	margin-top:6px;
}

#features h2{
	font-weight: 500;
	font-size:14px;
	color: #00ae8d;
	margin-top:14px;
}

#features h3{
	font-weight: bold;
	font-size:11px;
	margin:0;
}

	#features_left{
		background-image: url(../images/gradient_blue.jpg);
		background-repeat: repeat-x;
		float: left;
		margin: 0;
		padding: 10px 35px 10px 15px;
		width: 246px;
		border-right: 1px solid #fff;
	}
	
	#features_left li{
		list-style-position: outside;
		list-style-image: url(../images/bullet.gif);
		padding-bottom: 12px;
	}

	#features_right{
		background-image: url(../images/gradient_green.jpg);
		background-repeat: repeat-x;
		float: left;
		margin: 0;
		padding: 10px 30px 10px 20px;
		width: 246px;
	}
	
	#features_right li{
		list-style-position: outside;
		list-style-image: url(../images/icon_video.gif);
		padding-bottom: 12px;
	}

#toolbox{
	float:left;
	margin-top:6px;
	padding-left: 1px;
	width: 158px;
}

	#job_announcement{
		width:158px;
		height: 42px;
		padding: 3px 10px;
		margin-bottom:2px;
		background-color:#FAD644;
		/*background-image: url(../images/gradient_yellow.jpg);*/ 	
	}
	
	#job_announcement h2{
		padding:0;
		margin:1px 0 1px 0;
		font-size:12px;
		color:#045bab;	
	}
	
	#job_announcement a{
		color:#000;
		text-decoration:none;	
	}
	
	#job_announcement a:hover{
		color:#000;
		text-decoration:underline;	
	}

#new_from_curtis{
	background-image: url(../images/gradient_blue.jpg);
	background-repeat: repeat-x;
	float: left;
	margin: 0;
	padding: 10px;
	width: 100%;
}

#new_from_curtis h2{
	font-size: 12px;
	color:#045bab;
	margin:3px 0 8px 0;
}

#new_from_curtis a{
	color:#000;
	text-decoration:none;
}

#new_from_curtis a:hover{
	text-decoration:underline;
}

#new_from_curtis p{
	margin:8px 0;
}


#flagtext{
	font-size:11px;
	color:#045bab;
	padding-bottom: 3px;
}

/* this searchbox is on the homepage */
.searchbox{
	width:136px;
	margin-right: 2px;
}

.searchbox_global{
	width:126px;
	margin-right: 2px;
	height:14px;
	padding: 0;
}

#footer{
	clear: both;
	margin:10px auto;
	width:775px;
	color:#999;
}

#footer_curtis{
	float:left;
}		

#RoHS{
	float:left;
	margin-left: 40px;
}

a#rohscurtis{
	background-image: url(../images/rohs_curtis.gif);
	background-repeat: no-repeat;
	width:78px;
	height:28px;
	display: block;
	padding-right: 8px;
}

a#rohscurtis:hover{
	background-image: url(../images/rohs_curtis_over.gif);
	background-repeat: no-repeat;
	width:78px;
	height:28px;
	display: block;
	padding-right: 8px;
}

a#rohsalbright{
	background-image: url(../images/rohs_albright.gif);
	background-repeat: no-repeat;
	width:77px;
	height:28px;
	display: block;
}

a#rohsalbright:hover{
	background-image: url(../images/rohs_albright_over.gif);
	background-repeat: no-repeat;
	width:77px;
	height:28px;
	display: block;
}

.logoHeader50th{
	padding-right:10px;
}

#footer p{
	margin-top:8px;
}