@charset "UTF-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}


h1 { font-size: 22px; font-weight: normal; margin: 0 0 15px 0; padding: 0; }
h1 a { font-size: 22px; color: #2E3192; outline: none; border: none; text-decoration: none; }
h1 a:hover { color: #424AAD;  }

h1.alt {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	color: #FFF;
	text-shadow: #000 0 -1px 0;
	filter: Shadow(Color=#000000, Direction=-1, Strength=1);
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 15px 0;
	padding: 0;
}

a { color: #2E3192; outline: none; border: none; }
a:hover { color: #424AAD; }
p, p.invert { margin-bottom: 15px; padding: 0; border: none; outline: none; text-align: justify; }
p.invert { color: #FFF; }
p.invert a { color: #FFF; text-decoration: underline; }
strong{ font-weight: bolder; }

ul { list-style: none; margin: 0; padding: 0; }
li { list-style: disc; margin-left: 15px; }

button {
	background: none;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
}


label {
	float: left;
	margin: 0;
	padding: 7px 0;
	width: 130px;
	color: #FFF;
}

input[type="text"] {
	background: #FFF;
	margin: 4px 0;
	padding: 0 5px;
	border: none;
	outline: none;
	width: 310px;
}

input[type="text"].search {
	background: #FFF;
	margin: 0;
	padding: 3px;
	border: none;
	outline: none;
	width: 220px;
}

input[type="text"].operation {
	float: none;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	width: 15px;
	text-align: center;
	color: #FFF;
}

input[type="text"].quote {
	float: none;
	background: #FFF;
	margin: 0;
	padding: 3px;
	border: 1px solid #CCC;
	outline: none;
	width: 45px;
	text-align: center;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0 5px 0 0;
	padding: 0;
}

select.forms {
	margin: 5px 0;
	width: 280px;
}

textarea {
	background: #FFF;
	margin: 0;
	padding: 5px;
	border: none;
	outline: none;
	width: 310px;
	height: 57px;
}

.input-background, .lft-input-background, .input-holder, 
.textarea-background, .lft-textarea-background, .textarea-holder { float: left; }


.textarea-background {
	overflow: hidden;
	margin: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
	height: 67px;
	background: url(../images/textarea-background-rt.gif) top right no-repeat;
}

.lft-textarea-background {
	width: 2px;
	height: 67px;
	background: url(../images/textarea-background-left.gif)top left no-repeat;
}


.input-holder { background: #FFF; }

.input-background {
	overflow: hidden;
	margin: 5px;
	padding-right: 2px;
	height: 21px;
	background: url(../images/input-background-rt.gif) top right no-repeat;
}

.lft-input-background {
	width: 2px;
	height: 21px;
	background: url(../images/input-background-lft.gif) top left no-repeat;
}

#header-background {
	background: url(../images/header-background.jpg) repeat-x top left;
	width: 100%;
	height: 111px;
}

#header-content {
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
	height: 111px;
}

#logo-holder {
	float: left;
	margin-right: 25px;
	width: 215px;
	height: 96px;
	background: url(../images/logo.jpg) no-repeat top left;
}

#header-tools {
	float: left;
	height: 104px;
	width: 760px;
}

#static-links-mnu-bar, #search-tool-bar, #main-menu {
	float: right;
}
#static-links-mnu-bar {
	overflow: hidden;
	margin-bottom: 5px;
	background: url(../images/static-link-background.jpg) repeat-x top left;
	color: #FFF;
}

.static-links-mnu-btns {
	float: left;
	padding: 5px 8px;
	border-right: 1px solid #617ab0;
	border-left: 1px solid #708ccd;
}

#static-links-mnu-bar a, #search-tool-bar a {
	color: #edefee;
	text-decoration: none;
	border: none;
	outline: none;
	text-shadow: #7a7b7d 0 -1px 0;
}

#static-links-mnu-bar a:hover, #search-tool-bar a:hover {
	color: #FFF;
	text-shadow: #7a7b7d 0 -1px 0;
}

#search-tool-bar {
	width: 500px;
	text-align: right;
}

#main-menu {
	overflow: hidden;
	margin-top: 10px;
	background: #345292;
}

.main-menu-item {
	float: left;
	padding: 10px 20px;
	color: #FFF;
	text-align: center;
}

.main-menu-item a {
	color: #edefee;
	text-shadow: #18294d 0 -1px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.main-menu-item a:hover {
	color: #FFF;
	text-shadow: #18294d 0 -1px 0;
}

/* SUBMENUS ITEMS STYLES */
	.megamenu {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		margin-top: 12px;
	}
	
	.megamenu-background {
		overflow: hidden;
		background: #EAEAEA;
		padding: 0 2px;
		padding-bottom: 5px;
	}
	
	.megamenu-column {
		overflow: hidden;
		float: left;
		padding: 25px;
		width: 280px;
		height: 120px;
		border-left: 1px solid #FFF;
		border-right: 1px solid #D8D8D8;
	}
	
	.megamenu-column p { text-shadow: #FFF 0 -1px 0; }
	
	.megamenu-column ul {
		list-style: none;
		margin: 0;
		padding: 0;	
	}
	
	.megamenu-column li {
		list-style: none;
		margin-left: 5px;
		padding: 2px 0;	
	}
	
	.megamenu-column li a {
		color: #2E3192;
		text-decoration: none;	
		text-shadow: #FFF 0 -1px 0;
	}
	
	.megamenu-column li a:hover {
		color: #424AAD;
	}
	
	.megamenu-column h1 {
		margin: 0;
		margin-bottom: 15px;
		padding: 0;
		text-shadow: #FFF 0 -1px 0;
	}
	
	.megamenu-column h1 a:hover {
		border-bottom: 1px dotted #424AAD;
		text-decoration: none;
	}
		
	.megamenu-btm{
		padding-right: 9px;	 
		height: 9px; 
		background: url(../images/megamenu-btm-rt-background.gif) bottom right no-repeat;
	}
	.megamenu-btm-lft {
		padding-left: 9px;
		height: 9px;
		background: url(../images/megamenu-btm-lft-background.gif) bottom left no-repeat;
	}
	
	.megamenu-btm-mid{ background: #EAEAEA; margin-right: 1%; height: 9px; }
/* END SUBMENUS ITEMS STYLES */

#main-content-background {
	background: url(../images/main-content-background.jpg) no-repeat top center;
	width: 100%;
}

#main-content {
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;
	width: 1000px;
}

#main-content-breadcrumb {
	margin-bottom: 15px;
	padding: 0 0 0 15px;
	font-size: 14px;
}

#main-content-breadcrumb a {
	text-decoration: none;
	border: none;
	outline: none;
	font-size: 14px;
}

#main-content-breadcrumb a:hover {
	color: #424AAD;
}

#main-content-vertical-menu, #main-content-display, #main-content-ads { float: left; }

/* HOME PAGE STYLES */
#main-banner {
	height: 269px;	
}

#horitonzal-ads-holder {
	margin: 15px 0;
	background: url(../images/rt-hrzntl-ad-high.gif) no-repeat top right;
}
ul#horizontal-ads {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/lft-hrzntl-ad-high.gif) no-repeat top left;
}
ul#horizontal-ads li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 7px 10px;
	height: 168px;
	background: #F2F2F2;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #FFF;
}

#horitonzal-news-holder{
	background: url(../images/rt-hrzntl-ad-short.gif) no-repeat top right;
}

ul#horitonzal-news {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/lft-hrzntl-ad-short.gif) no-repeat top left;
}

ul#horitonzal-news li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 7px 10px;
	height: 27px;
	background: #F2F2F2;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #FFF;
}

.newsticker, ul#ticker-holder, ul#ticker-holder li {
	list-style: none;
	margin: 0;
	padding: 3px 0;	
	border: 0;
	outline: 0;
}

ul#ticker-holder li {
	list-style: none;
	margin: 0;
	width: 605px;
	font-size: 12px;
}

ul#ticker-holder li a {
	text-decoration: none;
}
/* END HOME PAGE STYLES */

.project-row {
	padding: 15px 15px 10px 15px;
	border-bottom: 1px dotted #E2E2E2;
}

.date-holder {
	float: left;
	margin-right: 15px;
	padding: 8px 12px;
	text-align: center;
	text-shadow: #000 0 -1px 0;
	background: url(../images/date-background.gif) no-repeat top left;
}

#validatorDialog {
	display: none;
	border: 1px dotted #F30;
	margin-bottom: 15px;
	padding: 15px;
	background: #E4E4E4;	
}

#validatorDialog li {
	list-style: none;
	color: #F00;
	padding-left: 15px;
	text-align: left;
	background: url(../images/list-background-error-2.gif) left 50% no-repeat;
}

.neededError {
	border: 1px dotted #F00;
}

.product-item-background {
	float: left;
	margin: 5px;
	background: #FFF url(../images/items-background.jpg) repeat-x bottom left; 
	border: 1px solid #E5E5E5; 
}

.product-item {
	padding: 15px;
	border: 1px solid #FFF;
	text-decoration: none;
	text-align: center;
}

/* VERTICAL MAIN MENU STYLES */
#main-content-vertical-menu {
	width: 192px;
	padding-bottom: 25px;
	background: #f2f2f2 url(../images/btm-vertical-mnu.jpg) no-repeat bottom left;
}

ul#vertical-menu {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	width: 100%;
	background: #f2f2f2 url(../images/top-vertical-mnu.jpg) no-repeat top left;
}

ul#vertical-menu li {
	list-style: none;
	margin: 0;
	padding: 10px 15px;
	width: 162px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e2e2e2;
}

ul#vertical-menu li a {
	color: #4d4d4d;
	text-shadow: #FFF 0 -1px 0;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	border: none;
}

ul#vertical-menu li a:hover {
	color: #6585f5;
	text-shadow: #FFF 0 -1px 0;
}

ul#vertical-menu li.selected {
	list-style: none;
	margin: 0;
	font-size: 14px;
	color: #FFF;
	text-shadow: #16255b 0 -1px 0;
	background: url(../images/over-background-vertical-mnu.jpg) repeat-x top left;
}

ul#vertical-menu li.selected ul.vertical-submenu  { list-style: none; padding: 0; margin-top: 20px; border: none;}
ul#vertical-menu li.selected ul.vertical-submenu li { list-style: none; padding: 6px; margin: 0; border: none; text-shadow: none; }
ul#vertical-menu li.selected ul.vertical-submenu li  a { font-size: 12px; }
/* END VERTICAL MAIN MENU STYLES */

/* MAIN CONTENT STYLES */
#main-content-display {
	overflow: hidden;
	padding: 0 81px;
	width: 516px;
}

#main-content-ads {
	width: 247px;
}

ul#vertical-ads li{
	list-style: none;
	margin: 0;
	margin-top: 12px;
	padding-top: 12px;
	background: #f2f2f2 url(../images/vertical-ads-top.jpg) no-repeat top left;	
}

ul#vertical-ads li.ads-alt {
	list-style: none;
	margin: 0;
	margin-top: 12px;
	padding-top: 12px;
	background: #f2f2f2 url(../images/vertical-ads-top-alt.jpg) no-repeat top left;	
}

div.ads-holder {
	padding: 0 12px 12px 12px;
	background: url(../images/vertical-ads-btm.jpg) no-repeat bottom left;
}
/* END MAIN CONTENT STYLES */

/* FOOTER STYLES */
#footer-background {
	margin-top: 25px;
	padding-top: 25px;
	width: 100%;
	background: #345293 url(../images/footer-patter-background.jpg) repeat-x top left;
}

#footer-upper-background {
	padding-bottom: 10px;
	width: 100%;
	background: url(../images/upper-background-footer.jpg) no-repeat bottom center;
}

#footer-content {
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}

.footer-column {
	float: left;
	padding: 10px 25px;
	width: 200px;
	height: 155px;
	border-right: 1px solid #243465;
	border-left: 1px solid #39519b;
}

ul#footer-links li { list-style: none; margin: 0; padding: 5px 10px; }
ul#footer-links li a { font-size: 15px; color: #d4d1ee; text-decoration: none; text-shadow: #140e45 0 -1px 0; }
ul#footer-links li a:hover { color: #FFF; text-shadow: #140e45 0 -1px 0; }
ul#footer-links li ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
ul#footer-links li li a { margin: 0; padding: 0 3px; }

ul#footer-links li li a { font-size: 12px; color: #f2f2f2; text-shadow: #140e45 0 -1px 0; } 
/* END FOOTER STYLES */