/*CSS 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: "" "";
}

/*Restyle!*/

a {color:#fff;}
a:hover {color:#fff;}

textarea {font-family:tahoma, sans-serif;}

p {
	margin:0 0 15px 0;
	}

strong {
	font-weight:bold;
	}
	
em {
	font-style:oblique;
	}
	
.clear {
	clear:both;
	}
	
h1 {font-size:180%;}
h2 {font-size:170%;}
h3 {font-size:160%;}
h4 {font-size:120%;}
h5 {font-size:110%;}
h6 {font-size:90%;}

/*Berkshire CSS*/
body {
	background:url(images/knit.gif) left -5px repeat;
	color:#fff;
	font:medium tahoma, arial, sans-serif;
	line-height:1.3;
	}
	
#container {
	/*position:relative;
	margin:0 auto;*/
	width:1000px;
	}
	
#header {
	float:left;
	width:1000px;
	background:url(images/top-pat.gif) 3px 0 repeat-x;
	}
	
#header h1, #header img {
	float:left;
	}
	
#header img.main {
	margin-left:32px;
	}
	
#left {
	float:left;
	width:260px;
	background:url(images/sidebarpat.gif) left -4px repeat-y;
	padding-bottom:25px;
	}
	
#left img {
	vertical-align:middle;
	}
	
#left a.red, #left a.blue, #left a.green, #left a.yellow, #left a.pink, #left a.purple {
	background:url(images/red.gif) left center no-repeat;
	padding-left:70px;
	padding-top:20px;
	height:42px;
	display:block;
	}
	
#left a.blue {
	background:url(images/blue.gif) left center no-repeat;
	}
	
#left a.green {
	background:url(images/green.gif) left center no-repeat;
	}
	
#left a.yellow {
	background:url(images/yellow.gif) left center no-repeat;
	}
	
#left a.pink {
	background:url(images/pink.gif) left center no-repeat;
	}

#left a.purple {
	background:url(images/purple.gif) left center no-repeat;
	}
	
#left a.red:hover, #left a.blue:hover, #left a.green:hover, #left a.yellow:hover, #left a.pink:hover, #left a.purple:hover, #default #left a.red {
	background:url(images/red-over.gif) left center no-repeat;
	padding-left:70px;
	}
	
#left a.blue:hover, #machines #left a.blue {
	background:url(images/blue-over.gif) left center no-repeat;
	}
	
#left a.green:hover, #gallery #left a.green {
	background:url(images/green-over.gif) left center no-repeat;
	}
	
#left a.yellow:hover, #specials #left a.yellow {
	background:url(images/yellow-over.gif) left center no-repeat;
	}
	
#left a.pink:hover, #contact_us #left a.pink {
	background:url(images/pink-over.gif) left center no-repeat;
	}
	
#left a.purple:hover, #class_schedules #left a.purple {
	background:url(images/purple-over.gif) left center no-repeat;
	}
	
#left ul {
	margin-top:-5px;
	}
	
#left li {
	margin:10px 0;
	margin-left:7px;
	}
	
#left a {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color: #fff;
	}
	
#right {
	float:left;
	width:740px;
	margin-top:-50px;
	}
	
#right h2.loc1 {
	float:left;
	width:300px;
	}
	
#right h2.loc2 {
	float:right;
	text-align:right;
	width:340px;
	}
	
#right h2.loc1, #right h2.loc2 {
	color:#fff;
	font-size:12px;
	margin-bottom:10px;
	}
	
#right h2 strong {
	font-size:30px;
	}
	
#right ul {
	margin:10px 0;
	}
	
#right ul li {
	margin-left:25px;
	list-style-type:disc;
	}
	
.float-left {
	float:left;
	margin:0 5px 5px 0;
	}
	
.float-right {
	float:right;
	margin:0 0 5px 5px;
	}