body{
	margin:0;
	padding:0;
	font:.8em "Trebuchet MS";
	color:#FFF;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top;
}

a {
	color:#FFF;
	text-decoration:none;
	outline:none;
	font-size: 36px;
}

a:hover {
	color:#A40809;
}

a.selected {
	color:#A40809 !important;
}

#header {
	height:50px;
	width:780px;
	margin:0 auto;
	position:relative;
}

#header h1 {
	position:absolute;
	top:70px;
	right:0;
	background-image: url(../images/ad-logo.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

#header h1, 
#header h1 a {
	display:block;
	height:43px;
	width:243px;
}

#header h1 a span {
	display:none;
}

#header ul {
	position:absolute;
	left:10px;
	list-style:none;
	margin:0;
	padding:0;
	top: 20px;
}

#header ul li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	background:none;
}

#header ul li a {
	margin-right:5px;
	font-size:18pt;
}

#headerBanner {
	position:absolute;
	top:150px;
	height:222px;
	width:780px;
	z-index:1;
}

#headerBannerFlash {
	z-index:1;
}

/******************/
/* Content Styles */
/******************/
#contentLeft a {
	color:#23B0C1;
	font-size: 36px;
}

#contentLeft a:hover {
	color:#A40809;
	font-size: 36px;
}

#contentLeft ul {
	margin:15px 0;
	list-style-image: url(../images/bullet-left.jpg.gif);
	list-style-type: none;
	text-align: justify;
}

#contentLeft ul li {
	background:url(../images/bullet-left.jpg) left no-repeat;
	list-style-position: inside;
	list-style-image: url(../images/AttentionSZ.png);
	text-indent: 5pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	white-space: normal;
}


h2 {
	color:#F00;
	font-size:36pt;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	text-transform:capitalize;
}

h3 {
	background:#A40809;
	color:#ffffff;
	font-size:110%;
	line-height:3em;
	font-weight:normal;
	margin-bottom:20px;
	padding:6px 12px 5px 8px;
	display:inline;
	text-transform:capitalize;
}

h3 a, h3 a:hover, #contentLeft h3 a, #contentLeft h3 a:hover {
	color:#fff;
}

.relatedCaseStudies {
	
}

.relatedCaseStudies h2 {
	font-size:140%;
	background:none;
	color:#A40809;
	border-top:1px solid #CCCCCC;
	padding-top:20px;
	margin:20px 0;
}

h4 {
	color:#1FB2C3;
	font-size:110%;
	font-weight:normal;
	margin: 15px 0 10px 0;
}

p {
	color:#FFF;
	margin:0 0 10px 0;
	font-size: 36px;
	text-align: justify;
}

p.intro {
	color:#A40809;
	font-size:180%;
}

ul.smaller {
	list-style:none;
	margin:0;
	padding:0;
}

ul.smaller li {
	background:none !important;
	padding:0 !important;
}

ul.bullets {
	margin-bottom:10px;
	margin-left:10px;
	list-style:none;
	padding:0;
}

ul.bullets li {
	background:url(../images/bullet-red.gif) left no-repeat;
	color:#A40809;
	font-size:130%;
	margin-bottom:7px;
	padding-left:20px;
	vertical-align: text-bottom;
}

.formButtons input {
	background:#A40809;
	color:#fff;
	font-weight:normal;
	font-size:100%;
	border:0;
	padding:4px;
	cursor:pointer;
	border:2px solid #8a0607;
	border-width:0 2px 2px 0;
}

#homeSubColumns {
	margin-top:20px;
}

#homeSubColumns .column {
	float:left;
	width:47%;
}

#homeSubColumns .right {
	float:right !important;
	display: block;

}


/**************************/
/* Content Wrapper Styles */
/**************************/
#contentWrapper{
	background-position:center;	
	margin:0;
	padding: 0;
}

#contentWrapper2{
	width: 100%;
	margin:0;
	padding: 0;
}

#content{
	width: 800px;
	margin: auto;
}

/************************/
/* Content Left Styles */
/************************/
#contentLeft{
	width: auto;
	float:none;
	padding: 12px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	font-size: 36px;
}

/************************/
/* Content Right Styles */
/************************/
#contentRight{
	float:right;
	width: 213px;
	font-size: 90%;
}

#contentRight .sub {
	background:url(../images/right-panel-top.jpg) no-repeat top right;
	width: 100%;
	margin: auto;
	padding-top: 35px;
}

#contentRight .bottom {
	background:transparent url(../images/right-panel-bottom.jpg) repeat scroll 0%;
	height:50px;
	width:213px;
}

#contentRight .block {
	margin-left:36px;
	width:145px;
}

#contentRight .block h3 {
	background:url(../images/right-panel-header.jpg) no-repeat center;
	width:149px;
	margin:0 0 15px 0;
	color:#000000;
	text-align:center;
	padding: 21px 0 10px 0;
	display:block;
	font-size: 130%;
	border-bottom: #ccc 1px solid;
	line-height:1.3em;
	font-weight: bold;

}

#contentRight .block ul {
	list-style:none;
	margin:0;
	padding:0;
}

#contentRight .block li {
	display:block;
	padding:5px 0 2px;
	border-bottom:#eee 1px solid;
	background-position: right;
	background-repeat:no-repeat;
}

#contentRight .block li.active {
	background-position:right 5px !important;
}

#contentRight .block li a {
	color:#666666;
	padding:0 35px 9px 0;
	display:block;
	margin-top:4px;
	font-size:110%;
	text-align:right;
}

#contentRight .block li a:hover {
	color:#A40809;
}

#contentRight .block li ul {
	margin:0;
	border:0;
	display:none;
}

#contentRight .block li.active ul {
	display:block;
}

#contentRight .block li ul li {
	border-top:1px solid #EEEEEE;
	border-bottom:0;
	background:none;
	padding:2px 0;
}

#contentRight .block li ul li a {
	margin-right:10px;
	padding:3px 15px 3px 0;
	background:url(../images/bullet-right.jpg) right no-repeat;
	font-size:100%;
	color: #A40809;
}

#contentRight .block ul.simple li {
	padding:0;
}

#contentRight .block ul.simple li a {
	padding:3px 0;
}

#caseStudiesBlock ul.simple li {
	border-bottom:1px solid #EEEEEE !important;
	padding:4px 15px 4px 0 !important;
	color: #999999;
}
#caseStudiesBlock ul.simple li a {
	color: #3333FF;

}

/* End hide from IE-mac */
#caseStudiesBlock ul.simple li a:hover {

}


.right-websites{
	background-image: url(../images/icons/videos-sm.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.right-presentations{
	background-image: url(../images/icons/how-to-sm.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.right-seo{
	background-image: url(../images/icons/product-reviews-sm.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.right-applications{
	background-image: url(../images/icons/contact-sm.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.right-video{
	background-image: url(../images/icons/product-spotlight-sm.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.right-pms{background:url(../images/sm-icon-pms.gif) right no-repeat;}
.right-raw-respond{background:url(../images/sm-icon-raw-respond.gif) right no-repeat;}
.right-coms-kit{
	background-image: url(../images/icons/printer-sm.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.right-sales-tool{
	background-image: url(../images/icons/professional-sm.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#contentRight .block ul.simple li {
	padding:0 10px 0 0;
	float:left;
	width:135px;
	background:url(../images/bullet-right.jpg) right no-repeat;
	border:0;
	margin:0 0 1px 0;
}

#contentRight .block ul.simple li a {
	font-size:100%;
	color: #666666;
}
#contentRight .block ul.simple li a:hover {
	font-size:100%;
	color: #A40809;
}


#showReelPopup {
	display:block;
	text-align:center;
	margin-top:10px;
}

#showReelPopup img {
	border:1px solid #CCCCCC;
}



/*********************/
/*** Footer Styles ***/
/*********************/
#footer{
	width: 100%;
	height: 100px;
	text-align:center;
}

#footer img {
	margin-top:30px;
}

#footerBelow{

}

#footerNav {
	text-align:center;
	font-size: 0.8em;
	margin:0;
}

#footerNav li{
	display: inline;
}

#footerNav a{	
	display: inline;
	color:#cba59a;
	margin: 0 4px 0 4px;
}

#footerNav a:hover{
	color:#fff;
}

#footerText{
	margin: 10px 0 20px 0;
	text-align:center;
	font-size: 0.8em;
}

#footerText p{
	color:#cba59a;
	margin-bottom: 5px;
	text-align: center;
}

.footerEmail{
	color:#cba59a;
}

.footerEmail:hover{
	color:#fff;
}

.footerDividerLine{
	color:#fff;
	margin: 0 5px 0 5px;
}

/* ========================================================= STYLES */
.clearMe{
	clear:both;
	margin:0;
	padding:0;
}
.white{
	color: #fff;
}
.selected{
	color:#c23426;
	font-weight: bold;
	font-size: 24pt;
}
.selected_Note {
	color:#999999;
	font-style: italic;
}
.bold_Text {
	color:#c23426;
}

.hideMe{
	display:none;
}

.smaller{
	font-size: 24pt;
}
.medium{
	font-size: 95%;
}
#mainNav .selected{
	color:#A40809;
}
.highlight{
	font-size: 36px;
	color:#23B0C1;
}

blockquote {
	color:#23B0C1;
	margin:0 0 20px 0;
	padding:0;
	background:url(../images/quote-01.gif) top left no-repeat;
}

blockquote p {
	background:url(../images/quote-02.gif) bottom right no-repeat;
	padding:15px 0 15px 15px;
	margin:0;
}

blockquote cite {
	display:block;
	font-size:80%;
	font-style:italic;
	text-align:left;
	padding-left:15px;
}

#contentRight blockquote * {
	text-align:right;
	padding-right: 10px;
}

#contentRight blockquote p {
	background-position:bottom right;
}

.highlight2{
	font-size: 130%;
	color:#999;
}
.red{
	color:#A40809;
}
.borderBox{
	border:#999 solid 1px;	
}

/*********************/
/* Hacks/Misc Styles */
/*********************/
.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
.step-numbers {
	color:#c23426;
	font-weight: bold;
	font-size: 36pt;
}
.image-spacer {
	margin-left: 20px;
}
.link-table {
	background-color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.ht-links {
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
}

.link-table-n-bdr {
	background-color: #000;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
