


#home_clearance {
	clear: both;
}

#home_Wrapper {
	width:685px;
	background-image: URL('images/shadow-685.png');
        background-repeat: no-repeat;
}

#home_Wrapper P {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #777;
}
#home_HeaderInfo {
    min-height: 190px;
    padding-top: 35px;
}
#home_HeaderInfo a {
    text-decoration: underline;
    color: #777;
}
#home_HeaderInfo a:visited {
    text-decoration: underline;
    color: #777;
    border: 0; outline: 0;
}
#home_HeaderInfo a:active {
    text-decoration: underline;
    color: #777;
    border: 0; outline: 0;
}
#home_HeaderInfo a:hover {
    text-decoration: underline;
    color: #000;
}


#home_HeaderInfo H1 {
    margin-left: 10px;
    font-size: 24px;
}


#home_HeaderInfo p {
    float: left;
    width: 266px;
    margin-left: 10px;
}
#home_HeaderInfo img {
    float: right;
    margin: 0; padding: 0;
    width: 390px;
    background-color: gray;
}

#home_Columns {
    margin-top: 15px;
    padding-top: 0;
    min-height: 185px;
    background-image: URL('images/shadow-685.png');
    background-repeat: no-repeat;
	
}
#home_Columns H2 {
	margin-bottom: 20px;	
}

#home_DocumentationColumn {
        float: left;
        width: 430px;
        min-height: 185px;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        color: #777;
}

#home_DocumentationColumn ul {
    margin: 0; padding: 0;
    margin-left: 15px;
}
#home_DocumentationColumn ul.object {
    margin-left: 0px;
}
#home_DocumentationColumn li {
    list-style-type: disc;
}
#home_DocumentationColumn a {
    color: #777;
    line-height: 11px;
}
#home_DocumentationColumn a:active {
    color: #777;
}
#home_DocumentationColumn a:visited {
    color: #777;
}
#home_DocumentationColumn a:hover {
    color: #777;
}


#home_column_setup {
	width: 200px;
        min-height: 185px;
        padding-left: 10px;
        padding-top: 35px;
        float: left;
}

#home_column_documentation {
	width: 200px;
        min-height: 185px;
        padding-left: 14px;
        padding-top: 35px;
        float: right;
        border-left: 1px solid #ddd;
}

#home_SoftwareColumn {
	width: 180px;
        min-height: 185px;
        padding-left: 14px;
        padding-top: 35px;
        float: right;
        border-left: 1px solid #ddd;
        margin-right: 54px;
}
#selectContainer {
	background-image: URL('images/homepageSoftwareListBackground.png');
	background-repeat: no-repeat;
	width: 119px;
	height: 23px;
	display: block;
	}
	
#home_SoftwareColumn SELECT {
	opacity: 0;
	width: 119px;
	height: 23px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:9000;
	
	/* styling */
	background-color:#333;
	margin: 0 auto !important;
	top: 172px!important;
	min-width: 854px;
	max-width:854px;	
	min-height:480px;
	max-height: 480px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 20px 5px #000;
	-webkit-box-shadow: 0 0 20px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
        background-color: transparent;
	background-image:url('images/close-video-grey.png');
	background-position: top right;
	background-repeat: no-repeat;
	position:absolute;
	right:-30px;
	top:-30px;
	cursor:pointer;
	height:50px;
	width:50px;
	z-index:10000!important;
}

