@charset "utf-8";

/* ----------------------------------- general styles ------------------------------------- */

.clear {
	clear: both;
}

.imgRight {
	float: right;
	padding: 2px 0 10px 10px;
}

.imgLeft {
	float: left;
	padding: 2px 10px 10px 0;
}
.imgMedium {
	width: 400px;
}

body {
	background: url(../images/backg-body.gif) repeat-x;
}

#container {
	width: 985px;
	margin: 0 auto;
	position: relative;
}

h1, h1 span,
#masthead li a,
h2, #mainContent h2 span, 
h3, h3 span, h5, h5 span  {
	font-family: "Palatino Linotype", Palatino, Georgia, serif;
}

h1, h1 span, h2, #mainContent h2 span, h3, h3 span, h5, h5 span  {
	color: #2d588b;
	font-size: 22px;
	font-weight: normal;
}

h3, h5  {
	font-size: 18px;
	padding-bottom: 4px;
	background: url(../images/headline-underline.jpg) no-repeat left bottom;
	margin-bottom: 5px;
}
h5 span  {
	font-size: 18px;
	padding-bottom: 4px;
}
h3 span {
	font-size: 18px;
	padding-bottom: 4px;
}
h5, h5 span {
	width: 400px;
	margin: 40px 0px 10px 0px;
}
#subnav ul,
#masthead ul {
	margin: 0;
	padding: 0;
}

#content a {
	color: #dd001f;
	font-style: italic;
	text-decoration: none;
}

#content a:hover {
	color: #780515;
	text-decoration: underline;
}
blockquote {
	margin:10px;
	padding:3px 3px 3px 40px;
	background: transparent url("/images/backg-blockquote.gif") no-repeat 0 0;
	background-color:#F5F5F5;
}
blockquote:hover {
	background-color:#F1F1F1;
}
p.caption {
	font-style: italic;
	font-size: 11px;
	width: 300px;
	margin: auto;
}
iframe {
	margin: 10px 0px 0px 0px;
}


/* ----------------------------------- /general styles ------------------------------------- */




/* ----------------------------------- subnav and masthead ------------------------------------- */

#subnav {
	height: 28px;
	background: url(../images/backg-subnav.gif) no-repeat right top;
	position: relative;
}

#subnav h1, #subnav p {
	font-family: "Palatino Linotype", Palatino, Georgia, serif;
	color: #27588b;
	font-size: 10px;
	font-weight: normal;
	padding-top: 3px;
}

#subnav ul,
#masthead ul {
	text-align: right;
	position: absolute;
}

#subnav ul {
	top: 0px;
	right: 6px;
}

#masthead ul {
	bottom: 8px;
	right: 6px;
}

#subnav li {
	display: inline;
	margin: 0 10px;
}

#masthead li {
	display: inline;
	padding: 0 17px;
	border-right: 1px solid #4e79ab;
}

#masthead #aboutButton {
	border-right: none;
}

#subnav li a,
#masthead li a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#masthead li a {
	font-size: 14px;
}

#subnav li a:hover,
#masthead li a:hover {
	color: #bcd9fc;
}


#masthead {
	width: 952px;
	height: 77px;
	margin: 0 0 0 32px;
	background: url(../images/backg-masthead.gif) no-repeat left top;
	position: relative;
}

#masthead a img {
	position: absolute;
	left: 12px;
	top: 10px;
}

#masthead p {
	text-align: right;
	padding: 10px 20px 2px 12px;
	color: #e10020;
	font-family: "Palatino Linotype", Palatino, Georgia, serif;
}

/* ----------------------------------- /subnav and masthead ------------------------------------- */




/* ----------------------------------- branding ------------------------------------- */

#branding {
	width: 985px;
	height: 286px;
	margin: 8px 0 20px 0;
}

/* ----------------------------------- /branding ------------------------------------- */




/* ----------------------------------- content ------------------------------------- */

#content {
	margin-bottom: 50px;
}

#mainContentHome {
	width: 354px;
	float: left;
	margin-left: 277px;
	background: url(../images/backg-mainContent.jpg) no-repeat center top;
}

#mainContent {
	/*width: 680px;*/
	/*float: right;*/
	/*margin: 0 30px 50px 30px;*/
	padding: 0 30px 50px 270px ;
}

/* sidebarLeft and sidebarRight are on the homepage only */
#sidebarLeft {
	width: 250px;
	float: left;
	position: absolute;
	left: 25px;
	background: url(../images/backg-left-sidebar.jpg) no-repeat center top;
}
#sidebarLeft div {
	width: 180px;
}

#sidebarRight {
	float: left;
	width: 347px;
	background: url(../images/backg-right-sidebar.jpg) no-repeat center top;
}

#sidebar {
	width: 212px;
	min-height: 350px;
	float: left;
	margin-left: 25px;
	background: url(../images/backg-left-sidebar.jpg) no-repeat center top;
}

#sidebar ul {
	list-style: none;
	margin: 6px 20px;
	padding: 0;
}

#sidebar ul li {
	margin-bottom: 12px;
}

#sidebar h3 {
	margin: 10px 14px;
}

#backgContainer {
	width: 347px;
	background: url(../images/backg-right-sidebar.jpg) no-repeat center top;
}

#mainContent p {
	margin-bottom: 20px;
}

#mainContent div.teaser {
	width: 130px;
	float: left;
	margin: 10px 20px 10px 0px;
	padding: 10px;
	background-image:url(../images/backg-products.jpg);
	background-repeat:repeat-x;
}
#mainContent div.teaser a {
	margin: 0px auto 10px auto;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#mainContent div.teaser img {
	margin: auto;
	display: block;
}
#mainContent div.teaser a.button {
	width: 110px;
	padding: 3px;
	margin: auto;
	text-align: center;
	background-image:url(../images/backg-blue-button.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
}
#mainContent strong {
	font-weight: bold;
}
/* ----------------------------------- homepage specific ------------------------------------- */

#homeContact {
	width: 170px;
	margin: 0 auto;
}

#homeLatest {
	width: 290px;
	margin: 0 auto;
}

#homeCustomSolutions,
#homeStandardSolutions {
	width: 263px;
	margin: 0 auto;
}

#homeStandardSolutions {
	padding-top: 1px;
}

#homePage h2 {
	margin: 10px 0;
	padding-bottom: 4px;
	background: url(../images/headline-underline.jpg) no-repeat left bottom;
}

.homeContactForm label,
.homeContactForm input {
	display: block;
}

.homeContactForm label {
	margin: 2px 0 0 0;
}

.homeContactForm input {
	margin: 2px 0 2px 0;
}

.homeContactForm input[type=submit] {
	margin-top: 10px;
}

.homeLatestEntry {
	margin: 10px 0 25px 0;
}

.homeLatestEntry h3 {
	font-weight: bold;
}

#homeCustomSolutions li a,
#homeStandardSolutions li a {
	font-size: 14px;
	padding-left: 60px;
	padding-bottom: 80px;
	padding-top: 12px;
} 

#homeCustomSolutions ul,
#homeStandardSolutions ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
}

#homeCustomSolutions li,
#homeStandardSolutions li {
	padding: 0 0 35px 0;
	display: block;
}

#customEnclosures a {
	background: url(../images/icon-custom-enclosures.jpg) no-repeat left top;	
}

#customBackplanes a {
	background: url(../images/icon-custom-backplane.jpg) no-repeat left top;
}

#customAccessories a {
	background: url(../images/icon-custom-accessories.jpg) no-repeat left top;
}

#customEngineering a {
	background: url(../images/icon-custom-engineering.jpg) no-repeat left top;
}

#standardEnclosures a {
	background: url(../images/icon-standard-enclosures.jpg) no-repeat left top;
}

#standardBackplanes a {
	background: url(../images/icon-standard-backplanes.jpg) no-repeat left top;
}

#standardSubracks a {
	background: url(../images/icon-stanard-subracks.jpg) no-repeat left top;
}

#standardAccessories a {
	background: url(../images/icon-stanard-accessories.jpg) no-repeat left top;
}
#homePage ul#error {
	background-color: #dd001f;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 180px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
#homePage ul#error li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.twoColumn {
	-moz-column-count: 2;
	-moz-column-width: 200px;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-width: 200px;
	-webkit-column-gap: 10px;
}
/* ----------------------------------- footer ------------------------------------- */

#footer {
	background: #2d588b url(../images/backg-footer.gif) no-repeat top center;
	width: 949px;
	margin: 20px auto 20px auto;
	position: relative;
}

#footerPic {
	position: absolute;
	left: 30px;
	top: -20px;
	width: 179px;
	height: 141px;
	background: url(../images/footer-hybricon-sign.png) no-repeat left top;
}

#footer h3,
#footer p,
#footer li {
	color: #FFF;
}

#footer h3 {
	font-size: 22px;
	margin: 0 30px 5px 235px;
	padding-top: 25px;
	font-weight: normal;
}

#footer p {
	margin: 0 30px 4px 235px;
}

#footer a {
	color: #b1c4df;
	text-decoration: none;
}

#footer a:hover {
	color: #67a5fe;
	text-decoration: underline;
}

#footer ul {
	text-align: right;
	margin: 20px 20px 0 0;
	list-style: none;
}

#footer li {
	display: inline;
	border-right: 1px solid #FFF;
	padding: 0 12px;
}

#footer li.last {
	border-right: none;
}

#footerBottom {
	width: 949px;
	height: 42px;
	background: #2d588b url(../images/backg-footer-bottom.gif) no-repeat bottom center;
}

/* ----------------------------------- /footer ------------------------------------- */




/* ----------------------------------- page status - bread crumbs for subpages ------------------------------------- */

#pageStatus {
	width: 945px;
	margin: 10px 0 10px 40px;
	padding-bottom: 6px;
}

#pageStatus ul {
	float: left;
	width: 920px;
	height: 25px;
	margin: 0 0 25px 0;
	padding: 0;
	background-color: #ebebeb;
	border: 1px solid #d7d7d7;
	list-style: none;
}

#pageStatus li {
	float: left;
	margin: 5px 10px 0 5px;
	padding-right: 12px;
	border-right: 1px solid #d7d7d7;
}

#homeStatus a {
	text-indent: -9999px;
	display: block;
	height: 15px;
	width: 15px;
	margin-left: 5px;
	background: url(../images/icon_home.gif) no-repeat left bottom;
}

#pageStatus ul li,
#pageStatus ul li a{
	font-size: 10px;
	text-decoration: none;
	color: #2d588b;
}

/* ----------------------------------- contact styles ------------------------------------- */

.rfqPage td, .rmaPage td  {
	padding: 4px;
}

/* ----------------------------------- /contact styles ------------------------------------- */


/* ------------ Default Products Home - default.aspx ------------- */
.solutionsPage #mainContent div {
	width: 130px;
	float: left;
	margin: 10px 20px 10px 0px;
	padding: 10px;
	background-image:url(../images/backg-products.jpg);
	background-repeat:repeat-x;
}
.solutionsPage #mainContent div a {
	margin: 0px auto 10px auto;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.solutionsPage #mainContent div img {
	margin: auto;
	display: block;
}
.solutionsPage #mainContent div a.catButton {
	width: 110px;
	padding: 3px;
	margin: auto;
	text-align: center;
	background-image:url(../images/backg-blue-button.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
}
/* ------------ Category Page with Sub Categories - category.aspx ------------ */
.categoryPage #mainContent h3 {
	margin-bottom: 10px;
	color: #dd001f;
}
.categoryPage #mainContent img {
	width: 110px;
	height: 110px;
	border: 1px solid #CCCCCC;
	float: left;
}
.categoryPage #mainContent h3 a {
	color: #2d588b;
	font-weight: bold;
	font-size: 14px;
	width: 165px;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
}
.categoryPage #mainContent div {
	width: 185px;
	float: left;
	margin: 10px 20px 10px 0px;
	padding: 10px;
	background-image:url(../images/backg-category.jpg);
	background-repeat:no-repeat;
	min-height: 220px;
}
.categoryPage #mainContent div p {
	margin: 10px 0px 10px 0px;
}
.categoryPage #mainContent div img {
	margin: 0px 20px 20px 0px;
	float: left;
}
.categoryPage #mainContent img.categoryImg {
	margin-right: 20px;
}
/* ------------ /Category with Features ------------- */

/* ------------ Category Detail - category-detail.aspx ------------- */
#mainContent .product {
	float: left;
	width: 320px;
	padding: 10px;
	margin-top: 10px;
	height: 400px;
	overflow: hidden;
	background-image:url(../images/backg-product.jpg);
	background-repeat:no-repeat;
}
#mainContent .product h3  {
	width: 310px;
}
#mainContent .product h3 a {
	color: #2d588b;
	font-weight: bold;
	font-size: 13px;
	width: 310px;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}
#mainContent .product .productImage {
	float: left;
	padding: 10px 10px 0px 0px;
	width: 130px;
}
#mainContent .product .productImage img {
	padding-bottom: 10px;
	width: 110px;
	height: 110px;
}
#mainContent .product .productImage p a {
	padding: 5px 14px 5px 14px;
	margin: 5px auto 0 auto;
	text-align: center;
	background-image:url(../images/backg-blue-button.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
#mainContent .product .productInfo {
	float: left;
	padding: 10px 0px 0px 0px;
	width: 160px;
}
#mainContent .product .productInfo p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
#mainContent .product .productInfo ul {
	padding: 0px 0px 5px 20px;
	margin: 0px;
}

/* ------------ /Category Detail ------------- */

/* ------------ Product Info - product-info.aspx ------------- */
#productInfo {
	float: left;
	width: 380px;
	padding: 0px 20px 0px 0px;
}
#productData {
	float: left;
	width: 250px;
	padding: 0px 0px 0px 0px;
}
#productData p {
	margin: 5px 0px 5px 0px;
}
#productData img {
	vertical-align:middle;
}
#productData h3 {
	margin: 20px 0px 3px 0px;
}
/* ------------ /Product Info ------------- */
/* ----------- News and Events ----------- */
.newsAndEventsPage #mainContent div {
	width: 290px;
	margin: 0px 20px 20px 0px;
	padding: 10px;
	float: left;
	min-height: 300px;
	background-image:url(/images/backg-news-and-events.jpg);
	background-repeat:no-repeat;
}
#newsArea #mainContent ul li span {
	display: block;
	font-weight:normal;
}
.pressRoomPage #mainContent ul li,
.eventsPage #mainContent ul li,
.newsAndEventsPage #mainContent ul li {
	font-weight: bold;
}
.pressReleasePage #mainContent li  {
	font-style: normal;
	font-weight: normal;
}
.pressReleasePage #mainContent h3 {
	color: #e10020;
	font-size: 14px;
	font-weight: bold;
}
.pressReleasePage #mainContent #pressReleaseInfo h3 {
	color: #2d588b;
	font-size: 14px;
	font-weight: bold;
}
#pressReleaseInfo {
	float: right;
	width: 200px;
	min-height: 300px;
	margin-left: 20px;
	padding: 10px;
	background-image:url(/images/backg-press-info.jpg);
	background-repeat: no-repeat;
}
.advertisementsPage table td {
	text-align: center;
	width: 20%;
	padding: 4px;
}
.advertisementsPage table td img {
	border: 1px solid #cccccc;
}
.advertisementsPage table td img:hover {
	border: 1px solid #000000;
}
/* ----------- /News and Events ----------- */
/* -----------Overview Teasers ----------- */
#mainContent div.teaser {
	width: 130px;
	height: 170px;
	float: left;
	margin: 10px 20px 10px 0px;
	padding: 10px;
	background-image:url(../images/backg-products.jpg);
	background-repeat:repeat-x;
	position: relative;
}
#mainContent div.teaser {
	width: 130px;
	height: 170px;
	float: left;
	margin: 10px 20px 10px 0px;
	padding: 10px;
	background-image:url(../images/backg-products.jpg);
	background-repeat:repeat-x;
	position: relative;
}
#mainContent div.teaser span {
	display: block;
}
#mainContent div.teaser a {
	margin: 0px auto 10px auto;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#mainContent div.teaser a.img {
	margin: auto;
	display: block;
}
#mainContent div.teaser a.goButton {
	width: 30px;
	padding: 3px;
	position: absolute;
	top: 160px;
	left: 105px;
	text-align: center;
	background-image:url(../images/bg-go-button.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
}
.capabilitiesPage #mainContent .center {
	margin: auto;
	text-align: center; 
	display: block;
	width: 340px;
}
/* ----------- /Overview Teasers ----------- */
/* ------------ Forms ------------- */
.becomeAPartnerPage td, .supplierInformationPage td {
	height: 30px;
	width: 120px;
}
.rmaPage table {
	width: 400px;
}
.rmaPage table td {
	width: 200px;
}
textarea {
	margin-bottom: 20px;
}
/* ------------ /Forms ------------- */