@charset "utf-8";
/* CSS Document */
.clear{
	clear: both;
}

#container{
	border: 6px solid;
	width: 960px;
	height: auto;
	margin: 0 auto;
	font-size: 1.2em;
}

/****** HEADER DIV *******/

#container #header{
	width: 960px;
	height: 265px;
	border-bottom: 4px solid white;
	position: relative;
}

#container #header #hdr-title{
	text-decoration: none;
	font-size: 2em;
	font-weight: normal;
	text-indent: -9999px;
	border-top: 6px solid;
	width: 960px;
	height: 76px;
	float: left;
	display: block;
}

#container #header #hdr-title a{
	background:url(http://www.lawleybasecamp.com/media/images/microsite-images/bodyimages/bannertext.gif) no-repeat 430px 35px;
	display: block;
	width: 960px;
	height: 76px;
}

#container #header .border-left{
	border-left: 6px solid;
}

#container #header img{
	margin: 0px;
	padding: 0px;
	float: left;
}

/****** CONTENT DIV *******/

#container #content{
	padding: 60px;
	width: auto;
	position: relative;
	z-index: 0;
}

#container h2{
	font-size: 1.4em;
	font-weight: bold;
}

#container #rhcol h2{
	float: right;
}

#container #content #print-page{
	position: absolute; top: 30px; right: 30px;
}

#container #content #print-page:hover{
	text-decoration: none;	
}

#container #content p{
	margin-top: 10px;
	margin-bottom: 25px;
	line-height: 150%;
	font-size:1.1em;
}

#container #content div.product-item {
	width:420px;
	height:400px;
	float:left;
}

/*row is required for the products pages in IE6, if the content is not wrapped in row divs it becomes invisible. This is the only solution I could find*/
#container #content div.row {
	clear:both;
	height:400px;
}

#container #content img{
	float: right;
	border: 0px solid;
	padding: 3px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#container #content li{
	list-style-position: inside;
	margin-left: 15px;
}

#container #content h4{
	margin-top: 10px;
}

#container #content .no-float{
	float: none;
}

#container #content .nofloat{
	float: none;
}

#container .freeDVD{
	width: 156px; 
	height: 385px;
	border: 2px solid;
	text-indent: -9999px;
	display: block; 
	padding: 3px;
	float: right;
	background-repeat: no-repeat;
	background-position: center;
}


/****** RHCOL DIV *******/


/****** FOOTER DIVS *******/

#container #content-ftr{
	text-align: right;
	padding: 20px 30px;
	border-bottom: 6px solid;
}

#container #content-ftr h3{
	font-size: 1.6em;
	font-weight: normal;
}

#container #logo-ftr{
	border-bottom: 6px solid;
	background-color: #C0C0C0;
}

#container #logo-ftr a{
	width: 960px;
	height: 58px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}

#container #copyright-ftr{
	padding: 3px;
}
