/*New AveArt site 04-07-10*/


*{
	padding: 0;
	margin: 0;
}

p {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
}

body  {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	margin: 0 20px 20px 0;
	color: #555;
	letter-spacing: .05em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
    margin-bottom: 3px;
}

#container { 
	width: 760px; 
	text-align: left;
	margin-left: auto;
	margin-right: auto;
		background-color: #f1f2ee;

} 

#header {
	background-image: url(../images/Background1/topL.jpg);
	width: 760px;
	height: 279px;
	z-index: 50;
}

#BusButton .business{
	position: absolute;
	margin: 80px 40px 0 540px;
	width: 168px;
	height: 41px;
	background-image: url(../images/businessBtn.jpg);
	border: 0px none;
}

#BusButton a img {
	outline: none;
	border: 0;
}

#BusButton a:hover {
	background-position: left bottom;
	outline: none;
	border: 0;
}

#address {
	margin-right: auto;
	position: absolute;
	margin-top:148px;
	width: 760px;
	height: 20px;
	font-family: "myriad pro bold", Myriad Pro, "arial black", sans-serif;
    font-size: 12px;
	text-transform: uppercase; 
    font-weight: 800;
	text-align: center;
	letter-spacing: 3px;
}

#left1 {
position: absolute;
	width: 226px;
	height: 802px;
	padding-top: 20px;
	background-image: url(../images/Background1/);
	background-repeat: no-repeat;
}

#right1 {
	float: right; 
	width: 126px;
	height: 98px;
	padding-top: 20px;
	background-image: url(../images/Background1/);
	background-repeat: no-repeat;

}

#nav1 {
	border: 0;
	list-style: none;
	padding: 0;
	margin: 180px 0 0;
	width: 760px;
	height: 14px;
	position: absolute; 
	}

#nav1 a {
	display: block;
	text-indent: -2000px;
	position: absolute;
	outline: none;
}

#nav1 a:hover {
	background-position: left center;
}

#nav1 .home {
  width: 44px;
  height: 19px;
  background: url(../images/MenuItems/1Home.png) no-repeat;
  left: 46px;
}

#nav1 .framing {
  width: 67px;
  height: 19px;
  background: url(../images/MenuItems/2Framing.png) no-repeat;
  left: 120px;
}

#nav1 .supplies {
  width: 99px;
  height: 19px;
  background: url(../images/MenuItems/3ArtSupplies.png) no-repeat;
  left: 219px;
}

#nav1 .art {
  width: 34px;
  height: 19px;
  background: url(../images/MenuItems/4Art.png) no-repeat;
  left: 350px;
}

#nav1 .new {
  width: 83px;
  height: 19px;
  background: url(../images/MenuItems/5WhatsNew.png) no-repeat;
  left: 416px;
}

#nav1 .specials {
  width: 69px;
  height: 19px;
  background: url(../images/MenuItems/6Specials.png) no-repeat;
  left: 531px;
}

#nav1 .contact {
  width: 83px;
  height: 19px;
  background: url(../images/MenuItems/7ContactUs.png) no-repeat;
  left: 632px;
}

#mainContent {
	position: relative;
	height: 100%;
	top: -30px;
	left: 135px;
	width: 610px;
}  

.text1 {
	width: 300px;
	float: left;
	clear: left;
	margin: 60px 0 0 0;
}

.text2 {
	width: 500px;
	float: left;
	clear: left;
} 

.text1 p {
	margin-bottom: 9px;;
} 

.whatsnewbody{
		line-height: 18px;
		margin: 6px 0;
}

#inside {
	width: 345px;
	float: left;
}

#hours {
	float: left;
	clear: left;
	width: 240px;
	font-family: Myriad pro, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 30px 0;
	text-transform: uppercase;
}

th {
	text-align: left;
	height: 20px;
	margin-bottom:13px;
	font-family: Myriad pro, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
}

td {
	height: 13px;
		font-family: Myriad pro, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
}

.day {
	width: 75px;		
	font-family: Myriad pro, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
}

#followus{
	float: right;
	width: 145px;
	height: 100px;
	margin: 50px 100px 0 0;
}


#followText{
	float: left;
	width: 90px;
	margin-top: 20px;
	text-align: right;
}


#facebook{
	float: left;
	height: 36px;
	width: 36px;
	margin: 4px 0 0 12px;
}

#footer { 
	position: relative;
	float: left;
	clear: left;
	width: 500px;
	padding: 0 10px 0 0;
	height: 61px;
} 

#footer p {
	margin: 0;
	padding: 8px 0;
	font-size: 11px;
	color: #222;
}



.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
}

