/*common CSS Coding*/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}

 body {
	font-family:Tahoma;
	font-size:11px; 
	margin:0;
	padding:0;
	text-align:left;
	width:100%;	
	background-color:#fff;
}
form,table,p,h1,h2,h3,h4,h5,h6,ul,li,div,dl {
	margin:0;
	padding:0;
	font-size:100%;
	}
	li{
	list-style:none;
	}
	a{
	text-decoration:none;
	outline: none;
	}
	a:hover{
	text-decoration:underline;
	}
	img{
	border:0;
	vertical-align:middle;
}


/* CSS Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-- Hacks used for floating problem --*/
.clsFloatLeft{
	float:left;
}
.clsFloatRight{
	float:right;
}
/* Starting container */
#container {
	width:100%;
	margin:0 auto;
 }
#header{
	background:url("../forum/styles/prosilver/theme/images/header_bg_small.jpg") no-repeat right;
	height:177px;
}
#selLogo {
	width:228px;
	padding:32px 0 0;
}
#selLogo h1 {
	background:url("../forum/styles/prosilver/theme/images/logo.png") no-repeat scroll 0 0;
	width:207px;
}
#selLogo h1 div {
	display:block;
	height:145px;
	overflow:hidden;
	text-indent:-2000em;
	width:207px;
}
#menu{
	/*background:url(../images/mnu_bg.jpg) no-repeat scroll 0 0;*/
	background:url("../forum/styles/prosilver/theme/images/mnu_background.gif") repeat-x;
	height:38px;
}
#menu li{
	float:left;
}
#menu li a{
	font-family:Trebuchet MS;
	font-weight:bold;
	color:#fff;
	display:block;
	font-size:14px;
	line-height:38px;
	padding-left:4px;
	margin:0 15px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase
}
#menu li a:hover{
	color:#AD5A00;
}
.clsWelcome{
	background:url("../forum/styles/prosilver/theme/images/welcome_bg.jpg") repeat-x scroll 0 0;
	height:69px;
}
.clsLftWelcome{
	color:#001F3F;
	padding:5px 0 0 15px;
	line-height:1.4em
}
.clsLftWelcome h3{
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
}
.clsLftWelcome p{
	font-size:11px;
}
.clsSearch{
	width:220px;
	background:url("../forum/styles/prosilver/theme/images/search_txtbox.jpg") no-repeat scroll 0 0;
	height:51px;
	margin-top:6px;
	margin-right:11px;
}

.clsSearch input#keywords{
	border:1px solid #fff;
	width:150px;
	margin-left:1px;
}

.clsTxtBox{
	padding-left:5px;
	width:153px;
	border:none;
	background:no-repeat none;
}

#content{
/*	overflow:hidden;
	clear:both;*/
	padding:10px 0;
}

#user_info{
	margin-top:10px;
	background-color:#F3F3F3;
	border:7px solid #EAEAEA;
}

#content_inner{
/*	overflow:hidden;
	clear:both;*/
	width:100%;
	position: relative;
}

#main{
	width:100%;
	background:#EAEAEA;
}

#mainIn{
	padding:10px;
}

/* Interior */

#main_content_container{
	clear:both;
	overflow:hidden;
}

#main_content{
	background:#F3F3F3;
	border-bottom:2px solid #DFDFDF;
	color:#000;
	padding:14px;
}

/* End Interior */


.clsComHead{
	background:#F3F3F3;
	border-bottom:2px solid #DFDFDF;
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:14px;
}
.clsComHeadIn{
	background:#fff;
	padding:15px;
	overflow:hidden;
}
.clsNewsBlock{
	clear:both;
	overflow:hidden;
}
.clsNewsBlockIn{
	background:url("../forum/styles/prosilver/theme/images/news_bg.jpg") repeat-x scroll 0 0 transparent;
	color:#01386E;
	height:75px;
	padding:10px;
	width:204px;
	overflow:hidden;
}
.clsNewsBlock a{
	font-size:11px;
	font-weight:bold;
	color:#01386E;
	text-decoration:underline;
	line-height:1.5em
}
.clsClear{
	clear:both;
	overflow:hidden;
	/*padding-top:0px;*/
}
.clsNewsBlock p{
	padding-top:5px; 
	clear:both;
}
.clsNewsBlock a:hover{
	text-decoration:none;
}
.clsGallery{
	clear:both;
	overflow:hidden;
	padding-top:10px;
}
.clsGalleryIn{
	width:222px;
	border:1px solid #E7E7E7;
	background:url("../forum/styles/prosilver/theme/images/gallery_bg.jpg") repeat-x scroll 0 0;
	height:198px;
}
.clsPhotos{
	padding:13px 0 6px;
	text-align:center;
}

.clsPhotos img{
	margin:13px 0 6px;
	border:#000 solid 3px;;
}
.clsSpace{
	margin-right:13px;
	
}
.clsGallery p{
	text-align:center;
	color:#404040;
	font-family:Trebuchet MS;
	line-height:15px;
}
.clsBottom{
	text-align:center;
	padding:20px 0 11px;
}

#footer{
	clear:both;
	overflow:hidden;
	background:#fff;
	text-align:center;
}
#footer ul{
}
#footer li{
	display:inline;
}
#footer li a{
	font-family:Trebuchet MS;
	color:#707070;
	text-decoration:underline;
}
#footer li a:hover{
	text-decoration:none;
}

#footer #inner_footer{
	margin:0 auto;
	width:775px;
	padding-top:60px;
	background: url("../forum/styles/prosilver/theme/images/bottom_logo.jpg") left no-repeat;
	line-height:1.4em;
}

#footer #inner_footer a{
	color:#707070;
	text-decoration:underline;
}

#footer #inner_footer a:hover{
	text-decoration:none;
}