/***************************************************************
Style Sheet for Lava Lake Lamb.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/
#storeNav {
	margin-left: 40px;
}
#storeNav li {
	float: left;
	padding: 0 12px 10px 0;
}

.middle-container {
	
}

/***************************************************************
Appearance Code
***************************************************************/

body {
	font-family: arial, helvetica, sans-serif;
	font-size:80%;
	color:#444;
	
	background:#fff;
}

p {
	margin:0 0 1em 0;
	padding:0;
	line-height:1.2em;
}

form {
	display:inline;
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

/*label {
	width: 10em;
	height: 2em;
	float: left;
	font-weight:bold;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
input.text, textarea.text {
	margin:5px 0;
}
input.text {
	height: 1em;
}*/

a:link, a:visited {
	color:#4e7418;
}
a:hover, a:active { 
	color:#7f9b58;
	text-decoration:none;
}

h1 {
	margin:0;
	margin-bottom:.3em;
	padding-top:6px;
	padding-bottom:.2em;
	font-size:120%;
	color:#4A501C;
}

h2 {
	margin-top:0;
	margin-bottom:.25em;
	font-size:110%;
	color:#4f4f4f;
}

h3 {
	margin-top:0;
	margin-bottom:.25em;
	font-size:100%;
	color:#4f4f4f;
}

img {
	border:0px;
	margin:0px;
}

.hr {
	margin:14px 0;
	border-bottom:2px dashed #4A501C;
}


.hr2 {
	margin:14px 0;
	border-bottom:1px solid #970000;
}

ul, ol {
	margin-top:0;
	margin-bottom:.6em;
}



/***************************************************************
Appearance Code Applied to Layout Elements
***************************************************************/

#container {
	width:966px;
	background:url('/images-layout/container-bg.gif') top center repeat-y;
}

#content {
	margin-left:28px;
	padding:0;
	width:910px;
	background-color:#fff;
}

#columnWrapper {
	position:relative;
	
	/* IE7 follows at least one standard; but unless we set this, the gradient looks funny. */
	min-height:300px;
	/* IE6 Mumbo-jumbo */
	height:auto !important;
	height:300px;
}

#adBanner {
	border:solid #343434;
	border-width:0 2px;
	background:url('/images-layout/ad-banner.jpg') top left no-repeat #722002;
}
	#adBanner a {

	}

.columnStyle1 {
	position:relative;
	margin:0;
	padding:0;
	
	width:100%;
}
	.columnStyle1 .columnTopLeft {
		display:none;
	}
	.columnStyle1 .columnTopRight {
		
	}
	.columnStyle1 .center {
		padding:10px 20px 10px;
	}
		.columnStyle1 .center p  em{
			display:block;
			width:97%;
		}
	.columnStyle1 .centerTour {
		padding:8px 7px 0px 8px;
	}
	.columnStyle1 .columnBottomLeft {
		display:none;
	}
	.columnStyle1 .columnBottomRight {
		
	}



.columnStyle2 {
	padding:0;
}
.columnStyle2 .columnTopLeft {
	display:none;
}
.columnStyle2 .columnTopRight {
}
.columnStyle2 .center {
	margin:0;
	
	height:100%;
	font-size:89%;
	color:#2f470e;
	border:2px solid #4e7418;
	background:#b6c890;
}
.columnStyle2 .columnBottomLeft {
	display:none;
}
.columnStyle2 .columnBottomRight {
	
}

.columnStyle2 .blobImage, .columnStyle2 .blobDefault {
	padding:0;
	margin:0;
	border:none;
}


.columnStyle1 {
	position:relative;
	margin:0;
	padding:0;
	
	width:100%;
}
	.columnStyle1 .columnTopLeft {
		display:none;
	}
	.columnStyle1 .columnTopRight {
		
	}
	.columnStyle1 .center {
		padding:10px;
	}
		.columnStyle1 .center p  em{
			/*display:block;*/
			width:97%;
		}
	.columnStyle1 .centerTour {
		padding:8px 7px 0px 8px;
	}
	.columnStyle1 .columnBottomLeft {
		display:none;
	}
	.columnStyle1 .columnBottomRight {
		
	}



.columnStyle2 {
	padding:0;
}
	.columnStyle2 .columnTopLeft {
		display:none;
	}
	.columnStyle2 .columnTopRight {
	}
.columnStyle2 .center {
	margin:0;
	
	height:100%;
	font-size:89%;
	color:#2f470e;
	/*border:2px solid #4e7418;
	background:#b6c890;*/
}
.columnStyle2 .columnBottomLeft {
	display:none;
}
.columnStyle2 .columnBottomRight {
	
}

.columnStyle2 .blobImage, .columnStyle2 .blobDefault {
	padding:0;
	margin:0;
	border:none;
}


/***************************************************************
Left Nav and Sub Left Nav Highlighting
***************************************************************/

/* Style the left nav */
/*.ulStyleNav {
	margin:0;
	padding:0;
	list-style:none;

}
.ulStyleNav li {
	margin:0;
	padding:0;
	font-size:96%;
}
.ulStyleNav li a:link, .ulStyleNav li a:visited {
	display:block;
	margin:0;
	padding:.2em 12px;
	height:100%;
	text-decoration:none;
	color:#741A00;
}
.ulStyleNav li a:visited {
}
.ulStyleNav li a:hover, .ulStyleNav li a:active {
	background:url('images-layout/left-column-hover.gif') repeat-y scroll top left;
}

/* Set all the subnavs to off initially */
/*.ulStyleNav ul {
	display:none;
}

/* Highlight the left nav, display the subnav, and make sure that not all the subnavs are highlighted */
/*.ulStyleNav .current a:link,
.ulStyleNav .current a:visited,
.ulStyleNav .current a:active {
	text-decoration:none;	
	font-weight:bold;
	background:url('images-layout/left-column-highlight.gif') repeat-y scroll top left;
}
.ulStyleNav .current a:hover {
	text-decoration:underline;
	background:url('images-layout/left-column-highlight.gif') repeat-y scroll top left;
}

.ulStyleNav .current ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
.ulStyleNav .current ul li {
	padding:0;
}

/* Display sub navigation */
/*.ulStyleNav .current ul a:link,
.ulStyleNav .current ul a:visited,
.ulStyleNav .current ul a:active {
	display:block;
	padding:2px 0 3px 20px;
	text-decoration:none;
	font-weight:normal;
	font-size:90%;
	background:none;
}
.ulStyleNav .current ul a:visited {
}
.ulStyleNav .current ul a:hover {
	text-decoration:underline;
	background:url('images-layout/left-column-hover.gif') repeat-y scroll top left;
}

/* Highlight the selected subnav */
/*.ulStyleNav .current .current a:link,
.ulStyleNav .current .current a:visited,
.ulStyleNav .current .current a:active {
	text-decoration:none;
	font-weight:bold;
	background:url('images-layout/left-column-highlight.gif') repeat-y scroll top left;
}
.ulStyleNav .current .current a:hover  {
	text-decoration:underline;
	background:url('images-layout/left-column-highlight.gif') repeat-y scroll top left;
}



/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top:3px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 li {
	margin:0;
	margin-bottom:.4em;
	padding-left:12px;
	background: url('/images-layout/bullet-style-1.gif') 0 3px no-repeat;
}
.ulStyle1 li a {
	text-decoration:none;
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
	text-decoration:underline;
}
.ulStyle1 ul {
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 ul li {
	padding-left:14px;
}

.ulStyleSpaced li{
	margin-bottom:.6em;
}

.olStyleSpaced li{
	margin-bottom:.6em;
}
.olStyleSpaced li p{
	padding:.6em 0 0 0;
}



/***************************************************************
Table Styles
***************************************************************/

/***************************************************************
Text Styles
***************************************************************/
.bigger {
	font-size:120%;	
}
.smaller {
	font-size:90%;
}

.price {
	font-weight:600;
	color:#4e7418;
}
.bonusText, .errorText {
	font-weight: bold;
	color:#f00;
}
.notice {
	padding:8px;
	border:3px solid #f00;
	background:#fee;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}
.yes {
	font-weight:600;
	color:#065e25;
}
.no {
	font-weight:600;
	color:#8f2525;
}

.quote {
	padding:0 3px;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}

.extraLine {
	margin-bottom:1.5em;
}

.indentStyle1 {
	padding-left:2.5em;
}



/* ------------------ Headers -----------------*/


/* ------------------- Links ------------------*/

.buttonStyle1, .buttonStyle1:link, .buttonStyle1:visited, .buttonStyle1_ie6hover {
	display:block;
	padding-top:8px;
	padding-right:6px;
	padding-left:6px;
	
	width:124px;
	height:24px;
	
	color:#4e7418;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	
	background:url('/images-layout/button-style-1.gif') 1px 1px no-repeat #cdd9b3;
}
input.buttonStyle1, .buttonStyle1_ie6hover {
	display:block;
	float:left;
	margin:0;
	padding:0 0 1px 0;
	
	width:138px;
	height:34px;
	
	text-transform:uppercase;
	font-size:14px;
	cursor:pointer;
	
	border:none;
	background:url('/images-layout/button-style-1.gif') 1px 1px no-repeat #cdd9b3;
}
.buttonStyle1:hover, .buttonStyle1:active, .buttonStyle1_ie6hover {
	color:#4e7418;
	text-decoration:underline;
	background:url('/images-layout/button-style-1-hover.gif') 1px 1px no-repeat #cdd9b3;
}



.buttonStyle2, .buttonStyle2:link, .buttonStyle2:visited, .buttonStyle2:active, .buttonStyle2_ie6hover {
	display:block;
	padding:6px 6px 0 6px;
	
	width:80px;
	height:22px;
	
	color:#4e7418;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	
	background:url('/images-layout/button-style-2.gif') 1px 1px no-repeat #cdd9b3;
}
input.buttonStyle2, .buttonStyle2_ie6hover {
	display:block;
	float:left;
	margin:0;
	padding:0;
	
	width:92px;
	height:28px;
	
	text-transform:uppercase;
	font-size:12px;
	cursor:pointer;
	
	border:none;
	background:url('/images-layout/button-style-2.gif') 1px 1px no-repeat #cdd9b3;
}
.buttonStyle2:hover, .buttonStyle2_ie6hover {
	color:#4e7418;
	text-decoration:underline;
	background:url('/images-layout/button-style-2-hover.gif') 1px 1px no-repeat #cdd9b3;
}


/***************************************************************
Image Classes
***************************************************************/

.thumbnail {
	display:block;
	margin:0 3px;
	padding:5px;
}
.thumbnail img {
	margin-bottom:12px;
}
.thumbnail p {
	padding:0;
	width:240px;
	
	text-align:center;
	font-style:italic;
}

.thumbnail2 {
	margin-right:6px;
	margin-bottom:12px;
	padding-left:260px;
	width:320px;
}
.thumbnail2 img {
	float:right;
}
.thumbnail2 p {
	float:left;
	margin-left:-260px;
	width:260px;
}


.pageBanner {
	padding-bottom:20px;
}

.mugShot {
	clear:right;
	padding-right:8px;
}










/***************************************************************
Style Sheet for Lava Lake Lamb.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	margin:0;
	padding:0;
	padding-bottom:40px;
	min-width:966px;
	
	text-align:center;
}

#container {
	position:relative;
	
	margin-right:auto;
	margin-left:auto;
	
	padding-top:106px; /* set to 151px to enable ad-banner... */
	
	text-align:left;
}

#content {
	position:relative;
}

#columnWrapper {
	position:relative;
}

#adBanner {
	display:none; /* remove to enable ad-banner... */
	position:absolute;
	top:106px;
	left:47px;
	height:45px;
	width:801px;
}
	#adBanner a {
		display:block;
		height:45px;
		width:801px;
	}


/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}



/***************************************************************
Style Sheet for Lava Lake Lamb.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



#header {
	position:absolute;
	top:0;
	left:0;
	margin-left:28px;

	width:910px;
	height:106px;

	/*background:url('images-layout/header.jpg') bottom left no-repeat #F3E9C4;*/
	background:url('/images-layout/header.gif') 166px 43px no-repeat;
	z-index:1;
	
}
#headerWrapper {
	width:910px;
	height:106px;
}

	#header .headerLogo {
		z-index:100;
		position:absolute;
		top:0px;
		left:0px;
	}

	#searchBar {
		position:absolute;
		bottom:35px;
		right:0px;
		width:270px;
		height:20px;
		color:#D2CCA1;
	}
		#query {
			position:absolute;
			margin:0;
			bottom:0;
			right:81px;
			width:186px;
			border:1px solid #d5d6d5;
			background:#fff;
			background-color:#fff;
			
		}
		#searchSubmit {
			position:absolute;
			bottom:1px;
			right:10px;
			padding:0 0 0 3px;
			width:60px;
			height:17px;
			
			text-align:left;
			text-transform:uppercase;
			line-height:1.1em;
			font-family:arial, helvetica, sans-serif;
			font-size:10px;
			color:#fff;
			
			border:none;
			background:#636363 url('/images-layout/arrow-search.gif') right center no-repeat;
		}
		
	#phoneNumber {
		position:absolute;
		top:8px;
		right:10px;
		font-size:110%;
		font-weight:normal;
		color:#767676;
	}

	#headerLinks {
		position:absolute;
		padding:0;
		bottom:58px;
		right:0;
		list-style:none;
		font-size:90%;
	}
		#headerLinks li {
			float:left;
			margin-bottom:0;
			text-transform:uppercase;
			line-height:1em;
			border-right:1px solid #252525;
		}
		#headerLinks li.last {
			border-right:none;
		}
			#headerLinks li a:link, #headerLinks li a:visited {
				padding:0 10px;
				text-decoration:none;
				color:#767676;
			}
			#headerLinks li a:hover, #headerLinks li a:active {
				text-decoration:underline;
			}


/***************************************************************
Style Sheet for Lava Lake Lamb.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/


#footer {
	position:relative;
	width:950px;
	height:115px;
	font-size:85%;
	font-weight:normal;
	background:#fff url('/images-layout/footer-bg.gif') top left no-repeat;
}

#footerLinks {
		width:100%;
		height:29px;
		font-size:120%;
	}
	#footerLinks .first {
		position:absolute;
		top:6px;
		right:34px;
		text-align:right;
	}
	#footerLinks .last {
		position:absolute;
		top:6px;
		left:34px;
		text-align:left;
	}
	#footerLinks ul {
		margin:0;
		padding:0;
	}
		#footerLinks ul li{
			display:inline;
		}
			#footerLinks a:link, #footerLinks a:visited {
				padding:0 8px;
				text-decoration:none;
				font-weight:bold;
				color:#751B03;
			}
			#footerLinks a:hover, #footerLinks a:active {
				text-decoration:underline;
			}
			#footerLinks .last a:link, #footerLinks .last a:visited,
			#footerLinks .last a:hover, #footerLinks .last a:active {
				border-right:0;
				padding-right:0;
			}


	#footerContent {
		margin:0;
		width:100%;
		text-align:center;
		color:white;
		padding-top:17px;
	}
		#footerContent p {
			padding:8px 0 0 0;
		
		}
	#footerImg {
		position:absolute;
		display:block;
		height:30px;
		width:98px;
		left:60px;
		top:45px;
	}
	#footerImg2 {
		position:absolute;
		display:block;
		height:30px;
		width:72px;
		left:175px;
		top:45px;
	}

/***************************************************************
Style Sheet for LavaLakeLamb.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



/***************************************************************
Appearance and Location for Navigation
***************************************************************/
#navigation {
	z-index:2;
	position:absolute;
	top:79px;
	left:190px;
	margin:0;
	
	width:748px;
	height:26px;
	
	background:#c8601a;
		
}
#navigation ul {
	position:absolute;
	display:block;
	top:0;
	left:0;
	margin:0;
	padding:0;
	
	width:748px;
	height:26px;
	
	list-style:none;
}
#navigation ul li {
	position:relative;
	display:inline;
	float:left;
	margin:0;
	margin-left:0px;
	padding:0;
	
	height:26px;
	text-align:center;
	text-transform:uppercase;
	/*border-bottom:1px solid #741900;*/
	border:none;
}
#navigation ul li.first {
	margin-left:20px;
}
/* Normal Link Hover Styles */
#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active {
    display:block;
	
	margin:0;
	padding:5px 21px 0 17px;
	float:left;
	height:21px;
	
	text-align:center;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	border:none;
	/*background:transparent url('images-layout/nav-line.gif') no-repeat scroll right;*/
}
#navigation ul li a:hover{
	text-decoration:underline;
}
#navigation ul li.first a:link, #navigation ul li.first a:visited,
#navigation ul li.first a:hover, #navigation ul li.first a:active {
	
}
#navigation ul li.last a:link, #navigation ul li.last a:visited,
#navigation ul li.last a:hover, #navigation ul li.last a:active {
	background:none;

}


/* List Item Hover Styles */
#navigation ul li:hover, #navigation ul li.over {
	
}

#navigation ul li:hover a:link, #navigation ul li:hover a:visited, 
#navigation ul li.over a:link, #navigation ul li.over a:visited {

}

/* Current Hover Styles */

#navigation ul li.current {
}

#navigation ul li.current a:link, #navigation ul li.current a:visited {

}
#navigation ul li.current a:hover, #navigation ul li.current a:active {
}


/***************************************************************
Appearance and Location for Dropdowns
***************************************************************/

#navigation ul li ul {
	display:none;
	padding:0;
	margin:0;
}

#navigation ul li:hover ul, #navigation ul li.over ul{
	display:block;
	position:absolute;
	top:26px;
	left:0;
	
	margin:0;
	padding:0;
	
	height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
	width:18em;
	
	font-size:12px;
	font-weight:normal;
	text-transform:none;

	z-index:5;
	
	background:#F3E9C5;
}
#navigation ul li.last ul {
	left:auto;
	right:0;
}

#navigation ul li:hover ul li, #navigation ul li.over ul li{
	display:block;
	float:none;
	margin:0;
	padding:0;
	height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
	width:100%;
	border-top:1px solid #9E9746;
}

#navigation ul li:hover ul li.last, #navigation ul li.over ul li.last {
	
}

#navigation ul li:hover ul li.first, #navigation ul li.over ul li.first {
	border-top:none;
}
#navigation ul li:hover ul li.last, #navigation ul li.over ul li.last {}

#navigation ul li:hover ul li a:link, #navigation ul li:hover ul li a:visited,
#navigation ul li.over ul li a:link, #navigation ul li.over ul li a:visited {
	display:block;
	float:none;
	
	margin:0;
	padding:4px 5px 5px 15px;
	height:auto;
	
	/* IE6 Mumbo-jumbo */
	width:auto !important;
	width:100%;
	color:#741B00;	
	font-size:12px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	font-style:normal;
	background:none;
	
}
#navigation ul li:hover ul li a:hover, #navigation ul li:hover ul li a:active,
#navigation ul li.over ul li a:hover, #navigation ul li.over ul li a:active {
	background:transparent url('/images-layout/nav_arrow.gif') no-repeat 5px center;
}



#navigation ul li.current ul li.current a:link, #navigation ul li.current ul li.current a:visited {

}
#navigation ul li.current ul li.current a:hover, #navigation ul li.current ul li.current a:active {

}

/***************************************************************
Left Navigation Style
***************************************************************/

.blobStyleNav .blobTopLeft {
	background:#809543;
	height:28px;
}

.blobStyleNav h2 {
	color:#F3E9C5;
	text-align:center;
	padding-top:3px;
	margin-bottom:0;
	text-transform:uppercase;
	font-family:Palatino Linotype,Book Antiqua,Palatino,serif;
	font-size:13px;
}

.blobStyleNav .blobBody {
	background:url('/images-layout/left-column-bg.gif') repeat-y scroll top;
}
.blobStyleNav .blobBody ul {
	
	}
.blobStyleNav .blobBottomLeft {
	background:url('/images-layout/left-column-bottom.gif') no-repeat scroll top left;
	height:11px;
	margin-bottom:5px;
}
/*
.blobStyleNav {
	background:#b6c890;
}
.blobStyleNav .topLeft {}
.blobStyleNav .topRight {
	padding:11px 0;
	width:100%;
	background:#4e7418;
}
.blobStyleNav .topRight h2 {
	margin:0;
	padding:4px 0 3px 0;
	text-align:center;
	font-size:125%;
	font-weight:bold;
	color:#fff;
	background:#7f9b58;
}
.blobStyleNav .blobBody {
	margin:5px 5px 0 5px;
	padding:0;
}
.blobStyleNav .bottomLeft {}
.blobStyleNav .bottomRight {
	height:5px;
}
*/

/***************************************************************
Left Nav and Sub Left Nav Highlighting
***************************************************************/

/* Style the left nav */
.blobStyleNav ul {
	margin:0;
	padding:0;
	list-style:none;

}
.blobStyleNav ul li {
	margin:0;
	padding:0;
	font-size:96%;
}
.blobStyleNav ul li a:link, .blobStyleNav ul li a:visited {
	display:block;
	margin:0;
	padding:.2em 12px;
	height:100%;
	text-decoration:none;
	color:#741A00;
}
.blobStyleNav ul li a:visited {
}
.blobStyleNav ul li a:hover, .blobStyleNav ul li a:active {
	background:url('/images-layout/left-column-hover.gif') repeat-y scroll top left;
}

/* Set all the subnavs to off initially */
.blobStyleNav ul ul {
	display:none;
}

/* Highlight the left nav, display the subnav, and make sure that not all the subnavs are highlighted */
.blobStyleNav ul .current a:link,
.blobStyleNav ul .current a:visited,
.blobStyleNav ul .current a:active {
	text-decoration:none;	
	font-weight:bold;
	background:url('/images-layout/left-column-highlight.gif') repeat-y scroll top left;
}
.blobStyleNav ul .current a:hover {
	text-decoration:underline;
	background:url('/images-layout/left-column-highlight.gif') repeat-y scroll top left;
}

.blobStyleNav ul .current ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
.blobStyleNav ul .current ul li {
	padding:0;
}

/* Display sub navigation */
.blobStyleNav ul .current ul a:link,
.blobStyleNav ul .current ul a:visited,
.blobStyleNav ul .current ul a:active {
	display:block;
	padding:2px 6px 3px 20px;
	text-decoration:none;
	font-weight:normal;
	font-size:90%;
	background:none;
}
.blobStyleNav ul .current ul a:visited {
}
.blobStyleNav ul .current ul a:hover {
	text-decoration:underline;
	background:url('/images-layout/left-column-hover.gif') repeat-y scroll top left;
}

/* Highlight the selected subnav */
.blobStyleNav ul .current .current a:link,
.blobStyleNav ul .current .current a:visited,
.blobStyleNav ul .current .current a:active {
	text-decoration:none;
	font-weight:bold;
	background:url('/images-layout/left-column-highlight.gif') repeat-y scroll top left;
}
.blobStyleNav ul .current .current a:hover  {
	text-decoration:underline;
	background:url('/images-layout/left-column-highlight.gif') repeat-y scroll top left;
}



/***************************************************************
Style Sheet for Lava Lake Lamb.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



#content {
}

#columnWrapper {
	width:910px;
}

.column1 {
	display:inline;
	float:right;
	width:739px;
}

.column2 {
	display:inline;
	float:left;
	padding-left:0px;
	width:171px;
}