/* ======================================================
	 Style sheet, version 10-06-2006
	 Original author : Ishkhan Adamyan (i.adamyan@yahoo.com)
====================================================== */


/* ------------------------------------------------------
   Default HTML element definitions
------------------------------------------------------ */

/* Removing borders from linked images */ 
a img {
	border:none;
}

/* removing extra margin from form elements */
form { 
	margin:0px;
}

/* default font */
body, h1, h2, h3, h4, h5, h6, td { 
	margin:0px; 
	font: 12px Arial, Helvetica, sans-serif; color: #000; 
	background-color: #FFFFFF;
}

body { 
	padding:5px; 
	background-color:black;
}

/* Headlines : h1 is used for the main (top) headline/contecnt section
h2 is used for the rest of the content headlines */
h1, h2 { 
	margin-bottom:15px; 
	font-size:12px; line-height:1em; font-weight:bold; color:#26819e; 
	background-color:#fff; 
}

/* Common text elements */
p { 
	margin:0px; padding:0px 0px 9px 0px; 
	line-height:17px; text-align:justify; 
}

/* Link colors */

a { 
	color:#2487a6; text-decoration:none;
	background-color:#fff; 
}
a:hover { 
	color:#000; font-weight:bold;
	background-color:#fff; 
}
/*a:visited{color:#666666; background-color: #FFFFFF;}
a:active{color:#0000CC; background-color: #FFFFFF;}*/

/* Ordered and unordered list elements */
ul, ol, li { 
	margin:0px; padding:0px;
}

/* used for breaking flows */ 
.breaker {
	overflow:hidden;
	height:1px;
	clear:both
}

img {
	border:none;
}

#container {
	width:950px;
	margin:0px auto;
}

#header {
    position:relative; height:108px;
    background:#000 url(img/header_bg.gif);
	border:1px solid #010101;
	color:#fff; 
}

#header .image {
    height:108px; 
    background:transparent url(img/header.jpg) left top no-repeat;
}

#header h1 {
	position:absolute; top:15px; right:5px; 
	color: #fff;
	font-size:18px; font-weight:bold; 
	background-color: transparent;
}

#header .url {
	position:absolute; bottom:0px; right:0px; width:183px; height:15px; background:transparent url(img/header_url.gif) bottom right no-repeat;
}

#globalcontent {
    position:relative; margin:1px 0px; border:1px solid #010101; background:#000 url(img/content_bg.gif) bottom left repeat-x; color:#CCCCCC;
}

#left {
    position:absolute;
	top:0px; left:0px;
	width:249px;
	border-right:1px solid #000;
}

#left .top {
    height:40px;
    background:transparent url(img/lt_bg.gif);
    border-bottom:1px solid #000;
}

#left .bottom {
    height:40px;
    background:transparent url(img/lm_bg.gif);
}

#left .menu {
	height:14px; overflow:hidden;
	border-bottom:1px solid #000;
}



#left .menu a {
    display:block; 
	background-color:#cccccc; border:1px solid #fff; 
	color:#000066; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-decoration:none; 
}

#left .menu a:hover {
	background-color:#cccccc; 
	color:#000; font-weight:bold; 
}

#content {
	margin-left:250px; padding:25px; background-color:#fff; color:#000;
}


#footer {
	height:17px; padding-top:65px;
	background:transparent url(img/footer_bg.gif) left top repeat-x; border:1px solid #000;
	text-align:center; 
}

#footer a { 
	background-color:#1b5266; 
	color:#cccccc; font-size:10px; font-weight:bold; text-decoration:none; 
}

#footer .del {
	margin:0px 10px;
	background-color:#1b5266;
	color:#cccccc; font-size:10px;
}

