* {
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
	padding: 0;
	margin: 0;
	border: none; 
	background: #f2f2f2 url('../site/global/background.jpg') repeat-x;
	font: 12px/1.55em arial, helvetica, sans-serif;
}

div {
    text-align: left;
	padding: 0;
	margin: 0;
	border: none; 
}

a {
	color: #293892;
	text-decoration:none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

.verticalcenter {
	vertical-align: middle;
}


/*__container______________________________________________________________________________________*/


#container {
	width: 950px;
	color: #000;
	margin: 0px auto;
}



/*__Header_________________________________________________________________________________________*/

#header {
	width: 950px;
    height: 97px;
}

.headerleft {
	float: left;
    width: 300px;
	background: none;
	padding-top: 20px;
	border: none;
}

.headerright {
	float: right;
	text-align: right;
    width: 650px;
	background: none;
	padding-top: 10px;
	border: none;
}

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

.headerright a:hover {
	color: #000;
	text-decoration: underline;
}

.searchbar {
	float: right;
	display: block;
	height: 45px;
	overflow: hidden;
}

.searchbar input {
	background: url('../site/global/search_bg.jpg') no-repeat;
	width: 166px;
	height: 24px;
	border: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 30px 0 5px;
}

.searchbar input:hover, .searchbar input:focus {
	background: url('../site/global/search_bg.jpg') no-repeat;
}

.contactdetails {
	float: right;
}



/*__Menu__________________________________________________________________________________________*/

#navigation {
	width: 950px;
	height: 55px;
	border-left: 1px solid #666;
	margin-bottom: 5px;
	z-index: 1;
}

ul#topnav {
	background: url('../site/menu/menu_bg.jpg');
	margin: 0; padding: 0;
	float:left;
	width: 950px;
	height: 55px;
	list-style: none;
	font-size: 1.1em;
	z-index: 1;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	width: 190px;
}

ul#topnav li a {
	float: left; 
	height: 55px;
	line-height: 45px;
	width: 189px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	border-right:1px solid #666;
	text-decoration: none;
}

ul#topnav li:hover a, ul#topnav li a:hover { 
	background: url('../site/menu/menu_bg_over.jpg');
	width: 189px;
	border-right:1px solid #666;
	text-align: center;
}

ul#topnav li .sub {
	position: absolute;
	z-index: 10000;
	top: 60px;
	height: 310px;
	background: #efefef url('../site/menu/menu_drop_bg.jpg') repeat-x;
	padding: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-bottom: 10px;
	border: 1px solid #293892;
	display: none;
}

.products {
	width: 600px;
	left: -35px;
}
	
.sector {
	width: 850px;
	left: -350px;
}

.column {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

.column h2 {
	margin: 10px 0 5px 10px;
	color: #293892;
	font-size: 12px;
	font-weight: bold;
}

.column h2 a, .column a {
	color: #293892 !important;
	float: none !important;
	background: none !important;
	border: none!important;
	font-size: 12px !important;
	font-weight: bold !important;
	height: auto !important;
	line-height: 12px !important;
	cursor: pointer !important;
}

.column a {
	color: #000 !important;
}

.column a:hover {
	text-decoration: underline !important;
}

.columnnarrow {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

.columnnarrow h2 {
	background: url('../site/menu/icn_menubullet.gif') left center no-repeat;
	padding-left: 25px;
	margin: 10px 0 5px 10px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.columnnarrow h2 span {
	font-size: 8px;
}

.column img {
	vertical-align: middle;
}

ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}

.sub ul.subproducts{
	margin-bottom: 20px;
	margin-left: 35px;
	display: block;
}

.sub ul.subsectors{
	margin-bottom: 20px;
	margin-left: 35px;
	display: block;
	height: 50px;
}

.sub ul.subproducts li, .sub ul.subsectors li {
	list-style: none;
	color: #000;
	line-height: 15px;
	float: none !important;
	width:100% !important;
}

.sub ul.subproducts li a, .sub ul.subsectors li a {
	color: #666 !important;
	float: none !important;
	background: none !important;
	border: none!important;
	font-size: 12px !important;
	height: auto !important;
	line-height: 12px !important;
	cursor: pointer !important;
}

.sub ul.subproducts li a:hover, .sub ul.subsectors li a:hover {
	color: #CCCCCC !important;
	text-decoration: none !important;
}


#innercontainer {
	background: none;
	width: 950px;
	overflow: hidden;
}

#innercontainer .col1 {
	float: left;
    width: 480px;
	background: none;
	padding: 30px 0px 20px 60px;
	border: none;
	padding-bottom: 100px;
	margin-bottom: -70px;
}

#innercontainer .col2 {
	float: right;
    width: 325px;
	background: none;
	padding: 30px 50px 20px 0;
	border: none;
	padding-bottom: 100px;
	margin-bottom: -70px;
}

#innercontainer .singlecolumn {
	float: right;
    width: 840px;
	padding: 30px 60px 50px 50px;
}

.specialistbox, .productinformationbox, .curvedbox {
	background-color: #FFF;
	width: 275px;
	padding: 20px 25px 20px 25px;
	border: 1px solid #293892;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #666;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.specialistbox img {
	vertical-align: middle;
}

.specialistbox a {
	display: block;
	height: 25px;
	background: url('../site/global/btn_specialist.jpg') no-repeat right center;
	text-decoration: none;
	color: #666;
	margin-bottom: 20px;
}

.specialistbox a:hover {
	color: #999;
}

#flash {
	width: 950px;
	height: 341px;
	text-align: center;
}

#slideshow {
	width: 950px;
	height: 505px;
	text-align: center;
}

#stage {
	background: url('../site/global/stage_bg.jpg') no-repeat;
	width: 840px;
	height: 281px;
	padding: 30px 50px 30px 60px;
}

.stageleft {
	float: left;
}

.stageright {
	float: right;
}



/*__Footer_____________________________________________________________________________________________*/

#footer {
	width: 950px;
	background: none;
}

.footerblue {
	background: url('../site/global/footer_blue_bg.jpg');
	width: 890px;
	height: 33px;
	padding: 12px 0 0 60px;
}

.footerblue img {
	vertical-align: middle;
}

.footerblue a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.footerbox {
	height: 50px;
	padding: 20px 50px 20px 60px;
}

.footerwhite a {
	color:#666;
	text-decoration: none;
}

.footerwhite a:hover {
	text-decoration: underline;
}

.footerboxleft {
	float: left;
	width: 280px;
	padding-right: 10px;
}

.footerboxright {
	float: right;
	text-align: right;
	width: 470px;
}

.footerwhite {
	background: url('../site/global/footer_white_bg.jpg');
	width: 890px;
	height: 33px;
	padding: 12px 0 0 60px;
}

button.button::-moz-focus-inner { padding:0; border:0; }
button.button { -webkit-border-fit:lines; }
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; vertical-align:middle; }
button.button span { float:left; height:24px; background:transparent url('../site/global/btn_bg.png') 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/21px Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#FFF; }
button.button span span { background-position:100% 0; padding:0 15px 0 9px; }



/*__Content_________________________________________________________________________________*/

/*	Headers  */
h1 {
	font-size: 16px;
	color: #293892;
	margin: 0;
	margin-bottom: 20px;
	line-height: 24px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #293892;
	margin-bottom: 10px;
	line-height: 20px;
}

h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000098;
	margin-bottom: 2px;
	text-decoration: none;
}

h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	margin-bottom: 2px;
}


/*	Text   */
p {
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: auto;
	margin-bottom: 15px;
}

p.small {
	font-size: 10px;
	color: #000;
}


/*	Unordered Lists   */
ul.bullets {
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	list-style: none
}

ul.bullets li {
	background: url('../site/global/icn_bullet.jpg') no-repeat 0 5px;
	color: #000;
	padding-left: 15px;
	line-height: auto;
}


/*	Ordered Lists   */
ol {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	clear: left;
	display: block;
}

ol li {
	font-weight: normal;
	color: #FFF;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-bottom: 10px;
	line-height: auto;
	clear: left;
}

ol li a {
	color: #FFF;
}

ol li a:hover {
	color: #CCCCCC;
}




/*__Images_____________________________________________________________________________________________*/

.imageleft {
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 15px;
}

.imageright {
	float: right;
	border: none;
	margin-left: 15px;
	margin-bottom: 15px;
}

.imageleftborder {
	float: left;
	border: 1px solid #000098;
	margin-right: 15px;
	margin-bottom: 15px;
}

.imagerightborder {
	float: right;
	border: 1px solid #000098;
	margin-left: 15px;
	margin-bottom: 15px;
}




/*__horizontal rules___________________________________________________________________________________*/

div.hr { 
	width: 100%; 
	height: 1px; 
	background: #000098;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 0px; 
	font-size: 0px;
}




/*__ Sitemap _________________________________________________________________________________________*/

ul.LSM_0 {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
	clear: left;
	display: block;
}

ul.LSM_1 {
	margin: 0;
	padding: 0;
	border: 0;
	margin-top: 7px;
	margin-bottom: 10px;
	clear: left;
	display: block;
}

ul.LSM_2 {
	margin: 0;
	padding: 0;
	border: 0;
	margin-top: 7px;
	margin-bottom: 10px;
	clear: left;
	display: block;
}

ul.LSM_3, ul.LSM_4 {
	margin: 0;
	padding: 0;
	border: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	clear: left;
	display: block;
}

ul.LSM_0 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	background: url('../site/global/icn_bullet.gif') left top no-repeat;
	line-height: 1.1em;
	color: #FFF;
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	clear: left;
}

ul.LSM_1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	background: url('../site/global/icn_bullet.gif') left center no-repeat;
	line-height: 1.1em;
	color: #FFF;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	padding-left: 20px;
	clear: left;
}

ul.LSM_2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style: none;
	background: url('../site/global/icn_bullet.gif') left center no-repeat;
	color: #FFF;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	padding-left: 20px;
	clear: left;
}

ul.LSM_3 li, ul.LSM_4 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: square;
	background: none;
	color: #FFF;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}

ul.LSM_0 li a, ul.LSM_0 li a:visited {
	color: #293892;
}

ul.LSM_0 li a:hover {
	color: #575b78;
}





/*__Contact Form___________________________________________________________________________________________*/

.contactform_container {
	width: 660px;
	overflow: hidden;
}

.contactformleft {
	float: left;
	width: 310px;
}

.contactformright {
	float: right;
	width: 310px;
}

.captcha {
	height: 120px;
	width: 200px;
	margin-bottom: 10px;
}

.captcha img {
	margin-left: 90px;
}

.captcha input {
	margin-left: 90px !important;
}

form {
	background: none;
}

form#contactform label { 
	display: block;
	float: left; 
	width: 90px; 
	padding: 0; 
	margin: 4px 4px 0 0;
	text-align: left;
	font-size: 11px;
	color: #6a6b6e;
}

form#contactform img {
	margin-top: 5px;
	border: 1px solid #FFF;
	width: 130px;
	float: left;
}

form#contactform button {
	margin-left: 90px;
}
	

input, select, textarea {
	padding: 0.15em;
	width: 130px;
	height: 16px;
	border: 1px solid #cacaca;
	background: #fafafa;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-right: 5px;
}

input#vericode {
	margin: 0;
}

select {
	padding: 0.2em;
	height: 20px !important;
	width: 175px !important;
}

textarea {
	width: 200px;
	height: 5em;
	margin-bottom: 0.5em;
}

input.submit {
	width: 100px;
	height: 20px;
	border: none;
	background: none;
	margin: 0;
	vertical-align: bottom;
}

input:hover, input:focus {
	border-color: #c5c5c5;
	background: #f6f6f6;
}

.radio label, .radio input {
	vertical-align: middle;
	display: inline;
	float: none;
	width: auto;
	background: none;
	border: none;
}

.radio div {
	float: left;
	white-space: nowrap;
	clear: none;
}

.email {
	width: 14em;
}

input.default {
	color: #bbb;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	z-index: 10;
}

.LV_valid {
    color:#acd589;
	font-size: 10px;
}
	
.LV_invalid {
    color:#900;
	font-size: 10px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #acd589;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #900;
}

p.loginMessageText { 
	margin-bottom: 3px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-bottom: 10px;
	background: #DFDFDF;
	color: #666;
	padding: 2px 5px 2px 5px;
}



.archive_archive_list {
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.archive_archive {
	margin-bottom: 10px;
	display: block;
}

ul.archive_months {
	display: block;
}

ul.archive_items {
	display: block;
}

li.archive_year {
	font-weight: bold;
	list-style: none;
	color: #293892;
	margin-bottom: 20px;
	line-height: 15px;
}

li.archive_month {
	font-weight: normal;
	color: #666;
	line-height: 15px;
	clear: left;
	list-style: none;
}

li.archive_item {
	font-weight: bold;
	color: #293892;
	margin-left: 30px;
	line-height: 15px;
	clear: left;
}

a.archive_year_link {
	color: #293892;
	text-decoration: none;
}

a.archive_month_link {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	margin-bottom: 10px;
}

a.archive_item_link {
	font-weight: normal;
	color: #666;
}

ul.archive_archive li a:hover {
	color: #CCCCCC;
}


.breadcrumb_box {
	display: block;
	margin-bottom: 20px;
}

.currentCrumb {
	font-weight: bold;
}
