
/* Body Style */
body {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #323232;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/bg.gif) top left repeat-x #fcfcfc;
}

/* standard Hyperlink */
a {
	color: #0056ab;
}

a:hover {
	color: #c11d1a;
}

/* standard Form */
form {
	margin: 0px;
}
select{
	font-size: 11px;
}
textarea {
	overflow: auto;
	font-size: 11px;
	font-family: arial;
}
input {
	font-size: 11px;
}

/* standard cell */
td, th {
	font-size: 1.0em;
}

img, object {
	border: 0px;
}

.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
	margin: 0px 10px 0px 0px;
}

.center{
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear{
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
}

/* layout style */

.body {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
table.body {
	width: 540px;
	background: url(../images/gradTbl.gif) top left repeat-x #f8f8f8;
}
.header {
	height: 125px;
	padding: 0px;
	overflow: hidden;
}
.headerCell {
	height: 85px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgHeader.gif) right 50% no-repeat;
}
a.siteLogo {
	width: 200px;
	height: 85px;
	padding: 0px;
	overflow: hidden;
	float: left;
	display: block;
}
#mainNavContainer {
	height: 40px;
	padding: 0px 12px;
	overflow: hidden;
}
#mainNavCell {
	color: #666;
	float: right;
}
#mainNavCell p {
	margin: 0px !important;
	padding: 12px 0px !important;
	float: left;
}
#mainNavCell p.active {
	background: url(../images/menuSign.gif) top center no-repeat;
}
#mainNavCell p a {
	padding: 0px 12px 0px 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#mainNavCell p a:hover {
	color: #fff;
	text-decoration: underline;
}
#mainNavCell p a.order {
	color: #ffee00;
	text-decoration: none;
}
#mainNavCell p a.order:hover {
	color: #ffee00;
	text-decoration: underline;
}

.mainPage {
	padding: 0px 0px 40px 0px;
	background: url(../images/bgSide.gif) top right repeat-y;
}
*html .mainPage {
	height: 100px;
	overflow: visible;
}
.wrapper {
	width: 548px;
	padding: 0px;
	overflow: hidden;
	float: left;
	display: block;
}

.sidebar {
	float: right;
	display: block;
	width: 252px;
	min-height: 520px;
	overflow: hidden;
	background: url(../images/sidebgTop.gif) top left no-repeat;
}
*html .sidebar {
	height: 520px;
	overflow-y: visible;
}

.sideContent {
	padding: 42px 19px 0px 43px;
	overflow: hidden;
}

.cs {

}
.cs #stdFormContainer {
	
}
.cs #stdFormCellHeader {
	text-align: center;
	font-weight: bold;
	color: #ff6600;
	font-size: 11px;
	padding: 8px 10px 9px 10px;
	background: url(../images/bgHeading.gif) top no-repeat;
}
.cs #stdFormCell {
	padding: 10px 6px;
	font-size: 11px;
}
.cs #stdFormCell p {
	margin: 15px 0px 10px 0px !important;
	padding: 0px !important;
	color: #666;
}
.cs #stdFormCellBottom {
	display: none;
}
td.borderCC {
	font-size: 11px;
}

.login {

}
.login #loginContainer {
	background: url(../images/bgLogin.gif) top repeat-y;
}
.login #loginCellHeader {
	text-align: center;
	font-weight: bold;
	color: #323232;
	font-size: 11px;
	padding: 10px;
	background: url(../images/loginHeader.gif) top no-repeat;
}
.login #loginCell {
	color: #666;
	font-size: 11px;
	padding: 3px 10px;
	text-align: right;
}
input.loginText {
	width: 110px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #c8c8c8;
}
input.loginText:focus {
	border: 1px solid #666;
}
input.loginButton {
	margin-right: 58px;
	width: 54px;
	height: 18px;
	padding-bottom: 2px;
	font-family: verdana;
	font-size: 9px !important;
	font-weight: bold;
	border: none;
	color: #17293a;
	background: url(../images/loginBtn.gif) top no-repeat;
	cursor: pointer;
}
*html input.loginButton {
	padding-bottom: 0px;
}
input.buttonImg {
}

.login #loginCellBottom {
	margin: 0px !important;
	font-size: 11px;
	padding: 15px 10px 21px 10px;
	overflow: hidden;
	text-align: center;
	color: #666;
	background: url(../images/loginBottom.gif) bottom no-repeat;
}
*html .login #loginCellBottom {
	height: 13px;
}
.login #loginCellBottom a {
	color: #666;
	text-decoration: none;
}
.login #loginCellBottom a:hover {
	color: #323232;
	text-decoration: underline;
}

.menu {
	margin: 5px 0px 10px 0px;
}
.menu #menuContainer {
	padding: 10px;
}
.menu #menuCellHeader, .menu #menuCellBottom {
	display: none;
}
.menu #menuCell {
	font-size: 11px;
	font-weight: bold;
}
.menu #menuCell p {
	margin: 2px 0px !important;
	padding: 5px 0px;
	border-bottom: 1px solid #ececec;
}
.menu #menuCell p a {
	display: block;
	padding: 0px 0px 0px 12px;
	color: #666;
	text-decoration: none;
	background: url(../images/arrowMenu.gif) no-repeat;
	background-position: 0px 0px;
}
.menu #menuCell p a:hover {
	color: #323232;
	text-decoration: none;
	background-position: 0px -11px;
}

.news {

}
.news #newsContainer {
	margin-bottom: 15px;
}
.news #newsCellHeader {
	text-align: center;
	font-weight: bold;
	color: #86a700;
	font-size: 11px;
	padding: 8px 10px 9px 10px;
	background: url(../images/bgHeading.gif) top no-repeat;
}
.news #newsCell {
	margin: 5px 0px 0px 0px;
	padding: 15px 10px;
	font-size: 11px;
	border: 1px solid #ececec;
}
.news #newsDate {
	font-size: 10px;
	color: #999;
	margin-bottom: 3px;
}
.news #newsTitle {
	font-weight: bold;
	line-height: 130%;
}
.news #newsTitle a {
	text-decoration: none;
}
.news #newsDesc {
	margin: 5px 0px;
	line-height: 130%;
}
.news #newsCellBottom {
	display: none;
}

.partner {

}
.partner #newsContainer {
	margin-bottom: 5px;
}
.partner #newsCellHeader {
	text-align: center;
	font-weight: bold;
	color: #ff6600;
	font-size: 11px;
	padding: 8px 10px 9px 10px;
	background: url(../images/bgHeading.gif) top no-repeat;
}
.partner #newsCell {
	font-size: 11px;
	padding: 0px 10px;
}
.partner #newsCell ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	text-align: center;
}
.partner #newsCell ul li {
	margin: 10px 0px;
}
.partner #newsCell ul li a {
	padding: 2px 0px;
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
.partner #newsCell ul li a:hover {
	color: #323232;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

.testimoni {
	
}
.testimoni #stdFormContainer {

}
.testimoni #stdFormCellHeader {
	text-align: center;
	font-weight: bold;
	color: #86a700;
	font-size: 11px;
	padding: 8px 10px 9px 10px;
	background: url(../images/bgHeading.gif) top no-repeat;
}
.testimoni #stdFormCell {
	margin: 5px 0px 0px 0px;
	padding: 5px 8px;
	font-size: 11px;
	line-height: 130%;
	border: 1px solid #ececec;
}
.testimoni #stdFormCell p {
	margin: 8px 0px !important;
	padding: 0px !important;
}
.testimoni #stdFormCell p a {
	color: #666;
	text-decoration: none;
}
.testimoni #stdFormCell p a:hover {
	color: #323232;
	text-decoration: underline;
}
.testimoni #stdFormCell div {
	padding-bottom: 5px;
	border-bottom: 1px solid #ececec;
}
.testimoni #stdFormCell div a {
	color: #0056ab;
	text-decoration: none;
}
.testimoni #stdFormCell div a:hover {
	color: #c11d1a;
}
.testimoni #stdFormCellBottom {
	display: none;
}

#contentContainer {
	padding: 10px 0px 60px 0px;
}
#content {
	padding: 10px 0px;
}
#content, #content p{
	margin: 8px 0px !important;
	padding: 0px !important;
	line-height: 140%;
}
#content h1 {
	margin: 10px 0px !important;
	padding: 0px !important;
	font-size: 1.3em;
	color: #86a800;
}
#content td {
	font-size: 11px;
}
table.body td {
	padding: 8px 10px;
	border-top: 1px solid #ccc;
}
table.body td td {
	padding: 0px;
	border: none;
}
table.body td input, table.body td select, table.body td textarea {
	border: 1px solid #aaa;
	font-size: 11px;
	padding: 1px;
}

.footer {
	position: absolute;
	z-index: 20;
	margin-top: -80px;
	width: 548px;
	height: 40px;
	padding: 0px;
	overflow: hidden;
}
.footerCell {
	padding: 12px;
	text-align: center;
	font-size: 11px;
	color: #323232;
	background-color: #dcdde1;
	border: 1px solid #c5c7cc;
}
.footerCell a {
	color: #0056ab;
	text-decoration: none;
}
.footerCell a:hover {
	color: #0056ab;
	text-decoration: underline;
}
.footerCell a strong{
	color: #323232;
	text-decoration: none;
}
.footerCell a:hover strong{
	color: #fff;
	text-decoration: underline;
}