@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, sans-serif;
	background-color:#4d4e53;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #4d4e53;
}
p{
	font-size: 80%;
	line-height:110%;
	margin-top:5px;
}
td{
	font-size: 80%;
	line-height:110%;
	margin-top:5px;
}
h1{
	font-size:100%;
	color:#e70033;
}
h2{
	font-size:90%;
}
h3{
	font-size:85%;
	font-weight:lighter;
	color:#9d9ea2;
}
h4{
	font-size:80%;
	font-weight:bold;
}
ul{
	font-size:80%;
	list-style-image:url(../images/redSqSm.png);
	list-style-position:outside;
	/*margin-left:-15px;*/
}

#clientList ul{
	font-size:90%;
}
a{
	color: #333333;
	border:none;
	text-decoration:none;
}
a img{
	border:none;
	text-decoration:none;
}

#container {
	width: 850px;  
	margin: 0 auto; 
	margin-top:50px;
	margin-left:300px;
	text-align: left;
}
#container_inner{
	margin:0 auto;
}
#mainContent {
	padding: 0;
	margin:0 auto;
	color:#666;
}

#mainContent_inner{
	height:350px;
	padding:0;
	position:relative;
}
iframe#ifrm{
	width:550px;
	height:355px;
	background-color:#4d4e53;
}
#kontek{
	position:absolute;
	width:90px;
	height:350px;
	left:-90px;
	background-image:url(../images/kontek.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#aboutContent{
	text-align:left;
	padding:10px 0;
	background-color:#faf9f9;
}
#aboutContent_inner{
	overflow:auto;
	height:310px;
	/*width:550px;*/
	margin:5px 0;
	padding:10px;
}
#aboutContent a{
	border-bottom:1px solid #e70033;
	line-height:140%;
}

.fltRt{
	float:right;
	/*margin:0 8px 0 10px;*/
}
.fltLt{
	float:left;
	margin:0 10px 8px 0;
}
.captionRt{
	text-align:right;
	font-size:70%;
	font-style:italic;
}
.red{
	color:#e70033;
}
.copyright{
	color:#858282;
	font-size:65%;
	margin-left:310px;
	margin-top:-5px;
}
#aboutContent a.noLine{
	text-decoration:none;
	border:none;
}

.textbox {
	background-color: #FFFFFF;
	border: 0;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}

.textbox-long {
	background-color: #FFFFFF;
	border: 0;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}


.textbox-longer {
	background-color: #FFFFFF;
	border: 0;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}

.textbox-longest {
	background-color: #FFFFFF;
	border: 0;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}
textarea{
	font-size: 90%;
}
