/* GLOBAL */
html, body       { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; width: 100%; height: 100.02%;  vertical-align: top;  background-image: url(../images/background_tile.gif);  color: #636262;   }

td {vertical-align: top;}

a {color: #636262;}
a:hover {color: #8d8d8d;}


/* PAGE WRAPPER */
#main_table { width: 100%; vertical-align: top;  }
#snuggle_inn{
	font-size: 11px;
	padding-left:26px;
	padding-top:250px;
	width: 400px;
	height: 312px;
	color: #3d3b37;
	background-image: url(../images/snuggle_inn.jpg);
	background-repeat: no-repeat;
}
#right_fill{
	background-image: url(../images/left_border_tile.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#left_fill {
	background-image: url(../images/right_border_tile.gif);
	background-position: left;
	background-repeat: repeat;
}
#bottom_center {
	background-image: url(../images/bottom_background.gif);
	background-repeat: repeat-x;
	height: 3px;
}
#bottom_left_corner{
	background-image: url(../images/bottom_left_corner.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: 3px;
	background-position: right top;
}
#bottom_right_corner {
	background-image: url(../images/bottom_right_corner.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: 3px;
}

#header{
	background-image: url(../images/header_background.gif);
	background-repeat: repeat-x;
	height: 88px;
}
#main_nav{
	background-image: url(../images/main_nav_background.gif);
	background-repeat: repeat-x;
	height: 50px;
	text-align: center;
}
#main_nav a {
padding: 0 17px 0 17px;
color: #ffffff;
text-decoration: none;
}
#main_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#main_nav div {
	padding-left:10px;
	padding-right:10px;
	padding-top:18px;
	padding-bottom:13px;
}

#sub_nav{
	background-image: url(../images/sub_nav_background.gif);
	background-repeat: repeat-x;
	height: 21px;
	text-align: center;
}

#sub_nav a {
padding: 0 7px 0 7px;
color: #b9b9b9;
text-decoration: none;
}
#sub_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#sub_nav div {
	padding: 3px;
}

#left_column_top{
	background-image: url(../images/left_column_top.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height:2px;
	width:482px;
	}

#right_column_top{
	background-image: url(../images/right_column_top.gif);
	background-color: #eae9e4;
	background-repeat: no-repeat;
	height:2px;
	width:277px;
}
/* Content Container */
#left_column{
	background-color: #ffffff;
	height: 300px;
	color:#636262;
	padding-bottom:40px;
}

#left_column .column_3{
width:122px;
padding-top:28px;
padding-bottom:12px;
margin:0px;
text-align: left;
}

#left_column .content{
padding:28px;
text-align: left;
}

#left_column span {
float: right; 
margin-top:-12px;
}

#left_column div.price {
	border-bottom: 1px solid #454545;
}


#right_column {
	background-image: url(../images/right_column_background.gif);
	background-repeat: repeat-y;
	background-color:#eae9e4;
	color: #636262;
	padding-left:6px;
}
#right_column img {
	padding-bottom:5px;
}

.right_content{
	padding-top: 24px;
	padding-left: 30px;
	padding-right: 30px;
}
.right_listing{
	padding-top: 24px;
	padding-left: 18px;
	padding-right: 30px;
}
.seperator{
	padding-top: 30px;
}

#footer {
	text-align: center;
	padding-top: 6px;
}

.footer_1{
color: #afafaf;	
}

.footer_2{
color: #313131;	
}

.bold{
	font-weight: bold;
}

.title {
color: #920701;
font-weight: bold;
text-decoration: none;
}

.title_2{
	font-weight: bold;
	color: #636262;
}

.contact_info {
	color: #ffffff;
	font-size: 10px;
	padding-right: 15px;
	padding-top: 7px;
}

.photo_border{
	border-color: #101010;
}
a.red_link{
	color: #920701;
}
a.red_link:hover {
	color: #8d8d8d;
}
a.white_link{
	color: #ffffff;
}
a.white_link:hover {
	color: #c3c3c3;
}

a.footer_link{
	color:#afafaf;
}

.table_cell{
	padding-right: 20px;
}

input.search {
	width:145px;
	margin-top:6px;
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#EFEEEE;
	color: #8d8d8d;
}

input.submit {
	margin-top:6px;
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#eae9e4;
	color: #920701;
}

.border{
	border: 1px solid #545454;
}