/*
Theme Name: Syncroflo
Theme URI:
Description: 
Version: 1.0
Author: Libreum
 */
body { margin: 0; padding: 0; background: #449bd0; height:
	100%; }
html { height: 100%; }
body.mceContentBody { background: white; }
body, td { font-family: arial, sans-seif; font-size: 18px; color: #333; }
form { margin: 0; padding: 0; }

.center { margin: 0 auto; display: block; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.txtleft { text-align: left; }
.txtcenter { text-align: center; }
.vcenter { vertical-align: middle; }

a { color: #2b82e2; text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: none; }
hr { width: 100%; color: #cdcdcd; background-color: #cdcdcd; height: 1px; border: 0;}
td { vertical-align: top; }

#bg { position: fixed; top:0; left:0; width:100%; height:100%; }
#page { position: relative; z-index: 1; }

#header { width: 780px; margin: 0 auto;  padding-top: 20px; color: white;}
#header h1 { margin: 0; color: white; width: 100%;}
#header h1 a { color: white; }
#header h1 a:hover { text-decoration: none; }
#topcontentbox { width: 800px; margin: 0 auto; padding: 0; height: 10; }
#botcontentbox { width: 800px; margin: 0 auto; padding: 0; height: 10; }
#contentbox { width: 780px; margin: 0 auto; padding: 0 10px; background:
	white;} 

/* menu css */
#menu { text-align: center; width: 780px; margin: 0 auto; }
#menu ul { margin: 0; padding: 0; position: relative; list-style-type: none; list-style-image: none; }
#navwrap { text-align: center; margin: 0 auto; width: 675px; }
#nav a { color: #333; }
#nav a:hover { text-decoration: none; }
* html #menu a { height: 1%; }
#nav { float: left; }
#nav li { float: left;  position: relative; margin: 0 15px 0 0; 
	width: 80px; 
	height: 24px; line-height: 24px;
}
#nav li.last { margin: 0; }
#nav li a { display: block; }
#nav li:hover, #nav li:hover .sb-inner { background: #5ea4ce;}
#nav li:hover .sb-border { background: #5ea4ce; }
#nav li, #nav li .sb-inner { background: url('images/menu_grad.gif'); }
#nav li .sb-border { background: #ddd; }
/* menu 2nd level */
#nav li:hover ul { display: block; background-color: #5ea4ce; }
#nav li:hover ul li:hover { background-color: #5ea4ce; }
#nav li:hover ul a { display: block; color: white;}
#nav li:hover ul a:hover { font-weight: bold;}
#nav li ul { 
	display: none;
	position: absolute; top: 24px; left: 0; 
	background-color: #5ea4ce;
	text-align: left;
}
/* #nav li.last ul { left: -80px; } */
#nav li li {
	width: 140px;
	margin: 0; padding: 0 0 0 5px;
	float: none;
	display: block;
	border-bottom: #ddd 1px solid;
	background: none;
}

/* sidebar */
#sidebar { width: 190px; float: left; line-height: 22px; }
.sb_lf { background: transparent url(images/sidebar_lf.gif) no-repeat scroll left bottom; }
.sb_rf { background: transparent url(images/sidebar_rf.gif) no-repeat scroll left bottom; }
.sb_bg { background: transparent url(images/sidebar_bg.gif) repeat-x scroll center bottom }
.sb_title { 
	background: url(images/sidebar_title_bg.gif) repeat-x; 
	padding-left: 7px;
	line-height: 24px;
	margin-bottom: 10px;
	color: white;
}

/* content */
#content { padding-right: 20px; text-align: justify; line-height: 22px;
	background: white; }
#content h2 { margin: 0 0 5px 0; }
h3 { margin: 5px 0px;  color: white;  font-size: 24px;}

/* footer */
#footer { width: 780px; margin: 10px auto; text-align: center; color: white;}
#footer a { color: white; }

