@import url("editor.css");
@import url("services.css");

body {
	background-color: #D3D3D3;
}

/* WRAPPER */
#wrapper {
	width: 900px;
	margin: 0px auto;
	background-color: White;
}

/* HEADER */
#header {
	height: 120px;
	background: transparent url("../gfx/header.jpg") no-repeat;
}

#header #cms_version {
	padding: 70px 17px 0 0;
	text-align: right;
	color: #fff;
	line-height: 20px;
	font-size: 10px;
}

/* ROUTE */
#route {
	text-align: right;
	clear: both;
	line-height: 24px;
	border: 1px solid #fff;
	padding: 0 10px;
	font-size: 10px;
}

/* MAIN */
#main {
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
}

/* SIDEBAR */
#sidebar {
	width: 184px;
	padding: 8px;
	float: left;
	background-color: #CDDDE5;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
}

/* NAVIGATION */
#sidebar #navigation {
    margin: 0 0 1em 1em;
}
#sidebar #navigation ul {
    padding: 0;
    margin: 0;
	 list-style: none;
	 list-style-image: url("../gfx/nuol.gif");
}
#sidebar #navigation ul ul{
	 list-style: none;
	 list-style-image: url("../gfx/nuol_p.gif");
}
#sidebar #navigation ul ul {
    padding: 0;
    margin: 0 0 0 1.2em;
}
#sidebar #navigation ul li {
    padding: 0;
    margin: 0;
}
#sidebar #navigation ul li a{
	text-transform: uppercase;
}
#sidebar #navigation ul ul li a{
	text-transform: none;
}
#sidebar #navigation ul li a.active {
	font-weight: bold;
	letter-spacing: -0.06em;
}
#sidebar #navigation ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -0.03em;
	border: none;
}

/* LANGUAGE SELECTION */
#sidebar #language_selection {
	margin-bottom: 15px;
	text-align: center;
}

/* ADMIN LINK */
#sidebar #admin_link {
	margin-bottom: 15px;
	text-align: center;
}

/* CONTENT */
#content {
	margin-left: 200px;
	padding: 15px;
}
#content #pu{

}
#content .colum{
	float: left;
	width: 344px;
}
#content .c_left{
	margin-right: 10px;
	width: 316px;
}
#content #down{
	clear: both;
	width: 670px;
}
/* FOOTER */
#footer {
	clear: both;
	background: transparent url("../gfx/footer.gif") no-repeat;
	height: 30px;
}

/* EMEDIA SIGNATURE */
#signature {
	width: 900px;
	margin: 0px auto;
}
#signature, #signature a {
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}
