/* Global configs */
html * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 0;
}

body {
    color: #58595b;
    font-size: 0.8em;
	background: url(page_bg.gif) top center;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: center;
    z-index: 1;
}

.clear {
    clear: both;
}

h1 {
    font-size: 1.7em;
    padding: 0px 0px 5px 0px;
    font-weight: 800;
}

h2 {
    font-size: 1.4em;
    padding: 0px 0px 5px 0px;
    font-weight: 800;
    color: #4093ce;
}

h3 {
    font-size: 1.2em;
    font-weight: 800;
}

p {
    padding: 0px 0px 8px 0px;
}

a:link, a:visited {
    color: #4093ce;
}

a:hover {
    color: #040040;
	text-decoration: none;
}

h1 a:link, h1 a:visited {
    color: white;
    text-decoration: none;
}

input.textbox, textarea.textbox {
    padding: 4px;
    background: #d6eeff;
    border: 1px solid #4093ce;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;
}

select {
    padding: 3px;
    background: #d6eeff;
    border: 1px solid white;
}

input.textbox:focus, textarea.textbox:focus, select:focus {
    background: white;
    border: 1px solid #003366;
}


#content table {
	border: 1px solid black;
	}

#wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;
    background: url(swoosh.gif) bottom center no-repeat;
    padding: 0px;
}

#header {
    position: relative;
    width: 894px;
    height: 110px;
    margin: 0px auto;
    text-align: left;
    z-index: 15;
    background: url(header.gif) top left no-repeat;
}

#flash {
    position: relative;
    width: 894px;
    height: 220px;
    margin: 0px auto;
    text-align: left;
    z-index: 3;
    background: white;
}

#celsius {
    position: relative;
    width: 693px;
    height: 450px;
}

#navigation {
    position: relative;
    width: 894px;
    height: 30px;
    margin: 8px auto;
    text-align: left;
    z-index: 10;
    background: url(navigation.gif) bottom left repeat-x;
}

#body {
    position: relative;
    width: 894px;
    margin: 0px auto;
    text-align: left;
    z-index: 3;
}

#footer {
    position: relative;
    width: 894px;
    height: 60px;
    margin: 100px auto 0px auto;
    text-align: left;
    z-index: 3;
}




/* flash */

#flash div.headline {
    position: absolute;
    top: 20px;
    left: 632px;
    width: 242px;
    padding: 10px;
    background: #050041;
}

#flash div.headline h1 {
    color: white;
}

#flash div.headline p {
    color: #cccccc;
}

#flash div.buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 120px;
    height: 20px;
    text-align: right;
}

#flash div.button {
    position: relative;
    float: left;
    width: 18px;
    height: 16px;
    margin: 0px 0px 0px 10px;
    padding: 2px 0px 0px 0px;
    color: white;
    background: #050041;
    font-weight: 800;
    text-align: center;
    font-size: 10px;
    border: 1px solid white;
    pointer: hand;
    cursor: pointer;
}







/* Header */

#header a:link, #header a:visited {
    text-decoration: none;
}

#header div.callback {
    position: absolute;
    left: 816px;
    top: 29px;
    width: 78px;
    height: 26px;
    background: url(callback.gif) right bottom no-repeat;
}

#header div.livehelp {
    position: absolute;
    left: 816px;
    top: 55px;
    width: 78px;
    height: 26px;
    background: url(livehelp.gif) right top no-repeat;
}

#header span.block {
    display: block;
    width: 78px;
    height: 26px;
}





/* Info Popup code */

#header div.popup {
        z-index: 20;
	position: absolute;
        right: 78px;
        top: 0px;
        width: 350px;
        height: 300px;
        display: none;
}

#header div.popup h1 {
    z-index: 22;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #050041;
    padding: 10px;
    color: white;
    width: 150px;
    height: 60px;
    border: 2px solid white;
}

#header div.popup div.form {
    z-index: 21;
    position: absolute;
    top: 0px;
    left: 100px;
    width: 250px;
    height: 300px;
    padding: 0px;
    background: white;
    filter: alpha(opacity = 95);
    opacity: 0.95;
    -moz-opacity: 0.95;
}

#header div.popup div.form p.text {
    position: absolute;
	font-size: 0.8em;
    left: 80px;
    top: 0px;
    width: 170px;
}

#header div.popup div.form div.main {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 230px;
    height: 200px;
    padding: 10px;
}




















/* Navigation */
#navigation ul {
    list-style: none;
    margin: 0px;
    padding: 5px 0px 0px 10px;
}

#navigation ul li {
    margin: 0px;
    padding: 0px;
    height: 20px;
    background: url(nav_spacer.gif) right center no-repeat;
    float: left;
}

#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a {
    display: block;
    font-weight: 800;
    font-size: 12px;
    color: #60003a;
    text-decoration: none;
    padding: 1px 25px 0px 15px;
}

#navigation ul ul li a:link, #navigation ul ul li a:visited {
    width: 300px;
    padding: 0;
}

#navigation ul li a:hover {
}

#navigation ul ul {
    position: absolute;
    top: 25px;
    width: 200px;
    z-index: 10;
}

#navigation ul ul ul {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 200px;
}


#navigation ul ul li {
    position: relative;
    left: -10px;
    display: block;
    margin: 0px;
    padding: 7px 5px 5px 15px;
    clear: left;
    background: #e7e7e8;
    border-bottom: 1px solid #d2d3d5;
}

#navigation ul ul, #navigation ul ul ul, #navigation ul li:hover ul, #navigation ul li:hover ul ul {
    visibility: hidden;
}

#navigation ul li:hover ul, #navigation ul ul li:hover ul {
    visibility: visible;
}


/* Homepage */

div.home_half {
    z-index: 7;
    position: relative;
    width: 442px;
    margin: 0px 10px 0px 0px;
    float: left;
}

div.home_half img {
    z-index: 8;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 168px;
    height: 106px;
}

div.home_half h1 {
    z-index: 9;
    position: absolute;
    top: 10px;
    left: 143px;
    padding: 3px 3px 3px 35px;
    width: 261px;
    height: 18px;
    color: white;
    font-size: 14px;
    font-weight: 800;
    background: url(side_nav.png) right center no-repeat #00adef;
}

div.home_half p, div.home_half ul {
    z-index: 8;
	line-height: 1.6em;
    position: relative;
    padding: 38px 0px 0px 178px;
}



/* Body */

#left {
    width: 170px;
    float: left;
}

#content {
    width: 714px;
    float: right;
}

#content div.image {
    width: 714px;
    height: 218px;
    margin: 0px 0px 15px 0px;
}


	#header_image img {
		border: 0px solid white;
		width: 714px;
		height: 218px;
	}
	

#content div.content_title {
    width: 240px;
	background: #F0F0F0;
	margin: 0px 20px 20px 0px;
    float: left;
}


#content div.content_title h1, #content div.content_full h1, #content div.main h1 {
    background: #040040;
	display: block;
    font-size: 20px;
    color: white;
    padding: 6px;
    margin: 0px 0px 15px 0px;
}

#content div.content_title h2, #content div.content_full h2, #content div.main h2 {
    background: #00AEEF;
    font-size: 12px;
    color: white;
    padding: 4px;
    margin: 0px 0px 8px 0px;
}

#content div.content_title h3, #content div.content_full h3, #content div.main h3 {
    font-size: 12px;
    color: #040040;
    margin: 0px 0px 4px 0px;
}

#content div.content_title h4, #content div.content_full h4, #content div.main h4 {
    font-size: 10px;
    color: #040040;
    margin: 0px 0px 4px 0px;
}

#content div.content_title p, #content div.content_full p, #content div.main p {
    font-size: 1em;
	line-height: 1.6em;
	margin: 0px 0px 8px 0px;
}

#content div.content_title ul, #content div.content_full ul, #content div.main ul {
    margin: 10px 0px 15px 20px
}

#content div.content_title ul li {
    margin-left: 5px;
	line-height: 1.3em;
	color: #60003a;
	padding: 0px 10px 8px 5px;
    list-style: disc;
}

#content div.content_full ul li, #content div.main ul li {
    margin-left: 5px;
	line-height: 1.3em;
	padding: 0px 10px 8px 5px;
    list-style: disc;
}


#content div.content_full {
    width: 699px;
    float: right;
}

#content div.content_title img, #content div.content_title p {
	padding: 0px 0px 10px 10px;
}
 

#content div.news_image {
	float: left;
	text-align: center;
	width: 100px;
}

#content div.news {
	width: 100%;
}

#content div.news_text {
	float: right;
	width: 600px;
}

#content div.news_text h1 {
	display: none;
}

#content div.news_text h2 {
	display: none;
}

#content div.news_text h3 {
	font-size: 1em;
	margin: 0px 0px 8px 0px;
	font-weight: 800;
}








#left h2 {
    background: url(side_nav.png) right center no-repeat #00adef;
    color: white;
    font-size: 12px;
    padding: 3px;
    margin: 0px 0px 3px 0px;
}

#left h2 a:link, #left h2 a:visited, #left h2 a:hover {
    color: white;
	text-decoration: none;
}


#left p {
	line-height: 1.4em;
	font-size: 0.9em;	
	padding: 3px;
}

#left div.contact {
	height: 218px;
	margin-bottom: 15px;
}

#left div.contact h2 {
    background: url(side_nav.png) right center no-repeat #00adef;
    color: white;
    font-size: 12px;
    padding: 3px;
    margin: 0px 0px 3px 0px;
}

#left div.contact div.contact_bg h3 {
    color: #040040;
    font-size: 12px;
	font-weight: 800;
	padding: 0px 0px 2px 3px;
    margin: 0px;
}

#left div.contact p {
	line-height: 1.4em;
	font-size: 0.9em;	
}

#left div.contact div.contact_bg {
	background: url(contact_bg.gif) left top;
	margin-bottom: 5px;
}	

#left div.contact div.contact_bg p {
	padding: 0px 0px 3px 3px;
	font-weight: 100;
}

#left ul li {
	padding: 0px 0px 3px 3px;
}

	
/* Footer */

#footer p {
	font-size: 0.8em;
    position: absolute;
    bottom: 0px;
    left: 0px;
}


