*{
	padding:0;
	margin: 0;
	font-family: verdana, arial, san serif;
	font-size: 12px;
}
a{
    color:#28292B;
}
h1{
	font-size:1.5em;
	color: #444444;
	padding: 20px 0 5px 0;
}
h2{
	font-size:1.3em;
	color: #444444;
	padding: 20px 0 5px 0;
}
h5{
	font-size:1.2em;
	padding: 0 0 10px 0;
}
p{
	padding: 10px 0;
}
body{
	background: #FFFFFF url(/imageswitch/images/topmenubg.jpg) repeat-x;
}
img{
	border:none;
}
.Container{
	width: 800px;
	height:100%;
	margin: auto;
	clear: both;
	overflow: hidden;
}
.TopMenu{
	height: 50px;
	color: #cccbcb;
	clear: both;
}
.TopMenu h1{
	float:left;
	margin: 0 20px 0 0;
	color: #9c9c9c;
	padding: 8px 0 0 0;
}
.TopMenu a
{
    color:#FFF;
	text-decoration: none;
}
.TopMenu .GrojectSmallLogo{
	float: left;
	margin: -4px 0 0 0;
}
.TopMenu ul{
	float: left;
}
.TopMenu ul li{
	float: left;
	width: 99px;
	height: 50px;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
}
.TopMenu ul li a{
	float: left;
	display:block;
	padding: 8px 0 0 0;
	width: 100%;
	height:100%;
	text-align: center;
	cursor: pointer;
}
.TopMenu ul li:hover{
	background: url(/imageswitch/images/selectedmenu.jpg) no-repeat 0 0;
}
.SplashFrame{
	background: url(/imageswitch/images/slashframe.jpg) no-repeat 0 0;
	width: 497px;
	height: 236px;
	margin: 0 auto;
	padding: 27px 0 0 36px;
}
.SlashEff{
	background: url(/imageswitch/images/tryitnow.jpg) no-repeat 0 0;
	width: 550px;
	height:62px;
	margin: 20px auto 0;
	padding: 5px 0 0 60px;
}
.SlashEff ul{
}
.SlashEff ul li{
	float: left;
	list-style-image: none;
	list-style-type: none;	
	width: 100px;
	cursor: pointer;
}
.SlashEff ul li:hover{
	text-decoration: underline;
}
.Content{
	color: #444444;
	padding: 20px 0 0 0;
}
.Content .Main{
	float: left;
}
.Content .Support{
	float: right;
	width: 150px;
}
.Download{
	float: right;
}
.Download img{
	border: none;
}
.Footer{
	background: #28292B url(/imageswitch/images/footerbg.jpg) repeat-x 0 0;
	min-height:86px;
	margin: 40px 0 0 0;
	color: #FFF;
}
.Footer h3{
	color: #FCC826;
}
.Footer ul li{
	list-style-image: none;
	list-style-type: none;	
}
.Footer .FooterContainer{
	width: 800px;
	margin: 0 auto;
	text-align: center;	
	clear:both;
}
.FooterContainer .FooterContent{
	width: 800px;
	overflow: hidden;
	min-height: 86px;
	margin-top: 30px;
	text-align: left;	
}
.Footer a{
	color: #FFF;
}
.Footer .FooterLeft{
	float:left;	
}
.Footer .FooterRight{
	float:right;
	padding-left: 10px;
	border-left: 1px dotted #777A7F;	
}


.ImgFrame
{
    margin: 10px;
}
.ImgFrame img
{
	margin:0 auto;
}
.TabMenu
{
    clear:both;
    background: url(/imageswitch/images/tabbg.jpg) repeat-x;
    height:40px;
    padding: 5px;
}
.TabMenu .Section
{
    width:85px;
    height:29px;  
    float:left;
    font-weight: 800;
    margin: 0 1px;    
    padding: 7px 0;
    color: #424242;
    text-align:center;    
}
.Section a{
    color: #424242;
    text-decoration: none;
}
.Section a:hover
{
    text-decoration: underline;
}
.SectionSelection
{
    background: url(/imageswitch/images/btntab.gif) no-repeat top left;
    float:left;
    margin: 0 2px;
    text-align:center;
}
.DisplayStyle
{
    margin: 10px 0 0 0;
    height: 50px;
    clear:both;
}
.DisplayStyle img
{
    margin: 0;
    border: none;
    float: right;
    cursor:pointer;
}

.ExViewport
{
    
    overflow: hidden;    
    border-top: dashed 1px #5E5E5E;
    border-bottom: dashed 1px #5E5E5E;  
    position: relative;  
}
.ExamplesContainer
{
    position: relative;
    top: 0px;
    left: 0px;
}
.TestSection
{   
}
.TestSection ul li
{
    list-style-type:none;
    margin: 5px;
    padding-left: 20px;    
}
.TestSection h2
{
    display:block;
    background-color:#CFCFCF;
    padding: 10px 0px 5px 20px;
}
.TestSection ul li a
{
}
.TestSection ul li a:hover
{
    text-decoration: underline;
}
.Code
{
    border: 1px solid #CFCFCF;
    padding: 5px;
    font-family: Courier New, Courier;
    margin: 2px 0 9px 0;  
    color:#000088;  
}
.Code .Tab
{
    margin-left: 100px;
}
.Code .Comment
{
    font-family: Courier New, Courier;
    color: #008200;
}
