/*-*-* GLOBALS */
BODY, HTML
{
	padding: 0px;
	margin: 0px;
}

BODY
{
	font-size: 12px;
	background: url(../img/bck_center.gif) center top repeat-y;
	background-color: #1e1e1e;
	cursor: url(arr.html);
}

FORM
{
	margin:0px;
}

IMG
{
	border:0px;
}

H2
{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

a { text-decoration: none; color: #FFF}
a:hover {  text-decoration: underline;}
a:link {  text-decoration: none; }
a:visited { text-decoration: none; }
a:visited:hover {  text-decoration: underline;}


a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}


/*-*-* SITE*/

#main
{
	text-align:center;
	width: 1024px;
	margin: 0 auto;
	
	background-color: #171717;
}

#rtop
{
	background: url(../img/bck_top.png) center top no-repeat;
	width: 1024px;
	margin: 0 auto;
	height: 284px;
	
	position: relative;
}

#rtop #picmain
{
	position: absolute;
	bottom: 3px;
	right: 125px;
} 

#rmenu
{
	width: 781px;
	height: 53px;
	margin: 0 auto;

	font-family: "Times New Roman", Arial, Tahoma;
	font-size: 17px;
	font-weight: ligher;
	text-align: left;

	color: #FFFFFF;
	
	white-space:nowrap;
	overflow: hidden;
	
}

.mnu_pic
{
	padding: 13px 0px 0 0;
}

.mnu_selected
{
	border-bottom: 2px solid #d4d4d4;
}


.mnu_spacer
{
	padding-left: 22px;
}

.mnu_spacerin
{
	height: 1px;
	width: 41px;
}


#rspace
{
	height: 18px;
}

#main_fullwidth
{
	width: 1024px;
	background-color: #1b1b1b;
	margin: 0 auto;
}

#rcontentheader
{
	font-family: "Times New Roman", Arial, Helvetica, Tahoma;
	font-size: 22px;
	color: #FFFFFF;

	height: 40px;
	background-color: #2a2a2a;
}

#rcontentheader H1
{
	font-size: 22px;
	font-weight: normal;
	padding: 7px 0 0 25px;
	margin: 0;
}

/**/
#rcontentmain
{
	width: 781px;
	margin: 0 auto;
	min-height: 330px;
} 

#rcontent
{
	font-family: Tahoma, Verdana, Arial;
	line-height: 1.5;

	color: #a5a5a5;

	padding: 25px;
}

#rcontent P
{
	margin: 0;
}

#rcontent UL
{
	list-style: square;
	margin: 0px;
	padding-left: 10px;
}

#rcontent UL LI
{
	padding: 0px;
}



#rfooterline
{
	height: 3px;
	background-color: #787878;
}

#rfooter
{
	padding: 15px 0px 40px 0px;

	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;

	color: #686868;
	
	text-align: center;
	
	background-color: #131313;
}


/*-*-* CONTACT */

#cleft_contact
{
	float:left;
	width: 55%;
	xbackground-color: black;
}

#cright_contact
{
	float:left;
	width: 45%;
	xbackground-color: cyan;
}

#cright_contact #rcontent
{
	xpadding: 25px 0 0 25px;
	text-align: center;
}

/*-*-* GALLERY */

#pic_main
{
	padding: 0px 20px;
}

#pic_left
{
	width: 25px;
	vertical-align: top;
}

#pic_center
{
	width: 590px;
	height: 360px;
	text-align: center;
	vertical-align: top;
}

#pic_right
{
	width: 25px;
	vertical-align: top;
}

.gallery_main_list_pic
{
	float: left;
	width: 170px;
	
	padding: 5px;
}

.gallery_main_list_details
{
	font-size: 13px;
	font-weight: normal;
	
	float: left;
	padding: 5px;
	width: 500px;
}

/*-*-* GENERALS */

.note
{
	font-size: 11px;
}

