/*
Theme Name: Syncroflo 2.0
Theme URI:
Description: 
Version: 1.0
Author: Libreum
 */
body { margin: 0; padding: 0; background: #005686; height: 100%; }
html { height: 100%; }
body.mceContentBody { background: white; }
body, td { font-family: arial, sans-seif; font-size: 12px; 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; }

#page-shadow { width: 1002px; margin: 0 auto; 
/*	background: url('images/page-shadow.png') repeat-y; */
}
#page { width: 980px; margin: 0 auto;}

#header { width: 980px; margin: 0 auto;  padding: 0px;  height: 235px;
	background: url('images/header.jpg');
}
#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: 980px; padding: 0px; background: #68b0e1
	url('images/page-bg.png') repeat-x;}
#contentwrap { padding: 25px; }
#livesupport { right:0; top:0; float: right; width: 200px;}

.promo { margin: 0 0 10px 0;
	background-color: #ccc;
	float: left;
	width: 650px;
	height: 247px;
}
.promo img { border: none; }

.subnav { float: left; margin-left: 25px; width: 248px; 
	height: 247px;
	background: white url('images/botbar_subnav.png') bottom left no-repeat;
	overflow: auto;
}
.subnav h2 {
	background: url('images/topbar_subnav.png') top left no-repeat;
	margin: 0;
	padding-left: 10px;
	line-height: 36px;
	font-size: 14px;
}

.right_sidebar {
	float: right;
	margin-right: 6px;
}
.botnav { width: 248px; 
	background: #3f8ac1 url('images/botbar_botnav.png') bottom left no-repeat;
	color: white;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.botnav h2 {
	background: url('images/topbar_botnav.png') top left no-repeat;
	margin: 0;
	padding-left: 10px;
	line-height: 36px;
	font-size: 14px;
	color: #333;
}
.botnav a {
	color: white;
}

/* menu css */
#menu { text-align: left; background: url('images/menu-bg.png') repeat-x; height: 36px; }
#menu ul { margin: 0; padding: 0; position: relative; list-style-type: none; list-style-image: none; }
#navwrap { }
#nav a { color: #333; }
#nav a:hover { text-decoration: none; }
* html #menu a { height: 1%; }
#nav { float: left; margin-left: 15px;}
#nav li { float: left;  position: relative; margin: 0;
	padding: 0 15px;
	height: 36px; line-height: 36px;
	font-size: 15px;
}
#nav li a { display: block; }
#nav li:hover, #nav li:hover .sb-inner { background: #5ea4ce;}
#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: 36px; left: 0; 
	background-color: #5ea4ce;
	text-align: left;
}
/* #nav li.last ul { left: -80px; } */
#nav li li {
	width: 160px;
	margin: 0; padding: 0 0 0 5px;
	float: none;
	display: block;
	border-bottom: #ddd 1px solid;
	background: none;
	font-size: 13px;
}

/* 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 { margin-right: 25px; text-align: justify; line-height: 22px;
	width: 650px;
	background: white url('images/botbar_main.png') bottom left no-repeat;
	}
#content h2 { 
	background: url('images/topbar_main.png') top left no-repeat;
	margin: 0;
	padding-left: 10px;
	line-height: 36px;
	font-size: 16px;
}
.padwrap { padding: 10px; }
h3 { margin: 5px 0px; }

/* footer */
#footer { width: 980px; margin: 0 auto; text-align: center; color: white; background: #0c88c4; padding: 15px 0; }
#footer a { color: white; }

