@CHARSET "ISO-8859-1";
#logo {
	position: absolute;
	top: 0px;
	left: -10px;
	z-index: 1;
	background: url("../img/sic_logo.png") no-repeat;
	width: 216px;
	height: 450px;
}
#hometext {
	float: left;
	width: 49%;
	margin: 320px 0 0 35px;
}


#contact-section {
	float: right;
	width: 45%;
	margin: 320px 25px 0 0;
	font-size: 26px;
	font-weight: bold;
}

#your-region {
	float: right;
}
#title {
	float: left;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	text-align: left;
}



#subtitle {
	float: left;
	width: 100%;
	text-align: left;
}
#homesplash {
	width: 1020px;
	margin: 0px auto 5px;
}

#homepage-phone {
	float: right;
	font-size: 30px;
}

#horizontal-line {
    background-color: #023467;
    float: left;
    height: 2px;
    margin: 10px 10px 10px 30px;
    width: 978px;
}
#learn-more {
	margin-top: 60px;
	display: block;
	color: #02274c;
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
#	background: #E4E4E4;
#	background: -moz-linear-gradient(left, #FFFFFF, #E4E4E4 50%, #E4E4E4 51%, #FFFFFF);
#	background: -webkit-gradient(linear, left, right, color-stop(0, #FFFFFF),
		color-stop(.5, #E4E4E4), color-stop(.5, #E4E4E4), to(#FFFFFF) );
}

#learn-more-box {
	padding: 20px;
	margin: 20px auto 20px;
	width: 800px;
	text-align: left;
	color: #505050; #
	background-color: #023467;
	border: 2px solid #023467;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.datasheetsearch {
	float: right;
	width: 120px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 0 10px 0 10px;
	position: relative;
	margin: 2px 20px 0 10px;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #02274C; #
	border-top: 1px solid #c3d6df; #
	text-shadow: 1px 1px 1px #505050; #
	-moz-box-shadow: 0 1px 3px black; #
	-webkit-box-shadow: 0 1px 3px black; #
	box-shadow: 0 1px 3px black;
}

#linkbucket {
    padding: 40px 0 0 0;
    width: 997px;
}
input.field_with_error, textarea.field_with_error, select.field_with_error {
    background: url("<?php echo $site_url.'img/inputbgError.gif'; ?>") repeat scroll 0 0 #FFDFDF;
    border: 1px solid #CC0000;
}
input{
    background: url("../img/inputbg.png") no-repeat scroll left top #FCFCFC;
    border-color: #999999 #CBDFE8 #CBDFE8 #999999;
    border-style: solid;
    border-width: 1px;
}