html, body, img, form {
	margin: 0;
	padding: 0;
	
}

a {
	outline: none;
}
			
body  {
	/* default color background-color: #ce171f; */
	background-color: #792d03;
}
					
p {
	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 10px;
	text-align: left;
	color: #333333;
}
		
a {
	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
		
a:hover {
	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 12px;
	color: #e58c71;
	text-decoration: none;
}

.bolder {
	font-size:11px;
}
		
		
img {
	float: left;
}

#lightboxImage {
  padding: 0px;
}

h1 {
	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #e58c71;
	text-align: center;
}

li {
	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 10px;
	text-align: left;
	color: #333333;
}

h3 {
	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}

h4 {
	font-family: helvetica,arial,clean,sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #2e3192;
}

#mainContainer {
	width: 950px;
	margin: 0 auto;
}

#headerLeft {
	width: 337px;
	/*height: 105px;*/
	padding-top: 50px;
	float: left;
}



/*menu*/

#headerRight {
	width: 281px;
	height: 33px;
	padding-right: 135px;
	padding-top: 122px;
	float: right;
}

#headerRight a {
	text-decoration: none;
	height: 33px;
	text-align: center;
}

#headerRight img {
	float: left;
}

#headerRight ul, #headerRight li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#headerRight li {
	float: left;
}

#headerRight .chambers {
	width: 150px;
	display: block;
}

#headerRight .chambers a {
	width: 150px;
	background-image: url(../images/chambers.png);
	background-repeat: no-repeat;
	display: block;
}

#headerRight .chambers a:hover {
	background-image: url(../images/chambersOver.png);
}

#headerRight .web {
	width: 29px;
	display: block;
}

#headerRight .web a {
	width: 29px;
	background-image: url(../images/web.png);
	background-repeat: no-repeat;
	display: block;
}

#headerRight .web a:hover {
	background-image: url(../images/webOver.png);
}

#headerRight .marketing {
	width: 62px;
	display: block;
}

#headerRight .marketing a {
	width: 62px;
	background-image: url(../images/marketing.png);
	background-repeat: no-repeat;
	display: block;
}

#headerRight .marketing a:hover {
	background-image: url(../images/MarketingOver.png);
}

#headerRight .logos {
	width: 40px;
	display: block;
}

#headerRight .logos a {
	width: 40px;
	background-image: url(../images/logos.png);
	background-repeat: no-repeat;
	display: block;
}

#headerRight .logos a:hover {
	background-image: url(../images/logosOver.png);
}

/* end menu */


#bannerLeft {
	width: 130px;
	height: 437px;
	border-top: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	clear: both;
	background-color: #ce171f;
	float: left;
}

.bannerLeft:hover a img {
	text-decoration: none;
	border: none;
}

#window {
	width: 670px;
	height: 437px;
	border-top: 5px solid #ffffff;
	background-color: #e2e3e5;
	float: left;
}

#windowHome {
	width: 670px;
	height: 387px;
	background-image: url(../images/special_01.png);
	float: left;
}

#bannerRight {
	width: 130px;
	height: 437px;
	border-top: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	background-color: #ce171f;
	float: left;
}

#lowerLinks {
	width: 950px;
	border: 0px;
	border-top: 5px solid #ffffff;
	clear: both;
	float: left;
}



/* lower menu */

#footerLeft {
	width: 239px;
	height: 31px;
	padding-left: 140px;
	float: left;
}

#footerLeft a {
	text-decoration: none;
	height: 31px;
	text-align: center;
}

#footerLeft img {
	float: left;
}

#footerLeft ul, #footerLeft li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footerLeft li {
	float: left;
}

#footerLeft .home {
	width: 39px;
	display: block;
}

#footerLeft .home a {
	width: 39px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	display: block;
}

#footerLeft .home a:hover {
	background-image: url(../images/homeOver.png);
}

#footerLeft .about {
	width: 37px;
	display: block;
}

#footerLeft .about a {
	width: 37px;
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
	display: block;
}

#footerLeft .about a:hover {
	background-image: url(../images/aboutOver.png);
}

#footerLeft .services {
	width: 48px;
	display: block;
}

#footerLeft .services a {
	width: 48px;
	background-image: url(../images/services.png);
	background-repeat: no-repeat;
	display: block;
}

#footerLeft .services a:hover {
	background-image: url(../images/servicesOver.png);
}

#footerLeft .newsletter {
	width: 65px;
	display: block;
}

#footerLeft .newsletter a {
	width: 65px;
	background-image: url(../images/newsletter.png);
	background-repeat: no-repeat;
	display: block;
}

#footerLeft .newsletter a:hover {
	background-image: url(../images/newsletterOver.png);
}

#footerLeft .contact {
	width: 50px;
	display: block;
}

#footerLeft .contact a {
	width: 50px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	display: block;
}

#footerLeft .contact a:hover {
	background-image: url(../images/contactOver.png);
}

/* end lower menu */

#footerRight {
	width: 108px;
	height: 31px;
	display: inline;
	list-style: none;
	padding-right: 135px;
	float: right;
}

#footerRight a {
	height: 31px;
}

#footerRight img {
	float: left;
}

#footerRight ul, #footerRight li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footerRight li {
	float: left;
}

#footerRight .twitter {
	width: 20px;
	display: block;
	padding-right: 7px;
	padding-top: 6px;
}

#footerRight .twitter a {
	width: 20px;
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	display: block;
}

#footerRight .facebook {
	width: 20px;
	display: block;
	padding-right: 7px;
	padding-top: 6px;
}

#footerRight .facebook a {
	width: 20px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	display: block;
}

#footerRight .blogger {
	width: 20px;
	display: block;
	padding-right: 7px;
	padding-top: 6px;
}

#footerRight .blogger a {
	width: 20px;
	background-image: url(../images/blogger.png);
	background-repeat: no-repeat;
	display: block;
}

#footerRight .hubGarage {
	width: 20px;
	display: block;
	padding-right: 7px;
	padding-top: 6px;
}

#footerRight .hubGarage a {
	width: 20px;
	background-image: url(../images/HubGarage.png);
	background-repeat: no-repeat;
	display: block;
}

#footerContact {
	width: 940px;
	height: 20px;
	/*padding-top: 20px;*/
	clear:both;
	float:left;
	text-align:center;
	font-family: "Verdana", Arial,helvetica,arial,clean,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffff00;
}


#footer {
	width: 940px;
	height: 30px;
	padding-top: 10px;
	clear: both;
	font-family: "Verdana", Arial,helvetica,arial,clean,sans-serif;
	font-size: 8px;
	color: #a44101;
	text-align: center;
}

#justText {
	width: 464px;
	padding: 10px;
}

.italics {
	font-family: "Adobe Garamond", Times New Roman, serif;
	font-style: italic; 
	font-size: 16px;
	font-stretch: narrower;
	color: #edcbbe;
}

.mask3{
	position: relative;
	width: 670px;
	height: 437px;
	overflow: hidden;
}


.mainContainer {
	width: 670px;
	margin: 0;
	padding: 7px;
	background-color: #e2e3e5;
}

.Panel h1 {
	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #133c8b;
}

h2 {
	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 14px;
	color: #792d03;
}

.topHeader {
	width: 670px;
	height: 27px;
}

.Panel italics {
	font-family: "Adobe Garamond", Times New Roman, serif;
	font-style: italic; 
	font-size: 16px;
	font-stretch: narrower;
	color: #edcbbe;
}
					
.Panel p {
	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 10px;
	text-align: left;
	color: #333333;
}

#Panel a {
	color:#ce171f;
	font-size: 10px;
}

#Panel a:hover {
color: #333333;
}

#Panel {
	width: 660px;
	height: 460px;
	background-color: #e2e3e5;
	background-image: url(../images/bkgd-home.gif);
	padding: 5px;
	float: left;
}

#PanelS {
	width: 660px;
	height: 430px;
	background-color: #e2e3e5;
	background-image: url(../images/bkgd-services.gif);
	padding: 5px;
	float: left;
}

#PanelC {
	width: 660px;
	height: 430px;
	background-color: #e2e3e5;
	background-image: url(../images/bkgd-contact.gif);
	padding: 5px;
	float: left;
}

#PanelA {
	width: 660px;
	height: 430px;
	background-color: #e2e3e5;
	background-image: url(../images/bkgd-about.png);
	padding: 5px;
	float: left;
}

#pPanel {
	width: 670px;
	height: 437px;
	float: left;
}

#picA {
	width: 70px;
	float: left;
}

#picB {
	width: 70px;
	float: left;
}

#picC {
	width: 70px;
	float: left;
	clear: both;
}

#picD {
	width: 70px;
	float: left;
}

#bioA {
	width: 550px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
	color: #333333;
}

#bioA a {
	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 10px;
	text-align: left;
	color: #333333;
}

#bioB {
	width: 200px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}

#bioC {
	width: 200px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}

#bioD {
	width: 200px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}

#leftPanel {
	width: 295px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}

#rightPanel {
	width: 295px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}

#coupon {
	width: 280px;
	margin-top: 220px;
	margin-left: 2px;
	padding-left: 15px;
	padding-right: 20px;
	font-family: helvetica,arial,clean,sans-serif;
	font-size: 10px;
	text-align: left;
	color: #333333;
	float: left;
}

#coupon a {
	font-family: helvetica,arial,clean,sans-serif;
	font-size: 10px;
	color: #2e3192;
}

#leftThird {
	width: 200px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}

#middleThird {
	width: 295px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}

#rightThird {
	width: 295px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}

/* Portfolio Buttons */

#portoButts {
	width: 79px;
	height: 42px;
	padding-top: 400px;
	padding-left: 35px;
	float: left;
}

#portoButts a {
	text-decoration: none;
	height: 42px;
	text-align: center;
}

#portoButts img {
	float: left;
}

#portoButts ul, #portoButts li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#portoButts li {
	float: left;
}

#portoButts .last {
	width: 37px;
	display: block;
}

#portoButts .last a {
	width: 37px;
	background-image: url(../images/last.png);
	background-repeat: no-repeat;
	display: block;
}

#portoButts .last a:hover {
	background-image: url(../images/lastOver.png);
}

#portoButts .next {
	width: 40px;
	display: block;
}

#portoButts .next a {
	width: 40px;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	display: block;
}

#portoButts .next a:hover {
	background-image: url(../images/nextOver.png);
}

/* End Portfolio Buttons */

#latestButts p {
	width: 180px;
	border: 1px solid #ffffff;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 15px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
	float: left;
}

#latestButts a {
 	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333333;
}

#latestButts a:hover {
	color:  #ce171f;
}

#container {
	width: 506px;
	height: 26px;
	margin-top: 387px;
	background-image: url(../images/special_02.png);
	background-repeat:no-repeat;
	padding: 13px 23px 11px 141px;
	clear:both;
	font-family: "Verdana",helvetica,arial,clean,sans-serif;
	font-size: 11px;
}

