/*MAIN****************************************************************************/
html {
 margin:0;
 padding:0;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#container {
	background-color:#000000;
	color:#9CF;
	text-align:left;
}



a {
	color: #6BEA2B;
}

.clear {
	clear:both;
}

#submit {
	color: #fff;
	background-color:#5381B5;
	border: 1px solid #999999;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	padding: 2px;
}




/*/MAIN****************************************************************************/
/*LAYOUT***************************************************************************/
#container {
 /*width:900px;
 margin:0 auto;*/

}

#header {
	height:200px;
	overflow: hidden;
	padding:0px;
	vertical-align: top;
	background:url(images/head_ground.jpg) left top repeat-x;
	background-color:#CCCCCC;
	
}

#wrapper {
 margin:0;
 padding:0;
}

#footer {
 width:100%;
}
/*/LAYOUT***************************************************************************/
/*HEADER***************************************************************************/
#header img{
 border:0;
}

#headleft {
width:296px;
height:200px;
background:url(images/head_left.jpg) left top no-repeat;
}

#left_menu {
	position:relative;
	left: 90px;
	top: 155px;
}

#headright {
width:287px;
height:200px;
background:url(images/head_right.jpg) left top no-repeat;
}

#make_start {
	width:127px;
	position:relative;
	left: -70px;
	top: 50px;
}

#right_menu {
	position:relative;
	left: -127px;
	top: 133px;
}

/*/HEADER***************************************************************************/
/*SIDEBAR***************************************************************************/
.sidebar {
 background-color:#140719;
 color:#999;
 text-align:left;
}

.sidebar .itemhead {
	background-color:#941207;
	width:190px;
	margin: 10px auto 0px auto;
	padding:5px;
	border: 1px solid #D1282F;
	color:#FFCC00;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 90%;
	background-image: url(images/plask.gif);
}

.sidebar .itembody {
	background-color:#212341;
	width:180px;
	margin: 0px auto 10px auto;
	padding:10px;
	color:#9CC1FF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #D1282F;
	border-bottom-color: #D1282F;
	border-left-color: #D1282F;
}
.sidebar .itembody  ul{
 position:relative;
 margin: 5px;
 padding:0px;
 padding-left: 10px;
 list-style-image: url(images/point2.gif);
 font-weight:bold;
 text-transform:uppercase;
 font-size:11px;
 
}

.sidebar .itembody  ul li{
 padding-bottom: 5px;
}

.itembody a {
	color:#6BEA2B;
	text-decoration: none;
}
.itembody a:hover {
	text-decoration: underline; 
}




.mlevel2 a {
	letter-spacing:0px;
	color:#00C462;
}

.mlevel3 a {
  text-transform: none;
}



.sidebar .banner {
	border: solid 1px #D1282F;
	padding: 70px 10px 70px 10px;
	margin: 0px auto 10px auto;
	width:180px;
	text-align:center;
	font-weight:bolder;
	font-size: 14px;
	color:#C3272E;
}

select  {
	border: 1px solid #9CC1FF;
	background-color:#E8E8E8;
	color:#000000;
	font-size:13px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input  {
	border: 1px solid #9CC1FF;
	background-color:#E8E8E8;
	color:#000000;
	font-size:13px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.ord_shturm {
	border: solid 1px #D1282F;
	padding: 5px 0px 5px 0px;
	margin: 20px auto 20px auto;
	width:200px;
	text-align:center;
	font-weight:bolder;
	font-size: 14px;
	color:#C3272E;
	background-color:#663366;
}

/*/SIDEBAR***************************************************************************/
/*POLL***************************************************************************/
#poll {
}
#pollqs {
	font-weight:bold;
	color:#FFFFFF;
}
/*/POLL***************************************************************************/
/*CALENDAR***************************************************************************/
#cl_body {

}
.cl_table {
 background-color:#D6D6D6;
 color:#000;
 font-weight:bold;
 font-size: 90%;
}
.cl_dayofweek {
 font-size: 80%;
 background-color:#F5F5F5;
 color: #999;
}
.cl_holiday {
  color: #444;
}

.cl_today {
	text-align: center;
	background-color: #fff;
	border: 2px solid #ccc;
	margin:0;
    padding:3px 1px 3px 1px;
}
.cl_day {
	width: 20px;
	text-align: center;
	margin:0;
    padding:2px 1px 2px 1px;
	
}
.cl_day a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	
}

.cl_today a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	
}
/*/CALENDAR***************************************************************************/
/*CONTENT***************************************************************************/
#content {
	text-align:justify;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 1.3em;
	color:#DFDFDF;
	background-color:#212341;
	padding-top: 10px;
	margin-top: 10px;
	border: 1px solid #3C3F75;
}
#content h2 {
	margin:10px;
	padding:0;
	font-size:16px;
	color:#FF0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
}
.textarea {
  padding: 10px;
}
.textarea img{
 margin: 10px;
}
.tlt1 {
 color:#FF0000;
 text-align:center;
 font-weight:bold;
}
/*/CONTENT***************************************************************************/
/*NEWS***************************************************************************/
#news { 
 text-align:justify;
 position:relative; /*fix IE bug */
}

#news .title {
	margin: 15px 5px 3px 5px;
	padding: 5px 5px 5px 25px;
	position:relative; /*fix IE bug */
	font-weight:bold;
	font-size: 11px;
	color:#D8D8D8;
	background-image: url(images/point3.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	text-transform:uppercase;
}
#news .date {
	color:#FFCC00;
	font-weight:normal;	
}

#news .more {
text-align:right;
padding-right: 10px;
}
#news .more a{
text-decoration:none
}
#news .more a:hover{
text-decoration:underline;
}
/*/NEWS***************************************************************************/
/******************************PHOTOS******************************************************************/
.maintext img {
border: 0px;

}

.photos {
  width: 90%;
  text-align:center;
  margin-top: 20px;
  margin-bottom: 230px;
}
.photos  img {
  border: 0px solid #aaa;
  margin: 4px;
}

.card_icon {
 display:block;
 float:left;
 width:225px;
 height:260px;
 margin: 4px;
}
.card_send {
text-align:center;
}
#singlecard {
 text-align:center;
 margin: 8px;
}


/*********************************POP-UP IMAGES*********************************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
padding: 2px;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #3C3F75;
	padding: 0px;
	left: -1000px;
	border: 1px solid 888;
	visibility: hidden;
	color: #fff;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 75px;
left: -200px; /*position where enlarged image should offset horizontally */

}

/*/PHOTOS***************************************************************************/
/******************************VIDEO******************************************************************/

#vid_wrap {

}

.vid_item {
	position:relative;
	float:left;
	margin: 3px;
	padding:0;
	
}

.vid_icon {
 position:relative;
 width: 200px;
}

.vid_icon  img{
 border: 1px solid #888;
}



.vid_title {
 font-size:11px;
 font-weight:bold;
 color:#EEEEEE;
 text-align:center;
}


.vid_youtube {
}


.vid_title_single {
 font-size:11px;
 font-weight:bold;
 color:#EEEEEE;
 text-align:center;
}



/*FOOTER***************************************************************************/
#footer1 {
 height:57px;
 background: url(images/foot1_ground.jpg) top left repeat-x; 
 color: #fff;

 }
#footer2 {
 height:100px;
 background: url(images/foot2_ground.jpg) top left repeat-x; 
 color: #fff;

 } 
.copyright {
	font-size: 9px;
	color: #fff;
}


 

/*/FOOTER***************************************************************************/

