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

body  {
	font: 11px "Trebuchet MS", Arial, sans-serif;
	background: #dedede;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5b5b5b;
}
.twoColFixLtHdr #container { 
	
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dedede;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:30px;
	height:auto;
} 

a:link {
	color: #CD206A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CD206A;
}
a:hover {
	text-decoration: underline;
	color: #9A1850;
}
a:active {
	text-decoration: none;
	color: #CD206A;
}
.prod{
border-left:1px solid #b2b4bf;
}


.prodDEs{
padding:10px;
}


.cancel{
	background-image:url(images/cancel.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 136px;
	border:0px none;
			border:0px none;
		display:block;
		padding:10px;
}

.send{
	background-image:url(images/sent.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 136px;
		border:0px none;
				border:0px none;
		display:block;
		padding:10px;
}


.cancelEn{
	background-image:url(images/cancelEn.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 136px;
	border:0px none;
	border:0px none;
	display:block;
	padding:10px;
}

.sendEn{
	background-image:url(images/sentEn.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 136px;
	border:0px none;
	border:0px none;
	display:block;
	padding:10px;
}



.go{
	background-image:url(images/go.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 15px;
		border:0px none;
		display:block;
		padding:10px;
}
h3{
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left:35px;
	color:#167abd;
	font-size:18px;
}

h4{
color:#cd206a;
font-size:14px;}

img{border:1px solid #ccc;}
#topContainer{
width: 950px; margin: 0 auto; height:35px;
padding-top:0px;}


#lang{
width:150px; float:left; font-size:11px; margin-left:0px; text-align:left;
padding-top:40px;}

.el a, .el a:link, .el a:visited, .el a:active{
	color:#0066CC;
	margin-left:0px;
	text-decoration:none;

	}
	
.el a:hover{
	color:#0066CC;
	font-weight:bold;
	}
	
	
.en a, .en a:link, .en a:visited, .en a:active{
	color:#0066CC;
	margin-left:0px;
		text-decoration:none;
}
	
.en a:hover{
	color:#0066CC;
	font-weight:bold;
	}	
	

#form{float:right;  text-align:right; color:#1a7dbf; font-size:11px;padding-top:10px; margin-right:0px;}


.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #fff;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 256px;
	margin-bottom:20px;
	background-position: center;
	border:1px solid #cad7dd;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

h1{
	color:#cd206a;
	font-size:24px;
	margin-bottom:30px;}
	
p{
	font-family:tahoma;
	font-size:11px;
	color:#4d4d4d;
	line-height: 16px;
}
	
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0 35px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 


.twoColFixLtHdr #t { 
	margin: 0 0 0 640px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:100px;

} 

.twoColFixLtHdr #footer { 
	padding: 0 0px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
	order:1px solid #cad7dd;

} 

#footer a, #footer a:link, #footer a:visited, #footer a:active{
	color:#00adef;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#1072c6;
	}	
	
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	background-color:#fff;
}

#leftMenu ul{
	margin-left:-30px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	left:0px;
	background-color:transparent;
	padding:0px;}

#leftMenu li{
	background-color:#f1f8fa;
	width:150px;
	font-size:14px;
	border:1px solid #c9d4f1;
	color:#3a5395;
	text-decoration:none;
	list-style-type: none;
	font-weight:bold;


	}
	
	
#leftMenu li a:link, #leftMenu li a, #leftMenu li a:visited, #leftMenu li a:active, #leftMenu li a:focus {
	background-color:#f1f8fa;
	padding:3px;
	display:block;
	list-style:none;
	margin-left:0px;
	color:#034f86;
	text-decoration:none;
		padding-left:23px;
	}

#leftMenu li a:hover, #leftMenu li a:focus {
	background-color:#dae3f7;
	list-style:none;
	margin-left:0px;
	background-image: url(images/leftBgHover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;
	
}
#leftMenu li a#active {
	background-color:#dae3f7;
	list-style:none;
	margin-left:0px;
	background-image: url(images/leftBgHover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;}

	#leftMenuSub ul{

		margin:0px;
}
	



#navlist{float: right;
	width:800px;
	margin-right:7px;
	margin-top:20px;}
	
	
#navlist a:link, #navlist a:visited {
	padding: 5px;
	text-decoration:none;

	border-right:1px solid #fff;
	
}

#navlist ul {
	padding-left:0;
	float: right;
	white-space:nowrap;
	list-style-type:none;
	margin:0;
	display:inline;
	border-top:1px solid #fff;
	margin-top:10px;
}

#navlist li {display:inline;

		}


#levelOne {
margin-top:10px;
	
}

#levelOne li a:link, #levelOne li a:visited, #levelOne li a:active, #levelOne li a   {
	color: #fff;
	font-size: 12px;
	background-image: url(images/menuBg.gif);
	height:30px;
	padding-left:13px;
	padding-right:13px;
	padding-top:15px;
	background-repeat: no-repeat;
	margin-left:5px;

	

}

#levelOne li a:hover, #levelOne li a#active {
	color: #ffffff;
	background-image: url(images/menuBgOver.gif);
	background-repeat: no-repeat;
	border-bottom:0px none;
}

#levelOne li a#active {
		background-image: url(images/menuBgOver.gif);
		background-repeat: no-repeat;
		border-bottom:0px none;
}

#top{
	margin-top:5px;
	float:right;}
	
.prodIm{
	margin-right:10PX;}
