@charset "utf-8";
/* CSS Document */
html{
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: auto;
	background-color: #dbf1ff;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	background-attachment: scroll;
	background-image: url(imgs/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header {
	font-size: 10px;
	height: 400px;
}
#header ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#header ul li ul{
	padding: 0px 10px;
}
#header ul li ul li{
	list-style-type: square;
	margin-left: 3px;
}
#header li{
	font-weight: bold;
	list-style-type: none;
}
#header a{
	color: #325DB0;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 4px 0px;
	text-transform: uppercase;
}
#header a:hover{color: #000033;}

#header #hor_menu a {
	font-weight: normal;
	text-decoration: none;
	display: inline;
}
#header #membership_links a{
	display: inline;
	margin-right: 10px;
}
#container {
	text-align: justify;
}

#container a{
	font-weight: bold;
	text-decoration: none;
	color: #325DB0;
}
#container a:hover{
	color: #69C;
}

#container h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	color: #222540;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 35px;
}
#container #content{
	background-color: #FFFFFF;
	background-image: url(imgs/blue_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	color: #393957;
}
#container #content img{
	padding: 12px;
}
#container .freeprod{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;	
}
#container .freeprod span{
	color: #900;
	text-decoration: line-through;	
}
#footer td{
	text-align: center;
}
#footer a {
	color: #325DB0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
.quotation{
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 50px;
	padding-left: 40px;
	overflow: visible;
	background-image: url(imgs/info.png);
	background-repeat: no-repeat;
	background-position: left 15px;
}
.questions{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 50px;
	padding-left: 40px;
	overflow: visible;
	background-image: url(imgs/info.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.pager div{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	margin: 2px;
	padding: 3px;
	height: 15px;
	width: 15px;
	cursor:pointer;
}
#container .pager a{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin: 2px;
	padding: 3px;
	background-color: #CCCCCC;
	height: 15px;
	width: 15px;
	cursor:pointer;
}

.pager a:active{
	color: #333366;
}
.catalogue{
	display: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
}
.data_table{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333366;
	display: block;
}
.data_table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333366;
}

input, textarea, select {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #434561;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	scrollbar-face-color:  #FFFFFF;
	scrollbar-shadow-color:  #FFFFFF;
	scrollbar-highlight-color:  #FFFFFF;
	scrollbar-3dlight-color:  #FFFFFF;
	scrollbar-darkshadow-color:  #FFFFFF;
	scrollbar-track-color:  #FFFFFF;
	scrollbar-arrow-color: #999999;
	margin: 2px;
	padding: 2px;
}
.obligatoryField {
	color: #336699;
	border: 1px solid #336699;
}
.obligatoryField_error {
	color: #CC0033;
	border: 2px solid #CC0033;
}
#submitBut{
	background-color:#336699;
	color:#ffffff;
	width:140px;
	cursor:pointer
}
.ok {
	color: #999900;
}
