/**
 * Style sheet Water_Layout
 */
html
{
	height:100%;
	background-color:#5D5D5D;
	color:#000;
}

body
{
	height:100%;
	text-align:center;
	background-color:#5D5D5D;
	font-size:80%;
}

#wrapper
{
	height:100%;
	position:relative;
	text-align:left;
	height:auto !important;
	min-height:100%;
	background: url(tl_files/templates/water/images/content.jpg) repeat-y center top;
}

#container
{
	width:930px;
	height:100%;
	clear:both;
	margin:0px 20px;
	padding:0px 0px 164px 0px;
}

#header
{
	position:relative;
	padding:0;
	font-size:90%;
	color:#FFF;
	background: url(tl_files/templates/water/images/header.jpg) no-repeat center top;
}

#header #search
{
	left:778px;
	top:74px;
	position:absolute;
}

#header1 #search input, #header1 .mod_mergedlogin input
{
}

#header #search .text
{
	width:134px;
	height:17px;
	padding:0px;
	border:0px;
	font-size:12px;
}

#header #search .submit
{
	top:5px;
	left:-1px;
	position:relative;
	border:0px;
}

/* header links */
#header .mod_customnav
{
	top:30px;
	right:30px;
	position:absolute;
	color:#7B3904;
}

#header .mod_customnav p
{
	margin:0px;
	padding:0px;
	font-weight:bold;
}

#header .mod_customnav a
{
	margin:0px;
	padding:0px;
	font-weight:bold;
	text-decoration:none;
	color:#FBDCC4;
}

#header .mod_customnav a:hover
{
	text-decoration:underline;
	color:#FFF;
}

/* Main Column */
#main .inside
{
	padding:10px;
	color:#ffffff;
	border1:1px solid #FF0000;
	margin-left1:20px;
}

/* Sidebar */
#right .inside
{
	position:relative;
	padding:6px;
	color:#ffffff;
	color1:#333;
	border1:1px solid #FF0000;
	margin1:0px 15px;
}

/* Footer */
#footer
{
	width:970px;
	bottom:0;
	position:absolute;
	overflow:auto;
	clear:both;
	margin-right:auto;
	margin-left:auto;
	padding-top:14px;
	padding-right:0px;
	padding-left:0px;
	text-align:center;
	font-size:90%;
	color:#7B3904;
	line-height:16px;
}

#footer .inside
{
	text-align:center;
}

#footer a
{
	font-weight:bold;
	text-decoration:none;
	color:#FBDCC4;
}

#footer a:hover
{
	text-decoration:underline;
	color:#FFF;
}

