@charset "UTF-8";
/* CSS Document */



/* Main Layout */

body {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../img/bground.png);
	background-repeat: repeat-x;
}
a {
	color: #AB3036;
	text-decoration: none;
}
#container {
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#footercontainer {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
#masthead {
	height: 75px;
	padding-top: 30px;
	padding-left: 92px;
	background-color: #E7DDCF;
}
#menu {
	height: 30px;
	background-color: #E7DDCF;
	padding-left: 93px;
}
#splash_top {
	padding: 0;
}

#splash_bottom {
	background-image: url(../img/quote_bg.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 932px;
	padding-left: 92px;
	padding-top: 40px;
}
#splash_bottom img {
	margin-right: 15px;
}
#content {
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-x;
	padding-top: 30px;
}
#landing {
	background-image: url(../img/landing_bg.png);
	background-repeat: no-repeat;
	width: 839px;
	margin-right: auto;
	margin-left: auto;
}
#landing_content {
	width: 350px;
	margin-left: 50px;
	padding-top: 35px;
	float: left;
}
.landing_content_3col {
	width: 218px;
	margin-left: 50px;
	padding-top: 35px;
	float: left;
}
.vidcenter {
	width: 67%;
	margin-top: 45px;
	display: block;
	float: left;
	margin-left: 180px;
	margin-bottom: 25px;
}
.twothirdcolumn {
	width: 67%;
	margin-top: 35px;
	float: left;
	margin-bottom: 35px;
}
.onethirdcolumn {
	width: 33%;
	float: left;
	margin-top: 35px;
	margin-bottom: 35px;
}
.fullcolumn {
	width: 100%;
	margin-top: 35px;
	float: left;
}
.clear {
	clear: both;
}

#landingmenu1 img {
	margin-left: 20px;
}
#landingmenu2 img {
	margin-left: 20px;
}
#clients {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E2D8D1;
	border-bottom-color: #E2D8D1;
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-bottom: 12px;
	padding-top: 0px;
	height: 104px;
}
#clientlogos {
	width: 121px;
	float: left;
	padding-left: 36px;
}
.divider {
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E7DED7;
	clear: both;
}


/* Index Styles */

body.index {
	background-image: url(../img/bground.png);
	background-repeat: repeat-x;
}

.index #splash_top {
	background-image: url(../img/index/splash1.png);
	background-repeat: no-repeat;
	height: 218px;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 94px;
	width: 930px;
}

.index #splash_bottom {
	height: 64px;
	width: 932px;
	padding-left: 92px;
	padding-top: 40px;
	background-color: #F0E7DF;
	background-image: url(../img/index/splash2.png);
	background-repeat: no-repeat;
}
.index #landing {
	background-image: url(../img/index/landing2.png);
	background-repeat: no-repeat;
	/*height: 300px;*/
}

.index h2 {
	color: #AB3036;
}
.index .smallcaps {
	text-transform: uppercase;
	color: #AB3036;
	letter-spacing: 0.05em;
}
.index #landing_content_left {
	width: 250px;
	margin-left: 50px;
	padding-top: 35px;
	float: left;
}
.index #landing_content_right {
	width: 460px;
	margin-left: 50px;
	padding-top: 35px;
	float: left;
}
.index #landing {
	background-image: url(../img/landing_bg_index.png);
	background-repeat: no-repeat;
	width: 839px;
	margin-right: auto;
	margin-left: auto;
}


/* Branding Styles */

body.branding {
	background-image: url(../img/branding/bground_branding.png);
	background-repeat: repeat-x;
}

.branding #splash_top {
	background-image: url(../img/branding/splash1.png);
	background-repeat: no-repeat;
	height: 218px;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 94px;
	width: 930px;
}
.branding #splash_bottom {
	height: 64px;
	width: 932px;
	padding-left: 92px;
	padding-top: 40px;
	background-color: #F0E7DF;
	background-image: url(../img/branding/splash2.png);
	background-repeat: no-repeat;
}
.branding #landing {
	background-image: url(../img/landing_bg_top.png);
	background-repeat: no-repeat;
	/*height: 300px;*/
}
.branding #landing_bottom {
	background-image: url(../img/branding/landing2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 170px;
}
.branding h2 {
	color: #EA873D;
}
.branding .smallcaps {
	text-transform: uppercase;
	color: #EA873D;
	letter-spacing: 0.05em;
}



/* Signage Styles */

body.signage {
	background-image: url(../img/signage/bground_signs.png);
	background-repeat: repeat-x;
}
.signage #splash_top {
	background-image: url(../img/signage/splash1.png);
	background-repeat: no-repeat;
	height: 218px;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 94px;
	width: 930px;
}
.signage #splash_bottom {
	height: 64px;
	width: 932px;
	padding-left: 92px;
	padding-top: 40px;
	background-color: #F0E7DF;
	background-image: url(../img/signage/splash2.png);
	background-repeat: no-repeat;
}
.signage #landing {
	background-image: url(../img/landing_bg_top.png);
	background-repeat: no-repeat;
	/*height: 300px;*/
}
.signage #landing_bottom {
	background-image: url(../img/signage/landing2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 170px;
}
.signage h2 {
	color: #4678B7;
}
.signage .smallcaps {
	text-transform: uppercase;
	color: #467FCC;
	letter-spacing: 0.05em;
}




/* Printing Styles */

body.printing {
	background-image: url(../img/printing/bground_printing.png);
	background-repeat: repeat-x;
}
.printing #splash_top {
	background-image: url(../img/printing/splash1.png);
	background-repeat: no-repeat;
	height: 218px;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 94px;
	width: 930px;
}
.printing #splash_bottom {
	height: 64px;
	width: 932px;
	padding-left: 92px;
	padding-top: 40px;
	background-color: #F0E7DF;
	background-image: url(../img/printing/splash2.png);
	background-repeat: no-repeat;
}
.printing #landing {
	background-image: url(../img/landing_bg_top.png);
	background-repeat: no-repeat;
	/*height: 300px;*/
}
.printing #landing_bottom {
	background-image: url(../img/printing/landing2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 170px;
}
.printing h2 {
	color: #9FA84E;
}
.printing .smallcaps {
	text-transform: uppercase;
	color: #9FA84E;
	letter-spacing: 0.05em;
}




/* Promotional Styles */

body.promotional {
	background-image: url(../img/promotional/bground_promotional.png);
	background-repeat: repeat-x;
}
.promotional #splash_top {
	background-image: url(../img/promotional/splash1.png);
	background-repeat: no-repeat;
	height: 218px;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 94px;
	width: 930px;
}
.promotional #splash_bottom {
	height: 64px;
	width: 932px;
	padding-left: 92px;
	padding-top: 40px;
	background-color: #F0E7DF;
	background-image: url(../img/promotional/splash2.png);
	background-repeat: no-repeat;
}
.promotional #landing {
	background-image: url(../img/landing_bg_top.png);
	background-repeat: no-repeat;
	/*height: 300px;*/
}
.promotional #landing_bottom {
	background-image: url(../img/promotional/landing2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 170px;
}
.promotional h2 {
	color: #C8A54A;
}
.promotional .smallcaps {
	text-transform: uppercase;
	color: #C8A54A;
	letter-spacing: 0.05em;
}


/* Why Brandmasters Styles */

body.whybrandmasters {
	background-image: url(../img/bground.png);
	background-repeat: repeat-x;
}
.whybrandmasters #splash_top {
	background-image: url(../img/whybrandmasters/splash1.png);
	background-repeat: no-repeat;
	height: 218px;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 94px;
	width: 930px;
}
.whybrandmasters #splash_bottom {
	height: 64px;
	width: 932px;
	padding-left: 92px;
	padding-top: 40px;
	background-color: #F0E7DF;
	background-image: url(../img/whybrandmasters/splash2.png);
	background-repeat: no-repeat;
}
.whybrandmasters #landing {
	background-image: url(../img/index/landing2.png);
	background-repeat: no-repeat;
	/*height: 300px;*/
}
.whybrandmasters #landing {
	background-image: url(../img/whybrandmasters/bground.png);
	background-repeat: no-repeat;
	width: 839px;
	margin-right: auto;
	margin-left: auto;
}
.whybrandmasters h2 {
	color: #AB3036;
}
.whybrandmasters .smallcaps {
	text-transform: uppercase;
	color: #AB3036;
	letter-spacing: 0.05em;
}
.whybrandmasters .twothirdcolumn {
	width: 53%;
	margin-top: 45px;
	float: left;
	display: block;
	margin-left: 50px;
	margin-right: 25px;
}
.whybrandmasters .onethirdcolumn {
	width: 33%;
	float: left;
	display: block;
	margin-top: 45px;
}

/* Quote */

quote.index {
	background-image: url(../img/bground.png);
	background-repeat: repeat-x;
}
.quote #splash_top {
	background-image: url(../img/quote/splash1.png);
	background-repeat: no-repeat;
	height: 218px;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 94px;
	width: 930px;
}
.quote #splash_bottom {
	height: 64px;
	width: 932px;
	padding-left: 92px;
	padding-top: 40px;
	background-color: #F0E7DF;
	background-image: url(../img/quote/splash2.png);
	background-repeat: no-repeat;
}
.quote #landing {
	background-image: url(../img/index/landing2.png);
	background-repeat: no-repeat;
	/*height: 300px;*/
}
.quote h2 {
	color: #AB3036;
}
.quote .smallcaps {
	text-transform: uppercase;
	color: #AB3036;
	letter-spacing: 0.05em;
}


/* Contact */

contact.index {
	background-image: url(../img/bground.png);
	background-repeat: repeat-x;
}
.contact #splash_top {
	background-image: url(../img/quote/splash1.png);
	background-repeat: no-repeat;
	height: 218px;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 94px;
	width: 930px;
}
.contact #splash_bottom {
	height: 64px;
	width: 932px;
	padding-left: 92px;
	padding-top: 40px;
	background-color: #F0E7DF;
	background-image: url(../img/quote/splash2.png);
	background-repeat: no-repeat;
}
.contact #landing {
	background-image: url(../img/whybrandmasters/bground.png);
	background-repeat: no-repeat;
	width: 839px;
	margin-right: auto;
	margin-left: auto;
}

.contact h2 {
	color: #AB3036;
}
.contact .smallcaps {
	text-transform: uppercase;
	color: #AB3036;
	letter-spacing: 0.05em;
}
#footer {
	background-color: #896F5B;
	width: 100%;
	display: block;
	padding-bottom: 25px;
	margin-top: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B6A699;
	background-image: url(../img/footerbground.png);
	background-repeat: repeat-x;
}


/* Typography */

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 34px;
	line-height: 40px;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: lighter;
	margin-bottom: 15px;
}
h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 22px;
	font-weight: lighter;
	line-height: 24px;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 14px;
	font-weight: lighter;
	text-align: right;
	color: #EA873D;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #FFF;
	margin-bottom: 10px;
}
p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #666;
	font-weight: lighter;
	font-size: 13.5px;
	line-height: 24px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.subtext {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	color: #999;
	line-height: 18px;
}
.subtitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: lighter;
}
.clientstitle {
	color: #968273;
	background-color: #FFF;
	width: 131px;
	position: relative;
	top: -11px;
	left: 346px;
	text-align: center;
}
#landingmenu1 {
	width: 110px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #E1D7CF;
	float: left;
	height: 84px;
}
#landingmenu2 {
	width: 124px;
	float: left;
	height: 84px;
}
.landingmenutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C7384A;
	text-align: center;
	display: block;
}

#slider {
	width: 100%;
	clear: both;
	margin-bottom: 35px;
}


/* Signage Sider */

#signage #sliderDemo1 {
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 200px;
	display: block;
}
#signage #slider1 {
	height: 200px;
	display: none;
}

* html #signage .itemDiv1 {
	display:inline;
}
#signage .itemDiv1 {
	height: 120px;
	width: 120px;
	background-color: #FFFFFF;
}
* html #signage .flashCase1 {
	display:inline;
}
#signage .flashCase1 {
	height: 140px;
	width: 140px;
}
* html #signage .flashCase2 {
	display:inline;
}


#ver-zebra{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	width:100%;
	text-align:left;
	border-collapse:collapse;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.branding #ver-zebra th{
	font-size:14px;
	font-weight:normal;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	color:#FFF;
	padding:12px 15px;
}
#ver-zebra td{
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	color:#666;
	padding:8px 15px;
}
.vzebra-odd{
	background-color: #F8F5F1;
}.vzebra-even{
	background-color: #F3ECE6;
}
#ver-zebra #vzebra-adventure,#ver-zebra #vzebra-children{
	background-color: #EA873D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0CBC4;
}
#ver-zebra #vzebra-comedy,#ver-zebra #vzebra-action{
	background-color: #F3A246;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D3CE;
}


#theform {
	width: 840px;
	background-image: url(../img/quote/landing_bg_top.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	}
#theform fieldset {
	width: 245px;
	border: 0;
	float: left;
	margin: 0;
	padding: 1em;
	}
#theform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AC3036;
	margin-left: 10px;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	font-size: 1em;
	color: #AC3036;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 12px;
	}
#theform fieldset div.help {
	color: #999;
	font-size: 0.7em;
	height: 5em;
	margin-left: 10px;
	}
p.label_checkbox {
	width: 195px;
	float: right;
	margin-top: 10px;
}
.quote #container #content #theform #pt2 #branding {
	width: 30px;
	margin-bottom: 13px;
	margin-top: 13px;
}
.quote #container #content #theform #pt2 #signage {
	width: 30px;
	margin-bottom: 13px;
	margin-top: 13px;
}
.quote #container #content #theform #pt2 #printing {
	width: 30px;
	margin-bottom: 13px;
	margin-top: 13px;
}
.quote #container #content #theform #pt2 #promotional {
	width: 30px;
	margin-bottom: 9px;
	margin-top: 13px;
}
#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
	margin-left: 10px;
	margin-top: 15px;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 20px;
	width: 225px;
	margin-left: 10px;
	}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #AC3036;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	}
.quote #container #content #theform #pt3 #description {
	margin-left: 10px;
	width: 225px;
	height: 82px;
	border: thin solid #CCC;
}
.quote #container #content #theform #pt3 #specifications {
	width: 225px;
	margin-left: 10px;
	height: 84px;
	border: thin solid #CCC;
}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	height: 5em;
	padding: 1em;
	width: 808px;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 450px;
	float: left;
	font-size: 0.7em;
	margin-left: 10px;
	}
#theform #pt4 input {
	height: 42px;
	font-size: 16px;
	width: 230px;
	font-weight: lighter;
	float: right;
	margin-right: 13px;
	background-image: url(../img/quote/submit.png);
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #9F9F00;
	font-style: italic;
	}



#footercontainer ul{
	padding: 0;
	width: 100%;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footercontainer {
	width: 840px;
}

#footercontainer li{
	padding: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	margin-left: 0;
	margin-right: 0;
	height: 22px;
}

#footercontainer li a{
	color: #DACDC1;
	text-decoration: none;	
}
#footercontainer li a:hover{
	color: #FFF;
	text-decoration: none;
}
.footernav {
	width: 200px;
	padding-top: 16px;
	float: left;
}
.footernav2 {
	width: 400px;
	padding-top: 16px;
	float: left;
}
#footer #footercontainer .footernav2 a {
	color: #FFF;
}
#totop {
	height: 30px;
	width: 150px;
	float: right;
	position: relative;
	top: -16px;
	background-image: url(../img/totop.png);
	background-repeat: no-repeat;
}
#totop p {
	padding: 0px;
	text-align: center;
	font-size: 16px;
	color: #96827B;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#totop a {
	text-decoration: none;
	color: #96827B;
}
.footernav2 p {
	color: #DACDC1;
}
.vidcontainer {
	width: 640px;
	height: 368px;
	border: thin solid #E3D9D1;
	background-color: #FDFAFA;
	display:block;
}

