/* Tooch 2 Style */

/*Body------------------------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #595959;
	background-image: url(i/top_gradient.gif);
	background-position: top;
	background-attachment:scroll;
	background-repeat:repeat-x;
}
body,td,th {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}


/*Body End------------------------------------------------------------*/











/*Links------------------------------------------------------------*/
a {text-decoration: underline; cursor:pointer;}
a:link {color: #FFF;}
a:visited {color:#FFF;}
a:hover {color:#CCC;}


/*Default text------------------------------------------------------------*/
.DefaultText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFF;
}

.subTitle {color: #ccc}
.subTitle2 {color: #999}
.subTitle3 {	color: #666}
.subTitle4 {	color: #333}

	
/*DIV CSS------------------------------------------------------------*/	

#Logo_Block {
	width:650px; 
	margin:0 auto;
	}
	
#Menu_Block{
	width:650px; 
	margin:auto; 
	margin-bottom:20px; 
	height:26px;
	}

#Menu_LeftSide{
	padding-left:10px; 
	background:url(i/menu_l_side.gif) left repeat-x;
	height:26px;
	}

#Menu_RightSide{
	background:url(i/menu_r_side.gif) right repeat-x;  
	height:26px;
}
	
#Menu_RightSide a{ color:#FFF; display:block; position:relative; height:16px; padding:5px; font-size:14px; float:left; text-decoration:none; margin-right:5px;}
#Menu_RightSide a:hover{ color:#FFF; background: url(i/menu_bck_select.gif) repeat-x;}
#Menu_RightSide a:active{ color: #CCC; background: url(i/menu_bck_select.gif) repeat-x;}
#Menu_RightSide .act{ color: #CCC;}




#Content_Block{
	width:650px; 
	margin:auto; 
	margin-bottom:20px;
	}

#Content_Photo_Block{
	width:710px; 
	margin:auto; 
	margin-bottom:20px;
	}

#Copyright_Block{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #999999;
	width:650px; 
	margin:10px auto 70px;
	}
	
#Copyright_Block a{
	color:#999999;
	}
	






/*PHOTO ELEMENTS CSS------------------------------------------------------------*/	


.miniPicture_select {
width:20px;
height: 20px;
cursor:pointer;
border:#CCCCCC 2px solid;
}

.miniPicture {
width:20px;
height: 20px;
cursor:pointer;
border: #595959 2px solid;
}

.photo_top_nav {
font-size:14px;
color:#FFFFFF;
}

.photo_top_nav a{
color:#CCCCCC;
}