html, body
{
	margin:0;
	padding:0;
	background:url('./bg_main.jpg') #0C0C0C repeat-x;
	color:#DFDFDF;
	height:100%;
	font-size:12pt;
	font-family: Times New Roman, Times, serif;
}
*{margin:0; padding:0;}
a, a:link, a:visited {color:#FFF; text-decoration:none; font-weight:bold;}
a:hover {color:#365D95; text-decoration:none; cursor: pointer; font-weight:bold;}
input, textarea, select{border:1px #DDD solid; background-color:#EEE;}
input:focus, textarea:focus, select:focus {background-color:#FFF;}
table, td, tr {border:0; border-spacing:0;}
hr{margin:4px 0; border:#2F2F2F solid; border-width:1px 0px 0px 0px;}
img {border:0;}

/*
+============================+
| All Class
+============================+
*/
.light_rl_border{border:#4F4F4F solid; border-width:0 1px;}
.light_tb_border{border:#4F4F4F solid; border-width:1px 0;}

.dark_rl_border{border:#2F2F2F solid; border-width:0 2px;}
.dark_tb_border{border:#2F2F2F solid; border-width:2px 0;}

.light_t_border{border:#4F4F4F solid; border-width:1px 0 0 0;}
.light_b_border{border:#4F4F4F solid; border-width:0 0 1px 0;}

.dark_t_border{border:#2F2F2F solid; border-width:2px 0 0 0;}
.dark_b_border{border:#2F2F2F solid; border-width:0 0 2px 0;}

.full_body{height:100%;}
.light_text{color:#4F4F4F;}
.text_bold{font-weight:bold;}
.main_text
{
	margin:0 10px;
	padding:5px 0;
}
.main_text table
{
	border-collapse:collapse;
	border-spacing:5px 2px;
}

.right{float:right;}
.left{float:left;}
.clear{clear:both;}

.label
{
	font-size:12pt;
	font-weight:bold;
	color:#365D95;
}

.spacer{margin:0 100px;}

/*
+============================+
| Main Style
+============================+
*/
/*****************************************************************************************************************************/

#wrap
{
	width:700px;
	margin:0 auto;
	/*border:#666 solid; border-width:0 6px;*/
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#content
{
	width:685px;
	margin:0 auto;
}
#main_body
{
	clear:both;
	background-color:#111;
	border:#222 solid; border-width:2px 2px 8px 2px;
}
/*****************************************************************************************************************************/
#search
{
	position:absolute;
	top:10px;
	right:10px;
	z-index:89;
}
/*****************************************************************************************************************************/
#menu
{
	margin:0 0 15px 10px;
	float:left;
	list-style-type:none;
	width:100%;
	height:104px;
	clear:both;
	vertical-align:bottom;
}
#menu li
{
	float:left;
}
#menu .menu_item a
{
	display:block;
	float:left;
	padding:60px 20px 0 20px;
	height:44px;
	text-align:center;
}
#menu .menu_item a:hover
{
	color:#777;
	background:#333 url("./menu_over.jpg") bottom center repeat-x;
}

/*****************************************************************************************************************************/
#logo
{
	margin:0 35px 0 25px;
}
#menu_nav
{
	text-align:center;
	font-size:10pt;
}
#img_thumbs
{
	width:510px;
	height:90px;
	white-space: nowrap;
	overflow:hidden;
}
#img_thumbs_slider
{
	width:470px;
	margin:0 auto;
}
#img_main
{
	padding:5px;
	text-align:center;
	/*border:1px #2F2F2F solid;*/
	overflow:hidden;
}
#text_flickr
{
	font-size:10pt;
	text-align:center;
}

#inp_email {width:150px;}
#inp_sub {width:150px;}

/*
+============================+
| Sets style
| (Sets list)
+============================+
*/
#sets_list
{
	width:200px;
	padding:1px 5px 1px 2px;
	margin:2px 5px;
	text-align:right;
	vertical-align:top;
	border:#2F2F2F solid; border-width:0 1px 0 0;
	font-size:10pt;
	letter-spacing:0.5px;
}

#sets_list ul
{
	list-style-type:none;
}
#sets_list li
{
	margin:2px 0;
	border:#2F2F2F solid; border-width:0 0 1px 0;
}
#sets_list a
{
	display:block;
	font-weight:normal;
}
#sets_list a:hover
{
	background:transparent url("./arrow.gif") center left no-repeat;
}
#set_imgs
{
	padding:0 0 0 5px;
}

/*
+============================+
| NOSCRIPT
+============================+
*/
noscript
{
	padding:10px 0;
	z-index:99;
	text-align:center;
	background-color:#600;
	position:fixed;
	width:100%;
	border:#DF0000 solid; border-width:0 0 1px 0;
}


/*
+============================+
| Footer Style
+============================+
*/
#main_foot
{
	padding:10px 0 0 0;
	text-align:center;
	font-size:8pt;
	color:#333;
}
#cache
{
	display:none;
}