/* 
	Общее 
*/
img
	{
	border: none;
	}

a
	{
	color: #0166be;
	}


a:visited
	{
	color: gray;
	}

input, select
	{
	font-size: 1.2em
	}

/* 
	General ***************************************
*/
body
	{
	background-color: black;
	font-family: Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	font-size: 62.5%; /* 1em = 10pt */
	background-image: url('../pics/billiards/bg_body.gif');	
	background-repeat: repeat-x;
	}	

#minwidth
	{
	width: 1000px;
	}

#left
	{
	float: left;
	width: 370px;
	}

#right
	{
	padding-left: 370px;
	}

/* header */
#header
	{
	padding-left: 40px;
	padding-top: 10px;
	height: 320px;
	}

#logo
	{
	padding-left: 18px;
	}

/* searchform */
#nav
	{
	padding-top: 7px;
	float: right;
	padding-right: 20px;
	}


#nav a
	{
	padding-right: 5px;
	}


#searchform_wrapper
	{
	background-color: #225c41;
	width: 234px;
	height: 40px;
	padding-top: 5px;
	}

#searchform
	{
	padding-top: 10px;
	padding-left: 10px;
	}

#searchform input#search_phrase
	{
	border: 0;
	background-color: #c4ba89;
	width: 195px;
	font-size: 1.4em;
	}


/* menu */
#menu
	{
	padding-top: 45px;		
	font-family: "Trebuchet MS", Arial, sans-serif;
	}

#menu ul
	{
/*	float: left; */
	color: white;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	padding-right: 40px;
	list-style-type: none;
	}

#menu ul li
	{
	padding-left: 20px;
	line-height: 1.6em;
	}

#menu ul li a, #menu ul li a:visited
	{
	text-decoration: none;
	color: #F4B957;
	font-size: 1.2em;
	}

#menu ul li a:hover
	{
	text-decoration: underline;
	}

#menu ul li#current
	{
	background-image: url('../pics/billiards/menu_marker.gif');
	background-position: left center;
	background-repeat: no-repeat;
	}


#menu ul li#current a
	{
	font-size: 1.6em;
	color: white;
	}

#menu ul li#current a:hover
	{
	text-decoration: none;
	}

/* Content */
#content_wrapper
	{
	padding-top: 40px;
	}

#content
	{
	color: white;
	width: 502px;
	background-image: url('../pics/billiards/content_bg.jpg');
	background-position: left 92px;
	background-repeat: repeat-x;
	font-size: 1.4em;
	}


/* footer */
#footer
	{
	clear: both;
	}	

/*
	Footer
*/
#footer
	{
	clear: both;
	color: white;
	height: 206px;
	}

#footer_sidebar
	{
	float: left;
	width: 400px;
	background-image: url('../pics/billiards/redball.jpg');
	background-position: 140px bottom;
	background-repeat: no-repeat;
	height: 206px;
	}

#footer_content_wrapper
	{
	height: 206px;
	margin-left: 400px;
	}

#footer_content
	{
	background-image: url('../pics/billiards/cueandball.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 206px;
	}

#copy
	{
	font-size: 1.2em;
	color: gray;
	padding-top: 120px;
	padding-left: 400px;
	}

#crisp
	{
	padding-top: 130px;
	padding-left: 30px;
	}

#crisp a
	{
	color: gray;
	text-decoration: none;
	}