@charset "UTF-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color:#8d8d8d;
	scrollbar-arrow-color:#f4a900;
	scrollbar-base-color:#646464; background->
	scrollbar-darkshadow-color:#f4a900; background->
	scrollbar-highlight-color:#646464; 
	scrollbar-shadow-color:#646464;
}
.brandexper #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.brandexper #header {
	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
}
.brandexper #header .introtext  {
	width: 680px;
	height: 68px;
	float: left;
	color: #FFF;
	font-size: 16px;
	padding-left: 10px;
}
.brandexper #header .logo {
	height: 36px;
	float: left;
	width: 250px;
	color: #FFCC00;
	padding-top: 32px;
	font-size: 20px;
	text-align: right;
}
.brandexper #container #mainContent .aboutus {
	height: 356px;
	background-image: url(images/background.jpg);
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 200px;
	padding-left: 200px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.brandexper #container #mainContent .aboutus .textframe {
	height: 360px;
	overflow: auto;
	padding: 0 20px 0 20px;
	font-size: 12px;
	line-height: 1.5em;
}
.brandexper #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
.brandexper #container #mainContent p {
	margin-top: 0.3em;
	margin-bottom: .9em;
}
.brandexper #container #mainContent .gallery {
	height: 356px;
	background-image: url(images/background3.jpg);
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 122px;
	padding-left: 122px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.brandexper #container #mainContent .gallery .galleryframe {
	height: 350px;
	padding: 0 20px 0 20px;
	font-size: 12px;
}
.brandexper #container #mainContent .gallery .galleryframe .photogallery {
	width: 650px;
	float: left;
	clear: none;
	background-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.brandexper #container #mainContent .contact {
	height: 426px;
	background-image: url(images/background2.jpg);
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 170px;
	padding-left: 170px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.brandexper #container #mainContent .contact .contactframe {
	height: 400px;
	padding: 0 20px 0 20px;
	font-size: 12px;
}
.formtext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.brandexper #header .number {
	float: left;
	width: 248px;
	height: 22px;
	font-size: 14px;
	color: #FFF;
	padding-top: 7px;
	padding-left: 12px;
}
.brandexper #header .navigation  {
	width: 690px;
	height: 32px;
	float: left;
}
.brandexper #header h1 {
}
.brandexper #mainContent {
	background: #000000;
}
.brandexper  #footerindex  h2 {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
	font-weight: normal;
}
.brandexper #indexfooter {
	background: #000000;
}
.brandexper #container #footerindex .Footer2 {
	height: 80px;
	background-color: #000000;
}
.tagline {
	font-size: 24px;
	font-style: italic;
	line-height: 40px;
}
.brandexper #container #footerindex .Footer2 .copyright {
	width: 200px;
	float: right;
	height: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
}
.brandexper #container #footerindex .Footer2 .logo {
	width: 350px;
	float: right;
	text-align: center;
	height: 50px;
	padding: 10px 0 0 0;
}
.brandexper #container #footerindex .Footer2 .form {
	width: 300px;
	float: right;
	text-align: right;
	height: 40px;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 10px;
}
.brandexper #container #footerindex .Footer2 .form a:link{
	color: #FFCC00;
	text-decoration: none;
}
.brandexper #container #footerindex .Footer2 .form a:visited {
	color: #FFCC00;
}
.brandexper #container #footerindex .Footer2 .links {
	width: 300px;
	float: right;
	height: 50px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
}
.brandexper #container #mainContent a:link {
	color: #000000;
	text-decoration: none;
}
.brandexper #container #mainContent a:visited {
	color: #333333;
	text-decoration: none;
}
