@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(bg_body.png);
}
#container {
	width:1000px;
	margin-left: auto;
	margin-right:auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#logo {
/*	background-image:url(spiroterm-logo.jpg);
	background-repeat: no-repeat;*/
	width:247px;
	height:130px;
	float:left;
	position:relative;
	z-index:1;
}
#header_img {
	background-image:url(bg_header.jpg);
	background-repeat: no-repeat;
	width:753px;
	height:130px;
	float:left;
}
.clear { clear:both }
#middle {
	background-image:url(bg_main.jpg);
	background-repeat:repeat-x;
	background-color:#959ca7;
	background-position:left bottom;
}
#left {
	width:193px;
	top:-33px;
	margin-left:27px;
	margin-right:27px;
	position:relative;
	z-index:2;
	float:left;
}
#leftmenu {
	background-image: url(bg_leftmenu.png);
	background-repeat:no-repeat;
	width:193px;
	height:250px;
	top:-33px;
	/*margin-top:10px;
	margin-left:27px;
	margin-right:27px;*/
	position:relative;
	/*z-index:2;
	float:left;*/
}
#leftmenu>ul, #leftmenu>ul>li {
	margin:0;
	padding:0;
	list-style:none;
}
#leftmenu>ul {
	margin-left:23px;
	margin-top:23px;
}
#leftmenu>ul>li {
	padding-bottom:4px;
}
#leftmenu>ul>li a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#leftmenu>ul>li>a:hover {
	color:#ffde00;
}
.left_box {
	position:relative;
	top:-43px;
}

#main_content {
	float:left;
	margin-top:10px;
}
#siteset_content {
	border-left: 1px solid #959ca7;
	border-right: 1px solid #959ca7;
	background-color: #FFF;
	padding:20px;
	background-image: url(bg_spiro-logo-part.png);
	background-repeat:no-repeat;
	background-position:650px top;
}
#siteset_content h1 {
	margin:0;
	padding:0;
	color:#ee1c23;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
#editable_content h2 {
	margin:0;
	padding:0;
	color:#585aa3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:35px;
	font-weight:bold;
}
#editable_content {
	margin-top:35px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#editable_content p {
	margin:0;
	padding:0;
	padding-bottom:5px;
	padding-top:5px;
	font-size:12px !important;
	line-height:17px;
}
#editable_content img {
	margin:15px;
}
#editable_content a {
	color:#ee1c23;
	font-weight:bold;
}
#editable_content a:hover {
	color: #444a9b;
}
#footer {
	color:#585aa3;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFF;
	clear:both;
}
#footer .left {
	float:left;
	margin-left:20px;
}
#footer .right {
	float:right;
	margin-right:20px;
}
#footer .right a {
	color:#585aa3;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#footer .right a:hover {
	text-decoration:underline;
	color:#F00;
}









