@CHARSET "UTF-8";
@import "/lib/design/libStyle.css";

/* ************************** Begin My Defaults ************************** */
/*
body{
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
	scrollbar-3dlight-color: Black;
	scrollbar-arrow-color: White;
	scrollbar-base-color: #F5F2EB;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: #A02831;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-track-color: #F5F2EB;
}
*/
td{
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
}
li{
	list-style-position : outside;
	list-style : square;
	margin-top : 3px;
}
hr{
	color : Black;
	height : 1px;
}
h1{
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #732E34;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2{
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: Black;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
/* *********** link *********** */
/*
a:visited, a:link, a:active {
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #512D01;
	text-decoration: underline;
	font-weight : normal;
}
a:hover {
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight : normal;
}
*/
/* ************************** End My Defaults ************************** */

/* *********** blue link *********** */
a.a12pxBlue:visited, a.a12pxBlue:link, a.a12pxBlue:active {
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #316BBF;
	text-decoration: underline;
	font-weight: normal;
}
a.a12pxBlue:hover {
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #316BBF;
	text-decoration: none;
	font-weight : normal;
}

html, body, div.content {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
/*
	background: url("/images/bg2.png") no-repeat;
	background: url("/images/bg2body.png") repeat-x;
*/
}

div.content {
	padding-left: 32px;
	padding-right: 32px;
}	

.non-footer {
	margin: 0;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
/*
	margin-left: 32px;
	margin-right: 32px;
*/
	width: 936px;
	text-align: left;
/*	background-color: #fff; */
}

.footer {
/*	margin-top: -80px; /* -footer height */
	margin-top: -81px; /* -(footer height + border width) */
	position: relative;
	height: 80px;
	clear: both;
/*
	margin-left: 32px;
	margin-right: 32px;
*/
	background-color: #eee;
	border-top: 1px solid #d8d8d8;
	color: #747474;
	width: 936px;
	text-align: left;
}

.header {
	margin: 0;
	height: 176px;
/*	background-color: #fff; */
	overflow: hidden;
	background: url("/images/bg2.png") no-repeat;
}

.headerAbout {
	background: url("/images/about.jpg") no-repeat;
}

.headerContact {
	background: url("/images/contact.jpg") no-repeat;
}

.headerPortfolio {
	background: url("/images/portfolio.jpg") no-repeat;
}

.headerOfferings {
	background: url("/images/offerings.jpg") no-repeat;
}

.headerAdvantages {
	background: url("/images/advantages.jpg") no-repeat;
}

.topmenu {
	margin: 0;
	height: 24px;
	background: #a10f00/*{bgColorHeader}*/ url("/images/topmenu-bg.png")/*{bgImgUrlHeader}*/ 0/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	clear: both;
}
/*
.topmenu-item {
	float: left;
	border-right: 1px solid white;
	color: white;
	padding-left: 32px;
	padding-right: 32px;
	line-height: 24px;
	height: 100%;
}
*/
.topmenu-ritem {
	float: right;
	color: white;
	padding-left: 8px;
	padding-right: 24px;
	line-height: 24px;
	height: 100%;
}

.left {
	float: left;
	clear: left;
/*	width: 200px; */
	width: 0px;
	margin: 0;
	background-color: #fff;
} 

* html .left { /* IE6 hack */
	padding-bottom: 80px; /* footer height */
}

*+html .left { /* IE7 hack */
	padding-bottom: 80px; /* footer height */
}

.right {
	float: right;
	clear: right;
/*	width: 200px; */
	width: 0px;
	margin: 0;
	background-color: #fff;
}

* html .right { /* IE6 hack */
	padding-bottom: 80px; /* footer height */
}

*+html .right { /* IE7 hack */
	padding-bottom: 80px; /* footer height */
}

.center {
/*	margin: 0px 200px 0px 200px; */
/*	margin: 0px 200px 0px 0px; 	 */
	margin: 0;
	padding-bottom: 80px; /* footer height */
	background-color: #fff;
/*
	border-right: 1px dotted #b5b5b5;
*/
}

.block-content {
	padding: 10px 0px 10px 0px;
}

.footer .block-content {
	padding: 15px 20px 0px 20px;
}

.left-header {
	margin-top: 32px;
	margin-bottom: 32px; 
	float: left;
}

.right-header1 {
	margin-top: 32px; 
	margin-bottom: 32px; 
	width: 150px;
	border-left: 1px dotted #c4c4c4;
	float: right;
}

.right-header2 {
	margin-top: 32px; 
	margin-bottom: 32px; 
	width: 150px;
	float: right;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px dotted #b5b5b5;
}

a {
	color: #ff2b2b;
}

a:visited {
	color: #fda201;
}

a img {
	border: none;
}

.topmenu a {
	color: white;
	text-decoration: none;
}

.topmenu a:visited {
	color: white;
	text-decoration: none;
}

.inline
{ 
  display: -moz-inline-stack;
  display: inline-block;
  _overflow: hidden;
  zoom: 1;
  *display: inline;
}

.column {
	padding: 16px;
}

p.info {
	text-align: justify;
}

img.portfolio {
	border: 1px solid #c7c7c7;
	-moz-border-radius: 4px/*{cornerRadius}*/;
	-webkit-border-radius: 4px/*{cornerRadius}*/;
	padding: 2px;
	overflow: hidden;
}
