/* CSS Document */
/* CSS Document
Author: Robert Day
Company: Liquid Light
Site: Tigers Nest
Date: 21.04.05
 */

/*DEFINING MAIN TAG ATTRIBUTES*/
html, body {
	margin: auto;
	font-size: 95%;
	line-height: 17px;
	color: #666666;
	text-align: center;
	font-family: 'Verdana, Arial, Helvetica, sans-serif';
	background-color: #2C5B39;
 	background-image: url(images/bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	}
	
p, ul, h1, h2, h3, h4 {
	padding-left: 15px;
	}
	
p {
	margin-top: 0px;
	}

.red {
	color: #CC3333;
	font-weight: bold;
}

input {
	margin-top: 6px;
	font-size: 100%;
	}
form {
	margin: 0px;
	}
select {
	margin-top: 6px;
	font-size: 100%;
	}
li {
	line-height: 20px;
	}
ul {
	padding-left: 30px;
	}
	
a {
	text-decoration: underline;
	color: #3399CC;
	}
a:hover {
	text-decoration: none;
	color: #3399CC;
	}
h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h4 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 3px;
}
	
	/*CLASS DEFINITIONS*/
.main {
	margin: auto;
	padding-top:45px;
	padding-left:45px;
	padding-right:45px;
	width: 765px;
}
.hometitle {
	float: left;
	padding-bottom: 13px;
}
	
.banner {
	float: left;
	padding-right: 5px;
	clear: both;
}
.case_thumbs {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.content {
	width: 375px;
	float: left;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 30px;
	border-right: 1px solid #5C0404;
	border-left: 1px solid #5C0404;
}

.contentwide {
	width: 550px;
	float: left;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 30px;
	border-left: 1px solid #5C0404;
}

.leftnav {
	float: left;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	width: 175px;
	margin-top: 17px;
}
.leftnav ul {
	padding-left: 15px;
	}
.leftnav ul ul {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}


.leftnav li {
	list-style: none;
	list-style-image: url(images/bullet.gif);
	
	padding-bottom: 10px;
	font-size: 90%;
	line-height: 19px;
}
.leftnav a {
	text-decoration: none;
	color: #CC3333;
}
.leftnav a:hover {
	text-decoration: underline;
	color: #CC3333;
}
.leftnav b {
	font-size: 14px;
	font-weight: normal;
}

.rightnav {
	float: left;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	width: 175px;
	margin-top: 17px;
}
.rightnav ul {
	padding-left: 30px;
	}
.rightnav li {
	list-style: none;
	list-style-image: url(images/bullet.gif);
	
	padding-bottom: 10px;
	font-size: 90%;
	line-height: 19px;
}
.rightnav a {
	text-decoration: underline;
	color: #3399CC;
}
.rightnav a:hover {
	text-decoration: underline;
	color: #3399CC;
}
.rightnav b {
	font-size: 14px;
	font-weight: normal;
}


.bottom_bar {
	width: 100%;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	border-top: 1px solid #5C0404;
	clear: both;
}
.line {
	border-bottom: 1px solid #AF7462;
	width: 100%;
	margin-bottom: 20px;
}
#right_text {
	float: right;
	text-align: left;
	width: 160px;
}