@charset "UTF-8";

body  {
	color: #000;
	background-color: #fff;
}



/*------------------------------------------------
		BEGIN SITE STYLES - "The Art Of" content holders
------------------------------------------------*/
#the-art-main { /* hidden by default */
	display: none;
}
#the-art-main img {
	display: none;
}
#the-art-facts { /* hidden by default */
	display: none;
}
#the-art-facts img {
	display: none;
}
#the-art-engineering { /* hidden by default */
	display: none;
}
#the-art-engineering img {
	display: none;
}
#contact-map { /* placed on "contact us" template only */
	width: auto;
	height: auto;
	padding: 0;
}


/*------------------------------------------------
		BEGIN SITE STYLES - PRIMARY LAYOUT
------------------------------------------------*/
  
#IE6 {
	display: none;
}
#container {
	width: 750px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#logo {
	width: 200px;
	height: 100px;
	float: left;
}
#logo img {
	width: 200px;
	height: 100px;
}
#phone {
	margin: 11px 20px 5px 50px;
	padding: 0;
	height: 24px;
	width: 250px;
	font-size: 16px;
	line-height: 16px;
	float: right;
}
#email {
	margin: 11px 20px 5px 50px;
	padding: 0;
	height: 24px;
	width: 250px;
	font-size: 16px;
	line-height: 16px;
	float: right;
}
#menu {
	display:none;
	height: 0px;
}
#banner {
	display: none;
}
#bar1 {
	display: none;
}
#bar2 {
	display: none;
}

#testimonials {
	height: auto;
	width: 650px;
	margin: 10px 50px 10px 50px;
	padding: 0;
}
#gallery {
	display: none;
}
#gallery-2 {
	display: none;
}
#sidebar2 {
	height: auto;
	width: 650px;
	margin: 10px 50px 10px 50px;
	padding: 0;
}
#mainContent {
	padding: 0;
	margin: 0;
}
#Content {
	height: auto;
	width: 650px;
	margin: 10px 50px 10px 50px;
	padding: 0;
}

#subscribe {
	display: none;
}
.map {
	margin: 0;
	padding: 0;
}
.map img {
	margin: 10px auto;
	padding: 0;
}
#footer {
	display: none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menubar { /* position within #menu */
	display: none;
	height: 0px;
}
#foot-menu {
	display: none;
}





