body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica;
	line-height: 15px;
	background: transparent url(https://www.commvault.com/images/gradient-bottom.gif) bottom left repeat-x fixed;
	overflow-x: hidden;
	overflow-y: auto;
	height:100%;
	}
	
#container {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
a {
	color: #666666;
	}

a:hover {
	text-decoration: none;
	}
	
.white {
	color: #ffffff;
	}
	
	
/* HEADER STYLES */

#header {
	width: 775px;
	}
	
#logo {
	width: 300px;
	height: 60px;
	background-image: url(https://www.commvault.com/images/commvault-logo.jpg);
	background-repeat: no-repeat;
	}
#logo span {
	display: none;
	}

#drop-down-search {
	margin: -13px 0px 0px 0px;
	*margin-top: 0px;
	}

#serviceslogo {
	width: 300px;
	height: 60px;
	background-image: url(https://www.commvault.com/images/services-commvault-logo.jpg);
	background-repeat: no-repeat;
	}
#serviceslogo span {
	display: none;
	}

#hdsserviceslogo {
	width: 300px;
	height: 60px;
	background-image: url(https://www.commvault.com/images/hdsservices-commvault-logo.jpg);
	background-repeat: no-repeat;
	}
#hdsserviceslogo span {
	display: none;
	}

#partnerslogo {
	width: 300px;
	height: 60px;
	background-image: url(https://www.commvault.com/images/partners-commvault-logo.jpg);
	background-repeat: no-repeat;
	}
#partnerslogo span {
	display: none;
	}

#commvaluelogo {
	width: 300px;
	height: 60px;
	background-image: url(https://www.commvault.com/images/commvalue-logo.jpg);
	background-repeat: no-repeat;
	}
#commvaluelogo span {
	display: none;
	}

#h6 {
	padding-left: 20px;
	font-size: 22px;
	margin-left: 25px;
	}
	
#content h1, #content h2, #main-content-bg h2 {
	font-size: 16px;
	}

hr.landing-page {
	color: #ffffff;
	background-color: none;
	border: none;
	background-image: url(https://www.commvault.com/images/landing-page-hr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 9px;
	width: 100%;
	}
	
/* MAIN CONTENT STYLES */

#main-content {
	background-image: url(https://www.commvault.com/images/gradient-top.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width: 775px;
	float: left;
	padding: 10px 0px 0px 0px;
	}

#elq-main-content-top {
	background-color: #efefef;
	width: 775px;
	float: left;
	padding: 10px 0px 0px 0px;
	}

#elq-main-content-bottom {
	background-color:#efefef;
	width: 775px;
	float: left;
	padding: 0px 0px 10px 0px;
	}

#main-content-top {
	background-image: url(https://www.commvault.com/images/main-content-top.gif);
	height: 18px;
	}
	
#main-content-bottom {
	background-image: url(https://www.commvault.com/images/main-content-bottom.gif);
	height: 18px;
	}

#main-content-bg {
	background-image: url(https://www.commvault.com/images/main-content-bg.gif);
	padding: 0px 30px 0px 30px;
	font: 12px Arial, Helvetica;
	line-height: 20px;
	color: #262626;
	}

#headline {
	width: 100%;
	margin-left: 18px;
	margin-top: 10px;
	}
	
.headline {
	font: 12px Arial, Helvetica;
	color: #333333;
	text-transform: uppercase;
	}
	
#headline h1, #headline h2 {
	font: 18px Arial, Helvetica;
	font-weight: bold;
	text-transform: none;
	color: #e31838;
	padding: 0px;
	margin: 0px;
	}
	
#headline a {
	text-decoration: none;
	color: #e31838;
	margin-top: 5px;
	}
	
#headline img {
	margin-left: 5px;
	}

/* RECODED TAB STYLES */

.tabber {
	float: left;
	}

.tabberlive .tabbertabhide {
	display:none;
	}
	
.tabberlive .tabbertab {
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	*margin: -4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.tabberlive .tabbertab h2 {
	font: 20px Arial, Helvetica;
	font-weight: none;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
.tabberlive .tabbertab h3 {
	font: 16px Arial, Helvetica;
	font-weight: none;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
ul.tabbernav {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 530px;
	height: 49px;
	background-image: url(https://www.commvault.com/images/tabs-bg.gif);
	background-repeat: no-repeat;
	}

ul.tabbernav li {
	float: left;
	width: 130px;
	height: 33px;
	margin: 0px 0px 0px 0px;
	padding: 17px 0px 0px 0px;
	text-align: center;
	font: 14px Arial, Helvetica;
	color: #404040;
	}
	
ul.tabbernav li.tabberactive a {
	background-image: url(https://www.commvault.com/images/tabs-selected.gif);
	background-repeat: no-repeat;
	display: block;
	width: 130px;
	height: 53px;
	margin-top: -17px;
	padding-top: 17px;
	text-decoration: none;
	}

ul.tabbernav li a {
	color: #404040;
	text-decoration: none;
	}

ul.tabbernav li a:link { 
	color: #404040;
	}
	
ul.tabbernav li a:visited { 
	color: #404040;
	}

ul.tabbernav li a:hover {
	color: #000000;
	text-decoration: none;
	}
	
ul.tabbernav li.tabberactive a:hover {
	color: #000000;
	}
	
.tabbernav a {
	}


/* WIDER TAB STYLES */

.widetabber {
	float: left;
	}

.widetabberlive .widetabbertabhide {
	display:none;
	}
	
.widetabberlive .widetabbertab {
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	*margin: -4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.widetabberlive .widetabbertab h2 {
	font: 20px Arial, Helvetica;
	font-weight: none;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
.widetabberlive .widetabbertab h3 {
	font: 16px Arial, Helvetica;
	font-weight: none;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
ul.widetabbernav {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 714px;
	height: 49px;
	background-image: url(https://www.commvault.com/images/wide-tabs-bg.gif);
	background-repeat: no-repeat;
	}

ul.widetabbernav li {
	float: left;
	width: 141px;
	height: 33px;
	margin: 0px 0px 0px 0px;
	padding: 17px 0px 0px 0px;
	text-align: center;
	font: 14px Arial, Helvetica;
	color: #404040;
	}
	
ul.widetabbernav li.widetabberactive a {
	background-image: url(https://www.commvault.com/images/wide-tabs-selected.gif);
	background-repeat: no-repeat;
	display: block;
	width: 141px;
	height: 53px;
	margin-top: -17px;
	padding-top: 17px;
	text-decoration: none;
	}

ul.widetabbernav li a {
	color: #404040;
	text-decoration: none;
	}

ul.widetabbernav li a:link { 
	color: #404040;
	}
	
ul.widetabbernav li a:visited { 
	color: #404040;
	}

ul.widetabbernav li a:hover {
	color: #000000;
	text-decoration: none;
	}
	
ul.widetabbernav li.widetabberactive a:hover {
	color: #000000;
	}
	
.widetabbernav a {
	}


/* MY CSS */


#quote {
	background-repeat: no-repeat;
	width: 775px;
	height: 132px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: 11px Arial, Helvetica;
	line-height: 16px;
	color: #000000;
}

#quote blockquote {
	padding: 10px 55px 0px 285px;
}

#quote h2 {
	font: 15px Arial, Helvetica;
	line-height: 17px;
	font-weight: bold;
}

#content {
	background-image: url(https://www.commvault.com/images/tab-content-bg.gif);
	background-repeat: repeat-y;
	width: 500px;
	*width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
	font: 12px Arial, Helvetica;
	line-height: 20px;
	color: #262626;
	}
	
#content hr {
	width: 462px;
	height: 3px;
	padding: 5px 0px 0px 0px;
	background-image: url(https://www.commvault.com/images/tab-hr.gif);
	border: none;
	background-repeat: no-repeat;
	}
	
#content p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}


#widecontent {
	background-image: url(https://www.commvault.com/images/wide-tab-content-bg.gif);
	background-repeat: repeat-y;
	width: 684px;
	*width: 714px;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
	font: 12px Arial, Helvetica;
	line-height: 20px;
	color: #262626;
	}
	
#widecontent hr {
	width: 626px;
	height: 3px;
	padding: 5px 0px 0px 0px;
	background-image: url(https://www.commvault.com/images/wide-tab-hr.gif);
	border: none;
	background-repeat: no-repeat;
	}
	
#widecontent p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}


.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	}

#tab-content-top {
	width: 530px;
	height: 25px;
	background-image: url(https://www.commvault.com/images/tab-content-top.gif);
	background-repeat: no-repeat;
	}

#widetab-content-top {
	width: 714px;
	height: 25px;
	background-image: url(https://www.commvault.com/images/wide-tab-content-top.gif);
	background-repeat: no-repeat;
	}

#tab-content-bottom {
	width: 530px;
	height: 25px;
	background-image: url(https://www.commvault.com/images/tab-content-bottom.gif);
	background-repeat: no-repeat;
	}

#widetab-content-bottom {
	width: 714px;
	height: 25px;
	background-image: url(https://www.commvault.com/images/wide-tab-content-bottom.gif);
	background-repeat: no-repeat;
	}

#footer {
	text-align: center;
	font: 10px Arial, Helvetica;
	padding: 0px 0px 10px 0px;
	}
	
#footer a {
	color: #666666;
	}
	
#footer a:hover {
	color: #000000;
	}
	
/* CONTENT BLOCKQUOTE */
	
#content blockquote {
	width: 420px;
	background-image: url(https://www.commvault.com/images/blockquote_02.jpg);
	background-repeat: repeat-y;
	background-position: bottom left;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	}
	
#content-blockquote-top {
	background-image: url(https://www.commvault.com/images/blockquote_01.jpg);
	background-repeat: no-repeat;
	width: 420px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content-blockquote-bottom {
	background-image: url(https://www.commvault.com/images/blockquote_03.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 420px;
	height: 22px;
	background-position: top left;
	}
	
#content-blockquote-padding {
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	}
	
#content blockquote p {
	font: 12px Arial, Helvetica;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}
	
#content blockquote ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	}

#content blockquote li {
	padding: 0px 0px 10px 25px;
	background: url(https://www.commvault.com/images/red-triangle.gif) no-repeat 0 0; 
	}
	
#content blockquote h2 {
	margin-top: 0px;
	padding-top: 10px;
	}
	
	
	
/* SIDEBAR */

#sidebar {
	background-image: url(https://www.commvault.com/images/sidebar-bg.gif);
	background-position: bottom left;
	width: 190px;
	}
	
#sidebar-container {
	float: right;
	margin: 20px 1px 0px 524px;
	position: absolute;
	width: 194px;
	}
	
#sidebar-top {
	background-image: url(https://www.commvault.com/images/sidebar-top.gif);
	height: 56px;
	width: 190px;
	}
	
#sidebar-tall-top {
	background-image: url(https://www.commvault.com/images/sidebar-tall-top.gif);
	height: 75px;
	width: 190px;
	}
	
#sidebar-title {
	float: left;
	margin: -35px 0px 0px 10px;
	font: 16px Arial, Helvetica;
	font-weight: bold;
	color: #c1152f;
	}
	
#sidebar-tall-title {
	float: left;
	margin: -55px 0px 0px 10px;
	font: 16px Arial, Verdana;
	font-weight: bold;
	color: #c1152f;
	}
	
#sidebar-bottom {
	background-image: url(https://www.commvault.com/images/sidebar-bottom.gif);
	height: 24px;
	width: 190px;
	}
	
#sidebar-padding {
	padding: 0px 30px 30px 10px;
	font: 11px Arial, Helvetica;
	line-height: 14px;
	color: #5c5c5c;
	}
	
#sidebar-padding h4 {
	text-transform: uppercase;
	font: 12px Arial, Helvetica;
	color: #000000;
	font-weight: bold;
	}
	
#sidebar-padding ul, #sidebar-padding li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar-padding li {
	list-style: none;
	font: 11px Arial, Helvetica;
	color: #5c5c5c;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	}
	
#sidebar-padding a {
	color: #5c5c5c;
	text-decoration: none;
	}
	
#sidebar-padding a:hover {
	text-decoration: underline;
	}
	
#contacts {
	padding: 0px 0px 10px 10px;
	}

#contacts a {
	color: #000000;
	text-decoration: none;
	}
	
.phone {
	background-image: url(https://www.commvault.com/images/phone.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Helvetica;
	color: #000000;
	}
	
.fax {
	background-image: url(https://www.commvault.com/images/fax.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Helvetica;
	color: #000000;
	}
	
.regionaltraining {
	background-image: url(https://www.commvault.com/images/regional_training.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Helvetica;
	color: #000000;
	}
	
.rssfeeds {
	background-image: url(https://www.commvault.com/images/rssfeeds.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Helvetica;
	color: #000000;
	}
	
.send-colleague {
	background-image: url(https://www.commvault.com/images/envelope.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Helvetica;
	color: #000000;
	}
	
.email-alert {
	background-image: url(https://www.commvault.com/images/email-alert.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Helvetica;
	color: #000000;
	}
	
.print-page {
	background-image: url(https://www.commvault.com/images/printer.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Helvetica;
	color: #000000;
	}

.partner-apply {
	background-image: url(https://www.commvault.com/images/signup.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	color: #000000;
	}
.social-button {
	padding: 0px 0px 0px 35px;
	}
	
.contact-tiny {
	font: 10px Arial, Helvetica;
	}
.plainText {
	font: 12px Arial, Helvetica;
	}
	
#contacts hr {
	width: 166px;
	height: 10px;
	padding: 0px 0px 0px 0px;
	background-image: url(https://www.commvault.com/images/sidebar-hr.jpg);
	border: none;
	background-color: #ffffff;
	background-repeat: no-repeat;
	}
	
#contacts p {
	margin: 3px 0px 3px 0px;
	}


#promotional {
	padding: 0px 0px 10px 10px;
	}

#promotional p {
	margin: 3px 0px 3px 0px;
	}

	
/* SHADED BOX */

#shaded-box {
	width: 224px;
	background-image: url(https://www.commvault.com/images/shaded-box_02.jpg);
	background-position: bottom left;
	float: right;
	margin: 40px 0px 0px 0px;
	}
	
#shaded-box-top {
	background-image: url(https://www.commvault.com/images/shaded-box_01.jpg);
	background-repeat: no-repeat;
	width: 224px;
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#shaded-box-bottom {
	background-image: url(https://www.commvault.com/images/shaded-box_03.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 224px;
	height: 17px;
	background-position: top left;
	}
	
#shaded-box-padding {
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	}
	
#shaded-box h3, #shaded-box p {
	font: 12px Arial, Helvetica;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}
	
#shaded-box ul {
	list-style-image: url(https://www.commvault.com/images/red-triangle.gif);
	color: #515151;
	font-weight: none;
	font: 12px Arial, Helvetica;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
	}
	
#shaded-box li {
	margin: 0px 0px 5px 0px;
	}
	
#shaded-box a {
	color: #515151;
	}
	
#shaded-box a:hover {
	text-decoration: none;
	color: #515151;
	}
	
/* COLUMNS */

#column-1 ul, #column-2 ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	line-height: 16px;
	}
	
#column-2 img, #column-1 img { float: left; }

#column-1 h2, #column-2 h2 { line-height: 24px; }

#column-1 ul, #column-2 ul { clear: both; padding-top: 10px; }

#column-1 {
	width: 47%;
	float: left;
	}
	
#column-2 {
	width: 47%;
	float: right;
	}
	
#column-1 li, #column-2 li {
	padding: 0px 0px 10px 25px;
	background: url(https://www.commvault.com/images/red-triangle-whitebg.gif) no-repeat 0 0; 
	}
	
#column-1 a, #column-2 a {
	text-decoration: none;
	color: #262626;
	}
	
#column-1 a:hover, #column-2 a:hover {
	text-decoration: none;
	color: #666666;
	}
