* { border: 0; margin: 0; padding: 0; }

html { height: 100%; }
body { height: 100%; font-family: Segoe UI, Arial, Helvetica, Verdana, MS Sans Serif; font-size: 12px; color: #444751; background-color: #f0f1f3; }

a { text-decoration: none; color: #1160b7; }
a:link { text-decoration: none; color: #1160b7; }
a:visited { text-decoration: none; color: #1160b7; }
a:hover { text-decoration: underline; color:#318ed1; }

.arrow_link { display: inline;font-size: 16px; }

p { color: #444751; margin-bottom: 20px; line-height: 20px; font-size:11px; /* line height necessary? */}

h1 { font-weight:bold; font-size:26px; color:#303577; text-transform:uppercase; }
 
h2, h3, h4 { font-size:16px; color:#303577; margin:30px 0 10px 0; text-transform:uppercase; text-decoration: none; }

h2 a, h2 a:link, h2 a:visited, h2 a:hover { font-size:16px; color:#303577; margin:30px 0 10px 0; text-transform:uppercase; text-decoration: none; }
h3 a, h3 a:link, h3 a:visited, h3 a:hover { font-size:16px; color:#303577; margin:30px 0 10px 0; text-transform:uppercase; text-decoration: none; }
h4 a, h4 a:link, h4 a:visited, h4 a:hover { font-size:16px; color:#303577; margin:30px 0 10px 0; text-transform:uppercase; text-decoration: none; }

h2:first-child, h3:first-child, h4:first-child { margin-top:0; }

h3, h4 { text-transform: none; }

h4 { color:#222; }

ul { margin-top: 0; margin-left: 0; padding-left: 18px; }
ul li { margin-left: 0; padding-left: 0; margin-bottom:15px; }

.sec01 { width: 100%; height: auto; position: relative; float: left;  }
.sec01_bottom_gradient { background: url('/visualstudio/_base_v1/images/chrome/chrome_body_sliver.png') 0 bottom repeat-x; }
.sec02 { width: 100%; height: auto; position: relative; float: left; }

.sec01 .chrome_top { width: 100%; height: 106px; position: absolute; top: 0; left: 0; background: url('http://i.microsoft.com/visualstudio/_base_v1/images/chrome/chrome_top_sliver.png') repeat-x; z-index: -2; }
.sec01 .chrome_top .chrome_left { width: 362px; height: 265px; position: absolute; top: 0; left: 0; background: url('http://i.microsoft.com/visualstudio/_base_v1/images/chrome/chrome_top_left.png') no-repeat; }
.sec01 .chrome_top .chrome_left .chrome_vs_logo { position: absolute; top: 45px; left: 100px; }
.sec01 .chrome_top .chrome_right { width: 335px; height: 106px; float: right; background: url('http://i.microsoft.com/visualstudio/_base_v1/images/chrome/chrome_top_right.png') no-repeat; }

.sec01 .content, .sec02 .content { margin: 0 auto; width: 960px; text-align: left; position: relative; padding:0 0 40px 0; }

.sec02 .content { z-index: 1; }

/* chrome bottom height */
.sec02 .chrome_bottom, .sec02 .chrome_bottom .chrome_left, .sec02 .chrome_bottom .chrome_right { height: 240px; }

.sec02 .chrome_bottom { width: 100%; float: left; clear: both; text-align: left; 
                        background: url('http://i.microsoft.com/visualstudio/_base_v1/images/chrome/chrome_bottom_sliver.png') repeat-x; }
.sec02 .chrome_bottom .chrome_left { width: 875px; position: absolute; 
                                     background: url('http://i.microsoft.com/visualstudio/_base_v1/images/chrome/chrome_bottom_left.png') no-repeat; }
/*.sec02 .chrome_bottom .chrome_right { display:none; width: 246px; float: right; 
                                      background: url(/visualstudio/_base_v1/images/chrome/chrome_bottom_right.jpg) no-repeat; }*/

.sec02 .footer_links { width: 100%; height: 250px; background-color: #f2f3f6; }

.sec02 .ms_footer { position: relative; z-index: 1; top: 249px; left: 140px; }
.site-footer-exists .site-ms-footer { top:591px; }

#site-header-logo { position: absolute; top: 30px; }

.hero p {font-size:14px;}

/**/

a.button_wrapper {text-decoration:none; cursor:pointer;}
a.button_wrapper:hover {text-decoration:none;}

div.image_loader
{
    /* big purple button */
    background-image:url('http://i.microsoft.com/visualstudio/_base_v1/modules/button-purple-big/images/btn_blue_middle.png');
    background-image:url('http://i.microsoft.com/visualstudio/_base_v1/modules/button-purple-big/images/btn_blue_right.png');
    background-image:url('http://i.microsoft.com/visualstudio/_base_v1/modules/button-purple-big/images/btn_blue_left.png');

    /* small purple button */
    background-image:url('http://i.microsoft.com/visualstudio/_base_v1/modules/button-purple-small/images/btn_bluesm_middle.png');
    background-image:url('http://i.microsoft.com/visualstudio/_base_v1/modules/button-purple-small/images/btn_bluesm_right.png');
    background-image:url('http://i.microsoft.com/visualstudio/_base_v1/modules/button-purple-small/images/btn_bluesm_left.png');
    
    /* small white button */
    background-image:url('http://i.microsoft.com/visualstudio/_base_v1/modules/button-white-small/images/btn_white_middle.png');
    background-image:url('http://i.microsoft.com/visualstudio/_base_v1/modules/button-white-small/images/btn_white_right.png');
    background-image:url('http://i.microsoft.com/visualstudio/_base_v1/modules/button-white-small/images/btn_white_left.png');

    display:none;
}

