html {overflow: -moz-scrollbars-vertical;}
html {overflow-x: auto;}

html, body {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	line-height: 18px;
	background:#282828 url(../files/shared/footer.jpg) left bottom repeat-x ; 
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
}

td, p, div {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5 {font-weight:bold; margin:5px 0;}

h1 {
	font-size:16px;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:12px;
}

hr {
	border:none;
	border-top:1px solid #5E6569;
	height:1px;
}

a:link {
	color: #7D7D7D;
	text-decoration: underline;
}
a:visited {
	color: #7D7D7D;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	color: #7D7D7D;
	text-decoration: underline;
}
.clear{
	clear:left;
}

/***************************************/
/* CSS LAYOUT                          */
/***************************************/

#maincontainer{
	width: 960px;
 	min-height:100%;
    position:relative;
	background: url(../files/shared/left_column.jpg) top left repeat-y;
}
* html #maincontainer {height:auto; height:100%}

#topsection{
	height: 107px;
	background: url(../files/shared/header.jpg) top left no-repeat;
}

/**/
#headerwrap{
	float:left;
	width:200px;
	padding-left:100px;
}
#headerwrap #title{
	margin:25px 0 0 ;
	text-align:center;
	font-size:11px;
	color:#000;

}
#headerwrap #home{
	font-family:Arial, Helvetica, sans-serif;
	margin:20px 0 0 0;
	text-align:center;
	font-size:27px;
	font-weight:bold;
	color:#7D7D7D;
}

#searchwrap {
	float:right;
	margin:0;
	padding:0;
	position:relative;
	margin-top:30px;
}

#mainmenu {
	float:left;
	margin-top:5px;
}

/**/

#contentwrapper{
	float: left;
	width: 100%;
	padding-bottom:300px;
	min-height:100%;
}

#contentcolumn{
	margin-left: 300px;
}

#contentcolumn .innertube{
	margin: 0 0 10px 50px;
}

#leftcolumn{
	float: left;
	width: 200px;
	margin-left: -860px;
	padding-bottom:300px;
}

#leftcolumn .innertube {
	margin:0px 7px;
}

#footer{
	clear: left;
	width: 100%;
	background: url(../files/shared/roll.jpg) bottom left no-repeat;
	position:absolute;
    bottom:0;
	height:300px;
}

/***************************************/
/* MAIN MENU                           */
/***************************************/


#mainmenu{
	padding: 0;
	width: 640px;
	height:55px;
	padding-left: 20px;
	overflow:hidden;
	line-height:17px;
	color: #7D7D7D;
}

#mainmenu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#mainmenu li{
	display:inline;
	margin:0;
	padding:0;
}


#mainmenu a:link, #mainmenu a:visited, #mainmenu a:active{
	float:left;
	color: #7D7D7D;
	margin:0 5px 0 0;
	padding: 0 0 0 3px;
	text-decoration:none;
	letter-spacing: 1px;
	cursor:pointer
}

#mainmenu a:link span, #mainmenu a:visited span, #mainmenu a:active span{
	float:left;
	display:block;
	padding:0 9px 0 20px;
	background:url(../files/shared/mdivider.gif) top left no-repeat
}

#mainmenu a:hover{}

#mainmenu a:hover span{
	color:#fff;
	background:url(../files/shared/mdivider_hover.gif) top left no-repeat
}

#mainmenu #current a, #mainmenu #current span{
	color:#FFFFFF
}


/***************************************/
/* SUB MENU                            */
/***************************************/

.submenu{
	width: 180px;
}

* html .submenu{
	width: 174px;
}

.submenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.submenu a{
	padding: 4px 3px;
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

.submenu a:visited, .submenu a:active{
	color: #000;
}

html>body .submenu a{ /*Non IE rule*/
	width: auto;
}

.submenu a:hover{
	color: #fff;
	border-bottom: 1px dashed #fff;
	text-decoration:none
}

/***************************************/
/* ROUTER                              */
/***************************************/

#router{
	margin:100px 0 0 350px;
}

.routerImg{
	height:18px;
	width:8px;
	float:left;
	background:url(../files/shared/mdivider_hover.gif) no-repeat;
}

#router .start {
	margin-left:10px;
}

#router a:link, #router a:visited, #router a:active{
	margin:0;
	color:#fff;
	text-decoration:none;
	padding:0 10px;
}

#router .last {
	padding-left:10px;
}

#router a:hover{
	text-decoration:underline;
}

/***************************************/
/* GALLERY                             */
/***************************************/

.gallerywrap{
	margin:0;
	margin-bottom:15px;
	width:100%;
	border-bottom:1px solid #7D7D7D;
}
.selectedphoto{
	float:left;
	display:block;
	width:200px;
	text-align:center;
	margin-top:5px;
	margin-bottom:15px;
}

.gallerytext {
	float:left;
	width:360px;
	margin-left: 50px;
	margin-bottom:15px
}
.gallerytext h3 {
	margin-top:0;
}

/***************************************/
/* SEARCH                              */
/***************************************/

#searchForm{
	margin:0;
	padding:0;
}

/*
#searchInput {
	margin:0;
	padding:0;
	background:#404040;
	border:1px solid #535353;
	color:#666;
	font-style:italic;
	width:120px;
}
*/

#searchInput {
	margin:0;
	padding:0;
	
	background:#282828 url(../files/shared/magnifying-glass.gif) right;
    background-repeat:no-repeat;
    padding-right:15px;
  
	border:none;
	color:#666;
	width:120px;
}

#searchResault a:link, #searchResault a:visited, #searchResault a:active {
	color: #7D7D7D;
	margin:0 5px 0 0;
	padding: 0 0 0 3px;
	text-decoration:none;
	letter-spacing: 1px;
	cursor:pointer
}

#searchResault a:link span, #searchResault a:visited span, #searchResault a:active span{
	padding:0 9px 0 20px;
	background:url(../files/shared/mdivider.gif) top left no-repeat
}

#searchResault a:hover{}

#searchResault a:hover span{
	color:#fff;
	background:url(../files/shared/mdivider_hover.gif) top left no-repeat
}

/***************************************/
/* LOGIN                               */
/***************************************/

div.box{
	padding:10px;
	color:#fff;
	margin-bottom:20px;
}
div.box h1 {
	font-size:14px;
	color:#fff;
	padding-bottom:4px;
}
div.box p{padding:10px 0;}

div.box .input-text{
	border:1px solid #ccc;
	color:#fff;
	width:200px;
	margin-left:3px;
	background:#282828 /* 7d7d7d */
}

div.box label{
	display:block;
	clear:left;
	margin-bottom:10px;
	color:#fff;
}

div.box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:100px;
	text-align:right;
	font-weight:bold;
}
.spacer{
	margin-left:110px; 
	margin-bottom:10px;
	font-size:11px;
	color:#ccc;
}
.spacer a:link, .spacer a:visited, .spacer a:active{
	color:#fff;
	text-decoration:none;
}
.spacer a:hover {
	text-decoration:underline
}
.login {
	margin-left:-20px	
}
