
body {background-image: url('images/bg.png');background-repeat: repeat-x;
	background-color: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}


li {padding-right: 10px;}

h1 {padding-left: 15px;
	font-size:28px; color:#575757; line-height:38px;
}

h1 span{color:#e05115;}

h2 {padding-left: 46px;
	font-size:20px; color:#575757; line-height:58px;
}
h2 span{color:#e05115;
	font-size:20px;
texy-align:left;
}


h2 span a{color:#e05115;
	font-size:20px;
texy-align:left;text-decoration:none;line-height:10px;
}


.an a{color:#e05115;
	font-size:20px;
texy-align:left;text-decoration:none;line-height:14px;
}

h3 {color: #003366;
	font-size: 18px;
}



h5 {color: #003366;
	font-size: 14px;
}


p {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #111111;
	font-size: 12px;
}

a {
	color: #333333;
}

a:hover {
	color: #666666;
}

img {
	border: none;
}



.navBar {
	

}
.navBar a {display:block;font-size:14px; color: #e05115; line-height:16px; font-weight: bold;
text-align:left; text-decoration:none; margin-left:10px;
}

.navBar a:hover { display:block;font-size:14px; line-height:16px; font-weight: bold;
color:#000000; 
text-align:left; text-decoration:NONE;
}

.signIn {
	text-align: center;
}

.error {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #969260;
	padding-bottom: 12px;
	background-color: #eeaaaa;
}

.sidebar {padding-left:15px;padding-right:10px;
	font-size: 12px;
	background-color: #ffffff;
	 
	color: #333333;
	
}
.sidebar h3 {
	font-size: 18px;
	text-align: left;
}
.sidebar a {
	color: #333333;
}
.sidebar a:hover {
	color: #006699;
}

.navLeft {
	float: left;
	padding-top: 7px;
}
.navRight {
	width: 140px;
	float: right;
	text-align: right;
	padding-top: 6px;
}

.adminBorder {
	width: 100%;
	background-color: #aaeeaa;
	border: 1px solid #339966;
}

.contentBorder {
	border: 1px dashed #333333; 
}

.tagLine {
	font-style: italic;
	text-align: center;
	color: #003300;
}
/*class end*/
/*id*/
#content {


	background-color: #ffffff;
	margin-left: 46px;border: 1px dashed #006699; 
	margin-right: 5px;
}
#content h4{
padding-left: 15px;
}

#content h3{
	margin-left: 5px;
}

#sidebar {margin-right: 46px;
margin-top:-28px;


}

#pageCell {
	background-color: #ffffff;

	
	width:968px;margin:0 auto 0 auto;
	text-align: justify;
	
	padding: 0px;
	
	min-height: 540px;
}

#siteTitle {
	text-align: center;
	font-size: 24px;
	padding-top: 2px;	padding-left: 42px;
	color: #339966;
}

#utility {
	padding-right: 10px;
	padding-top: 10px;
	font-size: 12px;
	text-align: right;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}



#siteInfo {
	text-align: center;
	color: #bbbbbb;
}

#pageComments {
	width: 100%;
}
/*id end*/

/*menu*/

.anylinkcss{
	position: fixed;
	visibility: hidden;
	border: 1px solid #339966;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #aaeeaa;
	width: 205px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #339966;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #333333;
	font-size: 12px;
}

.anylinkcss a:hover {
	background-color: #005500;
	color: #999999;
}

/*menu end*/


/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:510px; 
	margin:10px auto 10px; 
	background:#333333 ; 
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
	border-bottom:5px #000000 solid;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	bottom:0px; 
	right:5px; 
	background:url(images/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { height:200px; 
	left:5px; 
	background:url(images/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ height:170px; 
	position:relative ; 
	overflow:hidden ; 
	width:474px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items {  
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:5px 15px 5px; 
	font-size:11px; 
	width:128px; 
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a {  }
#SlideItMoo_items a img{ border:none; }

/* js-disabled class - óñòàíàâëèâàåò ðàçìåð èçîáðàæåíèé, ÷òîáû îíè âñå âñïèñûâàëèñü â âèäæåò  */
.js-disabled img { width:100px; height:100px; display:block; float:left; margin:30px 0 0; }
#outerContainer { width:542px; height:202px; margin:auto; position:relative; } /*  êîíòåéíåð âèäæåòà */
#imageScroller { width:542px; height:202px; position:relative; background:#000000 ; }
#viewer { width:522px; height:182px; overflow:hidden; margin:auto; position:relative; top:10px; }
#imageScroller a:active, #imageScroller a:visited { color:#000000; }
#imageScroller a img { border:0; }
#controls { width:534px; height:47px; background:#000; position:absolute; top:4px; left:4px; z-index:10} /* Ïëàøêà ïîä êíîïêàìè */
#controls a { width:37px; height:35px; position:absolute; top:3px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color:#ffffff; font-family:arial; font-size:100%; font-weight:bold; width:100%; text-align:center; margin-top:10px; }/* Êíîïêà âïðàâî */
#rtl { background:url(images/rtl.png) no-repeat; left:100px; } 
#rtl:hover { background:url(images/rtl_over.png) no-repeat; left:99px; }
#ltr { background:url(images/ltr.png) no-repeat; right:100px; }/* Êíîïêà âëåâî*/
#ltr:hover { background:url(images/ltr_over.png) no-repeat; }
/* --------------------BANNER ROTATOR--------------------- */
#SlideItMoo_banners_outer { 	background:#000000 ; 	background:url(images/slideitmoo_forward.png) no-repeat center;  
	display:block; 
	position:relative; 
	width:577px; 
	height:134px; 
	margin:0px auto 0px; 
	border-left:25px #000000 solid; 
border-right:25px #000000 solid; 
border-top:5px #000000 solid; 
border-bottom:5px #000000 solid; 
}
#SlideItMoo_banners_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:557px ; 
	height:134px ; 
	margin:0px auto 0px;  
}
#SlideItMoo_banners_items { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}
#SlideItMoo_banners_items a img { 
	border:none; 
}


