@charset "utf-8";


/*Styles Picture Gallery*/

#main-content img{
 	padding:3px;
	margin:0;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
}

#main-content li{
	width:195px;
	height:185px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	padding:10px;
	text-align:center;
	float:left;
	display:inline;
	margin:5px;
}

#main-content img:hover{
	padding:3px;
	margin:0;
	border-style:solid;
	border-width:1px;
	border-color:#5c4033;
} 

#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
}

/*Text Styles*/

h1{
 font-size:20px;
 color:#5c4033;
}

h2{
 font-size:16px;
 color:#5c4033;
}

p{
 color:#5c4033;
}

caption{
 font-size:12px;
}

#ruglist ul{
	margin-left:10px;
	margin-top:6px;
	list-style-type:none;
}

#ruglist ul ul{
	margin-left:30px;
	margin-top:6px;
	list-style-type:circle;
}

#ruglist ul ul ul{
	margin-left:30px;
	margin-top:6px;
	list-style-type:circle;
}

.mainrug{
	font-size:18px;
	margin-left: 200px;
}

#testmain{
	list-style-type:none;
	font-size:18px;
}

.smallheadline{
 font-family: Gill Sans, Verdana;
 font-size: 11px;
 line-height: 14px;
 text-transform: uppercase;
 letter-spacing: 2px;
 font-weight: bold;
 color:#5c4033;
 display:inline;
}

.smallheadlinered{
 font-family: Gill Sans, Verdana;
 font-size: 11px;
 line-height: 14px;
 text-transform: uppercase;
 letter-spacing: 2px;
 font-weight: bold;
 color:red;
 display:inline;
}

.largeheadline{
 font-family: times, Times New Roman, times-roman, georgia, serif;
 color: #444;
 margin: 0;
 padding: 0px 0px 6px 0px;
 font-size: 51px;
 line-height: 44px;
 letter-spacing: -2px;
 font-weight: bold;
 color:#5c4033;
}

.description{
 width:119px;
 border:solid #CCC;
 border-width:0 1px 1px 0;
 padding:10px;
 text-align:right;
 float:right;
 display:inline;
 margin:5px;
}

#ruglarge{
 display:block;
 width:67%;
 margin:0 auto;
}


