body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Verdana;
	line-height: 15px;
	background: transparent url(/images/gradient-bottom.gif) bottom left repeat-x fixed;
	overflow-x: hidden;
	overflow-y: auto;
	}
/* taken out to fix FF dropdowns of Login, etc.	
html {
	overflow-x: hidden;
	overflow-y: auto;
	}
*/

#container {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
a {
	color: #666666;
	}

a:hover {
	text-decoration: none;
	}
	
.white {
	color: #ffffff;
	}
	
	
/* GENERIC STYLE ADDITIONS */

.superscript {
	font-size: 9px;
	vertical-align: top;
	}
	
/* HEADER STYLES */

#header {
	width: 775px;
	}
	
#logo {
	width: 300px;
	height: 60px;
	background-image: url(/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(/images/services-commvault-logo.jpg);
	background-repeat: no-repeat;
	}
#serviceslogo span {
	display: none;
	}

#hdsserviceslogo {
	width: 300px;
	height: 60px;
	background-image: url(/images/hdsservices-commvault-logo.jpg);
	background-repeat: no-repeat;
	}
#hdsserviceslogo span {
	display: none;
	}

#dellserviceslogo {
	width: 300px;
	height: 60px;
	background-image: url(/images/dellservices-commvault-logo.jpg);
	background-repeat: no-repeat;
	}
#dellserviceslogo span {
	display: none;
	}

#partnerslogo {
	width: 300px;
	height: 60px;
	background-image: url(/images/partners-commvault-logo.jpg);
	background-repeat: no-repeat;
	}
#partnerslogo span {
	display: none;
	}

#commvaluelogo {
	width: 300px;
	height: 60px;
	background-image: url(/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(/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(/images/gradient-top.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width: 775px;
	float: left;
	padding: 10px 0px 0px 0px;
	}
	
#main-content-top {
	background-image: url(/images/main-content-top.gif);
	height: 18px;
	}
	
#main-content-bottom {
	background-image: url(/images/main-content-bottom.gif);
	height: 18px;
	/*padding-top: 20px;*/
	}

#main-content-bg {
	background-image: url(/images/main-content-bg.gif);
	padding: 0px 30px 0px 30px;
	font: 12px Arial, Verdana;
	line-height: 20px;
	color: #262626;
	}

#headline {
	width: 100%;
	margin-left: 18px;
	margin-top: 10px;
	}
	
.headline {
	font: 12px Arial, Verdana;
	color: #333333;
	text-transform: uppercase;
	}
	
#headline h1, #headline h2 {
	font: 18px Arial, Verdana;
	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, Verdana;
	font-weight: none;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
.tabberlive .tabbertab h3 {
	font: 16px Arial, Verdana;
	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(/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, Verdana;
	color: #404040;
	}
	
ul.tabbernav li.tabberactive a {
	background-image: url(/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, Verdana;
	font-weight: none;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
.widetabberlive .widetabbertab h3 {
	font: 16px Arial, Verdana;
	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(/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, Verdana;
	color: #404040;
	}
	
ul.widetabbernav li.widetabberactive a {
	background-image: url(/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, Verdana;
	line-height: 16px;
	color: #000000;
}

#quote blockquote {
	padding: 10px 55px 0px 285px;
}

#quote h2 {
	font: 15px Arial, Verdana;
	line-height: 17px;
	font-weight: bold;
}

#largequote {
	background-repeat: no-repeat;
	width: 775px;
	height: 132px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: 11px Arial, Verdana;
	line-height: 16px;
	color: #000000;
}

#largequote blockquote {
	padding: 2px 55px 0px 235px;
}

#largequote h2 {
	font: 15px Arial, Verdana;
	line-height: 17px;
	font-weight: bold;
}

#content {
	background-image: url(/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, Verdana;
	line-height: 20px;
	color: #262626;
	min-height: 630px;
	}
	
/* for Internet Explorer */
/*\*/
* html #content {
height: 630px;
}
/**/
	
#content hr {
	width: 462px;
	height: 3px;
	padding: 5px 0px 0px 0px;
	background-image: url(/images/tab-hr.gif);
	border: none;
	background-repeat: no-repeat;
	}
	
#content p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

#widecontent {
	background-image: url(/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, Verdana;
	line-height: 20px;
	color: #262626;
	}
	
#widecontent hr {
	width: 626px;
	height: 3px;
	padding: 5px 0px 0px 0px;
	background-image: url(/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(/images/tab-content-top.gif);
	background-repeat: no-repeat;
	}

#widetab-content-top {
	width: 714px;
	height: 25px;
	background-image: url(/images/wide-tab-content-top.gif);
	background-repeat: no-repeat;
	}

#tab-content-bottom {
	width: 530px;
	height: 25px;
	background-image: url(/images/tab-content-bottom.gif);
	background-repeat: no-repeat;
	}

#widetab-content-bottom {
	width: 714px;
	height: 25px;
	background-image: url(/images/wide-tab-content-bottom.gif);
	background-repeat: no-repeat;
	}

#tab-content-full {
	width: 530px;
	height: 5px;
	}
	
#footer {
	text-align: center;
	font: 10px Arial, Verdana;
	padding: 0px 0px 10px 0px;
	}
	
#footer a {
	color: #666666;
	}
	
#footer a:hover {
	color: #000000;
	}
	
/* CONTENT BLOCKQUOTE */
	
#content blockquote {
	width: 420px;
	background-image: url(/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(/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(/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, Verdana;
	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(/images/red-triangle.gif) no-repeat 0 0; 
	}
	
#content blockquote h2 {
	margin-top: 0px;
	padding-top: 10px;
	}
	
	
	
/* SIDEBAR */

#sidebar {
	background-image: url(/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(/images/sidebar-top.gif);
	height: 56px;
	width: 190px;
	}
	
#sidebar-tall-top {
	background-image: url(/images/sidebar-tall-top.gif);
	height: 75px;
	width: 190px;
	}
	
#sidebar-title {
	float: left;
	margin: -35px 0px 0px 10px;
	font: 16px Arial, Verdana;
	font-weight: bold;
	color: #e31838;
	}
	
#sidebar-tall-title {
	float: left;
	margin: -55px 0px 0px 10px;
	font: 16px Arial, Verdana;
	font-weight: bold;
	color: #e31838;
	}
	
#sidebar-bottom {
	background-image: url(/images/sidebar-bottom.gif);
	height: 24px;
	width: 190px;
	}
	
#sidebar-padding {
	padding: 0px 30px 30px 10px;
	font: 11px Arial, Verdana;
	line-height: 14px;
	color: #5c5c5c;
	}
	
#sidebar-padding h4 {
	font: 14px Arial, Helvetica, Verdana;
	color: #e31838;
	font-weight: none;
	text-transform: none;
	}
	
#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, Verdana;
	color: #5c5c5c;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	}
	
#sidebar-padding a {
	color: #000000;
	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(/images/phone.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	font-weight: bold;
	color: #e31838;
	}
	
.fax {
	background-image: url(/images/fax.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	font-weight: bold;
	color: #e31838;
	}
	
.regionaltraining {
	background-image: url(/images/regional_training.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	color: #000000;
	}
	
.rssfeeds {
	background-image: url(/images/rssfeeds.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	color: #000000;
	}
	
.send-colleague {
	background-image: url(/images/envelope.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	color: #000000;
	}
	
.email-alert {
	background-image: url(/images/email-alert.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	color: #000000;
	}
	
.print-page {
	background-image: url(/images/printer.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	color: #000000;
	}

.driving-directions {
	background-image: url(/images/car.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	color: #000000;
	}

.map-of-offices {
	background-image: url(/images/compass.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	color: #000000;
	}

.gov-getting-help {
	background-image: url(/images/gov-help.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	color: #000000;
	}

.gov-howtobuy {
	background-image: url(/images/gov-howtobuy.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	color: #000000;
	}

.gov-overview {
	background-image: url(/images/gov-overview.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	height: 27px;
	font: 14px Arial, Verdana;
	color: #000000;
	}

.partner-apply {
	background-image: url(../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 {
	color: #000000;
	font: 10px Arial, Verdana;
	}

.plainText {
	font: 12px Arial, Verdana;
	}
	
#contacts hr {
	width: 166px;
	height: 10px;
	padding: 0px 0px 0px 0px;
	background-image: url(/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;
	}

/* LEFT HAND SIDEBAR */

#sidebar-left {
	background-image: url(/images/sidebar-left-bg.gif);
	background-position: bottom left;
	width: 190px;
	}
	
#sidebar-left-container {
	float: left;
	/*margin: 20px 1px 0px 524px;*/
	margin: 20px 194px 0px 1px;
	position: absolute;
	width: 194px;
	}
	
#sidebar-left-top {
	background-image: url(/images/sidebar-left-top.gif);
	height: 56px;
	width: 190px;
	}
	
#sidebar-left-tall-top {
	background-image: url(/images/sidebar-left-tall-top.gif);
	height: 75px;
	width: 190px;
	margin-top: 10px;
	}
	
#sidebar-left-title {
	float: left;
	margin: -35px 0px 0px 25px;
	font: 16px Arial, Verdana;
	font-weight: bold;
	color: #c1152f;
	}
	
#sidebar-left-tall-title {
	float: left;
	margin: -55px 0px 0px 25px;
	font: 16px Arial, Verdana;
	font-weight: bold;
	color: #c1152f;
	}
	
#sidebar-left-bottom {
	background-image: url(/images/sidebar-left-bottom.gif);
	height: 24px;
	width: 190px;
	}
	
#sidebar-left-padding {
	padding: 10px 10px 30px 30px;
	font: 11px Arial, Verdana;
	line-height: 14px;
	color: #5c5c5c;
	}
	
#sidebar-left-padding h4 {
	text-transform: uppercase;
	font: 12px Arial, Verdana;
	color: #000000;
	font-weight: bold;
	}
	
#sidebar-left-padding ul, #sidebar-padding li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar-left-padding li {
	list-style: none;
	font: 13px Arial, Verdana;
	color: #5c5c5c;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	font-weight: bold;
	}
	
#sidebar-left-padding a {
	color: #333333;
	text-decoration: none;
	}
	
#sidebar-left-padding a:hover {
	text-decoration: underline;
	}
	
#callout {
	float: right;
	width: 150px;
	padding: 0px 10px 10px 10px;
	border-left: 1px solid #cccccc;
	margin: 0px 0px 100px 10px;
	}
	
.callout-headline, .callout-headline a {
	font: 16px Arial, Verdana, Arial, Helvetica, sans-serif;
	color: #e31838;
	font-weight: bold;
	}
	
.callout-text {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	}
	
.callout-sig {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666666;
	}

/* SHADED BOX */

#shaded-box {
	width: 224px;
	background-image: url(/images/shaded-box_02.jpg);
	background-position: bottom left;
	float: right;
	margin: 40px 0px 0px 0px;
	}
	
#shaded-box-top {
	background-image: url(/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(/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, Verdana;
	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(/images/red-triangle.gif);
	color: #515151;
	font-weight: none;
	font: 12px Arial, Verdana;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 20px;
	}
	
#shaded-box li {
	margin: 0px 0px 10px 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 { 
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 18px;
	font: 17px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: none;
	}

#column-1 ul, #column-2 ul { clear: both; padding-top: 10px; }

#column-1-boxed ul, #column-2-boxed ul, #column-span-boxed ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	line-height: 16px;
	}
	
#column-padding {
	padding: 5px;
	}
	
#column-1, #column-1-noborder {
	width: 48%;
	float: left;
	}
	
#column-2, #column-2-noborder {
	width: 48%;
	float: right;
	}
	
#column-1-boxed {
	width: 47%;
	float: left;
	border: 5px solid #cccccc;
	margin: 0px 0px 10px 0px;
	background-image: url(/images/light-gradient.gif);
	}
	
#column-2-boxed {
	width: 47%;
	float: right;
	border: 5px solid #cccccc;
	margin: 0px 0px 10px 0px;
	background-image: url(/images/light-gradient.gif);
	}
	
#column-span-boxed {
	width: 98%;
	float: left;
	border: 5px solid #cccccc;
	margin: 0px 0px 10px 0px;
	background-image: url(/images/light-gradient.gif);
	}
	
#column-1 li, #column-2 li {
	padding: 0px 0px 15px 20px;
	margin: 0px 0px 0px 25px;
	background: url(/images/small-red-triangle.gif) no-repeat 0 0; 
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
	}
	
#column-1-noborder li, #column-2-noborder li {
	padding: 0px 0px 15px 20px;
	margin: 0px 0px 0px 25px;
	background: url(/images/small-red-triangle.gif) no-repeat 0 0; 
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
	}
	
#column-1-boxed li, #column-2-boxed li {
	padding: 0px 0px 15px 20px;
	margin: 0px 0px 0px 25px;
	background: url(/images/small-red-triangle.gif) no-repeat 0 0; 
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
	}
	
#column-1 a, #column-2 a,#column-1-boxed a, #column-2-boxed a, #column-span-boxed a {
	text-decoration: none;
	color: #333333;
	}
	
#column-1 a:hover, #column-2 a:hover, #column-1-boxed a:hover, #column-2-boxed a:hover, #column-span-boxed a:hover {
	text-decoration: none;
	color: #666666;
	}

/* ICONS */

#icon {
	float: left;
	vertical-align: baseline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#icon-document {
	background-image: url(/images/icons-document.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100%;
	height: 60px;
	}
	
#icon-chat {
	background-image: url(/images/icons-chat.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100%;
	height: 60px;
	}
	
#icon-globe {
	background-image: url(/images/icons-globe.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100%;
	height: 60px;
	}
	
#icon-video {
	background-image: url(/images/icons-video.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100%;
	height: 60px;
	}
	
#icon-blog {
	background-image: url(/images/icons-blog.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100%;
	height: 60px;
	}
	
#icon-calc {
	background-image: url(/images/icons-calculator.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100%;
	height: 60px;
	}

.pdf {
	font-size: 10px;
	font-weight: bold;
	color: #e31838;
	}

/* INNERVAULT */

.ivcPannel{  
   font-family: Arial, Verdana, sans-serif;
   font-size: 9px;  
   color: #000000;
   text-decoration: none; 
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   line-height: 11px;
    }
.ivcPannel A:visited{  
   font-family: Arial, Verdana, sans-serif;
   font-size: 9px;  
   color: #000000;
   text-decoration: none;
   margin: 0px 0px 0px 0px;
   line-height: 11px;
    }
.ivcPannel A:active{  
   font-family: Arial, Verdana, sans-serif;
   font-size: 9px;  
   color: #000000;
   text-decoration: none; 
   margin: 0px 0px 0px 0px;
   line-height: 11px;
    }
.ivcPannel A:hover{  
   font-family: Arial, Verdana, sans-serif;
   font-size: 9px;  
   color: #000000;
   text-decoration: none; 
   margin: 0px 0px 0px 0px;
   line-height: 11px;
    }

/* SOLUTIONS PAGE */

#solutions-storage, #solutions-deduplication, #solutions-ediscovery, #solutions-virtualization, #solutions-green, #solutions-consolidation, #solutions-microsoft {
	width: 480px;
	height: 87px;
	margin-bottom: 5px;
	padding: 0px;
	}
#solutions-storage {
	background-image: url(/images/solutions_storage.jpg);
	background-repeat: no-repeat;
	}
#solutions-deduplication {
	background-image: url(/images/solutions_deduplication.jpg);
	background-repeat: no-repeat;
	}
#solutions-ediscovery {
	background-image: url(/images/solutions_ediscovery.jpg);
	background-repeat: no-repeat;	
	}
#solutions-virtualization {
	background-image: url(/images/solutions_virtualization.jpg);
	background-repeat: no-repeat;	
	}
#solutions-green {
	background-image: url(/images/solutions_green.jpg);
	background-repeat: no-repeat;	
	}
#solutions-consolidation {
	background-image: url(/images/solutions_consolidation.jpg);
	background-repeat: no-repeat;	
	}
#solutions-microsoft {
	background-image: url(/images/solutions_microsoft.jpg);
	background-repeat: no-repeat;	
	}
#solutions-copy {
	margin-left: 140px;
	padding: 10px;
	text-align: left;
	padding-bottom: 0px;
	clear: both;
	}
#solutions-copy h2 {
	margin: 4px 0px 5px 0px;
	font-size: 14px;
	}
#solutions-copy a {
	color: #e31838;
	text-decoration: underline;
	}
#solutions-copy a:hover {
	text-decoration: none;
	}
#solutions-copy p {
	margin-top: 5px;
	padding-top: 0px;
	}

.solutions-item {
	background-image: url(/images/solutions-bg.jpg);
	background-repeat: no-repeat;
	}
.solutions-item img {
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
	}
.solutions-item h2 {
	margin-top: 0px;
	padding-top: 0px;
	}
.solutions-copy {
	padding: 10px;
	text-align: left;
	padding-bottom: 0px;
	margin-right: 10px;
	}
.solutions-copy p {
	margin-top: 5px;
	padding-top: 0px;
	}
.solutions-copy h2 {
	margin: 4px 0px 5px 0px;
	font-size: 14px;
	}
.solutions-copy a {
	color: #e31838;
	text-decoration: underline;
	}
.solutions-copy a:hover {
	text-decoration: none;
	}
	
	
/* GREY BOXES NEW */

.dbl-grey-top {
	background-image: url(/images/dbl-grey-bg_01.gif);
	width: 500px;
	height: 5px;
	background-repeat: no-repeat;
	}
.dbl-grey-bottom {
	background-image: url(/images/dbl-grey-bg_03.gif);
	width: 500px;
	height: 5px;
	background-repeat: no-repeat;
	}
.dbl-grey-bg {
	background-image: url(/images/dbl-grey-bg_02.gif);
	width: 500px;
	margin: 0px;
	padding: 0px;
	}
	
.dbl-bg {
	background-image: url(/images/dbl-grey-bg_04.gif);
	background-repeat: no-repeat;
	width: 500px;
	margin-bottom: 10px;
	}
	
.dbl-1 {
	width: 48%;
	float: left;
	}
	
.dbl-2 {
	width: 48%;
	float: right;
	}
	
.dbl-padding {
	padding: 10px;
	}
	
.dbl-padding h2 {
	margin-top: 0px;
	padding-top: 0px;
	}
	
.dbl-padding li {
	background: url(/images/red-triangle.gif) no-repeat 0 0; 
	padding: 0px 0px 10px 20px;
	}
.dbl-padding ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	line-height: 16px;
	}

