
/** STYLES FOR GIPECO.SE *************************************************************/
/*************************************************************************************/

/* Common 
-------------------------------------------------------------------------------------*/

html {
    height:100%;
    background-color: #eeeeee;    
}

body { 
	/*margin: 0 auto;
	min-width: 990px;*/
	font-size: 11px;
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	color: #323232;
	background-color: #eeeeee; 
	background-position: top center; 
	background-repeat: no-repeat;  
}

a { 
	color: #008433;
	text-decoration: none;
}

a.read-more { 
	float:right;
	color: #fff;
	background-color: #007837; 
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 8px; 
	margin: -12px 0px 0px 0px;
}

img { 
    margin: 0; 
    padding: 0;
}

.hidden {
    display: none;
}

.float-right {
    float: right;
}

.margin-left {
    margin-left: 20px;
}

.margin-right {
    margin-right: 20px;
}

/* Basic Typography 
-------------------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	font-family: 'Maven Pro', sans-serif;
}

h1 { 
    font-weight: 400; 
	font-size: 26px;
	margin: 5px 0px 10px 0px; 
	line-height: 1em; 
}

h2 {
    font-weight: normal; 
    font-size: 18px; 
    font-style: normal; 
    margin: 2px 0 8px 0;
}

h3 {
    font-weight: normal; 
    font-size: 14px; 
    font-style: normal; 
    padding: 0; 
    margin: 0 0 5px 0;
}

h4 {
    font-weight: normal;
    font-size: 12px;
    font-style: normal; 
    margin: 0 0 5px 0;
}

.H1header, .H2header, .H3header, .H4header {
    font-family: 'Maven Pro', sans-serif;
}

.H1header, span.H1header {font-weight: normal; font-size: 24px; color: #008433; border-bottom: 1px solid #9e9d9f; padding: 0px 0px 3px 0px; font-style: normal; margin: 5px 0 8px 0 ;}
.H2header, span.H2header  {font-weight: normal; font-size: 16px; color: #008433; border-bottom: 1px solid #9e9d9f; padding: 0px 0px 3px 0px; font-style: normal; margin: 2px 0 8px 0 ;}
.H3header, span.H3header {font-weight: normal;   font-size: 14px; color: #008433; border-bottom: 1px solid #9e9d9f; padding: 0px 0px 3px 0px; font-style: normal; margin: 0 0 10px 0 ;}
.H4header, span.H4header {font-weight: normal;   font-size: 12px; color: #008433; border-bottom: 1px solid #9e9d9f; padding: 0px 0px 3px 0px; font-style: normal; margin: 0 0 5px 0 ;}

.marginSingle {
    margin-bottom: 15px;
}

.marginDouble {
    margin-bottom: 30px;
}

.introduction {
    font-style:italic; 
    font-size:13px;
}

.greenText {
    color: #008433;
}

.greenTextAndBorder {
    color: #008433;
    border-bottom: 1px solid #9e9d9f;
    width:100%;
}

.borderBottom {
    border-bottom: 1px solid #9e9d9f;
    padding: 0px 0px 3px 0px;
    width:100%;
}

.pdfLink {
	background: url(images/extensions/pdf.gif) left center no-repeat; padding: 0 0 2px 20px; line-height: 2em;
}

hr {
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background: #d7d7d7;
	color: #d7d7d7;
	border:0;
}

hr.clear {
    clear: both;
}

.error {
    color: Red;
}

#Content p { 
	margin: 0px 0px 15px 0px;
	line-height: 1.4em;
}

/*
#Content ul { 
    list-style-type: disc; 
    list-style-position: outside;
    padding: 0 0 0 0px;
    margin: 0 0 10px 20px;
}

#Content li { 
    padding: 0 0 5px 0px; 
    line-height: 1.4em;
}
*/

#MainBodyArea ul,
#AdditionalContentArea ul { 
    list-style-type: disc; 
    list-style-position: outside;
    padding: 0 0 0 0px;
    margin: 0 0 10px 20px;
}

#MainBodyArea ol,
#AdditionalContentArea ol { 
    padding: 0 0 0 0px;
    margin: 0 0 10px 20px;
}

#MainBodyArea li,
#AdditionalContentArea li { 
    padding: 0 0 5px 0px; 
    line-height: 1.4em;
}

/* Content Areas
-------------------------------------------------------------------------------------*/

.top-image { 
	width:700px; 
	overflow:hidden;
	margin-bottom: 20px;  
}

.content { 
	margin-top: 0px;
	margin-bottom: 10px; 
	min-height:500px;
}

.additional-content-area { 
	float: right;
	width: 200px;
	padding: 0px 0px 0px 18px;
	border-left: 1px dotted #ddd;
	overflow: hidden;
}

.c { 
	position: relative;
	margin: 0 auto;
	width: 960px; 
}

#Container {
	position: relative;
	margin: 0 auto;
	width: 990px;
	text-align: left;
}

#Top { 
	position: relative;
    float: left;
    height: 20px;
    width: 980px;
	padding: 0px 5px; 
	font-size: 10px;
}

#Header {
    position: relative;
    float: left;
    height: 67px;
    width: 960px;
	padding: 0px 15px;
    background: url(Images/header-bg.png);
	background-repeat: no-repeat; 
	background-position: top left;
}

#Content {
    position: relative;
    float: left;
    width: 980px;
	padding: 10px 5px;
    background: url(Images/content-bg.png);
	background-repeat: repeat-y; 
	background-position: top left;
}

#MainContent {
    float: right;
}

#Footer {
    position: relative;
    float: left;
    width: 960px;
	padding: 30px 15px 20px 15px;
    background: url(Images/footer-bg.png);
	background-repeat: no-repeat; 
	background-position: top left;
	font-family: 'Maven Pro', sans-serif; 
    font-weight: 400; 
    font-size: 11px;
	color: #8c8c8c;
}
#Footer a {
	color: #8c8c8c;
}

#Footer p {
	line-height: 1.8em;
	margin: 0px 0px 20px 0px;
}

#Footer h2 { 
	font-family: 'Maven Pro', sans-serif; 
    font-weight: normal;
	font-size: 14px;
	margin: 0px 0px 8px 0px;
}

#Footer .content-wrapper { 
	float: left;
	width: 940px;
	padding: 10px 0px 0px 0px;
    background: url(Images/footer-content-bg.png);
	background-repeat: repeat-y; 
	background-position: top left;
}

#Footer .footer-nav { 
	float: left;
}

#Footer .footer-nav li { 
	float: left;
	width: 154px;
	padding: 0px 0px 10px 10px;
	margin-left: 20px; 
}

#Footer .footer-nav li li { 
	display:block;
	margin: 0px;
	padding: 0px;
	line-height: 1.7em; 
}

#Footer .footer-contact { 
	float: right;
	width: 154px;
	padding-left: 10px;
	margin-right: 20px;
}

/** PAGE HEADER **********************************************************************/
/*************************************************************************************/

/* Top Menu
-------------------------------------------------------------------------------------*/

.top-menu { 
    float: left;
    margin: 0px 0px 0px 80px;
   /* display: none;*/
}

.top-menu a { 
    color: #6e6e6e;
}

.top-menu .left-corner { 
    float: left; 
    width: 20px;
    height: 20px;
    background: url(Images/top-menu-bg-left.png);
	background-repeat: no-repeat; 
	background-position: top left;
}

.top-menu .middle-container { 
    float: left;
    height: 20px;
    background-color: #e6e6e6;
}

.top-menu .right-corner { 
    float: left; 
    width: 20px;
    height: 20px;
    background: url(Images/top-menu-bg-right.png);
	background-repeat: no-repeat; 
	background-position: top left;
}

.top-menu ul { 
    float: left;
    padding-top: 5px; 
}

.top-menu li { 
    float: left; 
   /* border-left: 1px solid #333; */
    padding: 0px 10px; 
}

.top-menu li.first {  
    border: 0px; 
}

.top-menu li.border-left {
border-left: 1px solid #333;
}

/* Main menu
-------------------------------------------------------------------------------------*/

.main-menu { 
    float: left;
    margin: 10px 0px 0px 20px;
    font-family: 'Maven Pro', sans-serif; 
    font-weight: 500; 
    font-size: 14px;
}
.main-menu li { 
    float: left;
    padding: 0px 4px 0px 0px;
}

.main-menu a { 
    display: block;
    height: 37px;
    padding: 0px 0px 0px 5px; 
	background-repeat: no-repeat; 
	background-position: top left;
	color: #2d2d2d;
}

.main-menu a span { 
    display: block;
    height: 19px;
    padding: 18px 10px 0px 5px; 
    background-repeat: no-repeat; 
	background-position: top right;
}

.main-menu a:hover,
.main-menu a.selected { 
    background-image: url(Images/main-menu-link-bg-left.png); 
    color: #646464;
}

.main-menu a:hover span,
.main-menu a.selected span { 
    background-image: url(Images/main-menu-link-bg-right.png);
}

.main-menu a:active {
    color: #323232;
} 

/* Logotype
-------------------------------------------------------------------------------------*/

.logo { 
	height: 50px;
}

.logo a { 
	display: block;
	float: right;
	/*overflow: hidden;*/
	/*width: 140px;
	height: 50px;*/
	/*text-indent: -9999px;*/
}

/* Quick search
-------------------------------------------------------------------------------------*/

#Header .quick-search-container {
    float: left; 
    width: 140px;
    height: 23px;
    margin: 23px 0px 0px 0px;
}

#Header .quick-search-field {
    float: left;
    width: 100px;
    height: 22px;
    background: url(Images/quick-search-field.png);
	background-repeat: no-repeat; 
	background-position: top left;
    padding: 1px 5px 0px 10px; 
    border: 0px; 
    outline: 0px; 
    font-size: 11px; 
    line-height: 22px;     
}

#Header .quick-search-button {
    float: right;
    width: 25px;
    height: 23px;
}

/* Sub menu
-------------------------------------------------------------------------------------*/

#Submenu {
	width: 220px;
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-image: url(Images/submenu-content-01.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px; 
	z-index: 200; 
}

#Submenu span, #Submenu a {
    display: block;
    color: #666;
}

#Submenu a:hover {
    color: #c0c0c0;
}

#Submenu .selectedTop, 
#Submenu .selectedExpandedTop, 
#Submenu .selectedItem,
#Submenu .selectedExpandedItem {
    font-weight: bold;
}

/* --- Header --- */
#Submenu h2 {
    font-size: 14px;
    font-weight: normal;
    color: #323232;
    text-transform: none; 
    line-height: 14px;
    background: url(Images/submenu-header-01.jpg) top left ;
    height: 21px; 
    padding: 9px 0px 0px 10px;
    margin: 0px;
}

#Submenu h2 a, 
#Submenu h2 a:hover {
    color: #323232;
}

/* --- Level 1 --- */
#Submenu ul {
    list-style-type: none;
	background-image: url(Images/submenu-footer-01.jpg);
	background-position: bottom left;
	background-repeat: no-repeat; 
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	z-index:100;
}

#Submenu li {
    width: 210px;
    padding: 0px 0px 0px 10px;
    border-top: 1px solid #ddd; 
    line-height: 1.2em;
}

#Submenu li span {
    padding: 6px 20px 6px 0px;
}

#Submenu li .itemHasChildren {
    background-image: url(Images/submenu-bullet-lev01-link.jpg);  
    background-position:  190px 6px;
    background-repeat: no-repeat; 
}

#Submenu li .selectedExpandedItemHasChildren {
    background-image: url(Images/submenu-bullet-lev01-expanded.jpg);  
    background-position:  190px 6px;
    background-repeat: no-repeat; 
}

/* --- Level 2 --- */
#Submenu ul ul {
    padding: 0px 0px 0px 0px;
    background-image: none;
    padding-bottom: 5px;
}

#Submenu li li {
    width: 205px;
    padding: 0px 0px 0px 5px;
    border-top: 0px; 
}

#Submenu li li span {
    padding: 3px 20px 3px 0px;
}

#Submenu li li .itemHasChildren {
    background-image: none;   
}

#Submenu li li .selectedExpandedItemHasChildren {
    background-image: none;  
}

/*--- Level 3 ---*/
#Submenu ul ul ul {
    padding: 0px 0px 2px 0px;
}

#Submenu li li li {
    width: 200px;
    padding: 0px 0px 0px 8px;
    border-top: 0px; 
}

#Submenu li li li span {
    padding: 3px 20px 3px 0px;
}

#Submenu li li li .item {
    background-image: none;
}

#Submenu li li li .itemHasChildren {
    background-image: none; 
}

#Submenu li li li .selectedExpandedItemHasChildren {
    background-image: none; 
}

/*--- Level 4 ---*/
#Submenu li li li li a {
    border-top: 1px solid #fff; 
}

/* Additional content boxes
-------------------------------------------------------------------------------------*/

.additionalContent {
    margin: 0px 0px 10px 0px;
}
 
.additionalContent h3 {
    margin: 0px 0px 10px 0px;
}
 
.additionalContent .content {
 
}
 
.additionalContent p {
    /*margin: 0 0 10px 0;*/
}
.additionalContent .footer {
    
}
 
#AdditionalContentArea .additionalContent ul.linklist { 
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Extensions */

#AdditionalContentArea .additionalContent .linklist li {
    background-image: url(images/extensions/icons.png);
	background-repeat: no-repeat;
    background-color: #ebeded;
    margin: 0px 0px 6px 0px;
    padding: 3px 0px 3px 22px;
}

#AdditionalContentArea .additionalContent .linklist a:link,
#AdditionalContentArea .additionalContent .linklist a:visited {
	
}

#AdditionalContentArea li.internal {
	background-position: 0px -2143px;
}

#AdditionalContentArea li.external {
	background-position: 0px -2022px;
}

#AdditionalContentArea li.doc, 
#AdditionalContentArea li.doc, 
#AdditionalContentArea li.docx, 
#AdditionalContentArea li.docx {
	background-position: 2px -1298px;
}

#AdditionalContentArea li.xls, 
#AdditionalContentArea li.xls, 
#AdditionalContentArea li.xlsx, 
#AdditionalContentArea li.xlsx {
	background-position: 2px -1394px;
}

#AdditionalContentArea li.ppt, 
#AdditionalContentArea li.ppt, 
#AdditionalContentArea li.pptx, 
#AdditionalContentArea li.pptx {
	background-position: 2px -1198px;
}

#AdditionalContentArea li.pdf {
	background-position: 2px -1097px;
}

#AdditionalContentArea .additionalContent .linklist li.eps {
	background-image: url(images/extensions/eps.gif);
	background-position: 2px 1px;
}

#AdditionalContentArea .additionalContent .linklist li.jpg,
#AdditionalContentArea .additionalContent .linklist li.jpeg {
	background-image: url(images/extensions/jpg.gif);
	background-position: 1px 1px;
}

/* Additional files
-------------------------------------------------------------------------------------*/

#Content .additionalFiles ul.linklist { 
    list-style-type:none;
    margin: 8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
 }
 
/* Extensions */

#Content .additionalFiles .linklist li {
    background-image: url(images/extensions/icons.png);
	background-repeat: no-repeat;
    margin: 0px 0px 6px 0px;
    padding: 3px 0px 3px 22px;
}

#Content .additionalFiles .linklist a:link,
#Content .additionalFiles .linklist a:visited {
	
}

#Content li.internal {
	background-position: 0px -2143px;
}

#Content li.external {
	background-position: 0px -2022px;
}

#Content li.doc, 
#Content li.doc, 
#Content li.docx, 
#Content li.docx {
	background-position: 2px -1298px;
}

#Content li.xls, 
#Content li.xls, 
#Content li.xlsx, 
#Content li.xlsx {
	background-position: 2px -1394px;
}

#Content li.ppt, 
#Content li.ppt, 
#Content li.pptx, 
#Content li.pptx {
	background-position: 2px -1198px;
}

#Content li.pdf {
	background-position: 2px -1097px;
}

#Content .additionalFiles .linklist li.eps {
	background-image: url(images/extensions/eps.gif);
	background-position: 2px 0px;
}

#Content .additionalFiles .linklist .linklist li.jpg,
#Content .additionalFiles .linklist .linklist li.jpeg {
	background-image: url(images/extensions/jpg.gif);
	background-position: 1px 1px;
}


/* Styles for start page
-------------------------------------------------------------------------------------*/

.floating-bird { 
	position: absolute;
	top: 215px;
	z-index: 200;  
	margin-left: -120px;
 	width: 340px;
 	height: 190px;
}

#Start-top-banner {
    /*float: left;*/
	width: 940px; 
	/*min-height: 325px;*/
	margin-bottom: 20px;
	/*padding-bottom: 20px;*/
	/*height: 325px;*/
	/*padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;*/
	/*z-index: 100;*/ 
	/*overflow: hidden;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#Start-top-banner .large-banner {
	/*display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 940px;
	height: 400px;
	background-color: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;*/
}

#Start-top-banner ul {
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
	/*list-style-position: inside;*/
    list-style-type: none;
}

#Start-top-banner li {
	padding: 0px; 
	line-height: normal; 
}

/* Image puff */

#Image-puff h2 { 
    text-indent: -9999px;
    font-size: 1px; 
    font-weight: normal;
    margin: -1px 0px 0px 0px; 
    line-height: normal; 
}

/* Product puff */

#Product-puff h3 { 
    font-family: Arial,Helvetica,Sans-Serif; 
    font-size: 11px; 
    font-weight: bold; 
    text-transform: uppercase;
    margin: 0px 0px 5px 0px; 
    line-height: 1.4em;
}

#Product-puff img { 
    margin: 0px 0px 10px 0px;      
}

#Product-puff p { 
    margin: 0px; 
    line-height: 1.4em;     
}

#Product-puff p.introduction { 
    /*font-weight: bold;
    text-transform: uppercase;*/
    margin-bottom: 10px;     
}

/* StartPage News List */

#Start-news-list { 
         
}

#Start-news-list ul {
    padding: 0px;
    margin: 0px;
}

#Start-news-list li {
    list-style-type: none;
    padding: 0px 0px 10px 0px;
}

#Start-news-list .news-item {
    padding: 12px 12px 14px 12px;
    background-color: #f6f6f6;
}

#Start-news-list p { 
    margin: 0px 0px 0px 0px; 
}

#Start-news-list h3 {
    font-family: Arial,Helvetica,Sans-Serif; 
    font-size: 11px; 
    font-weight: bold; 
    text-transform: uppercase;
    margin: 0px 0px 5px 0px; 
    line-height: 1.4em; 
}

/* Triple puffs */

#Triple-puff { 
    float: left;
    width: 960px;
    height: 145px;
    padding: 5px 10px;
    background: url(Images/triple-puff-bg.jpg);
	background-repeat: no-repeat; 
	background-position: top left; 
	overflow: hidden;
	margin-top: 10px; 
}

#Triple-puff .box { 
    float: left;
    display: block; 
    width: 293px;
    height: 145px;
    background-position: left top;
	background-repeat: no-repeat;
    margin-left: 20px;
    padding: 0px;
    overflow: hidden;
    color: #323232;
    /*border: 1px dotted red;*/
}

#Triple-puff h1,
#Triple-puff h2,
#Triple-puff h3,
#Triple-puff h4 { 
    font-family: Arial,Helvetica,Sans-Serif; 
    font-size: 11px; 
    font-weight: bold; 
    text-transform: uppercase;
    margin: 20px 0px 10px 0px; 
    line-height: 1.4em;
}

#Triple-puff p  { 
    margin: 0px; 
    line-height: 1.4em;
}

/* Product pages
-------------------------------------------------------------------------------------*/

#Product {
    /*
    width:720px;
    float:left;
    padding: 0px 0px 0px 0px;
    */
}

#Product .mainBodyArea {
    width: 620px;
	overflow: hidden;
	float: left;
	/*border: 1px dotted green;*/
}

#Product .borderFullWidth {
    width:700px;
    height:1px;
    border-top: 1px solid #ddd;
    margin: 10px 0px 10px 0px;
}

/****************************************************/

#Product .product-listing-container {
    float:left;
    padding-top:15px;
    /*width:720px;*/
}

#Product ul.product-listing {
    width: 720px; 
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px; 
    list-style-type:none;
}

#Product ul.product-listing li {
    width: 160px;
    min-height: 280px;
    /*height:auto!important;
	height: 280px;*/
	display: -moz-inline-stack;
    display: inline-block;
	vertical-align: top;
	margin: 0px 15px 10px 0px;
	/*padding: 0px 17px 0px 0px;*/
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    _height: 280px;
}

#Product ul.product-listing a {
    
}

#Product ul.product-listing p {
    margin-bottom: 10px;
}

#Product ul.product-listing img {

}

#Product .image-thumb { 
    float: left;
    padding: 0px;
	margin: 0px;
	overflow:hidden;
	width: 160px;
	height: 160px;
}

#Product img.image-thumb  {
	padding: 0px;
	margin: 0px; 
	float:left;
}

#Product .preview-text {
    float:left;
    width: 155px;
    padding: 5px 0px 0px 5px;
}

#Product .preview-text h3 a {
	color: #333333; 	
	text-decoration:none;
}

/* Product page
-------------------------------------------------------------------------------------*/

#Product .extendedInfo {
	background:#ececed;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
}

#Product .panel {
	display: none; 
	height:auto;
}

#Product .productAdvice {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#Product .productInfo {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

#Product .productInfo table {
	border-collapse:separate;
	width:100%;
	margin: 0px 0px 15px 0px;
}
	
#Product .productInfo thead{
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse:separate;
	width:100%;
	border: 0px;
}

#Product .productInfo tbody{
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: separate; 
	width:100%;
	border: 0px;
}

#Product .productInfo td {
    background-color:#ececed;
    padding:4px 10px 4px 10px;
    margin: 0px 0px 15px 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: solid 5px #fff;
    border-left: 0px;
}

#Product a.more-info {
	background-image: url(images/product-more-info.png); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 4px 0 4px 25px;  
	line-height: 2em; 
	outline:none; 
	font-weight:bold;
}

#Product a.less-info {
	background-image: url(images/product-less-info.png); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 4px 0 4px 25px; 
	line-height: 2em;
	outline:none;
	font-weight:bold;
}

/* Newslist and News page
-------------------------------------------------------------------------------------*/

#Newslist { 
    margin-top: 10px; 
}

#Newslist .newsitem { 
    margin-bottom: 15px; 
}

#Newslist .date { 
    font-style:italic; 
}

#Newslist p { 
    margin-top: 5px; 
}

#Newslist a { 
    margin-top: 5px; 
}
#Newslist h2 a {
    font-size: 14px; 
    margin-top: 5px; 
    font-style:normal; 
    text-decoration:none; 
}

#news-item { 
     
}

#news-item .news-image{ 
     margin-bottom: 15px;
}

#news-item p.news-image-text{ 
    font-style: italic; 
    margin-top: -5px;
    margin-bottom: 15px;    
}

/* Landing page
-------------------------------------------------------------------------------------*/

#Top-wide-image-gallery {
    /*float: left;*/
	width: 940px; 
	margin-bottom: 20px;
	/*padding-bottom: 20px;*/
	/*height: 325px;*/
	/*padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;*/
	/*z-index: 100;*/ 
	/*overflow: hidden;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

/* Search page
-------------------------------------------------------------------------------------*/

#SearchArea {
   
}

#SearchArea span{ 
    float: none;
    padding: 0px;
    border: 0px;
    background: none;
}

#SearchArea .searchText {
    border: 1px solid #ddd;
    padding: 2px;
    width: 275px; 
    margin-right: 5px;
}

#SearchArea .button {

}

#AdvancedArea {
 padding-top:10px;
}

#ResultArea {
    padding-top: 2em;
}

#ResultAreaProducts
{
    padding-top: 2em;
    padding-left:4em;
}
#ResultArea ol {
    margin: 0;
    padding-left: 2em;
}

#ResultArea li {
    margin: 0; 
    padding: 0;
}

#ResultAreaProducts ol 
{
	margin: 0;
	margin: 2em;
	
}
#ResultAreaProducts li {
	margin: 0;
	padding: 0;
	min-height:70px;
}
#ResultAreaProducts table {
	display: inline-table;
	margin: 0;
	vertical-align: top;
}
#ResultAreaProducts td {
	vertical-align: top;
	padding: 0 5px;
}

/* XForm page
-------------------------------------------------------------------------------------*/

.xForm {
    padding-top:10px;
}

.xForm h2 {
	padding: 1em 0;
	margin: 0;
}

.xForm legend {
    color: Black;
}

.xForm input {
    /*float: left;*/
    /*border: 1px solid #dddddd;*/
}

.xForm input[type="text"] {
    /*float: left;*/
    border: 1px solid #ddd; 
    width: 75%;
}

.xForm textarea {
    border: 1px solid #ddd;
    width: 75%;
}

.xForm .heading {
    font-weight: bold; 
    font-size: 1em; 
    padding: 0; 
    margin: 0.4em 0em;
}

.xForm #id_matrix {
    width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td {
	border:0;
	margin: 0;
	padding: 0px 0px 10px 0px;
	vertical-align: top;
}

.xForm td span {
	
}

span.xformvalidator {
    color: Red;
}

.xForm .options {
    float: left;
}

.xForm label {
    margin-right: 0.5em;
    float: left;
}

#id_matrix br {
    clear: both;
}

.thankyoumessage {
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}

/* Sitemap page
-------------------------------------------------------------------------------------*/

#SiteMap ul {
    margin: 0;
    padding: 0.2em 0;
}

#SiteMap ul ul {
    padding: 0;
    margin-left: 0.5em;
}

#SiteMap li {
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em;
}

#SiteMap li a {
    text-decoration: none;
}

#SiteMap li li {
    margin: 0.2em 0;
    padding-left: 1em;
    background: url(images/SiteMapBullet.png) no-repeat;
    font-size: 0.7em;
}

#SiteMap li li a {
    text-decoration: underline;
}

#SiteMap li li li {
    font-size: 1em;
}

/* Table classes for content
-------------------------------------------------------------------------------------*/

table {
    /*width: 100%;*/
    border-collapse: collapse;
    margin: 10px 0px 15px 0px;
}

th {
    text-align: left;
}

/* Tabel Classic */

table.table-classic {
	border-collapse: collapse;
	border: solid 1px #ddd;
}

table.table-classic thead td {
    border: solid 1px #ddd;
    background-color: #f3f3f3;
    padding: 5px;
    font-weight: bold;
}

table.table-classic th {
    border: solid 1px #ddd;
    background-color: #f3f3f3;
    padding: 5px;
    font-weight: bold;
}

table.table-classic td {
    border: solid 1px #ddd;
    background-color: #fff;
    padding: 5px;
}

table.table-classic tfoot td {
    border-top: solid 1px #ddd;
    background-color: #fff;
    padding: 5px; 
    font-style:italic;
}

table.table-color
{
	border-collapse: collapse;
	border: solid 0.1em #275569;
}

table.table-color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}

table.table-color td
{
	border: solid 0.1em #275569;
	padding: 0.2em 0.4em;
}

th.cell-highlighted, td.cell-highlighted {}

table.table-classic th.cell-highlighted
{
	background-color: #AAAAAA;
}

table.table-classic td.cell-highlighted
{
	background-color: #F0F0F0;
}

table.table-color th.cell-highlighted
{
	background-color: #377995;
}

table.table-color td.cell-highlighted
{
	background-color: #d1e6ef;
}

th.cell-leftaligned, td.cell-leftaligned
{
	text-align: left;
}

th.cell-rightaligned, td.cell-rightaligned
{
	text-align: right;
}

/* New table product */

table.table-product {
    margin-bottom: 10px;
    /*EditMenuName: table-product;*/
}
table.table-product thead td {
    color: #008433;
    border-bottom: 1px solid #9e9d9f;
    width:100%;
    font-weight: bold;   
    font-size: 12px; 
    padding: 5px 0px;
}
table.table-product th {
    color: #008433;
    border-bottom: 1px solid #9e9d9f;
    width:100%;
    font-weight: bold;   
    font-size: 12px; 
    padding: 5px 0px;
}
table.table-product tbody td {
    background-color: #ececec;
    border-top: solid 3px #fff;
    padding: 4px 8px;
}

/* Documents
-------------------------------------------------------------------------------------*/

.bmpExtension {
    background-image: url(images/extensions/bmp.gif);
}
.docExtension, .docxExtension {
    background-image: url(images/extensions/doc.gif);
}
.gifExtension {
    background-image: url(images/extensions/gif.gif);
}
.htmExtension, .htmlExtension {
    background-image: url(images/extensions/htm.gif);
}
.jpgExtension, .jpegExtension {
    background-image: url(images/extensions/jpg.gif);
}
.mp3Extension {
    background-image: url(images/extensions/mp3.gif);
}
.mpgExtension {
    background-image: url(images/extensions/mpg.gif);
}
.pdfExtension {
    background-image: url(images/extensions/pdf.gif);
}
.pngExtension {
    background-image: url(images/extensions/png.gif);
}
.pptExtension, .pptxExtension {
    background-image: url(images/extensions/ppt.gif);
}
.tifExtension, .tiffExtension {
    background-image: url(images/extensions/tif.gif);
}
.txtExtension {
    background-image: url(images/extensions/txt.gif);
}
.wavExtension {
    background-image: url(images/extensions/wav.gif);
}
.xlsxExtension, .xlsExtension {
    background-image: url(images/extensions/xls.gif);
}
.zipExtension {
    background-image: url(images/extensions/zip.gif);
}
.epsExtension {
    background-image: url(images/extensions/eps.gif);
}


/* Image  classes for content
-------------------------------------------------------------------------------------*/

img.image-topleftfloat {
    margin-right: 15px;
    margin-bottom: 15px;
	float: left;
}

img.image-toprightfloat {
	float: right;
	vertical-align: top;
    margin-left: 15px;
    margin-bottom: 15px;
}