/* CSS Document */

body,td,th {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
}

body {
     background-image: url(../images/nav/bk.jpg);
     margin-left: 0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
}

a {
 	outline: none;    
}

#wrapper {
     margin-left: auto;
     margin-right: auto;
     width:980px;
}

#main {
 	float: left;
     width: 980px;
     display: block;
}

#logo {
     clear: left;
     width: 980px;
     height: 150px;
     display: block;
}

#nav {
     clear: left;
     width: 910px;
     height: 34px;
     display: block;
     background: url(../images/nav/bk_nav.png) no-repeat;
     padding: 0 35px 0 35px;
}

#nav ul {
     float: left;
 	padding: 0;
     margin: 0;
     padding: 0;
}

#nav ul li {
     float: left;
     list-style-type: none;
}

#nav ul li a {
     float: left;
	background: url(../images/nav/nav.png) 0 0 no-repeat; 
     color: #fff;
     text-decoration: none;
     width: 130px;
     height: 34px;
	text-align: center;
     line-height: 34px;
     font-weight: bold;
}

#nav ul li a:hover {
 	background: url(../images/nav/nav.png) 0 -34px no-repeat;
}

#nav ul li a.selected {
 	background: url(../images/nav/nav.png) 0 -68px no-repeat;    
}

#contentsplash {
     float: left;
     width: 940px;
     min-height: 400px;
     display: block;
     background: url(../images/nav/bk_content.png) repeat-y;
     padding: 0 20px 0 20px;
}

#content {
     float: left;
     width: 860px;
     min-height: 400px;
     display: block;
     background: url(../images/nav/bk_content.png) repeat-y;
     padding: 20px 50px 10px 70px;
}

#contenttext {
     float: left;
     width: 860px;
     display: block;
}

#contenttext a {
 	color: #9d2c2d;    
}

#contenttext a:hover {
	color: #472320; 
}

#contenttext h1 {
     color: #a32e2f;
 	font-size: 28px;
     font-weight: normal;
     border-bottom: 1px dotted #38211e;
}

#contenttext h2 {
     color: #712925;
 	font-size: 18px;
     font-weight: normal;
	line-height: 30px;
}

#contenttext p {
 	line-height: 18px;    
}

#footer {
	float: left;
     width: 980px;
     height: 32px; 
     display: block;
     background: url(../images/nav/bk_footer.png) no-repeat;
     padding: 18px 0 0 0;
     text-align: center;
     font-size: 11px;
     color: #260d0d;
}

.priceitem {
     padding: 15px 5px 10px 0;
     border-bottom: 1px dotted #260d0d;
}

.pricecost {
     padding: 15px 5px 10px 0;
     border-bottom: 1px dotted #260d0d;
}

.big {
 	font-size: 16px;
     line-height: 20px;    
}

.small {
 	font-size: 11px;
     line-height: 14px;    
}

.patterntitle {
 	text-align: center;
     padding: 2px 0 10px 0;
     color: #803d3c;
     font-size: 11px;
     font-weight: bold;   
}

.tngallery {
 	font-size: 10px;
     text-align: center;    
}

.patterngrid {
	float: left;
	margin-bottom: 40px;
}

.pgitem {
	float: left;
	width: 215px;
	text-align: center;
	margin-bottom: 8px;
}

.pgitem span {
     color: #803d3c;
     font-size: 11px;
	 line-height: 20px;
     font-weight: bold;
}