/* WEBSITE pictures*/
body {
    background-color:#e8e8e8;
	background-image:url('../img/page_bck.jpg');
    background-repeat:repeat;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.siteHead {
    background-image:url('../img/head.jpg');
    background-repeat:no-repeat;
    width:805px;
    height:124px;
}
.siteFoot {
    background-image:url('../img/foot.jpg');
    background-repeat:no-repeat;
    width:805px;
    height:35px;
}
.contentFoot {
    background-image:url('../img/content_bottom.jpg');
    background-repeat:no-repeat;
    width:800px;
    height:116px;
}
.siteHeadPic {
    background-image:url('../img/head_pic.jpg');
    background-repeat:no-repeat;
    width:800px;
    height:139px;
}
.siteBck {
    background-image:url('../img/site_bck.jpg');
    background-repeat:repeat-y;
	width:805px;

}
.menuButton {
	padding-left:10px;
	padding-right:10px;

}
.menuSepa {
    background-image:url('../img/menu_sepa.jpg');
    background-repeat:no-repeat;
	width:7px;
	height:38px;

}

.menuRow {
    background-image:url('../img/menu_bck.jpg');
    background-repeat:repeat-x;
    width:799px;
    height:38px;
}
.colorRow {
    background-color:#000000; 
    width:800px;
    height:40px;
}
.greyRow {
    background-color:#e5e5e5; 
    width:800px;
    height:30px;
}
.pageFoot {

    background-image:url('../img/foot.gif');
    background-repeat:no-repeat;
    background-position:center;
    padding-left:25px;
    width:805px;
    height:79px;
}


.styleHeadImage {
    background-color:#ffffff; 
    background-image:url('../img/start_head.jpg');
    background-repeat:no-repeat;
    background-position:center;
    width:732px;
    height:255px; 
}

.styleHeadImageContent {
	background-color:#ffffff;
	/*background-image:url('../img/cont_head.jpg');*/
	background-repeat:no-repeat;
	background-position:center;
	width:732px;
	height:121px;
}
/*BUTTONS*/
.printButton{
    cursor:pointer;
    border:0px;
    background-image:url('../img/btn_print.jpg');
    background-repeat:no-repeat;
    width:80px;
    height:24px;
}
.proceedButton{
    cursor:pointer;
    border:0px;
    background-image:url('../img/btn_proceed.jpg');
    background-repeat:no-repeat;
    width:80px;
    height:24px;
}
.submitButton{
    cursor:pointer;
    border:0px;
    background-image:url('../img/btn_submit.jpg');
    background-repeat:no-repeat;
    width:80px;
    height:24px;
}
.backButton{
    cursor:pointer;
    border:0px;
    background-image:url('../img/btn_back.jpg');
    background-repeat:no-repeat;
    width:80px;
    height:24px;
}
/*------*/
.menuItem {
	height:32px;
    padding-top:0px;
	padding-bottom:0px;
}

.subscribeImg {
    background-image:url('../img/subscribe.jpg');
    background-repeat:no-repeat;
    background-position:center;
    width:161px;
    height:63px;
}
.kerdoImg {
    background-image:url('../img/kerdo.jpg');
    background-repeat:no-repeat;
    background-position:center;
    width:21px;
    height:21px;
}
.moreButton {
    background-image:url('../img/more.jpg');
    background-repeat:no-repeat;
    background-position:center;
    width:16px;
    height:16px;
}
.topRightSButton {
	font-family:Verdana;
    font-size:12px;
	color:#020266;
	text-decoration:none;

    padding:0px 5px 1px 0px;

}
.topRightMButton {
	font-family:Verdana;
    font-size:14px;
	color:#020266;
	text-decoration:none;


    padding:0px 5px 0px 0px;

}
.topRightLButton {
	font-family:Verdana;
    font-size:16px;
	color:#020266;
	text-decoration:none;

    padding:0px 5px 0px 0px;    

}
.subMenuBck{
    background-color:#ffffff; 
    background-image:url('../img/submenu_bck.jpg.jpg');
    background-repeat:repeat-x;
	background-position:bottom;
}

/*SITEHEAD*/
.siteHeadTable {
    padding-left:10px;
    padding-top:10px;
}
.topRightNav{
    border-left: 2px solid #c8d0e3;
    border-bottom: 2px solid #c8d0e3;
    padding-right:15px;
    padding-top:7px;
}
.topRightStyleSet{
    padding-right:17px;
    padding-bottom:5px;
}
/*CONTENT*/
.contentBox{
    background-image:url('../img/content_foot.jpg');
    background-repeat:no-repeat;
    background-position:bottom;
    border: 1px solid #e0e9f0;
}
.boxBorder{
        font-family:arial;
    font-size:12px;
    color:#5d5d5d;
}
.boxClickAble{
    cursor:pointer;
}
div.contentHolder{
    padding-left:25px;
}
/*SLIDER CSS*/
#myscroller {
	position:relative; 
	width:180px; height:120px; 
	background-color:#ffffff; 
	overflow:hidden; 
	border:solid 1px #cccccc;
	margin:5px; 
}