body {
	margin: 20px 0; padding: 0;
	background: url(../images/body_bg.gif) top left repeat-x #848ba3;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	}

*:focus { outline: none; }

#container {
	width: 900px;
	margin: 0 auto;
	}

#header {
	background: url(../images/header.gif) top left no-repeat;
	height: 229px;
	position: relative;
	overflow: hidden;
	}
#header img#logo {
	position: absolute;
	top: 27px;
	left: 31px;
	border: 0;
	}
	
#header h1 {
	position: absolute;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	top: 180px;
	left: 33px;
	border: 0;
	margin:0;
	padding:0;
	}

#header ul#topmenuleft {
	display: none;
	position: absolute;
	top: 33px; right: 130px;
	list-style: none;
	border-right: 1px dotted #a2a8bc;
	margin: 0; padding: 0;
	text-align: right;
	text-transform: uppercase;
	}
#header ul#topmenuleft li, #header ul#topmenuright li { margin-bottom: 9px; }
#header ul#topmenuleft li a, #header ul#topmenuright li a {
	color: #a2a8bc;
	text-decoration: none;
	margin-left: 12px;
	}
#header ul#topmenuleft li a:hover, #header ul#topmenuright li a:hover {
	color: #0097f1;
	}
#home #menuhome, #messenger #menumessenger, #dialer #menudialer, #about #menuabout
	{ color: #0097f1 !important; }
#header ul#topmenuright {
	position: absolute;
	top: 33px; left: 773px;
	list-style: none;
	margin: 0; padding: 0;
	text-align: left;
	text-transform: uppercase;
	border-left: 1px dotted #a2a8bc;
	}
#header p#quote {
	margin: 0; padding: 0;
	position: absolute;
	text-align: right;
	/*top: 183px; right: 30px;*/ top: 50px; right: 140px;
	color: #606885;
	width: 350px;
	}
#header p#quote .source {
	display: block;
	padding-top: 10px;
	}

#header a { color: #fff; text-decoration: none; }

#stage {
	background-color: #fff;
	color: #363636;
	margin: 0; padding: 30px;
	min-height:300px;
	line-height:16px;
	}
#stage h1, #stage h2, #stage h3 { color: #0097f1; margin: 0; padding: 0 0 15px 0; font-weight: normal; }
#stage p { margin: 0; padding: 0 0 10px 0; }
#stage h1 { font-size: 28px; font-weight: normal; }
#stage h2 { font-size: 22px; color: #7ed371; }
#stage h3 { font-size: 18px; color: #292f46; }
#stage a { color: #0097f1; text-decoration: none; }
#stage a:hover { color: #0097f1; text-decoration: underline; }

#stage .rightbox {
	width: 214px;
	margin-left: 30px;
	float: right;
	clear: both;
	color:#f26522;
	}
#stage .rightbox h3 { color: #7ed371; font-weight: normal; border-bottom:1px dashed #7ed371; margin-bottom:10px; padding-bottom:5px; }
#stage .rightbox ul.buttons {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	}
#stage .rightbox ul.buttons li {
	background: url(../images/rightbox_button_check.gif) 0px 10px no-repeat;
	border-bottom: 1px dotted #7ed371;
	list-style-position: outside;
	padding: 8px 0 8px 25px;
	}
#stage .rightbox ul.buttons li.info { background-image: url(../images/rightbox_button_info.gif); }

#footer {
	background: url(../images/footer_bg.gif) top left no-repeat;
	padding: 20px;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #b5bbce;
	height: 60px;
	}
#footer p { margin: 0; padding: 0; }
#footer p a { color: #b5bbce; text-decoration: none; }
#footer p a:hover { color: #b5bbce; text-decoration: underline; }


.clearme { clear: both; width: 0; height: 0; overflow: hidden; }

