@charset "utf-8";
/* CSS Document */

body{
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	margin:0px;
	color:#4b5867;
	height:100%;
}

body.site{
	height:100%;
	background: url(../../assets/images/bg.gif) repeat-x top #f6f9fd;
}

table {margin:0;padding:0;}

td{
	vertical-align:top;
	color:#57575a;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#2b6db5;
}

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

img{
	border:0px;
}

img.imgBorder {border:2px solid #d7dde4;}

h1{
	font-family:"Times New Roman", Times, serif;
	color:#3a597a;
	font-size:30px;
	margin:5px 0px 15px 0px;
	padding:0;
	font-weight:normal;
	line-height:30px;
}

h2{
	font-family:"Times New Roman", Times, serif;
	color:#375576;
	font-size:22px;
	margin:0px 0px 0px 0px;
	padding:0px 0 5px 0;
	font-weight:normal;
	line-height:30px;
	text-align:justify;
	
}

h3{
	font-family:"Times New Roman", Times, serif;
	color:#375576;
	font-size:16px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 10px 0px;
	font-weight:normal;
	line-height:18px;
	border-bottom:1px solid #d7dde4;
}

.rightColumn h2 {background:url(../../assets/images/bullet_01.gif) no-repeat 1px 13px; border:0; color:white; font-size:26px; margin:15px 0 5px 0; padding:0 0 10px 20px; border-bottom:1px solid #6f8eb0;}

p{
	font-size:13px;
	margin:5px 0px 15px 0px;
	line-height: 22px;
	text-align:justify;
}


ul.ptMenuVertical {list-style:none; margin:0; padding:0;}
ul.ptMenuVertical li {display:inline-block; padding:0; margin:0;}
ul.ptMenuVertical a {display:block;}

ul.ptMenuHorizontal {list-style:none; margin:0; padding:0;}
ul.ptMenuHorizontal li {display:block; float:left; padding:0; margin:0;}
ul.ptMenuHorizontal a {display:block; float:left; margin:0; padding:0;}

ul{
	margin-top:0px;
	margin-bottom:0px;
}

input, textarea{
	border:1px solid #9c89ab;
	background:white;
}


.news a {color:white; font-weight:bold; font-size:14px; display:block; text-decoration:underline; margin-bottom:4px; padding-left:20px; background:url(../../assets/images/bullet_02.gif) no-repeat 5px 6px;}
.news a:hover, .news a.active {color:#f8dd5f;}
.news span {color:#899baf; padding-left:20px; display:block;}
.news td {padding: 10px 0 10px 0px; background:url(../../assets/images/line_dotted.gif) repeat-x bottom;}

.rightColumn .separator {height:3px; background:white; font-size:0px;}

/* LAYOUT START */

.mainPage{
	background:white;
	padding:0px 20px 18px 20px;
}

.topHeader{
}

.leftColumn{
	width:625px;
}

.rightColumn{width:295px;color:white;}
.rightColumn td {color:white;}

.sidebar {background:url(../../assets/images/sidebar_bg.jpg) repeat-x #3a597a; margin-bottom:3px;}

.horSeparator{
	height:5px;
	background:url(../../assets/images/hor_dotted_line.gif) repeat-x;
}

.verSeparator{
	width:1px;
	background:url(../../assets/images/ver_dotted_line.gif) repeat-y;
}

.readmore {text-align:right; margin-top:10px;}

.tableProfiles {border-collapse:collapse; background:#f5f5f5;}
.tableProfiles td {border:1px solid white;cursor:pointer;}
.tableProfiles a {font-size:14px;}
.tableProfiles td.jFlowSelected {background:white;}

.tablePortfolio {border-collapse:collapse;}
.tablePortfolio td {border:1px solid white;}
.tablePortfolio a {font-size:14px;display:block; background:#f5f5f5; padding:10px 0 10px 10px;}
.tablePortfolio a.active {background:white;}

.portfolioItem {display:none;}
#p1 {display:block;}

/* LAYOUT END */


/* TOP MENU START */

.topMenu{
	height:39px;
	background:url(../../assets/images/menu_bg.gif) repeat-x top;
	position:relative;
}

.topMenu ul{}
.topMenu li {background:url(../../assets/images/menu_sep.gif) no-repeat center right;}
.topMenu li a{font-size:14px; padding:12px 22px 12px 22px; font-weight:bold; color:#3a597a;}
.topMenu li a:hover, .topMenu li.active a{ font-weight:bold; color:#2b6db5; text-decoration:none; background:url(../../assets/images/menu_active.gif) no-repeat center top white;}

#ptMenu_About {left:80px;}
#ptMenu_Products {left:190px;}
#ptMenu_News {left:370px;}

.ptDropDown {width:200px;background:url(../../assets/images/sidebar_bg.jpg) repeat-x #3a597a; top:39px; position:absolute; visibility:hidden;}
.ptDropDown ul li { margin:0; background:none; padding:0; width:200px;}
.ptDropDown ul li a{padding:7px 5px 7px 40px; background:none; margin:0; color:white; background:url(../../assets/images/bullet_02.gif) no-repeat 17px 14px; }
.ptDropDown ul li a:hover {background:url(../../assets/images/bullet_02.gif) no-repeat 17px 14px #6f8eb0; color:white;}

/* TOP MENU END*/

.ptFooterMenu ul {float:right;}
.ptFooterMenu ul li {display:inline-block; padding:0; margin:0;}
.ptFooterMenu ul li a{padding:0 20px 0 20px;margin:0;height:15px;border-right:1px solid #768ca6;}

.formLabel{
	padding:5px 15px 5px 5px;
	background:#fafafa;
	text-align:right;
	width:90px;
	vertical-align:middle;
	border-bottom:1px solid #ededed;
}

.formField{
	padding:5px 5px 5px 15px;
	background:white;
	text-align:left;
	vertical-align:middle;
	border-bottom:1px solid #ededed;
}

.field_normal 			{ border: 1px solid #a2a2a2; }
.field_required			{ border: 1px solid #a2a2a2; }
.field_error			{ border: 1px solid #e82e2e; background-color:white; }
.field_label_required	{ font-weight:bold; }
.field_label_error		{ font-weight:bold; color:#c55500; }
.field_error_message 	{ font-size:10px; color:#c55500;}