/*
 Copyright Greensky Ltd 2009.
 CSS for moving elements.
 */
/* Header */
/*Top Naviagtion Start*/
#top_nav {
    height: 35px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 99;
}

#top_nav .top940 {
    position: relative;
    width: 940px;
    margin: 0 auto;
    text-align: right;
    height: 35px;
}

#top_nav .top940 .search {
    float: right;
    width: 220px;
    margin-top: 3px;
    height: 25px;
    text-align: center;
}

#top_nav .top940 .search input {
    width: 175px;
    margin-left: 10px;
 	float:left;
    height: 20px;
    border: none;
 	color: rgba (255,255,255,0);
	margin-top: 3px;
}

#top_nav .top940 .search input.search_btn{
width:20px;
float:left;
height:20px;
background:url(magnifying_glass.png);
}

/*phone number*/
#top_nav .top940 .phone {
    width: 200px;
    float: left;
    text-align: left;
    position: relative;
    margin-top: 8px;
}

/*middle controls*/
#top_nav .top940 .topmid {
    width: 150px;
    float: left ;
 padding-top:8px;
    height: 35px;
}

#top_nav .top940 .topmid ul {
    height: 30px;
    z-index: 99;
    padding: 0 5px 0 0;
}

#top_nav .top940 .topmid a {
    font-weight: bold;
}

#top_nav .top940 .topmid ul li {
    display: inline;
    font-size: 0.85em;
    margin-left: 10px;
    height: 30px;
}

#top_nav .top940 .topmid h2 {
    display: inline;
 font-size:1.4em;
}

/*colored orbs start*/
#top_nav .top940 .colorpicker {
    width: 150px;
    float: right;
    margin-top: 2px;
    height: 35px;
}

#top_nav .top940 .colorpicker ul.orbs {
    height: 30px;
    z-index: 99;
    padding: 0 20px 0 0;
}

#top_nav .top940 .colorpicker ul.orbs li {
    display: inline;
    font-size: 0.85em;
    margin-left: 0px;
    height: 30px;
}

#top_nav .top940 .colorpicker ul.orbs img {
    padding-top: 5px;
 
}

#top_nav .top940 .picktheme {
 position:relative;
 float:right;
 padding-top:10px;
}
#top_nav .top940 .picktheme ul li, #top_nav .top940 .picktheme ul{
 display:inline;
 font-size:0.95em;
 }
 
/*colored orbs end*/
/*Top Naviagtion End*/

/*Main Image Start*/
#main_image {
    width: 100%;
    height: 150px;
    position: relative;
    top: 0px;
    margin-top: -30px; /*return to -30*/
    background: url(header_shadow.png) center bottom repeat-x;
    z-index: 25;
}

#main_image .mai940 {
    width: 940px;
    margin: 0 auto;
    height: 100%;
    z-index: -2;
}

#main_image .mai940 .companytitle {
    width: 400px;
    z-index: -2;
    float: right;
    height: 100%;
}

#main_image .mai940 .image {
    position: relative;
    width: 540px;
    float: right;
    height: 100%;
    z-index: 4;
}

.button {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 165px;
    height: 45px;
    z-index: 5;
}

.button .but940 {
    margin: 0 auto;
    width: 940px;
    position: relative;
    height: 45px;
    text-align: right;
}

.button .but940 a img {
    text-align: right;
    margin-right: 20px;
    border: none;
}

/*Main Image End*/
/*Menu Start*/
.menu {
    height: 60px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 105px;
    z-index: 99;
}

.menu940 {
    position: relative;
    height: 60px;
    width: 940px;
    margin: 0 auto;
}

.menu940 .glossmenu {
    position: relative;
    width: 740px;
    float: right;
	}

.menu940 .logo {
	position:relative;
	width: 200px;
	float:left;
}
.menu940 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top:-5px;
}

.menu940 li {
    float: left;
    padding: 0px;
    margin-right:4px;
}

.menu940 li span {
    padding-right: 15px;
}

.menu940 a:link, .menu940 .glossmenu a:visited {
    text-decoration: none;
    font-size: 30px;
    padding-left: 15px;
}

.menu940 img.menuimage {
    padding: 0px;
    position: relative;
    float:left;
    margin-top: -23px;  
}

.menu940 .glossmenu a:hover, .menu940 .glossmenu .current_page_item a, .menu940 .glossmenu .current_page_ancestor a, .menu940 .glossmenu .current_page_parent a {
    background: url(left-tab-hover.png) left top no-repeat;
    padding: 5px 0 10px 0;
    padding-left: 15px;
}

.menu940 a:hover span, .menu940 .glossmenu .current_page_item span, .menu940 .glossmenu .current_page_ancestor span, .menu940 .glossmenu .current_page_parent span{
    background: url(right-tab-hover.png) right top no-repeat;
    padding: 5px 0 10px 0;
    padding-right: 15px;
}

/*Menu End*/
/* MOVING ELEMENTS */ * {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

#clouds {
    background: url(moving/clouds.png) repeat-x 0% 0%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    margin-top: -5px;
    z-index: 3;
}

#moon {
    position: absolute;
    top: 23px;
    left: 87%;
    height: 160px;
    width: 150px;
    background: url(moving/moon.png) no-repeat 98% 0%;
}

#stars {
    background: url(moving/stars.png) repeat-x 70% 0%;
    position: absolute;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
}

#sidebar {
    width: 160px;
    float: left;
    margin-right: 20px;
}

#main-content {
    width: 540px;
    float: right;
}
