BODY { 
       background: #fff url(/bsystem/templates/base_template/img/connect.gif) no-repeat right top;
	   font: 100%Tahoma;
	   margin:0 0 15px 0;
	   padding: 0;
	 }

img, a img, img a {border: none;}
                                                                                                    
h1 {
    font: bold 120% Tahoma;
	color: #369;
	margin: 0 0 8px 0;
   }
                                                                                                                                      
h2 {
    font: bold 110% Tahoma;
}
                                                                                                                           
td {}
                                                                                                                            
p {}
                                                                                                                             
li {}
                                                                                                                                  
a:link, a:visited, a:active {
	color: #369;
	text-decoration: underline;
}
                                                                                                                                      
a:hover {
	text-decoration: none;
}
                                                                                                                                      
#helpnav {
	height: 20px;
	position: absolute;
	top: 8px;
	right: 160px;
	text-align: right;
	overflow: hidden;
}
                                                                                                                                      
#helpnav a {
	display: block;
	margin: 5px 20px 0 20px;
	float: right;
}
                                                                                                                                      
#topmenu {
	width: 100%;
	border-top: 1px solid #ccc;
	border-top-style: dotted;
	padding-top: 1px;
	float: none;
	height: 35px;
}

#topmenu a {
	height: auto;
	width: auto;
	padding: 6px 15px;
	background: #369 url(/bsystem/templates/base_template/img/topmenu.gif) repeat-x;
	color: #fff;
	font: bold 12px Tahoma;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 2px;
	border-bottom: 4px solid #fff;
}
                                                                                                                                      
#topmenu a:hover {
	border-bottom: 4px solid #f93;
}
                                                                                                                                      
#SecondLevelMenu {
	margin-left:6px;
	font-size: 70%;
	color: #333;
	margin-top: 12px;
	width: 98%;
}
                                                                                                                               
#SecondLevelMenu a {
	color: #369;
	font: bold 100% Arial;
	padding: 0 20px;
}
                                                                                                                                      
#SecondLevelMenu a:hover {
	text-decoration: none;
	color:#f60;
}
                                                                                                                                      
#TopContentBorder, #BottomContentBorder, #FooterTop, #FooterBottom {
	width: 100%;
	position: relative;
	right: -1px;
	height: 7px;
}
                                                                                                                                     
#TopContentBorder, #FooterTop {
	background:  url(/bsystem/templates/base_template/img/rt_corn.gif) no-repeat right;
	top: -1px;
}
                                                                                                                                      
#BottomContentBorder, #FooterBottom {
	background:  url(/bsystem/templates/base_template/img/rb_corn.gif) no-repeat right;
	top: 1px;
}
                                                                                                                                     
#Content, #Footer {
	width: 80%;
	border: 1px solid #ccc;
	border-left: none;
	margin-top: 14px;
	font-size: 80%;
	color: #369;
	float: left;
}
                                                                                                                                      
#Footer {
}
                                                                                                                                      
.content {
	padding: 10px 25px 25px 25px;
}

.PartImg {
margin-right: 10px;
margin-bottom: 8px;
float: left;
width: auto;
}     
                                                                                                                                 
.RightBlockContent {
	padding: 10px;
} 

.RightBlockContent h2 {
	color: #f60;
	font-size: 90%;
	text-align: center;
}

.RightBlockContent ul li {
	font-size: 85%;
	text-align: left;
	font-weight: bold;
}

.RightBlockContent p {
	font-size: 85%;
	text-align: center;
}
                                                                                                                                    
#TopRightBlock, #BottomRightBlock {
	width: 100%;
	position: relative;
	left: -1px;
	height: 7px;
}
                                                                                                                                      
#TopRightBlock {
	background:  url(/bsystem/templates/base_template/img/lt_corn.gif) no-repeat left;
	top: -1px;
}
                   
#BottomRightBlock {
	background:  url(/bsystem/templates/base_template/img/lb_corn.gif) no-repeat left;
	top: 1px;
}
                                                                                                                                      
#RightBlock {
	width: 18%;
	border: 1px solid #ccc;
	border-right: none;
	margin-top: 14px;
	font-size: 80%;
	color: #369;
	float: right;
}
                                                                                                                                    
.FooterContent {
	padding: 10px;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
}

/* SERVICES */

#Services {

}

#Services div{
float: left;
width: 45%;
margin: 8px;
font-size: 85%;
border: 1px solid #ccc dotted;
padding: 8px;
height: 100%;
min-height: 120px;
}

#Services img{
float: left;
margin-right: 8px;
}

#Services div h2{
margin-bottom: 2px
}

#Services div p{
margin-top: 2px
}
/* END SERVICES */

                                                                                                                                      
/* FEEDBACK */

.feedback {
	border-right:1px solid #ccc;
	border-right-style: dotted;
	background:  url(/bsystem/templates/base_template/img/form_bg.gif) no-repeat top right;
}
                                                                                                                                    
.feedback fieldset {
	border:1px solid #ccc;
	border-style: dotted;
	border-right: none;
	padding: 35px 20px;
}
  
.feedback span {
	color: #f93;
	font-weight: bold;
	font-size: 14px;
}
                                                                                                                                   
.feedback p {
	color: #f93;
	font-weight: bold;
	font-size: 11px;
}
                                                                                                                                      
.feedback label {
	color: #369;
	font-weight: bold;
	font-size: 12px;
	display: block;
	float: left;
	width: 220px;
}
                                                                                                                                     
.feedback legend {
	color: #fff;
	padding: 5px 10px;
	background: #369;
	font: bold 12px Arial;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
                                                                                                                                      
.feedback textarea {
	color: #f60;
	font-family: Tahoma;
	border: 1px solid #ccc;
	margin: 3px 0;
}
                                                                                                                                      
.feedback input {
	color: #f60;
	font-family: Tahoma;
	height: 18px;
	border: 1px solid #ccc;
	margin: 3px 0;
}
                                                                                                                                     
.feedback select option {
	border: 1px solid #ccc;
	color: #f60;
}
                                                                                                                                      
.feedback select {
	margin: 3px 0;
}
                                                                                                                                      
.feedback img {
	margin-right: 10px;
}
                                                                                                                                      
.buttons {
	position: relative;
	float: right;
	right: 5%;
}
                                                                                                                                     
.buttons input {
	height: 20px;
	color: #fff;
	background: #369;
	cursor: pointer;
	border: 1px solid #ccc;
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 1px;
}

/* END_FEEDBACK */


