@charset "utf-8";

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* BODY */
body {
	font: 100% "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #484848 url(../images/bg.gif) top repeat-x;
	margin: 0; 
	padding: 1%;
	text-align: center; 
	color: #000000;
}

.bgclass .container {
	width: 907px;
	background: none;
	margin: 0 auto;
	border:0;
	text-align: center;
	color:#ffffff;
}

.contTop{
	width:100%;
	height:20px;
	background:url(../images/contTop.png) center no-repeat;
	margin:0 auto;
	line-height:1;
	font-size:1px;
}

.contBot{
	width:100%;
	height:20px;
	background:url(../images/contBot.png) center no-repeat;
	margin:0 auto;
	line-height:0;
	font-size:1px;
}

.contMain{
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../images/contBg.png) center repeat-y;
	color:#d9d9d9;
}


.wool{
	width:650px;
	height:260px;
	margin:auto;
	padding: 35px 0 25px 0;
}

.pullingTheWool{
	width:533px;
	height:59px;
	margin:auto;
}

h1{
	font-size:24px;
	font-weight:normal;
	padding:10px 0;
}
.yellow{
	color:#ffb400;
}

.menu{
	height:30px;
	text-align:center;
	margin:auto;
	margin:40px 0 40px 155px;
}

.menu div{
	padding: 0 20px;
}

.menu .btn1 a, .menu .btn1 a:visited{
	display:block;
	width:110px;
	height:30px;
	background:url(../images/btn1.gif) no-repeat;
	text-decoration:none;
}

.menu .btn1 a:hover{
	background:url(../images/btn1H.gif) no-repeat;
}

.menu .btn2 a, .menu .btn2 a:visited{
	display:block;
	width:178px;
	height:30px;
	background:url(../images/btn2.gif) no-repeat;
	text-decoration:none;
}
.menu .btn2 a:hover{
	background:url(../images/btn2H.gif) no-repeat;
}

.menu .btn3 a, .menu .btn3 a:visited{
	display:block;
	width:107px;
	height:30px;
	background:url(../images/btn3.gif) no-repeat;
	text-decoration:none;
}
.menu .btn3 a:hover{
	background:url(../images/btn3H.gif) no-repeat;
}


.menu2{
	height:25px;
	text-align:right;
	padding:30px 0;
	text-decoration:none;
}
.menu2 a{
	padding: 0 0 0 35px;
	text-decoration:none;
	display:block;
	height:25px;
}

.menu2 .btn1 a, .menu2 .btn1 a:visited{
	width:100px;
	background:url(../images/inBtn1.gif) no-repeat;
}
.menu2 .btn1 a:hover{
	background:url(../images/inBtn1H.gif) no-repeat;
}

.menu2 .btn2 a, .menu2 .btn2 a:visited{
	width:162px;
	background:url(../images/inBtn2.gif) no-repeat;
	text-decoration:none;
}
.menu2 .btn2 a:hover{
	background:url(../images/inBtn2H.gif) no-repeat;
}

.menu2 .btn3 a, .menu2 .btn3 a:visited{
	width:98px;
	background:url(../images/inBtn3.gif) no-repeat;
	text-decoration:none;
}
.menu2 .btn3 a:hover{
	background:url(../images/inBtn3H.gif) no-repeat;
}


p{
	color:#e3e3e3;
	font-size:16px;
	line-height:17px;
	padding-bottom:15px;
}

em{
	font-style:italic;
}

.inside{
	margin: 0 18px;
	padding: 24px;
}

.inside2{
	margin: 0 18px;
	padding: 0 24px;
	width:auto;
	height:auto;
}

.head{
	text-align:right;
}

.fltlft{
	float:left;
	width:auto;
}

.fltrt{
	float:right;
	width:auto;
}

.clear{
	clear:both;
}

.gallery{
	text-align:left;
	margin:0 30px;
	margin-bottom:80px;
}

.galImage{
	width:760px;
	height: 300px;
}

.galThumb{
	width:135px;
	height:310px;
	overflow:hidden;
	margin-left:45px;
}