#gsContainer { position: relative;width: 715px; height: 185px; margin: 0 0 40px 0; padding: 0px; }
	#gsLeftBorder {float: left; margin: 0px; padding: 0px; width: 4px; max-width: 4px; height:185px; background: url(/images/gettingstarted/GreenLeft.gif); background-repeat: no-repeat;}
	#gsRightBorder { float: right; margin: 0px; padding: 0px; width: 4px; max-width: 4px; height:185px; background: url(/images/gettingstarted/GreenRight.gif); background-repeat: no-repeat;}
	#gsContent { float:left; position: relative; height: 185px; width:707px; margin:0px; padding: 0px;}
    #gsHeader { position: relative; width:707px; height: 31px; margin: 0px; padding: 0px; color: #fff; background: url(/images/gettingstarted/GreenHeader.gif); background-repeat: repeat-x; }
        #gsHeader h2 { padding:6px 0 0 10px; margin: 0px; font-family: arial; font-size: 16px; color: #FFF; }
        #gsBox {
            position: relative; height: 154px; width:707px; margin: 0px;padding: 0px;
            color: #000; font-size: 11px; font-family: verdana;
            background: url(/images/gettingstarted/GreenBack.gif); background-repeat: repeat-x;
        }
            #gsBox li { padding-bottom: 8px; padding-left: 19px; color: #000; font-size: 8px; font-family: verdana; list-style-image: url(/images/gettingstarted/Icon-SmallFlash.gif); margin: 0px; cursor: pointer;}

            #gsStep1 {float:left;  margin-top:10px;  margin-left:12px; width:325px; }
            #gsStep2 {float:right; margin-top:10px;  margin-right:12px; width:325px; } 

#gsActionContainer { position: relative; width: 715px; height: auto; min-height: 160px; margin: 0 0 20px 0; padding: 0px; }
	#gsActionLeftBorder { float: left;position: relative; margin: 0px; padding: 0px; width: 4px; max-width: 4px; background-image: url(/images/gettingstarted/LeftGreyFeature.gif); background-repeat: no-repeat; height:160px; }
    #gsActionRightBorder { position: relative; float: right; margin: 0px; padding: 0px; width: 4px; max-width: 4px; background-image: url(/images/gettingstarted/RightGreyFeature.gif); background-repeat: no-repeat; height:160px; }
        #gsActionContent { float:left; position: relative; margin:0px; padding: 0px; width:707px;height: 159px; }
        #gsActionHeader {position: relative; height: 31px; width:707px; margin: 0px; padding: 0px; background-image: url(/images/gettingstarted/GreyBack.gif); background-repeat: repeat-x; }
	        #gsActionHeader h2 { padding:6px 0 0 10px; font-size: 16px; font-family: arial; font-weight: 600; color: #fff; margin: 0px; }
            #gsActionBox { position: relative; height: 129px; margin: 0px; padding: 0px; width:707px; color: #000;font-size: 11px;font-family: verdana;  background-image: url(/images/gettingstarted/GreyFeatureBackground.gif); background-repeat: repeat-x; }
                #gsActionBox p { padding: 5px; font-size: 11px; font-family: verdana; }
                #gsActionBox a:link, #gsActionBox a:visited, #gsActionBox a:active { font-size: 10px; font-family: verdana; color: #000; text-decoration: none; }
                #gsActionBox a:hover { font-size: 10px; font-family: verdana; color: #000; text-decoration: underline; }
            #gsWalkthrough { float:left; width: 250px; margin-top:0px; margin-left:5px; margin-right: 20px; }
                #gsWalkthrough ul { margin-top: 5px;margin-left: 0px; }
                    #gsWalkthrough li.gsWalkLi { padding-bottom: 8px; padding-left: 19px; color: #000; font-size: 8px; font-family: verdana; list-style-image: url(/images/gettingstarted/Icon-SmallFlash.gif); margin: 0px; }
            #gsChaptersLeft, #gsChaptersMiddle, #gsChaptersRight { float:left;  margin-top:0px; margin-left: 0px; width: 189px; }
                #gsChaptersLeft ul, #gsChaptersMiddle ul, #gsChaptersRight ul { margin-top: 5px; }
                    #gsChaptersLeft li.gsChaptersLi, 
                    #gsChaptersMiddle li.gsChaptersLi, 
                    #gsChaptersRight li.gsChaptersLi {
                        font-family: Verdana;
                        font-size: 10px;
                        color: #000;
                        list-style-type: none;
                        list-style-image: url('/images/gettingstarted/Icon-SmallFlash.gif');
                        padding-bottom: 8px;
                        padding-left: 23px;
                    }

                #gsWalkthrough span.viewmovie, #gsChaptersLeft span.viewmovie, 
                #gsChaptersMiddle span.viewmovie, #gsChaptersRight span.viewmovie {
                    cursor: pointer;
                }


#gsBottomContainer {
    position: relative;
    width: 715px;
    height: auto;
    margin: 0 0 60px 0;
    padding: 0px;
}   
    #gsTutorialsContainer {
        float: left;
        position: relative;
        width: 505px;
        height: auto;
        margin: 0px auto;
        padding: 0px;
        background-image: url(/images/gettingstarted/how-bg.gif);
    }
        
        #gsTutorialsLeftBorder {
            float: left;
            position: relative;
            margin: 0px;
            padding: 0px;
            height: auto;
            min-height: 277px;
            width: 4px;
            background-image: url(/images/gettingstarted/LeftGreyFeature.gif);
            background-repeat: no-repeat;
            background-position: left top;
        }
        
        #gsTutorialsRightBorder {
            position: relative;
            float: right;
            margin: 0px;
            padding: 0px;
            width: 4px;
            background: url(/images/gettingstarted/RightGreyFeature.gif);
            background-repeat: no-repeat;
            height: auto;
            min-height: 277px;
        }
        
        #gsTutorialsContent {
            position: relative;
            height: auto;
            min-height: 277px;
            margin:0px;
            padding: 0px;
            width:497px;
            float:left;
        }
        
        #gsTutorialsHeader {
            position: relative;
            height: 31px;
            margin: 0px;
            padding: 0px;
            width:497px;
            color: #fff;
            background: url(/images/gettingstarted/GreyBack.gif);
            background-repeat: repeat-x;
        }
            #gsTutorialsHeader h2 {
                margin: 0px; padding:6px 0 0 10px;
                color: #fff;font-size: 16px; font-family: arial; font-weight: 600;
            }
        #gsTutorialsBox {
            position: relative;
            height: auto; min-height: 246px; width:497px;
            margin: 0px; padding: 0px;
            color: #000; font-size: 11px; font-family: verdana;
            background: url(/images/gettingstarted/GreyFeatureBackground.gif);background-repeat: repeat-x;
        }
            #gsTutorialsBox p { padding:10px 0 0 20px; font-size: 11px; font-family: verdana; }
            #gsTutorialsBox ul { margin-top: 5px; margin-left: 20px; }
            #gsTutorialsBox li {
                color: #000;font-family: Verdana; font-size: 11px;
                list-style-image: url(/images/homepage/li-check.gif);
                padding-bottom: 5px;
            }
            #gsTutorialsLeft {float: left; width: 235px; padding: 0px; margin: 0px;}
            #gsTutorialsRight { float: right; width: 235px; padding: 0px; margin: 0px; }
            #gsTutorialsBox a:link, #gsTutorialsBox a:visited, #gsTutorialsBox a:active { color: #000; text-decoration: none;}
            #gsTutorialsBox a:hover {color: #859C00; text-decoration: underline;}
    #gsResourcesContainer {
        float: right;
        position: relative;
        width: 180px; height: auto; min-height: 277px;
        margin: 0px auto; padding: 0px;
    }
        #gsResourcesLeftBorder {
            float: left;
            position: relative;
            margin: 0px; padding: 0px;
            width: 4px; min-height:277px; height: auto;
            background: url(/images/gettingstarted/LeftGreyFeature.gif); background-repeat: no-repeat;
        }
        
        #gsResourcesRightBorder {
            float: right;
        	position: relative;
            margin: 0px; padding: 0px;
            width: 4px; min-height: 277px; height: auto;
            background: url(/images/gettingstarted/RightGreyFeature.gif); background-repeat: no-repeat;
        }
        
        #gsResourcesContent {
            float:left;
            position: relative;
            width:172px; min-height: 277px; height: auto;
            margin:0px; padding: 0px;
        }
        
        #gsResourcesHeader {
            position: relative;
            height: 31px; width:172px;
            margin: 0px; padding: 0px;
            color: #fff;
            background: url(/images/gettingstarted/GreyBack.gif); background-repeat: repeat-x;
         }
            #gsResourcesHeader h2 {
                margin: 0px; padding:6px 0 0 10px;
                color: #fff;font-size: 16px; font-family: arial; font-weight: 600;
            }
            #gsResourcesBox {
                position: relative;
                width:172px;min-height: 246px; height: auto;
                margin: 0px;padding: 0px;
                color: #000; font-size: 11px; font-family: verdana;
                background: url(/images/gettingstarted/GreyFeatureBackground.gif); background-repeat: repeat-x;
                border: none;
            }
                #gsResourcesBox ul { margin: auto; margin-top: 0px; margin-left: 20px; padding-left: auto; }
	                #gsResourcesBox li {
	                    color: #000; font-family: Verdana; font-size: 11px;
	                    list-style-image: url(/images/homepage/li-check.gif);
	                    margin: auto; padding-left: auto;padding-top: 5px; padding-bottom: 0px;
	                }
                #gsResourcesBox a:link, #gsResourcesBox a:visited, #gsResourcesBox a:active  { color: #000; text-decoration: none;}
                #gsResourcesBox a:hover { color: #000; text-decoration: underline;}
