html {
	width: 100%;
	height: 100%;
	
}
body {
	font-family: arial, verdana, tahoma;
	font-size: 14px;	
	background-color: #e3e3e3;
	color: #4d4d4d;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}


a{
	color: #000000;
	text-decoration: underline;
	
}
a:hover {
	text-decoration: none;
}
h1 {
	border-bottom: 1px solid #7ebc42;
	color: #7ebc42;
}
h2 {
	font-size: 15px;
}
h3 {
	
}
ul {}
li {}


.clear {
	clear: both;
}

/*   ID and class definition    */
#mainWrap {
	width: 100%;
	background: #e3e3e3 url(images/topMainBgLevi.gif) center top no-repeat;
}

	
#leftMenu A, #shortcutMenu A, #footer A {
	color: #000000;
	text-decoration: none;
	
	
}

/*#shortcutMenu, #logoWrap, #topImages, #contentWrap, #footer {*/
#allWrap {
	width: 989px;q
	text-align: left;
    margin-left: auto ;
    margin-right: auto ;
}

#topWrap {
	height: 211px;
}
#shortcutMenu {
	height: 19px;
	text-align: right;
}
#shortcutMenu A {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.8em;
}
#logo {
	background: #7ebc42 url(images/topBg.gif) top repeat-x;
	height: 82px;
	padding-left: 75px;
}

#contentWrap {
	margin-top: 10px;
}
#content {
	width: 735px;
	float: right;
	font-size:14px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
}

#footer {
	padding: 50px 10px 3px 10px;
	
	margin-right: 210px;
	font-size: 11px;
	border-bottom: 1px solid #ead263;
}

#leftColumn {
	width: 220px;
	float:left;
	background: #7ebc42 url(images/topBg.gif) top repeat-x;
}
/* Left Menu*/

#leftMenu {
	margin-top: 30px;
}

#leftMenu UL {
	margin:0;
	padding:0;
 	list-style-image:none;
 	list-style-type:none;
 	display:block;
 }

#leftMenu LI {
	list-style-image:none;
	list-style-type:none;	
	display:block;
}

#leftMenu A {
	display:block;
	text-decoration:none;
	font-size:15px;
	font-weight: bold;
	padding:4px 4px 5px 18px;
	background: url(images/hor_line.gif) bottom repeat-x;
}	

#leftMenu A:hover, #leftMenu UL LI.menuCur A {
	color: #7ebc42;
}

/* drugi nivo*/
#leftMenu UL UL LI {
	background-color: #88c947;
}

#leftMenu UL LI.menuCur UL LI A, #leftMenu UL LI.menuAct UL LI A {
	font-size: 13px;
	padding-left: 30px;
	color: #4d4d4d;
}	

#leftMenu UL UL LI A:hover {
	color: #ffffff !important;
}


#leftMenu UL LI.menuAct UL LI.menuCur A  {
	color: #ead263;
}	

/* tretji nivo*/
#leftMenu UL UL UL LI {
	margin-left: 25px;
	background-color: #91d64b;
}	

#leftMenu UL LI.menuAct UL LI.menuCur UL LI A, #leftMenu UL LI.menuAct UL LI.menuAct UL LI A {
	padding-left: 15px;
}	

#content LI {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
}

#content INPUT {
	width: 400px;
}
#content LABEL {
	display: block;
}
#content TEXTAREA {
	width: 400px;	
}
.csc-mailform-submit {
	margin-top: 20px;
}





