@charset "utf-8";
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: #000000;
	background: url(../images/ws_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixRtHdr #container {
	width: 862px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #head_ct {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
.twoColFixRtHdr #menu {
	height: 60px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background: url(../images/menu_bg.jpg);
	font-size: 16px;
}
.twoColFixRtHdr #menu li {
	list-style-type: none;
	display: inline;
	width: 120px;
	height: 38px;
	float: left;
	text-align: center;
	margin-left: 2px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #menu a {
	color: #000000;
	text-decoration: none;
}
.twoColFixRtHdr  #menu  li  a:hover {
	color: #004E95;
	text-decoration: none;
}
.twoColFixRtHdr #menu ul {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #product_menu {
	height: 30px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 12px;
	background-attachment: fixed;
	background: url(../images/product_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #product_menu a {
	color: #000000;
	text-decoration: none;
}
.twoColFixRtHdr #product_menu a:hover {
	color: #004EA7;
	text-decoration: none;
}

.twoColFixRtHdr #product_menu ul {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixRtHdr  #product_menu  li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}


.prod_svc  {
	height: 300px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.prod_svc #learnmore {
	color: #000000;
	padding-left: 13px;
	margin-top: 7px;
	padding-top: 5px;
	padding-bottom: 4px;
}
.prod_svc  #learnmore  a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.prod_svc  #learnmore  a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.prod_svc #prod_name {
	font-size: 18px;
	padding-left: 11px;
	margin-top: 13px;
	font-variant: small-caps;
}
.prod_svc #desc {
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	height: 50px;
	color: #000000;
}
.prod_svc  #block1 {
	height: 299px;
	width: 212px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	background: url(../images/main_t1000.jpg);
	background-repeat: no-repeat;
	color: #4085C8;
}
.prod_svc #block2 {
	height: 299px;
	width: 212px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	background: url(../images/main_t3000.jpg);
	background-repeat: no-repeat;
	color: #6C6C6C;
}
.prod_svc #block3 {
	height: 299px;
	width: 212px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	background: url(../images/main_t5000.jpg);
	background-repeat: no-repeat;
	color: #66B4FE;
}
.prod_svc #block4 {
	height: 299px;
	width: 212px;
	margin-right: 0px;
	margin-left: 2px;
	float: left;
	background: url(../images/main_custom_solutions.jpg);
	color: #000;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr  #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 45px;
}
.twoColFixRtHdr #sidebar p {
	padding-right: 10px;
	padding-left: 10px;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixRtHdr #mainContent h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #004e95;
}
.twoColFixRtHdr #footer {
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #666666;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer a {
	color: #004e95;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.main_anim {
	height: 72px;
	width: 215px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.logo_slogan {
	width: 217px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
.twoColFixRtHdr #sidebar h3 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.main_img {
	height: 200px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.vmlogo {
	height: 145px;
	width: 125px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.spacer {
	height: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.prod_img {
	height: 175px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.sec_head {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #004E95;
}
.t1000 {
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.t1000 a {
	color: #004EA8;
	text-decoration: none;
	font-weight: bold;
}
.t1000 a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.t1000 h1 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #004E95;
}

.t3000 {
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.t3000 a {
	color: #004e95;
	text-decoration: none;
	font-weight: bold;
}
.t3000 a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.t3000 h1 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #004e95;
}
.t5000 {
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.t5000 a {
	color: #004E95;
	text-decoration: none;
	font-weight: bold;
}
.t5000 a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.t5000 h1 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #004E95;
}
.clients {
	float: right;
	height: 100px;
	width: 600px;
	text-align: center;
}
.block1_vid {
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	height: 140px;
}

.block2_vid {
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	height: 140px;
}
.block3_vid {
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	height: 140px;
	text-align: center;
}
.block4_vid {
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	height: 140px;
}
.index_vid_frame {
	height: 273px;
	width: 490px;
	background-attachment: fixed;
	background: url(../images/index_vid_bg.png);
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-left: 85px;
}
.index_vid_film {
	height: 247px;
	width: 440px;
}
.contact_form {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 575px;
	background-color: #FFE8B7;
	padding-bottom: 15px;
	padding-top: 15px;
}
.twoColFixRtHdr #container #mainContent #form1 h3 {
	text-align: center;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #F60;
}
.twoColFixRtHdr #container #mainContent #form1 table {
	text-align: left;
}
.con_phone_box {
	width: 575px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	font-weight: bold;
	text-align: center;
}
.con_phone {
	float: left;
	width: 235px;
	border: 1px solid #999;
	padding: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
}
.con_phone a {
	color: #C00;
	text-decoration: underline;
}
.banner {
	float: right;
	height: 75px;
	width: 600px;
	text-align: center;
	margin-bottom: 15px;
	background-attachment: fixed;
	background: url(../images/double_your_storage.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.max_space_header {
	background: url(../images/maximize_your_space.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.call_us {
	color: #FF6633;
	font-weight: bold;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
}
.blue {
	color: #0076a3;
}
.abt_img {
	height: 274px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	margin-left: 2px;
	margin-bottom: 10px;
}
.abt_block {
	text-align: left;
}
.abt_trad_config {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px;
}
.abt_config_header {
	font-size: 14px;
	font-weight: bold;
	margin-left: 182px;
	text-align: center;
	color: #006699;
}

.abt_trad_config p {
	font-size: 12px;
	margin-left: 1px;
	padding-left: 1px;
}
.abt_trad_config h5 {
	font-size: 14px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.abt_trad_config #pic {
	width: 181px;
	height: 165px;
	float: left;
}

.abt_space_red_config {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}
.abt_space_red_config p {
	font-size: 12px;
	margin-left: 1px;
	padding-left: 1px;
}
.abt_space_red_config h5 {
	font-size: 14px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.abt_space_red_config #pic {
	width: 181px;
	height: 165px;
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
.abt_space_max_config {
	width: 100%;
	margin-bottom: 35px;
	margin-top: 10px;
}
.abt_space_max_config p {
	font-size: 12px;
	margin-left: 1px;
	padding-left: 1px;
}
.abt_space_max_config h5 {
	font-size: 14px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.abt_space_max_config #pic {
	width: 181px;
	height: 165px;
	float: left;
	margin-bottom: 35px;
}
.faq_q {
	font-style: italic;
}
.faq_a {
	color: #1C5479;
	margin-top: 15px;
	margin-bottom: 15px;
}
#submit {
	text-align: center;
}
.quoteform {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
.submit_quote {
	text-align: center;
}
.quoteform #submit {
}
.thankyou {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent .abt_block pi {
	font-style: italic;
}
.dl_brochure {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

